CN106055383A - Request processing method and device - Google Patents

Request processing method and device Download PDF

Info

Publication number
CN106055383A
CN106055383A CN201610362332.3A CN201610362332A CN106055383A CN 106055383 A CN106055383 A CN 106055383A CN 201610362332 A CN201610362332 A CN 201610362332A CN 106055383 A CN106055383 A CN 106055383A
Authority
CN
China
Prior art keywords
request
route
back end
return
contract document
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
CN201610362332.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.)
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 CN201610362332.3A priority Critical patent/CN106055383A/en
Publication of CN106055383A publication Critical patent/CN106055383A/en
Pending legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/455Emulation; Interpretation; Software simulation, e.g. virtualisation or emulation of application or operating system execution engines
    • G06F9/45504Abstract machines for programme code execution, e.g. Java virtual machine [JVM], interpreters, emulators
    • G06F9/45529Embedded in an application, e.g. JavaScript in a Web browser
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/455Emulation; Interpretation; Software simulation, e.g. virtualisation or emulation of application or operating system execution engines
    • G06F9/45504Abstract machines for programme code execution, e.g. Java virtual machine [JVM], interpreters, emulators
    • G06F9/45508Runtime interpretation or emulation, e g. emulator loops, bytecode interpretation

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

The application discloses a request processing method and device. The concrete embodiment of the method comprises following steps: receiving a request sent by a front end; analyzing the request and making matching analyses of an analyzing result and a pre-defined route; and returning a request result according to a matching analysis result to the front end. The embodiment is capable of processing the request of a simulation server to the front end.

Description

Request processing method and device
Technical field
The application relates to field of computer technology, is specifically related to Internet technical field, particularly relates to request processing method And device.
Background technology
In the Web of actual items develops, along with the function of front end frame is more and more perfect, front and back end separation exploitation is one Planting main trend, front and back end can realize the concurrent development of front and back end after separating.Prior art can be by building emulating server (such as mock server system) carrys out analog back-end service interface is that the request that front end system sends returns data, is building mould Intend needing during server to arrange front and back end contract, for example, it is possible to each request for front end writes the return of some codes accordingly Analog data, it is also possible to for each request return JSON (JavaScript Object Notation, JavaScript object representation) file, when exploitation exists multiple request when, the method for above-mentioned agreement front and back end contract The efficiency that just seems is low, very flexible, thus directly affects the emulating server the built treatment effect to request.
Summary of the invention
The purpose of the application is to propose request processing method and the device of a kind of improvement, solves background above technology department Divide the technical problem mentioned.
First aspect, this application provides a kind of request processing method, and described method includes: what receiving front-end sent please Ask;Described request is resolved, and analysis result and predefined route are carried out the matching analysis;Tie according to the matching analysis Really forward end returns request results.
In certain embodiments, before the request that receiving front-end sends, described method also includes: read front and back end contract File, wherein, described front and back end contract document includes at least one route asked;Resolving please in the contract document of described front and back end The route asked, sets up route and associating of returning result.
In certain embodiments, described according to the matching analysis result forward end return request results, including: if front end is sent out Path and parameter that the request sent includes match with predefined route, then return and route the return result associated; If the path that the request that front end sends includes and parameter are not mated with predefined route, then return the mistake made an appointment Response by mistake.
In certain embodiments, described front and back end contract document include following at least one: essential information node, route joint Point, error message node, common node;Wherein, described essential information node comprises the basic of described front and back end contract document Information;Described routing node comprises the route of request and the return result of route;Described error node comprises own variable.
In certain embodiments, described front and back end contract document is JSON file.
In certain embodiments, described request is RESTfull request method or HTTP request side Formula.
Second aspect, this application provides a kind of request processing means, and described device includes: receives unit, is used for receiving The request that front end sends;Resolution unit, for described request is resolved, and by analysis result with predefined route into Row the matching analysis;Return unit, for returning request results according to the matching analysis result forward end.
In certain embodiments, described device also includes: reads unit, is used for reading front and back end contract document, wherein, institute State front and back end contract document and include at least one route asked;Set up unit, be used for resolving in the contract document of described front and back end The route of request, sets up route and associating of returning result.
In certain embodiments, described return unit is further used for: if the path that the request that front end sends includes Match with predefined route with parameter, then return and route the return result associated;If in the request that front end sends Including path and parameter do not mate with predefined route, then return the errored response made an appointment.
In certain embodiments, described front and back end contract document include following at least one: essential information node, route joint Point, error message node, common node;Wherein, described essential information node comprises the basic of described front and back end contract document Information;Described routing node comprises the route of request and the return result of route;Described error node comprises own variable.
In certain embodiments, described front and back end contract document is JSON file.
In certain embodiments, described request is RESTfull request method or HTTP request side Formula.
The request processing method of the application offer and device, use the emulating server built in advance to ask front end transmission Ask and resolve, and analysis result and predefined multiple routes are carried out the matching analysis, then emulating server according to Join analysis result forward end and return request results, it is achieved thereby that the process that front end is asked by emulating server.
Accompanying drawing explanation
By the detailed description that non-limiting example is made made with reference to the following drawings of reading, other of the application Feature, purpose and advantage will become more apparent upon:
Fig. 1 is that the application can apply to exemplary system architecture figure therein;
Fig. 2 is the flow chart of an embodiment of the request processing method according to the application;
Fig. 3 is the schematic diagram of an application scenarios of the request processing method according to the application;
Fig. 4 is the structural representation of an embodiment of the request processing means according to the application;
Fig. 5 is adapted for the structural representation of the client computer system for realizing the embodiment of the present application.
Detailed description of the invention
With embodiment, the application is described in further detail below in conjunction with the accompanying drawings.It is understood that this place is retouched The specific embodiment stated is used only for explaining related invention, rather than the restriction to this invention.It also should be noted that, in order to It is easy to describe, accompanying drawing illustrate only the part relevant to about invention.
It should be noted that in the case of not conflicting, the embodiment in the application and the feature in embodiment can phases Combination mutually.Describe the application below with reference to the accompanying drawings and in conjunction with the embodiments in detail.
Fig. 1 shows request processing method or the exemplary system of embodiment of request processing means that can apply the application System framework 100.
As it is shown in figure 1, system architecture 100 can include client 101,102,103, network 104 and emulating server 105.Network 104 is in order to provide the medium of communication link between client 101,102,103 and emulating server 105.Network 104 can include various connection type, the most wired, wireless communication link or fiber optic cables etc..
Developer can be by the front end system in client 101,102,103 by network 104 and emulating server 105 is mutual, to send request of data and to receive data, and the data of reception is shown.Above-mentioned front end system can include The interface, foreground of institute's development system.
Client 101,102,103 can be to have a display screen and various electronic equipments that supported web page browses, including But it is not limited to smart mobile phone, panel computer, E-book reader, MP3 player (Moving Picture Experts Group Audio Layer III, dynamic image expert's compression standard audio frequency aspect 3), MP4 (Moving Picture Experts Group Audio Layer IV, dynamic image expert's compression standard audio frequency aspect 4) player, pocket computer on knee and Desk computer etc..
Emulating server 105 can be the simulator that can provide back-end services interface for front end system, can pass through Build mock server system and obtain emulating server.
It should be noted that the request processing method that the embodiment of the present application is provided typically is performed by emulating server 105, Correspondingly, request processing means is generally positioned in emulating server 105.
It should be understood that the number of client, network and the emulating server in Fig. 1 is only schematically.According to realization Need, can have any number of client, network and emulating server.
With continued reference to Fig. 2, it is shown that according to the flow process 200 of an embodiment of the request processing method of the application.Described Request processing method, comprise the following steps:
Step 201, the request that receiving front-end sends.
In the present embodiment, request processing method runs on simulator thereon (the such as emulating server shown in Fig. 1 105) request that can be sent by wired connection mode or radio connection receiving front-end, wherein, above-mentioned request is permissible Including: request method (including get, post, delete, put etc.), response parameter type, required parameter and parameter need to be passed back Value and URI (Uniform Resource Identifier, Uniform Resource Identifier) address etc..Above-mentioned front end can be The interface, foreground of web developer institute development system, may be used for data combination and page presentation.Above-mentioned simulator can not Being the equipment of necessary being, such as, it can be to obtain emulating server, above-mentioned simulation by building mock server system Equipment can provide service interface with analog back-end environment for front end, the request of front end can be processed and be returned.Need to refer to Go out, above-mentioned radio connection can include but not limited to 3G/4G connect, WiFi connect, bluetooth connect, WiMAX connect, Zigbee connects, UWB (ultra wideband) connects and other currently known or exploitation in the future radio connection.
In some optional implementations of the present embodiment, above-mentioned request can be RESTfull request method or HTTP request mode.
Step 202, resolves request, and analysis result and predefined route are carried out the matching analysis.
In the present embodiment, the request received in step 201 can be resolved by above-mentioned simulator, such as from asking Analyze the request method of request in asking, response parameter type, required parameter and parameter value and URI address etc. need to be passed back. Afterwards, being mated with predefined route by analysis result, above-mentioned simulator can pre-define building when Multiple routes, wherein, each route can a corresponding hyperlink request address, and above-mentioned simulator can be pre-when building First define each route and associating of returning result.
Step 203, returns request results according to the matching analysis result forward end.
In the present embodiment, according to the matching analysis result of step 202, above-mentioned simulator can return request with forward end As a result, front end the request results returned is shown.
In some optional implementations of the present embodiment, before the request that receiving front-end sends, at above-mentioned request Reason method also includes: above-mentioned simulator can read front and back end contract document, wherein, above-mentioned front and back end contract document include to The route of a few request.Above-mentioned front and back end contract document can be that front end developer and rear end developer are according to actual development need Arranging generation, such as, front end developer and rear end developer can arrange developed website or Web application can ring Should which request, each request route, what required parameter is, request return result organizational form be what etc..It After, above-mentioned simulator can resolve the route of request in the contract document of above-mentioned front and back end, sets up route and the pass returning result Connection, completes the definition of route.
In some optional implementations, above-mentioned according to the matching analysis result forward end return request results, including: as Path and parameter that the request that really front end sends includes match with predefined route, then return and close with the route mated The return result of connection;If the path that the request that front end sends includes and parameter are not mated with predefined route, then return Return the errored response made an appointment.
In some optional implementations, above-mentioned front and back end contract document include following at least one: essential information save Point, routing node, error message node, common node;Wherein, above-mentioned essential information node comprises above-mentioned front and back end contract literary composition The essential information of part;Above-mentioned routing node comprises the route of request and the return result of route;Above-mentioned error node comprises solid Having variable, when the path that request includes and parameter are not mated with predefined route, above-mentioned simulator can be forward The own variable that end comprises in returning error node, this own variable is the above-mentioned errored response made an appointment.
Optionally, above-mentioned front and back end contract document can be JSON file, and above-mentioned JSON file refers to JSON form File, wherein, JSON (JavaScript Object Notation, JavaScript object representation) is a kind of lightweight Data interchange format, the format write of JSON data is: name/value pair.Before title in combination is write on by name/value ( In double quotation marks), value to after writing on (equally in double quotation marks), centre colon separates.As example, following present one Contract document is held before and after JSON form, for the form of front and back end contract document is described, particularly as follows:
In above-mentioned example, front and back end contract document includes the essential information node of contract, routing node, error message joint Point, in addition, front and back end can also include one or more common node, the node name of common node and the merit realized Can be able to be set according to actual needs, common node can be quoted by other nodes, can be by using # node when quoting The form of name realizes.
Essential information node (the info node in such as example) can include the essential information of front and back end contract document, Such as title (name), description (desc) etc.;Routing node (the route node in such as example) can include front and back end Contract document needs the list of all routing nodes to be processed, and each routing node comprises headers, parameter (params), rings Should (responses) three child nodes, routing node can process single route various HTTP request method, such as get method, Post method, put method, delete method etc., parameter can include the agreement for parameters, such as name (name), if necessary (require (true, false)), type (type, such as integer, string, long, Boolean etc.), description of desc field etc..Here, return result can be carried out various quoting, such as, #url: Http:// xxxx can represent reading telefile, and #file:xxxx can represent reading local file, and # variable name can be with table Show the common node read in the contract document of front and back end;When in the path that request includes and parameter and front and back end contract document When matched routings is unsuccessful, the resultant content of return can be read from error message node, error message node comprise solid Determining variable #error_msg, the last output result of this fixed variable can be that the verification of XX field is not passed through.
It should be noted that above-mentioned example is merely to illustrate the form of front and back end contract document, not as to front and back end contract The about restriction of file itself, in actual use, front and back end contract document can need to be set according to actual exploitation.
It it is a schematic diagram of the application scenarios of the request processing method according to the present embodiment with continued reference to Fig. 3, Fig. 3.? In the application scenarios of Fig. 3, first front end 301 sends request of data to emulating server 302;Afterwards, emulating server 302 docks The request of data received resolves, and is mated with predefined route by analysis result;Finally, forward end 301 is returned Return the request results of the route correspondence that the match is successful.
The method that above-described embodiment of the application provides processes the various requests of front end by the emulating server built, from And achieve the separation exploitation of front and back end efficiently, flexibly
With further reference to Fig. 4, as to the realization of method shown in above-mentioned Fig. 2, this application provides a kind of request and process dress The embodiment put, this device specifically can apply in various electronic equipment.
As shown in Figure 4, the request processing means 400 described in the present embodiment includes: receive unit 401, resolution unit 402 and Return unit 403.Wherein, the unit 401 request for receiving front-end transmission is received;Resolution unit 402 is for described request Resolve, and analysis result and predefined route are carried out the matching analysis;Return unit 403 for according to the matching analysis Result forward end returns request results.
In the present embodiment, the concrete process receiving unit 401, resolution unit 402 and return unit 403 is referred to figure 2 corresponding embodiment steps 201, step 202 and the detailed description of step 203, do not repeat them here.
In some optional implementations of the present embodiment, described device also includes: reads unit (not shown), is used for Reading front and back end contract document, wherein, described front and back end contract document includes at least one route asked;Set up unit (not Illustrate), for resolving the route of request in the contract document of described front and back end, set up route and associating of returning result.This realization Mode refers to the detailed description of corresponding implementation in above-mentioned Fig. 2 correspondence embodiment, does not repeats them here.
In some optional implementations of the present embodiment, described return unit 403 is further used for: if front end is sent out Path and parameter that the request sent includes match with predefined route, then return and route the return result associated; If the path that the request that front end sends includes and parameter are not mated with predefined route, then return the mistake made an appointment Response by mistake.This implementation refers to the detailed description of corresponding implementation in above-mentioned Fig. 2 correspondence embodiment, the most superfluous at this State.
In some optional implementations of the present embodiment, described front and back end contract document include following at least one: Essential information node, routing node, error message node, common node;Wherein, described essential information node comprises described before The essential information of rear end contract document;Described routing node comprises the route of request and the return result of route;Described mistake Node comprises own variable.This implementation refers to the detailed description of corresponding implementation in above-mentioned Fig. 2 correspondence embodiment, This repeats no more.
In some optional implementations of the present embodiment, described front and back end contract document is JSON file.This realization Mode refers to the detailed description of corresponding implementation in above-mentioned Fig. 2 correspondence embodiment, does not repeats them here.
In some optional implementations of the present embodiment, described request is RESTfull request method or hypertext Host-host protocol HTTP request mode.This implementation refers to retouching in detail of corresponding implementation in above-mentioned Fig. 2 correspondence embodiment State, do not repeat them here.
Below with reference to Fig. 5, it illustrates the computer system 500 being suitable to the client for realizing the embodiment of the present application Structural representation.
As it is shown in figure 5, computer system 500 includes CPU (CPU) 501, it can be read-only according to being stored in Program in memorizer (ROM) 502 or be loaded into the program random access storage device (RAM) 503 from storage part 508 and Perform various suitable action and process.In RAM 503, also storage has system 500 to operate required various programs and data. CPU 501, ROM 502 and RAM 503 are connected with each other by bus 504.Input/output (I/O) interface 505 is also connected to always Line 504.
It is connected to I/O interface 505: include the importation 506 of keyboard, mouse etc. with lower component;Penetrate including such as negative electrode The output part 507 of spool (CRT), liquid crystal display (LCD) etc. and speaker etc.;Storage part 508 including hard disk etc.; And include the communications portion 509 of the NIC of such as LAN card, modem etc..Communications portion 509 via such as because of The network of special net performs communication process.Driver 510 is connected to I/O interface 505 also according to needs.Detachable media 511, such as Disk, CD, magneto-optic disk, semiconductor memory etc., be arranged in driver 510, in order to read from it as required Computer program as required be mounted into storage part 508.
Especially, according to embodiment of the disclosure, the process described above with reference to flow chart may be implemented as computer Software program.Such as, embodiment of the disclosure and include a kind of computer program, it includes being tangibly embodied in machine readable Computer program on medium, described computer program comprises the program code for performing the method shown in flow chart.At this In the embodiment of sample, this computer program can be downloaded and installed from network by communications portion 509, and/or from removable Unload medium 511 to be mounted.When this computer program is performed by CPU (CPU) 501, perform in the present processes The above-mentioned functions limited.
Flow chart in accompanying drawing and block diagram, it is illustrated that according to system, method and the computer journey of the various embodiment of the application Architectural framework in the cards, function and the operation of sequence product.In this, each square frame in flow chart or block diagram can generation One module of table, program segment or a part for code, a part for described module, program segment or code comprises one or more For realizing the executable instruction of the logic function of regulation.It should also be noted that some as replace realization in, institute in square frame The function of mark can also occur to be different from the order marked in accompanying drawing.Such as, the square frame that two succeedingly represent is actual On can perform substantially in parallel, they can also perform sometimes in the opposite order, and this is depending on involved function.Also want It is noted that the combination of the square frame in each square frame in block diagram and/or flow chart and block diagram and/or flow chart, Ke Yiyong The special hardware based system of the function or operation that perform regulation realizes, or can refer to computer with specialized hardware The combination of order realizes.
It is described in the embodiment of the present application involved unit to realize by the way of software, it is also possible to by firmly The mode of part realizes.Described unit can also be arranged within a processor, for example, it is possible to be described as: a kind of processor bag Include reception unit, resolution unit and return unit.Wherein, the title of these unit is not intended that under certain conditions to this unit The restriction of itself, such as, receives unit and is also described as " unit of the request that receiving front-end sends ".
As on the other hand, present invention also provides a kind of nonvolatile computer storage media, this non-volatile calculating Machine storage medium can be the nonvolatile computer storage media described in above-described embodiment included in device;Can also be Individualism, is unkitted the nonvolatile computer storage media allocating in terminal.Above-mentioned nonvolatile computer storage media is deposited Contain one or more program, when one or more program is performed by an equipment so that described equipment: receive The request that front end sends;Described request is resolved, and analysis result and predefined route are carried out the matching analysis;Root Request results is returned according to the matching analysis result forward end.
Above description is only the preferred embodiment of the application and the explanation to institute's application technology principle.People in the art Member should be appreciated that invention scope involved in the application, however it is not limited to the technology of the particular combination of above-mentioned technical characteristic Scheme, also should contain in the case of without departing from described inventive concept simultaneously, above-mentioned technical characteristic or its equivalent feature carry out Combination in any and other technical scheme of being formed.Such as features described above has similar merit with (but not limited to) disclosed herein The technical scheme that the technical characteristic of energy is replaced mutually and formed.

