CN106528108A - WEB development method and device based on code file route - Google Patents

WEB development method and device based on code file route Download PDF

Info

Publication number
CN106528108A
CN106528108A CN201610931464.3A CN201610931464A CN106528108A CN 106528108 A CN106528108 A CN 106528108A CN 201610931464 A CN201610931464 A CN 201610931464A CN 106528108 A CN106528108 A CN 106528108A
Authority
CN
China
Prior art keywords
code
parameter
code file
routing
http request
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
CN201610931464.3A
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.)
SURFILTER NETWORK TECHNOLOGY Co Ltd
Original Assignee
SURFILTER NETWORK 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 SURFILTER NETWORK TECHNOLOGY Co Ltd filed Critical SURFILTER NETWORK TECHNOLOGY Co Ltd
Priority to CN201610931464.3A priority Critical patent/CN106528108A/en
Publication of CN106528108A publication Critical patent/CN106528108A/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/31Programming languages or programming paradigms
    • 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/955Retrieval from the web using information identifiers, e.g. uniform resource locators [URL]
    • G06F16/9566URL specific, e.g. using aliases, detecting broken or misspelled links
    • 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/958Organisation or management of web site content, e.g. publishing, maintaining pages or automatic linking
    • G06F16/972Access to data in other repository systems, e.g. legacy data or dynamic Web page generation

Abstract

The invention discloses a WEB development method and device based on a code file route. The method comprises the steps of storing corresponding code to respectively independent code files in a server according to a preset code file routing rule; and obtaining the code file route by analyzing an http request parameter and calling the code in the corresponding code files to finish corresponding web development work. According to the method provided by the invention, a web system is divided into a plurality function modules according to different functions; the different function modules are isolated through different catalogues; different pages and different operations of the same page in each function module are isolated through independent code files; in this way, the function modules and code file structures of the web system are relatively clear; and the code coupling problem in the development process is avoided, thereby facilitating follow-up web system maintenance, expansion and development.

Description

A kind of WEB development approaches being route based on code file and device
Technical field
The present invention relates to WEB development technique field, more particularly to a kind of WEB development approaches being route based on code file and Device.
Background technology
With the development of internet, various WEB development technique emerge in an endless stream, such as the java server page (Java Server Pages, referred to as " JSP "), Active Server Pages (Active Server Pages, referred to as " ASP "), HyperText Preprocessor (Hypertext Preprocessor, referred to as " PHP ") etc..For example, PHP be it is a kind of it is cross-platform, supertext mark can be embedded in Note language (Hyper Text Markup Language, referred to as " html "), explanation execution script language, it is simple easily Learn, be that WEB quickly develops good selection.
However, in the development process of WEB products or project is carried out, it is easy to occur that code organization structure is in disorder and code Problem in one file is piled up, can so be caused code to couple, be caused WEB product maintenance costs higher, and often The problems such as reconstruct for being rapidly performed by code being led to not.
The content of the invention
In order to solve problem of the prior art, embodiments provide a kind of WEB routeing based on code file and open Forwarding method and device.The technical scheme is as follows:
On the one hand, a kind of WEB development approaches routeing based on code file, methods described bag are embodiments provided Include:
In the server according to default code file routing rule, in each independent code file, storage is corresponding Code;
By parsing HTTP (Hyper Text Transfer Protocol, referred to as " http ") request ginseng The route for counting to obtain code file, and the code in respective code file is called, complete corresponding web developments.
In the above-mentioned WEB development approaches being route based on code file of the embodiment of the present invention, the default code text Part routing rule includes:
Under according to difference in functionality module in the web system of exploitation, for the different pages or the difference for same page Operation, sets code file route.
In the above-mentioned WEB development approaches being route based on code file of the embodiment of the present invention, the http request parameter Including:For indicating first routing parameter in functional module path residing for code;
It is described by parsing http request parameter obtaining the route of code file, and call the generation in respective code file Code, including:
The first routing parameter in http request is obtained, and calls the functional module path specified by the first routing parameter Under, default default code file.
In the above-mentioned WEB development approaches being route based on code file of the embodiment of the present invention, the http request parameter Including:For indicate functional module path residing for code the first routing parameter and for indicating the page involved by code Two routing parameters, or, for indicating first routing parameter in functional module path residing for code and being used to indicate that code is held 3rd routing parameter of row page operation;
It is described by parsing http request parameter obtaining the route of code file, and call the generation in respective code file Code, including:
The first routing parameter and secondary route parameter in http request is obtained, and is called specified by the first routing parameter Code file under functional module path, specified by secondary route parameter or the 3rd routing parameter.
In the above-mentioned WEB development approaches being route based on code file of the embodiment of the present invention, the http request parameter Including:For indicate functional module path residing for code the first routing parameter, for indicate the page involved by code Two routing parameters and the 3rd routing parameter for indicating page operation performed by code;
It is described by parsing http request parameter obtaining the route of code file, and call the generation in respective code file Code, including:
The first routing parameter, secondary route parameter and the 3rd routing parameter in acquisition http request, and call first Under functional module path specified by routing parameter, the code file that secondary route parameter and the 3rd routing parameter are specified jointly.
On the other hand, a kind of WEB development devices routeing based on code file, described device are embodiments provided Including:
Storage module, in the server according to default code file routing rule, in each independent code text Corresponding code is stored in part;
Processing module, obtains the route of code file for by parsing http request parameter, and calls respective code Code in file, completes corresponding web developments.
In the above-mentioned WEB development devices being route based on code file of the embodiment of the present invention, the default code text Part routing rule includes:
Under according to difference in functionality module in the web system of exploitation, for the different pages or the difference for the different pages Operation, sets code file route.
In the above-mentioned WEB development devices being route based on code file of the embodiment of the present invention, the http request parameter Including:For indicating first routing parameter in functional module path residing for code;
The processing module, is additionally operable to obtain the first routing parameter in http request, and calls the first routing parameter institute Under the functional module path specified, default default code file.
In the above-mentioned WEB development devices being route based on code file of the embodiment of the present invention, the http request parameter Including:For indicate functional module path residing for code the first routing parameter and for indicating the page involved by code Two routing parameters, or, for indicating first routing parameter in functional module path residing for code and being used to indicate that code is held 3rd routing parameter of row page operation;
The processing module, is additionally operable to obtain the first routing parameter and secondary route parameter in http request, and calls Code text under functional module path specified by first routing parameter, specified by secondary route parameter or the 3rd routing parameter Part.
In the above-mentioned WEB development devices being route based on code file of the embodiment of the present invention, the http request parameter Including:For indicate functional module path residing for code the first routing parameter, for indicate the page involved by code Two routing parameters and the 3rd routing parameter for indicating page operation performed by code;
The processing module, be additionally operable to obtain http request in the first routing parameter, secondary route parameter and the 3rd Routing parameter, and calling under the functional module path specified by the first routing parameter, secondary route parameter and the 3rd routing parameter The code file specified jointly.
The beneficial effect that technical scheme provided in an embodiment of the present invention is brought is:
Phase is stored in each independent code file by the server according to default code file routing rule The code answered;Then by parsing http request parameter obtaining the route of code file, and in calling respective code file Code, completes corresponding web developments.So web system can be divided into by multiple functional modules according to different functions, With different catalogues isolating between different functional modules, the different pages and the different behaviour of same page in each functional module Also with independent code file isolating between work, can so make web system functional module and code file structure more clear It is clear, it is to avoid the code coupled problem in development process, greatly facilitate follow-up web system and safeguard and regarded as output controlling.
Description of the drawings
For the technical scheme being illustrated more clearly that in the embodiment of the present invention, below will be to making needed for embodiment description Accompanying drawing is briefly described, it should be apparent that, drawings in the following description are only some embodiments of the present invention, for For those of ordinary skill in the art, on the premise of not paying creative work, can be obtaining other according to these accompanying drawings Accompanying drawing.
Fig. 1 is a kind of WEB development approach flow charts being route based on code file that the embodiment of the present invention one is provided;
Fig. 2 is a kind of exemplary plot of code file memory structure that the embodiment of the present invention one is provided;
Fig. 3 is that a kind of of the offer of the embodiment of the present invention one calls the flow process of fetcher code file to illustrate according to http request Figure;
Fig. 4 is a kind of WEB development device structural representations being route based on code file that the embodiment of the present invention two is provided.
Specific embodiment
To make the object, technical solutions and advantages of the present invention clearer, below in conjunction with accompanying drawing to embodiment party of the present invention Formula is described in further detail.
Embodiment one
A kind of WEB development approaches routeing based on code file are embodiments provided, referring to Fig. 1, the method can To include:
Step S11, in the server according to default code file routing rule, stores up in each independent code file Deposit corresponding code.
In the present embodiment, it is by code file according to default code file routing rule, each independent to be stored in clothes In business device, developer can be helped reasonably to arrange code directory structure and code place file, so as to solve well Code is too fat to move and the problem of code maintenance high cost.
Specifically, default code file routing rule can be:According to difference in functionality module in the web system of exploitation Under, for the different pages or the different operating for same page, set code file route.
In the present embodiment, one exploitation web system be typically based on different functions can be by multiple functional module groups Into, multiple pages can be included in each functional module again, each page can include the multinomial operation to the page again.Carry out When web is developed, the code that first can be used needs, according to default code file routing rule, is independently stored in In respective corresponding code file.For example:The code of description static page, can be according to the page under functional module residing for which Face, such a path are stored;And the code to page operation is described, can first according to the page under functional module residing for which Face, according to the corresponding operation of the page, such a path is stored.So it route according to above-mentioned default code file Rule setting code file simultaneously stores respective code, contributes to clearing code overall structure, it is to avoid code is coupled, while after being also Continuous code maintenance provides facility.
Step S12, obtains the route of code file by parsing http request parameter, and in calling respective code file Code, complete corresponding web developments.
In the present embodiment, will realize that web is developed, first need respective code to be stored in the server on backstage, by front After the browser at end receives user instruction, by http request, respective code is obtained to the server on backstage.
In actual applications, can http request URL (Uniform Resource Locator, Code file routing parameter is carried in referred to as " url "), and http request is parsed by server to obtain.Wherein, Url is the position of the resource to obtaining from internet and a kind of succinct expression of access method, is internet subscript The address of quasi- resource.Each file on internet has a unique URL, the information that it includes point out the position of file with And how browser should process it.
Specifically, http request parameter can include:For indicating the first via in functional module path residing for code by joining Number.
Meanwhile, above-mentioned steps S12 can be realized in the following way:
The first routing parameter in http request is obtained, and calls the functional module path specified by the first routing parameter Under, default default code file.
In the present embodiment, if the first routing parameter is only included in http request parameter, show the http request only Specify wanted access function module path, but and code file to be accessed is not specifically designated, now, preset one The code file of acquiescence, calls for its access.
Alternatively, http request parameter can also include:For indicate the first via in functional module path residing for code by Parameter and the secondary route parameter for indicating the page involved by code, or, for indicating functional module road residing for code First routing parameter in footpath and the 3rd routing parameter for indicating page operation performed by code.
Meanwhile, above-mentioned steps S12 can also be realized in the following way:
The first routing parameter and secondary route parameter in http request is obtained, and is called specified by the first routing parameter Code file under functional module path, specified by secondary route parameter or the 3rd routing parameter.Wherein, joined by secondary route The code stored in the specified code files of number, is to remove the code that other outside page operation are related to the page.
Alternatively, http request parameter can also include:For indicate the first via in functional module path residing for code by Parameter, the secondary route parameter for indicating the page involved by code and for indicating page operation performed by code 3rd routing parameter.
Meanwhile, above-mentioned steps S12 can also be realized in the following way:
The first routing parameter, secondary route parameter and the 3rd routing parameter in acquisition http request, and call first Under functional module path specified by routing parameter, the code file that secondary route parameter and the 3rd routing parameter are specified jointly. Wherein, code is stored in the code file specified by secondary route parameter and the 3rd routing parameter jointly, be that secondary route is joined The operation code of the page that number is specified, its mode of operation are specified by the 3rd routing parameter.
The above-mentioned WEB development approaches routeing based on code file are illustrated using php below, it should be noted that should Method is not limited in adopting php, and other such as JSP, ASP etc. are also possible, are not limited here.
Referring to Fig. 2, the memory structure of code file in server is shown in Fig. 2, and in actual applications, we can be with First routing parameter is represented using m, p code secondary route parameters, the 3rd routing parameter of op codes, and by code file with " .php " is suffix.Wherein, the first routing parameter m can also be expressed as below mode:M=x_y_z, wherein using underscore " _ ", used as code path decollator, in Fig. 2, functional module path m=acc_manage, so specifies code file by m Residing functional module path.It should be noted that the priority of secondary route parameter is higher than the 3rd routing parameter.
With reference to Fig. 2 and Fig. 3, server after http request is received can first parse the url in http request, first check First routing parameter m, confirms functional module path, such as the functional module path in Fig. 2 is acc/manage;Then judging Whether there is p or op in url, i.e., whether has secondary route parameter or the 3rd routing parameter, if do not existed, take Business device can call default default code file, such as home.php in Fig. 2;Then, when p is only existed, then access and referred to by p View.php in fixed code file, such as Fig. 2;When op is only existed, then the code file specified by op is accessed, for example Ops_add.php (ops is used for differentiation parameter p and parameter op), includes addition operation code in the code file;When while depositing When there is p and op, then the view_ops_add.php while in the code file specified, such as Fig. 2 is accessed by p and op.
If url is in http request:http://localhost/?M=acc_manage, the functional module road of access Footpath is the acc/manage under modules, and no p and op parameters, acquiescence are mapped to home.php files;If in http request Url is http://localhost/?M=acc_manage&p=view, then be mapped under acc/manage catalogues View.php files a, page in this view.php is the functional module, can also have other in this functional module The page, it is only necessary to add in this way;If url is http in http request://localhost/?M=acc_ Manage&p=view&op=add, then the view_ops_add.php files being mapped under acc/manage catalogues, wherein add One for the view pages operates, and the view pages also have edit and delete to operate in fig. 2, view_ops_add.php, View_ops_edit.php, view_ops_delete.php are for the code of tri- kinds of operations of add, edit and delete respectively File.
In addition, a part of core code citing in hereinafter realizing above-mentioned steps, is write by php:
The embodiment of the present invention passes through in the server according to default code file routing rule, in each independent code Corresponding code is stored in file;Then by parsing http request parameter obtaining the route of code file, and call corresponding Code in code file, completes corresponding web developments.So web system can be divided into according to different functions Multiple functional modules, with different catalogues isolating between different functional modules, in each functional module the different pages and Also with independent code file isolating between same page different operating, web system functional module and code can be so made File structure is than more visible, it is to avoid the code coupled problem in development process, greatly facilitate follow-up web system safeguard with And regarded as output controlling.
Embodiment two
A kind of WEB development devices routeing based on code file are embodiments provided, one institute of embodiment is employed The WEB development approaches being route based on code file stated, referring to Fig. 4, the device can include:Storage module 100, processing module 200。
Storage module 100, in the server according to default code file routing rule, in each independent code Corresponding code is stored in file.
In the present embodiment, it is by code file according to default code file routing rule, each independent to be stored in clothes In business device, developer can be helped reasonably to arrange code directory structure and code place file, so as to solve well Code is too fat to move and the problem of code maintenance high cost.
Processing module 200, obtains the route of code file for by parsing http request parameter, and calls corresponding generation Code in code file, completes corresponding web developments.
In the present embodiment, will realize that web is developed, first need respective code to be stored in the server on backstage, by front After the browser at end receives user instruction, by http request, respective code is obtained to the server on backstage.
In actual applications, code file routing parameter can be carried in the url of http request, and passes through server Http request is parsed to obtain.Wherein, url be URL be resource to obtaining from internet Position and access method a kind of succinct expression, be the address of standard resource on internet.Each file on internet There is a unique URL, the information that it includes points out how the position of file and browser should process it.
Specifically, default code file routing rule can be:According to difference in functionality module in the web system of exploitation Under, for the different pages or the different operating for same page, set code file route.
In the present embodiment, the web system of an exploitation is typically made up of multiple functional modules, in each functional module again Multiple pages can be included, each page can include the multinomial operation to the page again.Carry out web develop when, can first by The code that needs are used, according to default code file routing rule, is independently stored in respective corresponding code text In part.For example:The code of description static page, can be carried out according to the page under functional module residing for which, such a path Storage;And the code to page operation is described, can first according to the page under functional module residing for which, according to the page correspondence Operation, such a path is stored.Code file is set simultaneously according to above-mentioned default code file routing rule so Storage respective code, contributes to clearing code overall structure, it is to avoid code is coupled, while also providing just for follow-up code maintenance Profit.
Alternatively, http request parameter can include:For indicating the first via in functional module path residing for code by joining Number.
Processing module 200, can be also used for obtaining the first routing parameter in http request, and calls the first routing parameter Under specified functional module path, default default code file.
In the present embodiment, if the first routing parameter is only included in http request parameter, show the http request only Specify wanted access function module directory, but and code file to be accessed is not specifically designated, now, preset one The code file of acquiescence, calls for its access.
Alternatively, http request parameter can also include:For indicate the first via in functional module path residing for code by Parameter and the secondary route parameter for indicating the page involved by code, or, for indicating functional module road residing for code First routing parameter in footpath and the 3rd routing parameter for indicating page operation performed by code.
Processing module 200, can be also used for obtaining the first routing parameter and secondary route parameter in http request, and adjusts With the code under the functional module path specified by the first routing parameter, specified by secondary route parameter or the 3rd routing parameter File.Wherein, the code for storing in the code file by specified by secondary route parameter, is removed to other outside page operation It is related to the code of the page.
Alternatively, http request parameter can also include:For indicate the first via in functional module path residing for code by Parameter, the secondary route parameter for indicating the page involved by code and for indicating page operation performed by code 3rd routing parameter.
Processing module 200, can be also used for obtain http request in the first routing parameter, secondary route parameter and 3rd routing parameter, and call under the functional module path specified by the first routing parameter, secondary route parameter and the 3rd route The code file that parameter is specified jointly.Wherein, in the code file specified by secondary route parameter and the 3rd routing parameter jointly Storage code, is the operation code of the page specified to secondary route parameter, and its mode of operation is specified by the 3rd routing parameter.
The embodiment of the present invention passes through in the server according to default code file routing rule, in each independent code Corresponding code is stored in file;Then by parsing http request parameter obtaining the route of code file, and call corresponding Code in code file, completes corresponding web developments.So web system can be divided into according to different functions Multiple functional modules, with different catalogues isolating between different functional modules, in each functional module the different pages and Also with independent code file isolating between same page different operating, web system functional module and code can be so made File structure is than more visible, it is to avoid the code coupled problem in development process, greatly facilitate follow-up web system safeguard with And regarded as output controlling.
The embodiments of the present invention are for illustration only, do not represent the quality of embodiment.
It should be noted that:What above-described embodiment was provided is realizing being based on based on the WEB development devices that code file route During the WEB development approaches of code file route, only it is illustrated with the division of above-mentioned each functional module, in practical application, As desired above-mentioned functions distribution can be completed by different functional modules, will the internal structure of equipment be divided into difference Functional module, to complete all or part of function described above.In addition, above-described embodiment provide based on code file The WEB development devices of route belong to same design with the WEB development approach embodiments routeing based on code file, and which implements Process refers to embodiment of the method, repeats no more here.
One of ordinary skill in the art will appreciate that realizing that all or part of step of above-described embodiment can pass through hardware To complete, it is also possible to instruct the hardware of correlation to complete by program, described program can be stored in a kind of computer-readable In storage medium, storage medium mentioned above can be read-only storage, disk or CD etc..
The foregoing is only presently preferred embodiments of the present invention, not to limit the present invention, all spirit in the present invention and Within principle, any modification, equivalent substitution and improvements made etc. should be included within the scope of the present invention.

Claims (10)

1. it is a kind of based on code file route WEB development approaches, it is characterised in that methods described includes:
In the server according to default code file routing rule, corresponding generation is stored in each independent code file Code;
The route of code file is obtained by parsing http request parameter, and calls the code in respective code file, come Into corresponding web developments.
2. method according to claim 1, it is characterised in that the default code file routing rule includes:
Under according to difference in functionality module in the web system of exploitation, for the different pages or the different operating for same page, To set code file route.
3. method according to claim 2, it is characterised in that the http request parameter includes:For indicating code institute First routing parameter in place functional module path;
It is described and to call the code in respective code file by parsing http request parameter obtaining the route of code file, Including:
The first routing parameter in http request is obtained, and is called under the functional module path specified by the first routing parameter, in advance If default code file.
4. method according to claim 2, it is characterised in that the http request parameter includes:For indicating code institute First routing parameter and the secondary route parameter for indicating the page involved by code in place functional module path, or, use The 3rd tunnel in first routing parameter in functional module path residing for instruction code and for indicating page operation performed by code By parameter;
It is described and to call the code in respective code file by parsing http request parameter obtaining the route of code file, Including:
The first routing parameter and secondary route parameter in http request is obtained, and calls the function specified by the first routing parameter Code file under module path, specified by secondary route parameter or the 3rd routing parameter.
5. method according to claim 2, it is characterised in that the http request parameter includes:For indicating code institute First routing parameter in place functional module path, the secondary route parameter for indicating the page involved by code and it is used for Indicate the 3rd routing parameter of page operation performed by code;
It is described and to call the code in respective code file by parsing http request parameter obtaining the route of code file, Including:
Obtain the first routing parameter in http request, secondary route parameter and the 3rd routing parameter, and call the first via by Under functional module path specified by parameter, the code file that secondary route parameter and the 3rd routing parameter are specified jointly.
6. it is a kind of based on code file route WEB development devices, it is characterised in that described device includes:
Storage module, in the server according to default code file routing rule, in each independent code file Store corresponding code;
Processing module, obtains the route of code file for by parsing http request parameter, and calls respective code file In code, complete corresponding web developments.
7. device according to claim 6, it is characterised in that the default code file routing rule includes:
Under according to difference in functionality module in the web system of exploitation, for the different pages or the different operating for same page, To set code file route.
8. device according to claim 7, it is characterised in that the http request parameter includes:For indicating code institute First routing parameter in place functional module path;
The processing module, is additionally operable to obtain the first routing parameter in http request, and calls specified by the first routing parameter Functional module path under, default default code file.
9. device according to claim 7, it is characterised in that the http request parameter includes:For indicating code institute First routing parameter and the secondary route parameter for indicating the page involved by code in place functional module path, or, use The 3rd tunnel in first routing parameter in functional module path residing for instruction code and for indicating page operation performed by code By parameter;
The processing module, is additionally operable to obtain the first routing parameter and secondary route parameter in http request, and calls first Code file under functional module path specified by routing parameter, specified by secondary route parameter or the 3rd routing parameter.
10. device according to claim 7, it is characterised in that the http request parameter includes:For indicating code institute First routing parameter in place functional module path, the secondary route parameter for indicating the page involved by code and it is used for Indicate the 3rd routing parameter of page operation performed by code;
The processing module, is additionally operable to obtain the first routing parameter in http request, secondary route parameter and the 3rd route Parameter, and call under the functional module path specified by the first routing parameter, secondary route parameter and the 3rd routing parameter are common The code file specified.
CN201610931464.3A 2016-10-31 2016-10-31 WEB development method and device based on code file route Pending CN106528108A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201610931464.3A CN106528108A (en) 2016-10-31 2016-10-31 WEB development method and device based on code file route

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201610931464.3A CN106528108A (en) 2016-10-31 2016-10-31 WEB development method and device based on code file route

