CN103297465A - Web page server extension method and system - Google Patents

Web page server extension method and system Download PDF

Info

Publication number
CN103297465A
CN103297465A CN 201210049364 CN201210049364A CN103297465A CN 103297465 A CN103297465 A CN 103297465A CN 201210049364 CN201210049364 CN 201210049364 CN 201210049364 A CN201210049364 A CN 201210049364A CN 103297465 A CN103297465 A CN 103297465A
Authority
CN
China
Prior art keywords
cgi
request
web page
client
extension mechanism
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
CN 201210049364
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.)
SHANGHAI SHENGXUAN NETWORK TECHNOLOGY Co Ltd
Original Assignee
SHANGHAI SHENGXUAN 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 SHANGHAI SHENGXUAN NETWORK TECHNOLOGY Co Ltd filed Critical SHANGHAI SHENGXUAN NETWORK TECHNOLOGY Co Ltd
Priority to CN 201210049364 priority Critical patent/CN103297465A/en
Publication of CN103297465A publication Critical patent/CN103297465A/en
Pending legal-status Critical Current

Links

Images

Abstract

The invention relates to a web page server extension method and system. The web page server extension method comprises the steps that a web page server based on a BOA receives an HTTP request from a client and judges whether the request is a CGI type request; if the request is the CGI type request, whether the request is a common CGI extension mechanism or a quick sharing gateway interface extension mechanism is further judged; if the request is the quick sharing gateway interface extension mechanism, a so shared library with a designated name is loaded directly to the BOA in the process, and an output function appointed by the so shared library with the designated name is invoked to send returned content to the client. According to the web page server extension method and system, the Web Server product BOA suitable for a handheld device serves as a basis, a CGI extension mode of the web page server based on the BOA is modified, the quick sharing gateway interface extension mechanism used for generating a dynamic web page through the so shared library is added, expenses of starting a new process and re-orienting input and output are eliminated, all data are exchanged in the same process, trans-process expenses are not caused, and therefore the efficiency is improved substantially compared with the efficiency of the common CGI extension mechanism.

Description

