CN104978194A - Web page front-end development method and apparatus - Google Patents

Web page front-end development method and apparatus Download PDF

Info

Publication number
CN104978194A
CN104978194A CN201510358865.XA CN201510358865A CN104978194A CN 104978194 A CN104978194 A CN 104978194A CN 201510358865 A CN201510358865 A CN 201510358865A CN 104978194 A CN104978194 A CN 104978194A
Authority
CN
China
Prior art keywords
file
static resource
module
development
catalogue
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CN201510358865.XA
Other languages
Chinese (zh)
Other versions
CN104978194B (en
Inventor
刘威
罗均波
巫耀恒
陈晓春
王少星
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Beijing Jingdong Century Trading Co Ltd
Beijing Jingdong Shangke Information Technology Co Ltd
Original Assignee
Beijing Jingdong Century Trading Co Ltd
Beijing Jingdong Shangke Information Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Beijing Jingdong Century Trading Co Ltd, Beijing Jingdong Shangke Information Technology Co Ltd filed Critical Beijing Jingdong Century Trading Co Ltd
Priority to CN201510358865.XA priority Critical patent/CN104978194B/en
Publication of CN104978194A publication Critical patent/CN104978194A/en
Application granted granted Critical
Publication of CN104978194B publication Critical patent/CN104978194B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Landscapes

  • Stored Programmes (AREA)

Abstract

An embodiment of the invention provides a web page front-end development method and apparatus. The method comprises the steps of: establishing a project development list; compiling static resources in the project development list in real time; performing optimization processing on a compilation result and outputting an optimization result to a development page; uploading the optimization result to a test server; and issuing the tested optimization result to a content distribution network server, wherein the static resources comprise module files, and the module files comprise template files, JS files and CSS files. With the adoption of the technical scheme, the same development tool can be locally used for performing a complete web front-end development process, commands in the tool can be used for separately performing each process step, and the purpose of integrating originally separated development processes is achieved; and moreover, the complex step for switching among different tools in the development process is removed, the process is simple and convenient, and code sharing and communication of developers are convenient, so that the development efficiency is improved.

Description

A kind of webpage front end development approach and device
Technical field
The embodiment of the present invention relates to Internet technical field, particularly relates to a kind of webpage front end development approach and device.
Background technology
Along with front-end technology becomes more and more important in webpage web develops, front end developer in the project accounting is increasing, and the code sharing between developer is also more and more important with communication.But the content of web front-end exploitation is various, and the instrumental function for developing is single and quality is uneven.In order to meet the different demands of each step in whole development process, need to use various development tools, such as, when carrying out compression to static file and merging, static file in file transfer protocol (FTP) (File Transfer Protocol, FTP) the software upload project needing use different is to testing server etc.Mating capability between different instrument is often poor, so can have a strong impact on the work efficiency of front end developer.
Summary of the invention
The object of the embodiment of the present invention proposes a kind of webpage front end development approach and device, to solve the lower problem of webpage front end development efficiency.
On the one hand, embodiments provide a kind of webpage front end development approach, comprising:
Set up item exploitation catalogue;
Static resource in described project development catalogue is compiled in real time;
Compiling result is optimized and processes and export the exploitation page to;
Optimum results is uploaded to testing server;
Optimum results by test is distributed to content delivery network service device;
Wherein, described static resource comprises module file, and described module file comprises template file, JavaScript (JS) file and CSS (cascading style sheet) (Cascading Style Sheets, CSS) file.
On the other hand, embodiments provide a kind of webpage front end development device, comprising:
Catalogue sets up module, for set up item exploitation catalogue;
Static resource collector, for compiling in real time the static resource in described project development catalogue;
Optimization process module, processes for being optimized compiling result and exporting the exploitation page to;
Upper transmission module, for being uploaded to testing server by optimum results;
Release module, for being distributed to content delivery network service device by the optimum results by test;
Wherein, described static resource comprises module file, and described module file comprises template file, JavaScript file and cascading style list file.
The webpage front end development plan provided in the embodiment of the present invention, after set up item exploitation catalogue, static resource in project development catalogue is compiled in real time, wherein, static resource comprises the module file containing template file, JS file and CSS file, achieves and compiles the modularization of static resource.Subsequently, compiling result is optimized and processes and export the exploitation page to, and be uploaded to testing server, finally the optimum results by test is distributed to content delivery network service device.By adopting technique scheme, the web front-end development process that same developing instrument runs through complete can be used in this locality, each process step processes separately by the order in this instrument available, and reach the object each performance history be originally separated from each other be integrated together, save the tedious steps carrying out in performance history switching between different instrument, simple and convenient, facilitate the code sharing between developer and communication, thus improve development efficiency.
Accompanying drawing explanation
The schematic flow sheet of a kind of webpage front end development approach that Fig. 1 provides for the embodiment of the present invention one;
A kind of preferred web front-end development process schematic diagram based on JDF that Fig. 2 provides for the embodiment of the present invention one;
The structured flowchart of a kind of webpage front end development device that Fig. 3 provides for the embodiment of the present invention two.
Embodiment
Technical scheme of the present invention is further illustrated by embodiment below in conjunction with accompanying drawing.Be understandable that, specific embodiment described herein is only for explaining the present invention, but not limitation of the invention.It also should be noted that, for convenience of description, illustrate only part related to the present invention in accompanying drawing but not entire infrastructure.
Embodiment one
The schematic flow sheet of a kind of webpage front end development approach that Fig. 1 provides for the embodiment of the present invention one, the method can be performed by webpage front end development device, and wherein this device can by software and/or hardware implementing.As shown in Figure 1, the method comprises:
Step 101, set up item exploitation catalogue.
Exemplary, the device for performing the present embodiment method can be considered a kind of Front-end Developing Tool, can called after Jingdone district Front-end Developing Tool (JingDong Front End Tools, JDF).When starting development project, jdf install init order can be used to generate standardization, meet the project development catalogue of specification, start project development.
Step 102, the static resource in project development catalogue to be compiled in real time.
Wherein, static resource comprises module file, and module file comprises template file, JS file and CSS file.Template file specifically can be velocity template file.
Exemplary, jdf build order can be used under current project develops catalogue, start home server, then utilize static file compiler engine to compile in real time the static resource in project development catalogue.
Below provide an example that module file is compiled:
Such as ui-product-list is a module file, wherein contains velocity template file, JS file and CSS file.When developing the method for page application the present embodiment, can at exploitation page input { %widget name=" ui-product-list " %}
As follows after carrying out compiling:
Exemplary, static resource also can comprise SCSS (sassy CSS) file, can adopt SCSS engine (the node-sass module that sass official provides) that SCSS file is compiled into CSS file.
Preferably, when compiling in real time the static resource in project, also can comprising: when code error being detected, exporting bomp information to the described exploitation page.Such as, if when detecting that JS file or CSS file exist grammar mistake, JDF can to make mistake information and wrong place line number at exploitation page print, carries out miscue in time to developer.
Preferably, when the static resource in project development catalogue changes, can static resource after automatic compiling change the CACHE DIRECTORY corresponding with project development catalogue be synchronized to for storage optimization result, simultaneously automatically refresh browser page.When namely supporting that local file changes, browser refreshes automatically.Concrete, Node.js can be utilized to play a serve process, monitor the change of project development catalogue, change is synchronized to the CACHE DIRECTORY on backstage, and automatically refresh browser when preview.Wherein, Node.js is a platform set up when running based on ChromeJavaScript, for building fast response time easily, being easy to the network application of expansion.
Step 103, compiling result is optimized and processes and export the exploitation page to.
Exemplary, optimization process can comprise for the static resource in compiling result adds unified content distributing network (Content Delivery Network, CDN) prefix, and adopts version number's non-covered incremental manner to name; Respectively the multiple JS file in above-mentioned static resource and multiple CSS file are merged and compressed.When exporting the exploitation page to, specifically can comprise: export the data message in optimum results to the exploitation page; The JS file path information rely on module file and CSS file path information export the exploitation page to.
Concrete, jdf output order can be used to be optimized compiling result and to process and export the exploitation page to.For static resource adds unified CDN prefix, and version number's non-covered incremental manner is adopted to name.Such as: when naming for JS file, called after 1.0.0a.js can be distinguished, 1.0.1a.js, 2.0.0a.js etc.Wherein, a is unified CDN prefix, and initial version is 1.0.0, and next update version is 1.0.1, if can change to 2.0.0 when having larger change.
Further, also can unify character code.Such as, no matter current file form is gbk, gb2312, utf8 or utf8-bom, unified output utf8.
Further, consider page performance, can merge the multiple JS files in the page, CSS file, become a file, or JS, CSS are output into the form of combo (such as? a.js, b.js), both in order to reduce browse request number.JS file can adopt uglify-js to compress, and CSS file can adopt clean-css to compress.In optimization process, also can compress alternative documents such as png pictures.
Step 104, optimum results is uploaded to testing server.
Exemplary, jdf upload order can be used to utilize, and transmission module on ftp is disposable optimum results complete for processing locality is uploaded to testing server (uniting and adjustment server).
Step 105, by by test optimum results be distributed to content delivery network service device.
Exemplary, jdf output order output can be used by the optimum results of test, and manually submit SVN (Subversion) to, compiling system is taken out code and is compiled from SVN, then is distributed to CDN server.
A kind of preferred web front-end development process schematic diagram based on JDF that Fig. 2 provides for the embodiment of the present invention one.The function being interconnected and realizing described each order line in JDF instrument in Fig. 2 in detail and develop between each stage, can refer to Fig. 2 and understands the Website front-end development approach that the embodiment of the present invention provides further.
The Website front-end development approach that the embodiment of the present invention one provides, the web front-end development process that same developing instrument runs through complete can be used in this locality, each process step processes separately by the order in this instrument available, and reach the object each performance history be originally separated from each other be integrated together, save the tedious steps carrying out in performance history switching between different instrument, simple and convenient, facilitate the code sharing between developer and communication, thus improve development efficiency.
Embodiment two
The structured flowchart of a kind of webpage front end development device that Fig. 3 provides for the embodiment of the present invention two, this device carries out the exploitation of webpage front end by performing webpage front end development approach.As shown in Figure 3, this device comprises: catalogue sets up module 301, static resource collector 302, optimization process module 303, upper transmission module 304 and release module 305.
Wherein, catalogue sets up module 301, for set up item exploitation catalogue; Static resource collector 302, for compiling in real time the static resource in project development catalogue; Optimization process module 303, processes for being optimized compiling result and exporting the exploitation page to; Upper transmission module 304, for being uploaded to testing server by optimum results; Release module 305, for being distributed to content delivery network service device by the optimum results by test; Static resource comprises module file, and module file comprises template file, JS file and CSS file.
The Website front-end development device that the embodiment of the present invention two provides, after catalogue sets up module 301 set up item exploitation catalogue, is compiled in real time by the static resource in static resource collector 302 pairs of project development catalogues.Subsequently, optimization process module 303 is optimized compiling result and processes and export the exploitation page to, optimum results is uploaded to testing server by upper transmission module 304, finally by release module 305, the optimum results by test is distributed to content delivery network service device.By adopting technique scheme, the web front-end development process that same developing instrument runs through complete can be used in this locality, each process step processes separately by the order in this instrument available, and reach the object each performance history be originally separated from each other be integrated together, save the tedious steps carrying out in performance history switching between different instrument, simple and convenient, facilitate the code sharing between developer and communication, thus improve development efficiency.
On the basis of above-described embodiment, this device also can comprise synchronization module, for after set up item exploitation catalogue, when the static resource in described project development catalogue changes, static resource after automatic compiling change the CACHE DIRECTORY corresponding with described project development catalogue be synchronized to for storage optimization result, simultaneously refresh browser page automatically.
On the basis of above-described embodiment, this device also can comprise miscue module, for when compiling in real time the static resource in project, if code error detected, then exports bomp information to the described exploitation page.
On the basis of above-described embodiment, optimization process module 303 also can be specifically for: for the static resource in compiling result adds unified content distributing network prefix, and adopt version number's non-covered incremental manner to name; Respectively the multiple JS file in above-mentioned static resource and multiple CSS file are merged and compressed.
On the basis of above-described embodiment, optimization process module 303 also can be specifically for: export the data message in optimum results to the exploitation page; The JS file path information rely on module file and CSS file path information export the exploitation page to.
Note, above are only preferred embodiment of the present invention and institute's application technology principle.Skilled person in the art will appreciate that and the invention is not restricted to specific embodiment described here, various obvious change can be carried out for a person skilled in the art, readjust and substitute and can not protection scope of the present invention be departed from.Therefore, although be described in further detail invention has been by above embodiment, the present invention is not limited only to above embodiment, when not departing from the present invention's design, can also comprise other Equivalent embodiments more, and scope of the present invention is determined by appended right.

Claims (10)

1. a webpage front end development approach, is characterized in that, comprising:
Set up item exploitation catalogue;
Static resource in described project development catalogue is compiled in real time;
Compiling result is optimized and processes and export the exploitation page to;
Optimum results is uploaded to testing server;
Optimum results by test is distributed to content delivery network service device;
Wherein, described static resource comprises module file, and described module file comprises template file, JavaScript file and cascading style list file.
2. method according to claim 1, is characterized in that, after set up item exploitation catalogue, also comprises:
When the static resource in described project development catalogue changes, the static resource after automatic compiling change the CACHE DIRECTORY corresponding with described project development catalogue be synchronized to for storage optimization result, simultaneously refresh browser page automatically.
3. method according to claim 1, is characterized in that, when compiling in real time the static resource in project, also comprises:
When code error being detected, export bomp information to the described exploitation page.
4. method according to claim 1, is characterized in that, described to compiling result be optimized process, comprising:
For the static resource in described compiling result adds unified content distributing network prefix, and version number's non-covered incremental manner is adopted to name;
Respectively the multiple JavaScript file in above-mentioned static resource and multiple cascading style list file are merged and compressed.
5. method according to claim 1, is characterized in that, optimum results is exported to the exploitation page, comprising:
Export the data message in optimum results to the exploitation page;
The JavaScript file path information relied on by described module file and CSS (cascading style sheet) file path information export the exploitation page to.
6. a webpage front end development device, is characterized in that, comprising:
Catalogue sets up module, for set up item exploitation catalogue;
Static resource collector, for compiling in real time the static resource in described project development catalogue;
Optimization process module, processes for being optimized compiling result and exporting the exploitation page to;
Upper transmission module, for being uploaded to testing server by optimum results;
Release module, for being distributed to content delivery network service device by the optimum results by test;
Wherein, described static resource comprises module file, and described module file comprises template file, JavaScript file and cascading style list file.
7. device according to claim 6, is characterized in that, also comprises:
Synchronization module, for after set up item exploitation catalogue, when the static resource in described project development catalogue changes, static resource after automatic compiling change the CACHE DIRECTORY corresponding with described project development catalogue be synchronized to for storage optimization result, simultaneously refresh browser page automatically.
8. device according to claim 6, is characterized in that, also comprises:
Miscue module, for when compiling in real time the static resource in project, if code error detected, then exports bomp information to the described exploitation page.
9. device according to claim 6, is characterized in that, described optimization process module specifically for:
For the static resource in described compiling result adds unified content distributing network prefix, and version number's non-covered incremental manner is adopted to name;
Respectively the multiple JavaScript file in above-mentioned static resource and multiple cascading style list file are merged and compressed.
10. device according to claim 6, is characterized in that, described optimization process module specifically for:
Export the data message in optimum results to the exploitation page;
The JavaScript file path information relied on by described module file and CSS (cascading style sheet) file path information export the exploitation page to.
CN201510358865.XA 2015-06-25 2015-06-25 A kind of webpage front-end development approach and device Active CN104978194B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201510358865.XA CN104978194B (en) 2015-06-25 2015-06-25 A kind of webpage front-end development approach and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201510358865.XA CN104978194B (en) 2015-06-25 2015-06-25 A kind of webpage front-end development approach and device

Publications (2)

Publication Number Publication Date
CN104978194A true CN104978194A (en) 2015-10-14
CN104978194B CN104978194B (en) 2018-06-05

Family

ID=54274732

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201510358865.XA Active CN104978194B (en) 2015-06-25 2015-06-25 A kind of webpage front-end development approach and device

Country Status (1)

Country Link
CN (1) CN104978194B (en)

Cited By (16)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105760159A (en) * 2016-02-01 2016-07-13 四川长虹电器股份有限公司 Website developing method and system
CN105893014A (en) * 2015-12-08 2016-08-24 乐视云计算有限公司 Project development method and system for front end
CN106649395A (en) * 2015-11-03 2017-05-10 腾讯科技(深圳)有限公司 Webpage updating method and apparatus
CN107463422A (en) * 2017-07-20 2017-12-12 阿里巴巴集团控股有限公司 Code dispositions method and device, electronic equipment
CN108304189A (en) * 2016-08-29 2018-07-20 迈普通信技术股份有限公司 More mirroring device software compilation methods, device and equipment
CN108536431A (en) * 2018-04-04 2018-09-14 浙江小泰科技有限公司 A kind of global command's row creates front end project approach and system
CN109255086A (en) * 2018-08-27 2019-01-22 四川长虹电器股份有限公司 Webpage loading velocity optimization method and device based on ionic Development Framework
CN109783160A (en) * 2019-01-29 2019-05-21 广东九联科技股份有限公司 The web page files loading system and method for a kind of quick transmission and rendering
CN110347385A (en) * 2019-07-19 2019-10-18 浪潮云信息技术有限公司 A kind of method and system that distribution Web static resource is shared
CN110502238A (en) * 2019-07-29 2019-11-26 贝壳技术有限公司 A kind of method and device of front and back end joint debugging
WO2020010724A1 (en) * 2018-07-13 2020-01-16 平安科技(深圳)有限公司 Front-end static resource management method, apparatus, computer device and storage medium
CN111090821A (en) * 2019-11-22 2020-05-01 贝壳技术有限公司 Method, device, electronic equipment and storage medium for realizing dynamic webpage
CN111273898A (en) * 2020-02-25 2020-06-12 安徽以萨数据技术有限公司 Web front-end code automatic construction method, system and storage medium
CN111970359A (en) * 2020-08-14 2020-11-20 工银科技有限公司 Front-end non-service architecture system based on node
CN113064676A (en) * 2020-12-29 2021-07-02 上海金融期货信息技术有限公司 Method for remote component sharing mechanism during front-end operation based on JS entrance
CN114936192A (en) * 2022-07-19 2022-08-23 成都新橙北斗智联有限公司 Method and system for dynamically compressing, obfuscating and bidirectionally caching files

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1991827A (en) * 2005-12-30 2007-07-04 腾讯科技(深圳)有限公司 Method and system for webpage development
CN103034731A (en) * 2012-12-20 2013-04-10 北京思特奇信息技术股份有限公司 Method for generating Web front-end interactive page
CN103595742A (en) * 2012-08-14 2014-02-19 阿里巴巴集团控股有限公司 A method and an apparatus for debugging webpage CSS
CN104133685A (en) * 2014-08-05 2014-11-05 广州唯品会网络技术有限公司 Method and system for front-end development of website
EP2775397A3 (en) * 2013-03-05 2015-03-25 BlackBerry Limited Visual representation of edits for collaborative application development

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1991827A (en) * 2005-12-30 2007-07-04 腾讯科技(深圳)有限公司 Method and system for webpage development
CN103595742A (en) * 2012-08-14 2014-02-19 阿里巴巴集团控股有限公司 A method and an apparatus for debugging webpage CSS
CN103034731A (en) * 2012-12-20 2013-04-10 北京思特奇信息技术股份有限公司 Method for generating Web front-end interactive page
EP2775397A3 (en) * 2013-03-05 2015-03-25 BlackBerry Limited Visual representation of edits for collaborative application development
CN104133685A (en) * 2014-08-05 2014-11-05 广州唯品会网络技术有限公司 Method and system for front-end development of website

Cited By (22)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106649395A (en) * 2015-11-03 2017-05-10 腾讯科技(深圳)有限公司 Webpage updating method and apparatus
CN105893014A (en) * 2015-12-08 2016-08-24 乐视云计算有限公司 Project development method and system for front end
CN105760159A (en) * 2016-02-01 2016-07-13 四川长虹电器股份有限公司 Website developing method and system
CN108304189A (en) * 2016-08-29 2018-07-20 迈普通信技术股份有限公司 More mirroring device software compilation methods, device and equipment
CN108304189B (en) * 2016-08-29 2021-03-12 迈普通信技术股份有限公司 Multi-mirror image equipment software compiling method, device and equipment
CN107463422A (en) * 2017-07-20 2017-12-12 阿里巴巴集团控股有限公司 Code dispositions method and device, electronic equipment
CN108536431A (en) * 2018-04-04 2018-09-14 浙江小泰科技有限公司 A kind of global command's row creates front end project approach and system
WO2020010724A1 (en) * 2018-07-13 2020-01-16 平安科技(深圳)有限公司 Front-end static resource management method, apparatus, computer device and storage medium
CN109255086A (en) * 2018-08-27 2019-01-22 四川长虹电器股份有限公司 Webpage loading velocity optimization method and device based on ionic Development Framework
CN109783160A (en) * 2019-01-29 2019-05-21 广东九联科技股份有限公司 The web page files loading system and method for a kind of quick transmission and rendering
CN109783160B (en) * 2019-01-29 2022-04-26 广东九联科技股份有限公司 Webpage file loading system and method for rapid transmission and rendering
CN110347385A (en) * 2019-07-19 2019-10-18 浪潮云信息技术有限公司 A kind of method and system that distribution Web static resource is shared
CN110502238A (en) * 2019-07-29 2019-11-26 贝壳技术有限公司 A kind of method and device of front and back end joint debugging
CN111090821A (en) * 2019-11-22 2020-05-01 贝壳技术有限公司 Method, device, electronic equipment and storage medium for realizing dynamic webpage
CN111090821B (en) * 2019-11-22 2023-10-20 贝壳技术有限公司 Method, device, electronic equipment and storage medium for realizing dynamic webpage
CN111273898A (en) * 2020-02-25 2020-06-12 安徽以萨数据技术有限公司 Web front-end code automatic construction method, system and storage medium
CN111273898B (en) * 2020-02-25 2024-03-19 安徽以萨数据技术有限公司 Automatic construction method, system and storage medium for web front-end code
CN111970359A (en) * 2020-08-14 2020-11-20 工银科技有限公司 Front-end non-service architecture system based on node
CN111970359B (en) * 2020-08-14 2023-01-13 中国工商银行股份有限公司 Front-end non-service architecture system based on node
CN113064676A (en) * 2020-12-29 2021-07-02 上海金融期货信息技术有限公司 Method for remote component sharing mechanism during front-end operation based on JS entrance
CN114936192A (en) * 2022-07-19 2022-08-23 成都新橙北斗智联有限公司 Method and system for dynamically compressing, obfuscating and bidirectionally caching files
CN114936192B (en) * 2022-07-19 2022-10-28 成都新橙北斗智联有限公司 Method and system for dynamic compression confusion and bidirectional caching of files

Also Published As

Publication number Publication date
CN104978194B (en) 2018-06-05

Similar Documents

Publication Publication Date Title
CN104978194A (en) Web page front-end development method and apparatus
CN111273898B (en) Automatic construction method, system and storage medium for web front-end code
CN111831269A (en) Application development system, operation method, equipment and storage medium
CN102567516B (en) Script loading method and device
US10594769B2 (en) Selection mapping between fetched files and source files
US20150248302A1 (en) Method, apparatus, server and system for implementing web application
CN106293675B (en) System static resource loading method and device
CN105049486A (en) Version management and file pulling control methods for static files, version management and file pulling control devices, and version control system
CN103262047A (en) Intelligent code differencing using code clone detection
CN108776592A (en) A kind of method, apparatus of page makeup, equipment and storage medium
CA2846581A1 (en) Data infrastructure for providing interconnectivity between platforms, devices and operating systems
CN104102636A (en) Method and device for counting and presenting page data
CN103595742B (en) A method and an apparatus for debugging webpage CSS
US20190163610A1 (en) Networked digital data processor log file viewer
CN104090948A (en) Method, device and system for processing mass data of nuclear power station
CN106776266A (en) The collocation method and terminal device of testing tool
Bojinov RESTful Web API Design with Node. js 10: Learn to create robust RESTful web services with Node. js, MongoDB, and Express. js
CN103399776A (en) Creation method and system for reusable MOCK
US20140047447A1 (en) Work scheduling method and system implemented via cloud platform
CN102087653B (en) Method and device for issuing website information
CN101340463B (en) Method and apparatus for determining network resource type
CN104572145B (en) File edition management method and system
US8108349B1 (en) Directory services integration and replication system
Zhang et al. Research of web front-end engineering solution in public cultural service project
CN102508875B (en) Method for quickly modifying and expanding WEB user interface of terminal equipment

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant