Tag:platform
-
Dingxiang cloud writing service opens the first public test
After more than half a year of architecture reconstruction, the cloud writing service has been independent of the top think cloud writing service. At the same time, it also marks the completion of a milestone in the reconstruction of the new version of the cloud. At present, the first public test of the GitHub version […]
-
Using nginx to build and deploy live streaming media server
Live broadcasting is now an old-fashioned problem. How to use it for live broadcasting? Most people only know that the boss has a live broadcasting software on a platform. Click start to live broadcasting. So how to build a simple live broadcast platform? It only has the live broadcast function, and does not involve transcoding […]
-
Solutions to JSP Chinese problems
In JSP, Chinese garbled code often makes people feel confused.For the common Countermeasures of Chinese processing, the following two kinds are often seen on the Internet: <%@ page contentType=”text/html;charset=gb2312″ %> Or: <% String hi = “hello”;byte[] tmpbyte=Hi.getBytes(“ISO8859_1”); Hi=new String(tmpbyte); out.print(Hi); %> The virtual Dragon Pavilion has also been modified by the above two methods, which […]
-
Vue plug-in reference (element UI / SASS)
element-ui Installation: NPM I element UI – S /* main.js */ import ElementUI from ‘element-ui’; import ‘element-ui/lib/theme-chalk/index.css’; Vue.use(ElementUI); sass Install the specified version: NPM install sass loader — save dev Install node sass (specified version): NPM I – D node- [email protected] Sass load uninstall: NPM uninstall sass load If an error is reported:gyp verb check […]
-
DMP user portrait of big data project
DMP user portrait of big data project 1、 Introduction to accurate delivery of Internet advertising(1) Display principle of DSP: ① The user browses the media website, and the media website sends an advertisement request to adexchange through the added SSP code.② Adexchange sends the key information of this request (such as domain name URL, IP, […]
-
Review the important moment of flutter 2021 and welcome the new year with the red envelope cover of the year of the tiger!
In 2021, flutter officially entered the stage of 2 The official version of X series was released at the beginning of the yearRelease of flutter 2It opens a new “pattern” and adds a fifth feature to flutter’s –Portability, let flutter officially “upgrade” from a mobile framework to a “portable framework”. The goal is to make […]
-
Alibaba cloud serverless helps enterprises fully embrace cloud native
Introduction:I believe that with the development of cloud computing, serverless will become the default computing paradigm in the cloud era, and more and more enterprise customers will adopt this technology. Author: Luo Hao Video analysis Click here to view relevant live broadcast playback~ Component architecture of serverless application engine In the earliest days, the software […]
-
How to correctly track the advertising conversion data and optimize the advertising effect?
Why do you want to do conversion tracking There is an old saying in the advertising industry that I know half of my advertising expenses are wasted, but I don’t know how. So for advertisers, advertising tracking is very important. When you spend a lot of budget on advertising, what is the effect? How to […]
-
Minsheng Bank: selected as one of the top 100 cases of national digital transformation! Datapipeline helps build a real-time data management system
Source / technology big data management department of Minsheng Bank head officeReprint / ccid.com of China Electronic Information Industry Development Research Institute Recently, the 2021 (6th) China big data industry ecology conference, guided by China Electronic Information Industry Development Research Institute and hosted by CCID media and big data industry ecology alliance, came to a […]
-
AI development platform series 2: comparative analysis of integrated machine learning platform
[editor’s note: in the previous issue, we introduced the development background and driving force of the algorithm development platform, the main classification of the algorithm development platform – integrated machine learning platform and AI basic software platform, as well as the core value of the algorithm development platform. In this issue, we will make a […]
-
Flutter 2.10 update details
Flutter version 2.10 has been officially released! AlthoughLast stable releaseSince then, it has been less than two months. Even in such a short time, we have processed and closed 1843 issues and merged 1525 PR from 155 contributors around the world. Thank you for your work during the holiday at the end of 2021. We […]
-
Flutter Windows Desktop supports stable version
At the beginning of the creation of flutter, we are committed to creating a cross platform application solution that can build exquisite, highly customizable and can be compiled into machine code, so as to give full play to all the graphics rendering capabilities of the underlying hardware of the device. Today, flutter’s official support for […]