Web page server extended method and system
Technical field
The present invention relates to a kind of web page server extended method and system.
Background technology
Web Server (web page server) is to use the core component on the handheld device of WebOS (Web operating system) or class WebOS solution, expansion Web Server also adds the base mechanisms that the small and exquisite generting machanism of dynamic web page efficiently then is based on the exploitation of Web end therein, at present typical Web Server has Apache, IIS products such as (services of Internet Information Service internet information), but Apache's is bulky, and IIS is confined to windows platform, all not too can be suitable in the embedded environment of the handheld device of bottom comparatively.Along with the application development of HTML 5 in the mobile terminal, having more and more widely at present, demand requires to move Web Server to provide the dynamic application data to this equipment or other networked devices, as the WebOS of HP, numerous router products etc. in handheld device or embedded device.
The request that is a kind of developer of permission according to Web that Web Server extension mechanism is also referred to as the dynamic web page generting machanism dynamically generates the result and returns to the mechanism of browser.A kind of extension mechanism the earliest is CGI (Common Gateway Interface CGI(Common gateway interface)), its framework is simple, is direct data with the standard input and output, and development language mostly is compiling type language such as C, but be characterized in that each request needs to rise separately new process, overhead is bigger; Being widely used another kind of extension mechanism at present is script rendering engine such as ASP/PHP etc., and such engine is integrated in Web Server, allows the user with the mode compile script of the page, development difficulty is little, also support the What You See Is What You Get effect, but script engine is huge equally, is not suitable for the bottom handheld device; ISAPI (the Internet Server Application Programming Interface) mechanism that also has a kind of IIS of being, it allows embedded DLL interception user request, and performance is very high but development difficulty is big, uses seldom.
At present based on the BOA of Unix/Linux platform with easy transplanting, volume is little, performance is high, the characteristics of telotism, become a Web Server software that is applicable to handheld device, operate in the CGI extended mode that BOA itself on the handheld device only supports standard, can be similar to executable program under the default directory of " cgi-bin " according to specific user's request call, the standard output content of program is redirected to browser client, therefore significant for the application and development based on BOA based on the expansion of BOA.
Summary of the invention
The object of the present invention is to provide a kind of web page server extended method and system, can be to be fit to the Web Server product B OA of handheld device, modification increases fast shared gateway interface extension mechanism (the Fast Shared Gateway Interface that realizes the dynamic web page generation with so shared library based on the mode of the CGI expansion of the web page server of BOA, FSGI), reached effect that can be similar to the ISAPI efficient of IIS in handheld device.
For addressing the above problem, the invention provides a kind of web page server extended method, comprising:
Accept the client side HTTP request and judge whether request into the CGI type based on the web page server of BOA,
If not the request of CGI type is then directly obtained the static file of appointment among the URL and is sent to client;
If the request of CGI type, judge further that then this request is common CGI extension mechanism or shares the gateway interface extension mechanism fast, if common CGI extension mechanism then plays new process to obtain output information and to send to client according to common CGI extension mechanism; If share the gateway interface extension mechanism fast, directly in this process of BOA, load so shared library of specifying name, and call the output function of so shared library agreement of described appointment name, returned content is sent to client.
Further, in said method, describedly play new process to obtain output information and to send in the step of client according to common CGI extension mechanism, comprising:
Get the filename among the URL, be positioned to the cgi script of appointment;
Do the preparation that the CGI that comprises structure I/O redirection pipeline calls;
Go out a new process with cgi script fork;
After described new process is finished, from described I/O redirection pipeline, receives its output information and send it to client.
Further, in said method, describedly directly load so shared library of specifying name in this process of BOA, and call the output function of so shared library agreement of described appointment name, the step that returned content is sent to client comprises:
According to the request name of sharing the appointment of gateway interface extension mechanism fast, in buffer memory, search and load corresponding so shared library;
Obtain described so shared library and specify the output function of name, and request msg and output reception area are passed to described output function as call parameters;
Call described output function, and the output information of described output function is sent to client.
Further, in said method, directly use the internal memory copy mode to send to client the output information of described output function.
Further, in said method, described web page server based on BOA runs on and comprises on ARM platform, MIPS platform, Android operating system or the (SuSE) Linux OS.
According to another side of the present invention, a kind of web page server expanding system is provided, comprising:
Client is for sending HTTP request and reception to the web page server based on BOA based on the returned content of the web page server of BOA;
Based on the web page server of BOA, be used for accepting the client side HTTP request and judge whether request into the CGI type, if not the request of CGI type is then directly obtained the static file of appointment among the URL and sent to client; If the request of CGI type, judge further that then this request is common CGI extension mechanism or shares the gateway interface extension mechanism fast, if common CGI extension mechanism then plays new process to obtain output information and to send to client according to common CGI extension mechanism; If share the gateway interface extension mechanism fast, directly in this process of BOA, load so shared library of specifying name, and call the output function of so shared library agreement of described appointment name, returned content is sent to client.
Further, in said system, described web page server based on BOA comprises:
First judge module is used for accepting the client side HTTP request and judges whether request into the CGI type;
The common request module is used for directly obtaining the static file of appointment among the URL and sending to client when described first judge module is judged as the request that is not the CGI type;
Second judge module is used for when described first judge module is judged as the request of CGI type, judges that further this request is common CGI extension mechanism or shares the gateway interface extension mechanism fast;
Common CGI module is used for playing new process to obtain output information and to send to client according to common CGI extension mechanism when described second judge module is judged as common CGI extension mechanism;
Share the gateway interface module fast, be used for when described second judge module is judged as fast shared gateway interface extension mechanism, directly in this process of BOA, load so shared library of specifying name, and call the output function of so shared library agreement of described appointment name, returned content is sent to client.
Further, in said system, described common CGI module comprises:
Positioning unit for the filename of getting URL, is positioned to the cgi script of appointment;
Preparatory unit is used for doing the preparation that the CGI that comprises structure I/O redirection pipeline calls;
New process unit is used for going out a new process with cgi script fork;
First output unit is used for after described new process is finished, and receives its output information and send it to client from described I/O redirection pipeline.
Further, in said system, the described gateway interface mould of sharing fast comprises:
So shared library unit is used for searching and load corresponding so shared library according to the request name of sharing the appointment of gateway interface extension mechanism fast in buffer memory;
The output function unit is used for obtaining the output function that described so shared library is specified name, and request msg and output reception area are passed to described output function as call parameters;
Second output unit is used for calling described output function, and the output information of described output function is sent to client.
Further, in said system, described second output unit directly uses the internal memory copy mode that the output information of described output function is sent to client.
Compared with prior art, the present invention is by accepting the client side HTTP request based on the web page server of BOA and judging whether request into the CGI type, if not the request of CGI type is then directly obtained the static file of appointment among the URL and sent to client; If the request of CGI type, judge further that then this request is common CGI extension mechanism or shares the gateway interface extension mechanism fast, if common CGI extension mechanism then plays new process to obtain output information and to send to client according to common CGI extension mechanism; If share the gateway interface extension mechanism fast, directly in this process of BOA, load so shared library of specifying name, and call the output function of so shared library agreement of described appointment name, returned content is sent to client, to be fit to the Web Server product B OA of handheld device, modification increases the fast shared gateway interface extension mechanism of realizing the dynamic web page generation with so shared library based on the mode of the CGI expansion of the web page server of BOA, reached effect that can be similar to the ISAPI efficient of IIS in handheld device, share the gateway interface extension mechanism fast and saved the expense that starts new process and be redirected input and output than common CGI extension mechanism, directly load so shared library and call the function of its agreement in the web page server place process based on BOA, all data are all in same in-process exchange, do not produce the striding course expense, so efficient is shaped on significantly raising than common CGI striking machine.
Description of drawings
Fig. 1 is the flow chart of the web page server extended method of one embodiment of the invention;
Fig. 2 is the high-level schematic functional block diagram of the web page server expanding system of one embodiment of the invention.
Embodiment
For above-mentioned purpose of the present invention, feature and advantage can be become apparent more, the present invention is further detailed explanation below in conjunction with the drawings and specific embodiments.
As shown in Figure 1, the invention provides a kind of web page server extended method, comprising:
Step S1 accepts the client side HTTP request based on the web page server of BOA;
Step S2, judge whether described HTTP request is the request of CGI type, if not the request of CGI type, execution in step S2 then, if the request of CGI type, then execution in step S3 is concrete, and described web page server based on BOA runs on and comprises on ARM platform, MIPS platform, Android operating system or the (SuSE) Linux OS;
Step S3 directly obtains the static file of appointment among the URL and sends to client;
Step S4 judges that further described HTTP request is common CGI extension mechanism or shares the gateway interface extension mechanism fast, if common CGI extension mechanism, execution in step S41 then, if share the gateway interface extension mechanism fast, execution in step S42 then,
Step S41 plays new process to obtain output information and to send to client according to common CGI extension mechanism, and concrete, described step S41 comprises:
Step S411 gets the filename among the URL, is positioned to the cgi script of appointment;
Step S412, the preparation of being that the CGI that comprises structure I/O redirection pipeline calls etc.;
Step S413 goes out a new process with cgi script fork;
Step S414 after described new process is finished, receives its output information and sends it to client from described I/O redirection pipeline.
Step S42, directly in this process of BOA, load so shared library of specifying name, and call the output function of so shared library agreement of described appointment name, returned content is sent to client, concrete, here to be fit to the Web Server product B OA of handheld device, by revising the CGI mechanism of BOA, increased therein with so shared library and realized the fast shared gateway interface extension mechanism that dynamic web page generates, share the gateway interface extension mechanism fast and refer to when some CGI request meets requiring of fast shared gateway interface extension mechanism (as request prefix fsgi-by name), so cgi script starts with " fsgi-", then think to share fast the request of gateway interface extension mechanism, do not adopt common CGI extension mechanism to play new process, but directly in this process of BOA, load so shared library of specifying name, and call the method for its agreement, returned content is sent to client, reached effect that can be similar to the ISAPI efficient of IIS in handheld device, compare with common CGI extension mechanism, share the gateway interface extension mechanism fast and reduced I/O redirection, play expenses such as new process, directly load so shared library and call the function of its agreement in the web page server place process based on BOA, all data are all in same in-process exchange, do not produce the striding course expense, can be aided with the control routine quality in addition, the mechanism of guarding of Linux makes Web Server means such as restart, therefore efficient is shaped on significantly than common CGI striking machine and improves, generally have about four or five times, described step S42 comprises:
Step S421, according to the request name of sharing the appointment of gateway interface extension mechanism fast, in buffer memory, search and load corresponding so shared library, concrete, for example according to the request name behind the fsgi-(as " name "), go to search in the buffer memory and load name as the shared library of libname.so;
Step S422, obtain described so shared library and specify the output function of name, and with request msg and output reception area pass to described output function as call parameters, concrete, as load success, then obtain the output function that it specifies name, as " fsgi_invoke ", and request msg and output reception area passed to this function as call parameters;
Step S423, call described output function, and the output information of described output function is sent to client, concrete, can directly use the internal memory copy mode to send to client the output information of described output function, as call " fsgi_invoke " function and the result is sent to client.
The client here and web page server are concepts in logic, BOA operates on handheld device or the embedded device as Web Server, client may be the local application of same handheld device or embedded device, also may be the application program on other equipment of networking.
As shown in Figure 2, the present invention also provides another kind of web page server expanding system, comprises client 1 and based on the web page server 2 of BOA, wherein,
Client 1 is for sending HTTP request and reception to the web page server based on BOA based on the returned content of the web page server of BOA.
Be used for accepting the client side HTTP request and judge whether request into the CGI type based on the web page server 2 of BOA, if not the request of CGI type is then directly obtained the static file of appointment among the URL and sent to client; If the request of CGI type, judge further that then this request is common CGI extension mechanism or shares the gateway interface extension mechanism fast, if common CGI extension mechanism then plays new process to obtain output information and to send to client according to common CGI extension mechanism; If share the gateway interface extension mechanism fast, directly in this process of BOA, load so shared library of specifying name, and call the output function of so shared library agreement of described appointment name, returned content is sent to client, concrete, described web page server 2 based on BOA comprises first judge module 21, common request module 22, second judge module 23, common CGI module 24 and fast shared gateway interface module 25, wherein
First judge module 21 is used for accepting the client side HTTP request and judges whether request into the CGI type.
Common request module 22 is used for directly obtaining the static file of appointment among the URL and sending to client when described first judge module is judged as the request that is not the CGI type.
Second judge module 23 is used for when described first judge module is judged as the request of CGI type, judges that further this request is common CGI extension mechanism or shares the gateway interface extension mechanism fast.
Common CGI module 24 is used for when described second judge module is judged as common CGI extension mechanism, play new process to obtain output information and to send to client according to common CGI extension mechanism, concrete, described common CGI module 24 comprises positioning unit 241, preparatory unit 242, new process unit 243 and first output unit 244, wherein
Positioning unit 241 is used for getting the filename of URL, is positioned to the cgi script of appointment.
Preparatory unit 242 is used for doing the preparation that the CGI that comprises structure I/O redirection pipeline calls.
New process unit 243 is used for going out a new process with cgi script fork.
First output unit 244 is used for after described new process is finished, and receives its output information and send it to client from described I/O redirection pipeline.
Sharing fast gateway interface module 25 is used for when described second judge module is judged as fast shared gateway interface extension mechanism, directly in this process of BOA, load so shared library of specifying name, and call the output function of so shared library agreement of described appointment name, returned content is sent to client, concrete, here to be fit to the Web Server product B OA of handheld device, modification increases the fast shared gateway interface extension mechanism of realizing the dynamic web page generation with so shared library based on the mode of the CGI expansion of the web page server of BOA, reached effect that can be similar to the ISAPI efficient of IIS in handheld device, share the gateway interface extension mechanism fast and saved the expense that starts new process and be redirected input and output than common CGI extension mechanism, directly load so shared library and call the function of its agreement in the web page server place process based on BOA, all data are all in same in-process exchange, do not produce the striding course expense, therefore efficient is shaped on significantly to improve than common CGI striking machine has about four or five times, the described gateway interface mould 25 of sharing fast comprises so shared library unit 251, output function unit 252 and second output unit 253, wherein
So shared library unit 251 is used for searching and load corresponding so shared library according to the request name of sharing the appointment of gateway interface extension mechanism fast in buffer memory.
Output function unit 252 is used for obtaining the output function that described so shared library is specified name, and request msg and output reception area are passed to described output function as call parameters.
Second output unit 253 is used for calling described output function, and the output information of described output function is sent to client, and concrete, described second output unit directly uses the internal memory copy mode that the output information of described output function is sent to client.
In sum, the present invention is by accepting the client side HTTP request based on the web page server of BOA and judging whether request into the CGI type, if not the request of CGI type is then directly obtained the static file of appointment among the URL and sent to client; If the request of CGI type, judge further that then this request is common CGI extension mechanism or shares the gateway interface extension mechanism fast, if common CGI extension mechanism then plays new process to obtain output information and to send to client according to common CGI extension mechanism; If share the gateway interface extension mechanism fast, directly in this process of BOA, load so shared library of specifying name, and call the output function of so shared library agreement of described appointment name, returned content is sent to client, to be fit to the Web Server product B OA of handheld device, modification increases the fast shared gateway interface extension mechanism of realizing the dynamic web page generation with so shared library based on the mode of the CGI expansion of the web page server of BOA, reached effect that can be similar to the ISAPI efficient of IIS in handheld device, share the gateway interface extension mechanism fast and saved the expense that starts new process and be redirected input and output than common CGI extension mechanism, directly load so shared library and call in the web page server place process based on BOA, all data are all in same in-process exchange, do not produce the striding course expense, so efficient is shaped on significantly raising than common CGI striking machine.
Each embodiment adopts the mode of going forward one by one to describe in this specification, and what each embodiment stressed is and the difference of other embodiment that identical similar part is mutually referring to getting final product between each embodiment.For the disclosed system of embodiment, because corresponding with the embodiment disclosed method, so description is fairly simple, relevant part partly illustrates referring to method and gets final product.
The professional can also further recognize, unit and the algorithm steps of each example of describing in conjunction with embodiment disclosed herein, can realize with electronic hardware, computer software or the combination of the two, for the interchangeability of hardware and software clearly is described, composition and the step of each example described in general manner according to function in the above description.These functions still are that software mode is carried out with hardware actually, depend on application-specific and the design constraint of technical scheme.The professional and technical personnel can specifically should be used for using distinct methods to realize described function to each, but this realization should not thought and exceeds scope of the present invention.
Obviously, those skilled in the art can carry out various changes and modification to invention and not break away from the spirit and scope of the present invention.Like this, if of the present invention these revise and modification belongs within the scope of claim of the present invention and equivalent technologies thereof, then the present invention also is intended to comprise these change and modification.