Claims (12)

1. a request processing method, it is characterised in that described method includes:
The request that receiving front-end sends;
Described request is resolved, and analysis result and predefined route are carried out the matching analysis;
Request results is returned according to the matching analysis result forward end.
Method the most according to claim 1, it is characterised in that before the request that receiving front-end sends, described method is also Including:
Reading front and back end contract document, wherein, described front and back end contract document includes at least one route asked;
Resolve the route of request in the contract document of described front and back end, set up route and associating of returning result.
Method the most according to claim 2, it is characterised in that described return according to the matching analysis result forward end asks knot Really, including:
If the path that the request that front end sends includes and parameter match with predefined route, then return and route pass The return result of connection;
If the path that the request that front end sends includes and parameter are not mated with predefined route, then return and make an appointment Errored response.
Method the most according to claim 2, it is characterised in that described front and back end contract document include following at least one:
Essential information node, routing node, error message node, common node;Wherein,
Described essential information node comprises the essential information of described front and back end contract document;
Described routing node comprises the route of request and the return result of route;
Described error node comprises own variable.
5. according to the method one of claim 2-4 Suo Shu, it is characterised in that described front and back end contract document is JSON file.
6. according to the method one of claim 1-4 Suo Shu, it is characterised in that described request be RESTfull request method or HTTP request mode.
7. a request processing means, it is characterised in that described device includes:
Receive unit, the request sent for receiving front-end;
Resolution unit, for resolving described request, and carries out the matching analysis by analysis result and predefined route;
Return unit, for returning request results according to the matching analysis result forward end.
Device the most according to claim 7, it is characterised in that described device also includes:
Reading unit, be used for reading front and back end contract document, wherein, described front and back end contract document includes what at least one was asked Route;
Set up unit, for resolving the route of request in the contract document of described front and back end, set up route and associating of returning result.
Device the most according to claim 8, it is characterised in that described return unit is further used for:
If the path that the request that front end sends includes and parameter match with predefined route, then return and route pass The return result of connection;
If the path that the request that front end sends includes and parameter are not mated with predefined route, then return and make an appointment Errored response.
Device the most according to claim 8, it is characterised in that described front and back end contract document include following at least one:
Essential information node, routing node, error message node, common node;Wherein,
Described essential information node comprises the essential information of described front and back end contract document;
Described routing node comprises the route of request and the return result of route;
Described error node comprises own variable.
11. one of-10 described devices according to Claim 8, it is characterised in that described front and back end contract document is JSON literary composition Part.
12. according to the device one of claim 7-10 Suo Shu, it is characterised in that described request be RESTfull request method or Person's HTTP request mode.
CN201610362332.3A 2016-05-26 2016-05-26 Request processing method and device Pending CN106055383A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201610362332.3A CN106055383A (en) 2016-05-26 2016-05-26 Request processing method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201610362332.3A CN106055383A (en) 2016-05-26 2016-05-26 Request processing method and device

