CN105760159A - Website developing method and system - Google Patents

Website developing method and system Download PDF

Info

Publication number
CN105760159A
CN105760159A CN201610071594.4A CN201610071594A CN105760159A CN 105760159 A CN105760159 A CN 105760159A CN 201610071594 A CN201610071594 A CN 201610071594A CN 105760159 A CN105760159 A CN 105760159A
Authority
CN
China
Prior art keywords
page
service
module
data
project
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.)
Pending
Application number
CN201610071594.4A
Other languages
Chinese (zh)
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.)
Sichuan Changhong Electric Co Ltd
Original Assignee
Sichuan Changhong Electric 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 Sichuan Changhong Electric Co Ltd filed Critical Sichuan Changhong Electric Co Ltd
Priority to CN201610071594.4A priority Critical patent/CN105760159A/en
Publication of CN105760159A publication Critical patent/CN105760159A/en
Pending legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/38Creation or generation of source code for implementing user interfaces
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/957Browsing optimisation, e.g. caching or content distillation
    • G06F16/9577Optimising the visualization of content, e.g. distillation of HTML documents
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/36Software reuse

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Software Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Databases & Information Systems (AREA)
  • Human Computer Interaction (AREA)
  • Data Mining & Analysis (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

The invention relates to the field of website front end system framework and server cross-domain, and provides a website development method for solving the problem that in the prior art, people can not have access to a front end cross-domain in a front end and rear end separated mode. The method includes the steps of firstly, establishing a project and a frame required by the project, and conducting configuration and initialization project configuration on a project file; secondly, compiling different pages corresponding to different routes, and configuring page controllers corresponding to the different routes to achieve the service logic of the different pages; thirdly, receiving request signals of the page controllers through a service layer, transferring the request signals, and receiving a returned result; fourthly, returning the obtained returned result to the page controllers through the service layer, conducting data processing on the returned result through the page controllers, and binding the processed data into the pages; fifthly, rendering the pages again when the pages detect that data changes. The problem that people can not have access to the front end cross-domain in the front end and rear end separated mode is effectively solved. The method is suitable for website front end development.

Description

Website development method and system thereof
Technical field
The present invention relates to Website front-end system architecture and the cross-domain field of server, particularly to the method and system of efficient Mobile solution managing web front end exploitation.
Background technology
Early stage web system adopt MVC pattern front-end and back-end in a project integrated, present web scale of the project is increasing, medium-and-large-sized Web system is an open system, opening system user may be forwarded in the system of outside in the request that browser is initiated and process, or the system of this locality completes the process of request together with external system, in addition the request possibility having will not direct requested database, but request caching server, these changes are nearly all to occur at the service end of Web system, the complexity of the Web system service end that the front and back end degree of coupling is significantly high promotes the lifting necessarily bringing web front end complexity.Therefore the separation of front and back end makes front end that the dependency of rear end to be reduced so that front and back end is more professional, management and control of being more convenient for.Additionally, except general big business can use a set of framework or class libraries oneself developed, other medium-sized and small enterprises generally all adopt jquery as front end frame.
Summary of the invention
The technical problem to be solved, it is simply that provide a kind of Website development method and system thereof to solve under the clastotype of front and back end, the cross-domain problem that cannot access in front end.
This invention address that described technical problem, employed technical scheme comprise that, Website development method, comprise the following steps:
Step 1, set up framework needed for project and project, and item file is configured and initializes project configuration;
Step 2, writing the different pages that different route is corresponding, page controller corresponding to differently configured route realizes the service logic of the different page;
Step 3, service service layer receive page controller request signal, request signal is carried out transfer process, and receives return result;
The return result of acquisition is returned to page controller by step 4, service service layer, and page controller carries out data process to returning result, and the data after processing is tied in the page;
Step 5, page detection change to data, again render the page.
Concrete, in described step 3, further comprising the steps of:
Step 31, service service layer receive page controller request signal;
Step 32, service service layer send request signal to node service end;
Step 33, node service end send request to back-end server after receiving request signal, and receive the return result of rear end;
Return result is sent to service service layer by step 34, node service end.
Further, described step 1 comprises the following steps:
Item file is carried out configuration include: nodejs file to be tested in amendment project, configuration static file root path and page engine, the nodejs plugin name of configuration project needs and version number, and the plug-in unit after configuration is mounted in project, then configuration back end interface address file;
Initialization project configuration includes: introduce css, js file of framework AngularJS and BootStrap needs in the project, the action scope of AngularJS is set, AngularJS route is set, redirect for front end page, and set up the page controller corresponding with route, configuration nodejs route, for redirecting of page request node service end interface IP address, and sets up the nodejs file corresponding with route.
Further, npm command-line tool is adopted to be mounted in project by the plug-in unit after configuration;
Described back end interface address file at least includes the title of interface document, version number, the engine of dependence and state;Also include the request address under the title of each interface IP address, ID, different conditions, request method and required parameter form.
Further, in described step 3, service service layer and between node service end the data of transmission all according to json data format analysis processing, and follow HTTP request agreement.
Further, in described step 33, node service end receives when asking backward back-end server to send request, uses nodejs plug-in unit ali-data-proxy-lite to solve request Cross-domain problem.
Concrete, in described step 4, further comprising the steps of:
Page controller detects returning result, if returning result have exception, to page push warning prompt information, is otherwise failure to actuate.
Concrete, in described step 5, page detection changes to data and includes: data variation and background request that Website page input causes change the data variation that data cause.
Website development system, including page presentation module, page logic controls module, service asks transfer service module and node end service module;The data transmission that described page presentation module and page logic control between module realizes two-way binding;
Described page presentation module, for showing Website page to user, obtains the operation signal of user, and is transmitted to page logic control module;It is additionally operable to control the data that module returns, the change of monitoring data according to page logic, and automatically again renders the page;
Described page logic controls module, for obtaining the operation signal that page presentation module obtains, it is determined that request signal to be sent, and request signal is transferred to service request transfer service module;It is additionally operable to receive service and asks the return result of transfer service module, carry out data process to returning result, and the data after processing are tied in the page;
Described service asks transfer service module, for the request signal that will obtain, is forwarded to node end service module, and the return result of node end service module is sent to page logic control module;
Described node end service module, the request signal of transfer service module transmission is asked for obtaining service, back end interface address according to configuration, find the interface IP address needing backend service device to ask, backend service device makes requests on, obtain the return result of node service end, and return result is returned to service request transfer service module.
Concrete, also include UI Multiplexing module;
Described UI Multiplexing module, for the assembly needed in self-defined Website page, in page presentation module, many places are re-used.
The invention has the beneficial effects as follows: the data of page presentation have been carried out two-way binding, automatic data-detection change real-time update can render the page, can directly ask back end interface address, it not be used in front end and server agent and change host file are set, effectively solve under the clastotype of front and back end, the cross-domain problem that cannot access in front end, and carry out integrating multiplexing to reusable UI element, improve rate of code reuse, carry out for the steady ordered of project development, the lifting of work efficiency provides powerful guarantee.
Accompanying drawing explanation
Fig. 1 is the method flow diagram of Website development method and system embodiment of the present invention;
Fig. 2 is the system construction drawing of Website development method and system embodiment of the present invention;
Wherein, page presentation module 201, page logic control module 202, service request transfer service module 203 and node end service module 204.
Below in conjunction with the detailed description of the invention of embodiment, the foregoing of the present invention is described in further detail again.But this should not being interpreted as, the scope of the above-mentioned theme of the present invention is only limitted to Examples below.Without departing from the idea case in the present invention described above, the various replacements made according to ordinary skill knowledge and customary means or change, all should be included within the scope of the invention.
Detailed description of the invention
Technical scheme is described in detail below in conjunction with drawings and Examples:
The present invention is directed in prior art under the clastotype of front and back end, the cross-domain problem that cannot access in front end, it is provided that a kind of Website development method, first, set up framework needed for project and project, and item file is configured and initializes project configuration;Secondly, write the different pages that different route is corresponding, the service logic of the different page of page controller realization that differently configured route is corresponding;Then, service service layer receives the request signal of page controller, request signal carries out transfer process, and receives return result;Subsequently, the return result of acquisition is returned to page controller by service service layer, and page controller carries out data process to returning result, and the data after processing is tied in the page;Finally, page detection changes to data, again renders the page.Website development system, including page presentation module, page logic controls module, service asks transfer service module and node end service module;The data transmission that described page presentation module and page logic control between module realizes two-way binding;Described page presentation module, for showing Website page to user, obtains the operation signal of user, and is transmitted to page logic control module;It is additionally operable to control the data that module returns, the change of monitoring data according to page logic, and automatically again renders the page;Described page logic controls module, for obtaining the operation signal that page presentation module obtains, it is determined that request signal to be sent, and request signal is transferred to service request transfer service module;It is additionally operable to receive service and asks the return result of transfer service module, carry out data process to returning result, and the data after processing are tied in the page;Described service asks transfer service module, for the request signal that will obtain, is forwarded to node end service module, and the return result of node end service module is sent to page logic control module;Described node end service module, the request signal of transfer service module transmission is asked for obtaining service, back end interface address according to configuration, find the interface IP address needing backend service device to ask, backend service device makes requests on, obtain the return result of node service end, and return result is returned to service request transfer service module.The data of page presentation have been carried out two-way binding, automatic data-detection change real-time update can render the page, can directly ask back end interface address, it not be used in front end and server agent and change host file are set, effectively solve under the clastotype of front and back end, the cross-domain problem that cannot access in front end, and carry out reusable UI element integrating multiplexing, improve rate of code reuse, carry out for the steady ordered of project development, the lifting of work efficiency provides powerful guarantee.
Embodiment
The method and system of a kind of efficient Website front-end exploitation that this example provides, front-end and back-end are separated, front end independently becomes item, adopt MVC design pattern, nodejs is as the service end in front end, AgularJS, BootStrap, jquery framework, and integrate realization submission in real time with Git, ensure version accuracy and uniqueness, purpose is in that to provide one to comprise application message management, application version controls management, application permission transfer manages, application relevant documentation management, the system of message informing and user's management, facilitate sharing and cooperating between team, improve work efficiency.
A kind of method and system of efficient Website front-end exploitation, as shown in Figure 1:
One, set up framework needed for project and project, and item file is configured and initializes project configuration, specifically include following steps:
Step S101: set up framework needed for project and project, configuration project and file:
First, set up the project based on nodejs, express, framework jquery, BootStrap, the AngularJS needed for project is imported in project;
Secondly, nodejs file to be tested in amendment project, configure static file root path and page engine, the nodejs plugin name of configuration project needs and version number, with the npm command-line tool of nodejs, the plug-in unit configured is installed in project;
Then, configuring back end interface address file, this back end interface address file comprises the request address under the title of interface document, version number, the engine of dependence, state and the title of each interface IP address, ID, different conditions, request method and required parameter form.
Step S102: initialize project configuration:
First, project home page introduces AngularJS and BootStrap css, js file needed;
Secondly, the action scope of AngularJS is set, AngularJS route is set, redirects for front end page, and write the foundation of corresponding logical code and route corresponding controller file;Set up service file corresponding with controller file and directive file, service file is injected in controller file, correlative code write by service file, realize hereinafter service service layer and receive the request signal of page controller, request signal is carried out transfer process.
Then, configuration nodejs route, for redirecting of page request node service end interface IP address, and set up the nodejs file corresponding with route.
Two, the different pages that different route is corresponding are write, the service logic of the different page of page controller realization that differently configured route is corresponding, specifically include following steps:
Step S103: write the page that AngularJS route is corresponding, reduction INTERFACE DESIGN original text.
Step S104: description according to demand, in the controller file that AngularJS route is corresponding, it is achieved corresponding service logic.
Three, service service layer receives the request signal of page controller, request signal carries out transfer process, and receives return result, specifically include following steps:
Step S105: receive the request signal in controller in service service layer, request signal is carried out transfer process, namely according to the path that the nodejs route requests of configuration is different.
After step S106:node service end receives request, real backend service device sends request, and receives the result that rear end returns, and returns the result in service service layer.
Wherein, service service layer and between node service end the data of transmission all according to json data format analysis processing, and follow HTTP request agreement.
Node service end receives when asking backward back-end server to send request, uses nodejs plug-in unit ali-data-proxy-lite to solve request Cross-domain problem.Ali-data-proxy-lite is the cross-domain plug-in unit bag of a kind of nodejs increased income.
Four, the return result of acquisition is returned to page controller by service service layer, and page controller carries out data process to returning result, and is tied in the page by the data after processing, and specifically includes following steps:
After step S107:service service layer receives the data that nodejs end returns, these data are returned in page controller controller.
Data are tied to the page, and the exception returning result possible are processed, and push warning prompt information by step S108: in page controller controller, the service data result returned is processed.
Five, page detection changes to data, again renders the page, particularly as follows:
Step S109: after page detection changes to binding data, renders the page automatically again.
As shown in Figure 2, this example additionally provides the Structure and Process of the method and system of a kind of efficient Website development, wherein 20 is whole front end system, including: page presentation module 201, page logic control module 202, service asks transfer service module 203 and node end service module 204;The data transmission that described page presentation module 201 and page logic control between module 202 realizes two-way binding;
Described page presentation module 201, for showing Website page to user, obtains the operation signal of user, and is transmitted to page logic control module;It is additionally operable to control the data that module returns, the change of monitoring data according to page logic, and automatically again renders the page;
Described page logic controls module 202, for obtaining the operation signal that page presentation module obtains, it is determined that request signal to be sent, and request signal is transferred to service request transfer service module;It is additionally operable to receive service and asks the return result of transfer service module, carry out data process to returning result, and the data after processing are tied in the page;
Described service asks transfer service module 203, for the request signal that will obtain, is forwarded to node end service module, and the return result of node end service module is sent to page logic control module;
Described node end service module 204, the request signal of transfer service module transmission is asked for obtaining service, back end interface address according to configuration, find the interface IP address needing backend service device to ask, backend service device makes requests on, obtain the return result of node service end, and return result is returned to service request transfer service module.Preferably, UI Multiplexing module is also included;Described UI Multiplexing module, for the assembly needed in self-defined Website page, in page presentation module, many places are re-used.
By page data is carried out two-way binding, the request of the page is carried out transfer, prevent Cross-domain problem, user only need to create the application message needing to issue, clicking to issue and just can successfully application be reached the standard grade, application just can be transferred the possession of other people by input assignor's title or mailbox, so, improve work efficiency, facilitate the management of application.

Claims (10)

1. Website development method, it is characterised in that comprise the following steps:
Step 1, set up framework needed for project and project, and item file is configured and initializes project configuration;
Step 2, writing the different pages that different route is corresponding, page controller corresponding to differently configured route realizes the service logic of the different page;
Step 3, service service layer receive page controller request signal, request signal is carried out transfer process, and receives return result;
The return result of acquisition is returned to page controller by step 4, service service layer, and page controller carries out data process to returning result, and the data after processing is tied in the page;
Step 5, page detection change to data, again render the page.
2. Website development method according to claim 1, it is characterised in that in described step 3, further comprising the steps of:
Step 31, service service layer receive page controller request signal;
Step 32, service service layer send request signal to node service end;
Step 33, node service end send request to back-end server after receiving request signal, and receive the return result of rear end;
Return result is sent to service service layer by step 34, node service end.
3. Website development method according to claim 2, it is characterised in that comprise the following steps in described step 1:
Item file is carried out configuration include: nodejs file to be tested in amendment project, configuration static file root path and page engine, the nodejs plugin name of configuration project needs and version number, and the plug-in unit after configuration is mounted in project, then configuration back end interface address file;
Initialization project configuration includes: introduce css, js file of framework AngularJS and BootStrap needs in the project, the action scope of AngularJS is set, AngularJS route is set, redirect for front end page, and set up the page controller corresponding with route, configuration nodejs route, for redirecting of page request node service end interface IP address, and sets up the nodejs file corresponding with route.
4. Website development method according to claim 3, it is characterised in that adopt npm command-line tool to be mounted in project by the plug-in unit after configuration;
Described back end interface address file at least includes the title of interface document, version number, the engine of dependence and state;Also include the request address under the title of each interface IP address, ID, different conditions, request method and required parameter form.
5. Website development method according to claim 3, it is characterised in that in described step 3, service service layer and between node service end the data of transmission all according to json data format analysis processing, and follow HTTP request agreement.
6. Website development method according to claim 3, it is characterised in that in described step 33, node service end receives when asking backward back-end server to send request, uses nodejs plug-in unit ali-data-proxy-lite to solve request Cross-domain problem.
7. Website development method according to claim 1, it is characterised in that in described step 4, further comprising the steps of:
Page controller detects returning result, if returning result have exception, to page push warning prompt information, is otherwise failure to actuate.
8. Website development method according to claim 1, it is characterised in that in described step 5, page detection changes to data and includes: data variation and background request that Website page input causes change the data variation that data cause.
9. Website development system, it is characterised in that include page presentation module, page logic controls module, service asks transfer service module and node end service module;The data transmission that described page presentation module and page logic control between module realizes two-way binding;
Described page presentation module, for showing Website page to user, obtains the operation signal of user, and is transmitted to page logic control module;It is additionally operable to control the data that module returns, the change of monitoring data according to page logic, and automatically again renders the page;
Described page logic controls module, for obtaining the operation signal that page presentation module obtains, it is determined that request signal to be sent, and request signal is transferred to service request transfer service module;It is additionally operable to receive service and asks the return result of transfer service module, carry out data process to returning result, and the data after processing are tied in the page;
Described service asks transfer service module, for the request signal that will obtain, is forwarded to node end service module, and the return result of node end service module is sent to page logic control module;
Described node end service module, the request signal of transfer service module transmission is asked for obtaining service, back end interface address according to configuration, find the interface IP address needing backend service device to ask, backend service device makes requests on, obtain the return result of node service end, and return result is returned to service request transfer service module.
10. Website development system according to claim 9, it is characterised in that also include UI Multiplexing module;
Described UI Multiplexing module, for the assembly needed in self-defined Website page, in page presentation module, many places are re-used.
CN201610071594.4A 2016-02-01 2016-02-01 Website developing method and system Pending CN105760159A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201610071594.4A CN105760159A (en) 2016-02-01 2016-02-01 Website developing method and system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201610071594.4A CN105760159A (en) 2016-02-01 2016-02-01 Website developing method and system

Publications (1)

Publication Number Publication Date
CN105760159A true CN105760159A (en) 2016-07-13

Family

ID=56342960

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201610071594.4A Pending CN105760159A (en) 2016-02-01 2016-02-01 Website developing method and system

Country Status (1)

Country Link
CN (1) CN105760159A (en)

Cited By (18)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106055383A (en) * 2016-05-26 2016-10-26 北京京东尚科信息技术有限公司 Request processing method and device
CN106446023A (en) * 2016-08-29 2017-02-22 江苏数加数据科技有限责任公司 Double-publicized production data front-end display system and method based on AngularJS and Bootstrap
CN107992296A (en) * 2017-11-29 2018-05-04 国云科技股份有限公司 A kind of service request parameter Quick Casting method suitable for large-scale distributed system
CN108052365A (en) * 2017-12-19 2018-05-18 深圳市四格互联信息技术有限公司 The component generation method and device of user interface
CN108595173A (en) * 2018-03-09 2018-09-28 深圳前海有电物联科技有限公司 The generation method and device of user interface, electronic device and computer storage media
CN109460227A (en) * 2018-10-16 2019-03-12 山东中创软件商用中间件股份有限公司 A kind of development approach of Website front-end, device, equipment and medium
CN109783134A (en) * 2019-01-17 2019-05-21 无锡华云数据技术服务有限公司 Front end page configuration method, device and electronic equipment
CN109933510A (en) * 2017-12-15 2019-06-25 中国移动通信集团浙江有限公司 Method, apparatus, electronic equipment and the storage medium of interface management
CN110138818A (en) * 2018-02-09 2019-08-16 北京京东尚科信息技术有限公司 Method, website application, system, device and the serving backend of Transfer Parameters
CN110377283A (en) * 2019-07-08 2019-10-25 北京亚鸿世纪科技发展有限公司 The realization of front end valid data and synchronous method when the separation exploitation of the front and back end Web
WO2019233292A1 (en) * 2018-06-07 2019-12-12 阿里巴巴集团控股有限公司 Method and apparatus for developing application
CN111162879A (en) * 2019-12-23 2020-05-15 五八有限公司 Data transmission method and device, electronic equipment and storage medium
CN111177618A (en) * 2019-12-17 2020-05-19 腾讯科技(深圳)有限公司 Website building method, device, equipment and computer readable storage medium
CN111819535A (en) * 2017-12-28 2020-10-23 阿韦瓦软件有限责任公司 Asynchronous C # -JS data binding bridge
CN111930380A (en) * 2020-08-13 2020-11-13 四川长虹电器股份有限公司 Self-descriptive front-end interaction implementation method capable of being dynamically defined
WO2021135584A1 (en) * 2020-07-31 2021-07-08 平安科技(深圳)有限公司 Front-end project framework construction method and apparatus, computer device, and storage medium
CN113222526A (en) * 2021-03-30 2021-08-06 同济人工智能研究院(苏州)有限公司 Community management system based on front-end and back-end separated architecture
CN113656724A (en) * 2021-10-20 2021-11-16 深圳市信润富联数字科技有限公司 Method and system for dynamically configuring webpage function based on web page

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103838558A (en) * 2012-11-22 2014-06-04 中国移动通信集团公司 Website building system and method, website access method and webpage adaption system
CN104133685A (en) * 2014-08-05 2014-11-05 广州唯品会网络技术有限公司 Method and system for front-end development of website
CN104731594A (en) * 2015-03-26 2015-06-24 浪潮集团有限公司 Method for displaying runtime customized page based on Bootstrap
CN104978194A (en) * 2015-06-25 2015-10-14 北京京东尚科信息技术有限公司 Web page front-end development method and apparatus

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103838558A (en) * 2012-11-22 2014-06-04 中国移动通信集团公司 Website building system and method, website access method and webpage adaption system
CN104133685A (en) * 2014-08-05 2014-11-05 广州唯品会网络技术有限公司 Method and system for front-end development of website
CN104731594A (en) * 2015-03-26 2015-06-24 浪潮集团有限公司 Method for displaying runtime customized page based on Bootstrap
CN104978194A (en) * 2015-06-25 2015-10-14 北京京东尚科信息技术有限公司 Web page front-end development method and apparatus

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
LUDONGWEI: ""node实现前后端分离(开篇)", 《HTTPS://SEGMENT FAULT.COM/A/1190000003950507》 *
匿名: "完整的前端工程框架", 《HTTP://WWW.BUBUKO.COM/INFODETAIL­1206351.HTML》 *
码园老农的专栏: "前端框架­Angular.js", 《HTTPS://BLOG.CSDN.NET/SWEDEPAN/ARTICLE/DETAILS/12526513》 *

Cited By (24)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106055383A (en) * 2016-05-26 2016-10-26 北京京东尚科信息技术有限公司 Request processing method and device
CN106446023A (en) * 2016-08-29 2017-02-22 江苏数加数据科技有限责任公司 Double-publicized production data front-end display system and method based on AngularJS and Bootstrap
CN107992296A (en) * 2017-11-29 2018-05-04 国云科技股份有限公司 A kind of service request parameter Quick Casting method suitable for large-scale distributed system
CN109933510A (en) * 2017-12-15 2019-06-25 中国移动通信集团浙江有限公司 Method, apparatus, electronic equipment and the storage medium of interface management
CN108052365A (en) * 2017-12-19 2018-05-18 深圳市四格互联信息技术有限公司 The component generation method and device of user interface
CN108052365B (en) * 2017-12-19 2021-04-27 深圳市四格互联信息技术有限公司 User interface component generation method and device
CN111819535A (en) * 2017-12-28 2020-10-23 阿韦瓦软件有限责任公司 Asynchronous C # -JS data binding bridge
CN110138818A (en) * 2018-02-09 2019-08-16 北京京东尚科信息技术有限公司 Method, website application, system, device and the serving backend of Transfer Parameters
CN110138818B (en) * 2018-02-09 2023-06-23 北京京东尚科信息技术有限公司 Method, website application, system, device and service back-end for transmitting parameters
CN108595173A (en) * 2018-03-09 2018-09-28 深圳前海有电物联科技有限公司 The generation method and device of user interface, electronic device and computer storage media
WO2019233292A1 (en) * 2018-06-07 2019-12-12 阿里巴巴集团控股有限公司 Method and apparatus for developing application
CN109460227A (en) * 2018-10-16 2019-03-12 山东中创软件商用中间件股份有限公司 A kind of development approach of Website front-end, device, equipment and medium
CN109783134A (en) * 2019-01-17 2019-05-21 无锡华云数据技术服务有限公司 Front end page configuration method, device and electronic equipment
CN110377283A (en) * 2019-07-08 2019-10-25 北京亚鸿世纪科技发展有限公司 The realization of front end valid data and synchronous method when the separation exploitation of the front and back end Web
CN110377283B (en) * 2019-07-08 2022-10-11 北京亚鸿世纪科技发展有限公司 Method for realizing and synchronizing front-end effective data during Web front-end and back-end separation development
CN111177618A (en) * 2019-12-17 2020-05-19 腾讯科技(深圳)有限公司 Website building method, device, equipment and computer readable storage medium
CN111177618B (en) * 2019-12-17 2023-08-11 腾讯科技(深圳)有限公司 Website construction method, device, equipment and computer readable storage medium
CN111162879A (en) * 2019-12-23 2020-05-15 五八有限公司 Data transmission method and device, electronic equipment and storage medium
WO2021135584A1 (en) * 2020-07-31 2021-07-08 平安科技(深圳)有限公司 Front-end project framework construction method and apparatus, computer device, and storage medium
CN111930380B (en) * 2020-08-13 2022-02-01 四川长虹电器股份有限公司 Self-descriptive front-end interaction implementation method capable of being dynamically defined
CN111930380A (en) * 2020-08-13 2020-11-13 四川长虹电器股份有限公司 Self-descriptive front-end interaction implementation method capable of being dynamically defined
CN113222526A (en) * 2021-03-30 2021-08-06 同济人工智能研究院(苏州)有限公司 Community management system based on front-end and back-end separated architecture
CN113656724A (en) * 2021-10-20 2021-11-16 深圳市信润富联数字科技有限公司 Method and system for dynamically configuring webpage function based on web page
CN113656724B (en) * 2021-10-20 2022-02-15 深圳市信润富联数字科技有限公司 Method and system for dynamically configuring webpage function based on web page

Similar Documents

Publication Publication Date Title
CN105760159A (en) Website developing method and system
KR102317535B1 (en) Methods and systems for implementing data tracking with software development kits
US8898285B2 (en) Service oriented architecture version and dependency control
EP3709227A1 (en) System and method for interoperable communication of an automation system component with multiple information sources
US8209341B2 (en) Configurable transformation macro
WO2016179055A1 (en) Constructing a data adaptor in an enterprise server data ingestion environment
CN106233252A (en) For customizing the dynamic update contruction device of software
US11194686B2 (en) Data agnostic monitoring service
US10664551B2 (en) Intuitive user interface (UI) for device or vendor independent network switch management via embedded management controller
CN102693270A (en) Publishable metadata for content management and component testing
US11502899B2 (en) Dynamic product installation based on user feedback
CN110321154A (en) A kind of interface message methods of exhibiting, device and the electronic equipment of micro services
CN109213498A (en) A kind of configuration method and server of internet web front-end
US8886703B2 (en) Advertising and facilitating management access to added capabilities of intelligent devices in a system
CN107220066A (en) Method and device for releasing application software in application store
CN105893055A (en) Method for triggering process engine platformization
EP2916495A1 (en) Information processing system, an information processing apparatus and a medium storing an information processing program
CN113495797A (en) Message queue and consumer dynamic creation method and system
CN114594927A (en) Low code development method, device, system, server and storage medium
CN103677814A (en) Procedure acquiring method, procedure acquiring device and procedure acquiring system
CN109032594A (en) A kind of method and system of efficient mobile application managing web front end exploitation
CN106202440A (en) Data processing method, device and equipment
JP2008123335A (en) Service providing system by server and service providing method
Ra et al. HealthNode: software framework for efficiently designing and developing cloud‐based healthcare applications
CN102789471A (en) Mashup server and method for providing mashup service

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
RJ01 Rejection of invention patent application after publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20160713