Claims (10)

1. a web page server extended method is characterized in that, comprising:
Accept the client side HTTP request and judge whether request into the CGI type based on the web page server of BOA,
If not the request of CGI type is then directly obtained the static file of appointment among the URL and is sent to described client;
If the request of CGI type, judge further that then this request is common CGI extension mechanism or shares the gateway interface extension mechanism fast, if common CGI extension mechanism then plays new process to obtain output information and to send to client according to common CGI extension mechanism; If share the gateway interface extension mechanism fast, directly in this process of BOA, load so shared library of specifying name, and call the output function of so shared library agreement of described appointment name, returned content is sent to described client.
2. web page server extended method as claimed in claim 1 is characterized in that, describedly plays new process to obtain output information and to send in the step of client according to common CGI extension mechanism, comprising:
Get the filename among the URL, be positioned to the cgi script of appointment;
Do the preparation that the CGI that comprises structure I/O redirection pipeline calls;
Go out a new process with cgi script fork;
After described new process is finished, from described I/O redirection pipeline, receives its output information and send it to client.
3. web page server extended method as claimed in claim 1, it is characterized in that, describedly directly load so shared library of specifying name in this process of BOA, and call the output function of so shared library agreement of described appointment name, the step that returned content is sent to client comprises:
According to the request name of sharing the appointment of gateway interface extension mechanism fast, in buffer memory, search and load corresponding so shared library;
Obtain described so shared library and specify the output function of name, and request msg and output reception area are passed to described output function as call parameters;
Call described output function, and the output information of described output function is sent to client.
4. web page server extended method as claimed in claim 3 is characterized in that, directly uses the internal memory copy mode to send to client the output information of described output function.
5. web page server extended method as claimed in claim 1 is characterized in that, described web page server based on BOA runs on and comprises on ARM platform, MIPS platform, Android operating system or the (SuSE) Linux OS.
6. a web page server expanding system is characterized in that, comprising:
Client is for sending HTTP request and reception to the web page server based on BOA based on the returned content of the web page server of BOA;
Based on the web page server of BOA, be used for accepting the client side HTTP request and judge whether request into the CGI type, if not the request of CGI type is then directly obtained the static file of appointment among the URL and sent to described client; If the request of CGI type, judge further that then this request is common CGI extension mechanism or shares the gateway interface extension mechanism fast, if common CGI extension mechanism then plays new process to obtain output information and to send to client according to common CGI extension mechanism; If share the gateway interface extension mechanism fast, directly in this process of BOA, load so shared library of specifying name, and call the output function of so shared library agreement of described appointment name, returned content is sent to described client.
7. web page server expanding system as claimed in claim 6 is characterized in that, described web page server based on BOA comprises:
First judge module is used for accepting the client side HTTP request and judges whether request into the CGI type;
The common request module is used for directly obtaining the static file of appointment among the URL and sending to client when described first judge module is judged as the request that is not the CGI type;
Second judge module is used for when described first judge module is judged as the request of CGI type, judges that further this request is common CGI extension mechanism or shares the gateway interface extension mechanism fast;
Common CGI module is used for playing new process to obtain output information and to send to client according to common CGI extension mechanism when described second judge module is judged as common CGI extension mechanism;
Share the gateway interface module fast, be used for when described second judge module is judged as fast shared gateway interface extension mechanism, directly in this process of BOA, load so shared library of specifying name, and call the output function of so shared library agreement of described appointment name, returned content is sent to client.
8. web page server expanding system as claimed in claim 7 is characterized in that, described common CGI module comprises:
Positioning unit for the filename of getting URL, is positioned to the cgi script of appointment;
Preparatory unit is used for doing the preparation that the CGI that comprises structure I/O redirection pipeline calls;
New process unit is used for going out a new process with cgi script fork;
First output unit is used for after described new process is finished, and receives its output information and send it to client from described I/O redirection pipeline.
9. web page server expanding system as claimed in claim 7 is characterized in that, the described gateway interface mould of sharing fast comprises:
So shared library unit is used for searching and load corresponding so shared library according to the request name of sharing the appointment of gateway interface extension mechanism fast in buffer memory;
The output function unit is used for obtaining the output function that described so shared library is specified name, and request msg and output reception area are passed to described output function as call parameters;
Second output unit is used for calling described output function, and the output information of described output function is sent to client.
10. web page server expanding system as claimed in claim 9 is characterized in that, described second output unit directly uses the internal memory copy mode that the output information of described output function is sent to client.
CN 201210049364 2012-02-24 2012-02-24 Web page server extension method and system Pending CN103297465A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN 201210049364 CN103297465A (en) 2012-02-24 2012-02-24 Web page server extension method and system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN 201210049364 CN103297465A (en) 2012-02-24 2012-02-24 Web page server extension method and system