Publications (1)

Publication Number Publication Date
CN106055383A true CN106055383A (en) 2016-10-26

Family

ID=57174864

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201610362332.3A Pending CN106055383A (en) 2016-05-26 2016-05-26 Request processing method and device

Country Status (1)

Country Link
CN (1) CN106055383A (en)

Cited By (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106598575A (en) * 2016-11-30 2017-04-26 武汉斗鱼网络科技有限公司 Front-end data simulation implementation method and system
CN106681922A (en) * 2016-12-27 2017-05-17 广州唯品会信息科技有限公司 Simulation server response method and system
CN108259520A (en) * 2016-12-27 2018-07-06 北京国双科技有限公司 A kind of data processing method and server
CN108268570A (en) * 2017-01-04 2018-07-10 武汉斗鱼网络科技有限公司 A kind of method and device of development interface
CN108600311A (en) * 2018-03-21 2018-09-28 浙江口碑网络技术有限公司 The method and device of client simulation interface data
CN109271310A (en) * 2017-07-18 2019-01-25 北京京东尚科信息技术有限公司 The exploitation test method and device of mobile applications network function
CN109388425A (en) * 2018-08-17 2019-02-26 东莞数汇大数据有限公司 A kind of interface switching method, system, device and the storage medium of front end engineering
CN109768951A (en) * 2018-08-17 2019-05-17 付东光 Remote analog data method and remote dummy server
CN109788010A (en) * 2017-11-13 2019-05-21 北京京东尚科信息技术有限公司 A kind of method and apparatus of data localization access

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102945078A (en) * 2012-11-13 2013-02-27 深圳先进技术研究院 Human-computer interaction equipment and human-computer interaction method
CN103686852A (en) * 2012-09-07 2014-03-26 ***通信集团贵州有限公司 Method, device and wireless acceleration system for processing interactive data
CN104199725A (en) * 2014-09-27 2014-12-10 上海瀚之友信息技术服务有限公司 Service interface data simulation method and system
CN104980464A (en) * 2014-04-08 2015-10-14 北京奇虎科技有限公司 Network request processing method, network server and network system
CN105450602A (en) * 2014-08-21 2016-03-30 北大方正集团有限公司 Mobile terminal control method and apparatus
CN105760159A (en) * 2016-02-01 2016-07-13 四川长虹电器股份有限公司 Website developing method and system

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103686852A (en) * 2012-09-07 2014-03-26 ***通信集团贵州有限公司 Method, device and wireless acceleration system for processing interactive data
CN102945078A (en) * 2012-11-13 2013-02-27 深圳先进技术研究院 Human-computer interaction equipment and human-computer interaction method
CN104980464A (en) * 2014-04-08 2015-10-14 北京奇虎科技有限公司 Network request processing method, network server and network system
CN105450602A (en) * 2014-08-21 2016-03-30 北大方正集团有限公司 Mobile terminal control method and apparatus
CN104199725A (en) * 2014-09-27 2014-12-10 上海瀚之友信息技术服务有限公司 Service interface data simulation method and system
CN105760159A (en) * 2016-02-01 2016-07-13 四川长虹电器股份有限公司 Website developing method and system

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
匿名: ""完整的前端工程框架"", 《HTTP://WWW.BUBUKO.COM/INFODETAIL¬1206351.HTML》 *

Cited By (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106598575A (en) * 2016-11-30 2017-04-26 武汉斗鱼网络科技有限公司 Front-end data simulation implementation method and system
CN106681922A (en) * 2016-12-27 2017-05-17 广州唯品会信息科技有限公司 Simulation server response method and system
CN108259520A (en) * 2016-12-27 2018-07-06 北京国双科技有限公司 A kind of data processing method and server
CN108268570A (en) * 2017-01-04 2018-07-10 武汉斗鱼网络科技有限公司 A kind of method and device of development interface
CN109271310A (en) * 2017-07-18 2019-01-25 北京京东尚科信息技术有限公司 The exploitation test method and device of mobile applications network function
CN109788010A (en) * 2017-11-13 2019-05-21 北京京东尚科信息技术有限公司 A kind of method and apparatus of data localization access
CN108600311A (en) * 2018-03-21 2018-09-28 浙江口碑网络技术有限公司 The method and device of client simulation interface data
CN108600311B (en) * 2018-03-21 2020-08-04 浙江口碑网络技术有限公司 Method and device for simulating interface data by client
CN109388425A (en) * 2018-08-17 2019-02-26 东莞数汇大数据有限公司 A kind of interface switching method, system, device and the storage medium of front end engineering
CN109768951A (en) * 2018-08-17 2019-05-17 付东光 Remote analog data method and remote dummy server
CN109388425B (en) * 2018-08-17 2021-08-31 东莞数汇大数据有限公司 Interface switching method, system, device and storage medium for front-end engineering

Similar Documents

Publication Publication Date Title
CN106055383A (en) Request processing method and device
CN107919129A (en) Method and apparatus for controlling the page
CN111177617A (en) Web direct operation and maintenance method and device based on operation and maintenance management system and electronic equipment
CN107066609A (en) Image display method and device
CN110086877A (en) Application program sharing, sharing information display methods, device, equipment and medium
WO2014154111A1 (en) Graphic processing method, system and server
CN106202006A (en) Document generating method and device
CN105721462A (en) Information pushing method and device
CN106407361A (en) Method and device for pushing information based on artificial intelligence
CN105786207A (en) Information input method and device
CN105701122A (en) Log collection method, apparatus and system
CN108470302B (en) Interaction method and device of client and server
CN106817391A (en) Document breakpoint transmission method and apparatus
CN108259533A (en) A kind of data transmission method and device
CN107391277A (en) Information processing method and device
CN105141632A (en) Method and device used for checking pages
CN105260459B (en) Searching method and device
CN108984070B (en) Method, apparatus, electronic device and readable medium for thermodynamic diagram imaging
CN108280228A (en) A kind of processing method and relevant device of webpage
CN107852422A (en) Connected from the server interface with different API to obtain ad data
CN106372158A (en) Method and device for processing user behavior data
CN114253436B (en) Page display method, device and storage medium
CN105139217A (en) Method, apparatus and system used for acquiring user information
CN108011936A (en) Method and apparatus for pushed information
US9813524B2 (en) Dynamic sharing and updating of an electronic form

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

Application publication date: 20161026

RJ01 Rejection of invention patent application after publication