Publications (1)

Publication Number Publication Date
CN106528108A true CN106528108A (en) 2017-03-22

Family

ID=58292597

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201610931464.3A Pending CN106528108A (en) 2016-10-31 2016-10-31 WEB development method and device based on code file route

Country Status (1)

Country Link
CN (1) CN106528108A (en)

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109558202A (en) * 2018-12-14 2019-04-02 平安城市建设科技(深圳)有限公司 Original list development approach, device, equipment and storage medium based on small routine
CN109600311A (en) * 2018-11-28 2019-04-09 武汉斗鱼网络科技有限公司 Method for routing, device, server, terminal and readable medium based on PHP language
CN110175046A (en) * 2019-05-23 2019-08-27 贝壳技术有限公司 A kind of moving method and system of goal systems technology stack
CN110262797A (en) * 2019-06-10 2019-09-20 杭州米络星科技(集团)有限公司 A kind of application module and routing jump method
CN111273902A (en) * 2018-12-05 2020-06-12 深圳市茁壮网络股份有限公司 Project and directory architecture generation method and device
CN115857898A (en) * 2023-02-25 2023-03-28 武汉万云网络科技有限公司 Application system construction and operation method and device

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1552029A (en) * 2001-07-02 2004-12-01 Bea系统公司 Web service development platform for asynchronous web services
CN104023049A (en) * 2014-05-16 2014-09-03 中国科学院计算技术研究所 Method and system for mapping HTTP service to information center network
CN104202360A (en) * 2014-08-13 2014-12-10 小米科技有限责任公司 Webpage access method, device and router
CN105808360A (en) * 2016-02-26 2016-07-27 浪潮通用软件有限公司 Portlet communication method based on shared messages

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1552029A (en) * 2001-07-02 2004-12-01 Bea系统公司 Web service development platform for asynchronous web services
CN104023049A (en) * 2014-05-16 2014-09-03 中国科学院计算技术研究所 Method and system for mapping HTTP service to information center network
CN104202360A (en) * 2014-08-13 2014-12-10 小米科技有限责任公司 Webpage access method, device and router
CN105808360A (en) * 2016-02-26 2016-07-27 浪潮通用软件有限公司 Portlet communication method based on shared messages

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
PHPER小成: ""ThinkPHP中URL解析原理,以及URL路由使用教程!"", 《HTTPS://BLOG.CSDN.NET/ZSTXT1989/ARTICLE/DETAILS/9310121》 *