Publications (1)

Publication Number Publication Date
CN103297465A true CN103297465A (en) 2013-09-11

Family

ID=49097779

Family Applications (1)

Application Number Title Priority Date Filing Date
CN 201210049364 Pending CN103297465A (en) 2012-02-24 2012-02-24 Web page server extension method and system

Country Status (1)

Country Link
CN (1) CN103297465A (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105260183A (en) * 2015-10-14 2016-01-20 浪潮(北京)电子信息产业有限公司 C++ based webpage access request response method and system
CN106453573A (en) * 2016-10-20 2017-02-22 凌云天博光电科技股份有限公司 Method and system for processing CGI request in HTTP server
CN107450946A (en) * 2017-07-24 2017-12-08 平安科技(深圳)有限公司 Chrome webpages and the terminal software means of communication, equipment and storage medium
CN108366119A (en) * 2018-02-12 2018-08-03 天津天地伟业信息系统集成有限公司 A method of equipment control is realized based on embedded device CGI

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105260183A (en) * 2015-10-14 2016-01-20 浪潮(北京)电子信息产业有限公司 C++ based webpage access request response method and system
CN105260183B (en) * 2015-10-14 2019-03-15 浪潮(北京)电子信息产业有限公司 A kind of accessing page request response method and system based on C++
CN106453573A (en) * 2016-10-20 2017-02-22 凌云天博光电科技股份有限公司 Method and system for processing CGI request in HTTP server
CN107450946A (en) * 2017-07-24 2017-12-08 平安科技(深圳)有限公司 Chrome webpages and the terminal software means of communication, equipment and storage medium
CN107450946B (en) * 2017-07-24 2020-08-14 平安科技(深圳)有限公司 Chrome webpage and terminal software communication method, equipment and storage medium
CN108366119A (en) * 2018-02-12 2018-08-03 天津天地伟业信息系统集成有限公司 A method of equipment control is realized based on embedded device CGI

Similar Documents

Publication Publication Date Title
CN108055248B (en) Dubbo framework-based remote calling method, server and storage medium
CN109358936B (en) Information processing method, device, storage medium, electronic device and system
US6996800B2 (en) MVC (model-view-controller) based multi-modal authoring tool and development environment
WO2016192556A1 (en) Interface invoking method, device and terminal
RU2390824C2 (en) Method, device and computer software providing search solution for mobile device integrated with applications and using context information
US8645491B2 (en) Methods and apparatus for enabling a hybrid web and native application
CN108111555B (en) Method and system for controlling installation package downloading process
CN101930366B (en) Browser-based mobile phone run time system
WO2017185253A1 (en) Patch upgrade-based file processing method and device, terminal, and storage medium
US20080147671A1 (en) System for Running Web Applications Offline and Providing Access to Native Services
CN103399734A (en) Method for generating REST service and achieving REST and corresponding equipment
JP2008513866A (en) Viewing and installing portlets on the client platform
US20130185699A1 (en) Storage Device Including Software Development Kit that Supports Multiple Types of Platforms and Multiple Programming Languages
TW201314577A (en) Device of WebKit browser and associated method of loading homepage content
CN102938776A (en) Dynamic page processing system based on Asynchronous JavaScript and XML (ajax) technique
Verbelen et al. Adaptive deployment and configuration for mobile augmented reality in the cloudlet
CN103297465A (en) Web page server extension method and system
WO2011088650A1 (en) Resource management method and system
CN110968331A (en) Method and device for running application program
CN112243016B (en) Middleware platform, terminal equipment, 5G artificial intelligence cloud processing system and processing method
WO2013170801A1 (en) Device management method and apparatus
O'Sullivan et al. The cloud personal assistant for providing services to mobile clients
CN111596951A (en) Method and device for configuring engineering file
US20140074814A1 (en) Method and apparatus for switching search engine to repeat search
KR101070967B1 (en) Wipi contents download system and method thereof

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C02 Deemed withdrawal of patent application after publication (patent law 2001)
WD01 Invention patent application deemed withdrawn after publication

Application publication date: 20130911