Cited By (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109600311A (en) * 2018-11-28 2019-04-09 武汉斗鱼网络科技有限公司 Method for routing, device, server, terminal and readable medium based on PHP language
CN109600311B (en) * 2018-11-28 2022-01-04 武汉斗鱼网络科技有限公司 Routing method, device, server, terminal and readable medium based on PHP language
CN111273902A (en) * 2018-12-05 2020-06-12 深圳市茁壮网络股份有限公司 Project and directory architecture generation method and device
CN109558202A (en) * 2018-12-14 2019-04-02 平安城市建设科技(深圳)有限公司 Original list development approach, device, equipment and storage medium based on small routine
CN110175046A (en) * 2019-05-23 2019-08-27 贝壳技术有限公司 A kind of moving method and system of goal systems technology stack
CN110262797A (en) * 2019-06-10 2019-09-20 杭州米络星科技(集团)有限公司 A kind of application module and routing jump method
CN115857898A (en) * 2023-02-25 2023-03-28 武汉万云网络科技有限公司 Application system construction and operation method and device
CN115857898B (en) * 2023-02-25 2023-05-23 武汉万云网络科技有限公司 Application system construction and operation method and device

Similar Documents

Publication Publication Date Title
CN106528108A (en) WEB development method and device based on code file route
CN106528432B (en) The construction method and device of test scene data bury a test method
US11563674B2 (en) Content based routing method and apparatus
CN101305551B (en) Method, system, network node and device for the construction and execution of a distributed workflow in a communication system
CN105446750B (en) The method and apparatus that WebApp starting runs, generates image file
CN107545058B (en) A kind of page loading method, server and browser
CN102314469A (en) Method for implementing cross-domain request callback
CN109002366A (en) A kind of remote debugging method and device of mobile terminal webpage
CN102279884A (en) Data acquiring and displaying method, system and Web server based on Web pages
CN103534988A (en) Publish and subscribe messaging method and apparatus
US20120331038A1 (en) Systems and methods for processing web service piped network requests
CN104135507A (en) A method and a device for hotlink protection
CN103200231B (en) Policy control method and system
CN104038510A (en) IOS system transparent agent realization method and system
CN108737471B (en) Network access method and device
CA2846581A1 (en) Data infrastructure for providing interconnectivity between platforms, devices and operating systems
CN113010332A (en) Remote service calling method, device, equipment and storage medium
CN105068802A (en) Cross device running Web application software implementation system and method
CN104468594A (en) Data request method, device and system
CN105320662B (en) Webpage generating method and device
JP6475966B2 (en) Network design apparatus and program
CN104267921A (en) Page display control method and server
CN103905434A (en) Method and device for processing network data
CN104253783A (en) Web application realization code loading method, device, system and server
CN103354546A (en) Message filtering method and message filtering apparatus

Legal Events

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

Application publication date: 20170322

RJ01 Rejection of invention patent application after publication