CN108255534A - PC ends application processing method, processing unit, electronic equipment and storage medium - Google Patents
PC ends application processing method, processing unit, electronic equipment and storage medium Download PDFInfo
- Publication number
- CN108255534A CN108255534A CN201611234919.2A CN201611234919A CN108255534A CN 108255534 A CN108255534 A CN 108255534A CN 201611234919 A CN201611234919 A CN 201611234919A CN 108255534 A CN108255534 A CN 108255534A
- Authority
- CN
- China
- Prior art keywords
- data
- mobile
- application
- interface configuration
- side application
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Granted
Links
- 238000012545 processing Methods 0.000 title claims abstract description 38
- 238000003672 processing method Methods 0.000 title claims abstract description 10
- 238000000034 method Methods 0.000 claims description 25
- 230000006870 function Effects 0.000 description 26
- 238000004590 computer program Methods 0.000 description 9
- 238000010586 diagram Methods 0.000 description 8
- 230000008569 process Effects 0.000 description 5
- 238000012360 testing method Methods 0.000 description 4
- 238000011161 development Methods 0.000 description 2
- 238000012986 modification Methods 0.000 description 2
- 230000004048 modification Effects 0.000 description 2
- 230000006978 adaptation Effects 0.000 description 1
- 230000009193 crawling Effects 0.000 description 1
- 238000013481 data capture Methods 0.000 description 1
- 238000013461 design Methods 0.000 description 1
- 238000012423 maintenance Methods 0.000 description 1
- 230000003287 optical effect Effects 0.000 description 1
- 238000006467 substitution reaction Methods 0.000 description 1
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements 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/44—Arrangements for executing specific programs
- G06F9/445—Program loading or initiating
- G06F9/44505—Configuring for program initiating, e.g. using registry, configuration files
- G06F9/4451—User profiles; Roaming
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F8/00—Arrangements for software engineering
- G06F8/70—Software maintenance or management
Landscapes
- Engineering & Computer Science (AREA)
- Software Systems (AREA)
- Theoretical Computer Science (AREA)
- General Engineering & Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Information Transfer Between Computers (AREA)
- Computer And Data Communications (AREA)
Abstract
PC ends application processing method, processing unit, electronic equipment and storage medium.A kind of PC ends application processing method is provided, including:It is configured according to the access interface of mobile terminal and determines the configuration of corresponding PC ends service interface;Service interface configuration in PC ends determined by being sent to mobile backstage;Data processing request is received from mobile backstage, data processing request includes the data parameters for the application of PC ends;Data processing request is performed according to data parameters to obtain execution result information;And execution result information is sent to mobile backstage, execution result information is presented.
Description
Technical Field
The invention relates to the technical field of mobile internet, in particular to a PC (personal computer) end application processing method, a processing device, electronic equipment and a storage medium.
Background
In the environment of the mobile era, there is an increasing demand for using the corresponding functions that have been implemented on the PC side on the mobile client side. Therefore, many PC-side applications will have their functionality switched into the mobile system. Pages are typically crawled by a crawling program and then converted by a backend service into the appropriate pages for the mobile device.
In the process of implementing the invention, the inventor finds that the method in the prior art has certain disadvantages in the aspects of operation flow, speed and adaptation, and the operation is not simple and convenient enough.
Therefore, a technology for migrating the PC application function in a simple and fast manner is required.
Disclosure of Invention
According to a first aspect of the present invention, a PC application processing method is provided, including: determining the configuration of a PC (personal computer) side service interface corresponding to a mobile terminal according to the configuration of an access interface of the mobile terminal; sending the determined PC side service interface configuration to a mobile background; receiving a data processing request from the mobile background, wherein the data processing request comprises data parameters for the PC side application; executing the data processing request according to the data parameters to obtain execution result information; and sending the execution result information to the mobile background so as to present the execution result information.
In one embodiment, the access interface configuration of the mobile terminal may have a uniform ingress and egress parameter data format.
In one embodiment, the access interface configuration of the mobile terminal may include a PC terminal application domain name, a data module type, and data parameters for the PC terminal application.
In one embodiment, the PC-side service interface configuration may include an associated PC-side application domain name, data module type, and PC-side application request address.
According to a second aspect of the present invention, there is provided a PC application processing apparatus, comprising: the interface configuration determining module is configured to determine the configuration of a PC side service interface corresponding to a mobile terminal according to the configuration of an access interface of the mobile terminal; the interface configuration sending module is configured to send the determined PC side service interface configuration to the mobile background; a receiving module configured to receive a data processing request from the mobile background, wherein the data processing request comprises data parameters for the PC side application; the execution module is configured to execute the data processing request to obtain execution result information; and the execution result sending module is configured to send the execution result information to a mobile background so as to present the execution result information.
In one embodiment, the access interface configuration of the mobile terminal may have a uniform ingress and egress parameter data format.
In one embodiment, the access interface configuration of the mobile terminal may include a PC terminal application domain name, a data module type, and data parameters for the PC terminal application.
In one embodiment, the PC-side service interface configuration may include an associated PC-side application domain name, data module type, and PC-side application request address.
According to a third aspect of the present invention, there is provided an electronic apparatus comprising: at least one processor; and a memory communicatively coupled to the at least one processor; wherein the memory stores instructions executable by the one processor to cause the at least one processor to perform the method of the first aspect.
According to a fourth aspect of the present invention, there is provided a non-transitory computer readable storage medium characterized in that it stores computer instructions for causing the computer to perform the method according to the first aspect.
The invention has the advantages that the rapid movement of the PC function is realized, and the PC end application is decoupled from the mobile system; because the application interface of the PC terminal is accessed uniformly through the background agent, the problem that the PC terminal interface is switched to the external network is solved; the access to the application of the mobile PC terminal does not need to pay attention to the display of the related functions of the interface of the mobile terminal, and only needs to develop the interface according to the corresponding specification; the PC side applies the online new function to reduce the test debugging difficulty, and only needs to ensure that the interface data is normal; the mobile terminal does not need frequent updating when adding new functions, and user experience is improved.
Drawings
The above and other aspects, features and advantages of exemplary embodiments of the present invention will become more apparent with reference to the following drawings, in which:
FIG. 1 is a flow chart of a method for implementing the function mobility of a PC side in the prior art;
FIG. 2 is a flow chart illustrating a method of implementing PC-side function mobilization in accordance with an embodiment of the present invention;
FIG. 3 is a block diagram illustrating a system for implementing PC-side function mobilization in accordance with an embodiment of the present invention;
FIG. 4 is a flowchart illustrating a PC-side application processing method according to an embodiment of the present invention;
FIG. 5 is a flow chart illustrating a method for implementing PC-side application functionality mobilization in accordance with an embodiment of the present invention;
FIG. 6 is a block diagram illustrating an electronic device according to an embodiment of the present invention;
fig. 7 is a block diagram showing a PC-side application processing apparatus according to an embodiment of the present invention; and
fig. 8 is a block diagram illustrating an apparatus for implementing PC-side application function mobilization according to an embodiment of the present invention.
Detailed Description
The following description of embodiments of the invention, including various details thereof to facilitate understanding, is to be construed as merely illustrative. Accordingly, those skilled in the art will recognize that various modifications and changes may be made to the embodiments described herein without departing from the scope and spirit of the present invention.
Fig. 1 illustrates a method for implementing PC-side function mobility in the prior art. The PC side application needs to develop corresponding functions on an HTML5 (hereinafter referred to as H5) page. If the PC application is an intranet system, the address needs to be converted into an extranet address, and the developed H5 page is submitted to a corresponding SVN (Subversion, an open source code version control system, which adopts a branch management system as compared with RCS and CVS, and its design goal is to replace CVS). The mobile system then packages the corresponding H5 page to release the new version. The specific process is as follows:
1. the PC side application develops an H5 page and a background service interface, and the background is used for online releasing related functions;
2. if the PC end application is an intranet domain name, the corresponding request address needs to be converted into an extranet domain name address;
3. the PC side submits and merges the developed H5 page to a client side (ios and Android), the mobile side adds an access entrance, and the client side packages and releases a new version after the joint debugging test is passed;
4. and the mobile user receives the update prompt to download and reinstall the client.
However, this solution of the prior art has the following drawbacks:
1. by the access mode, each accessed PC end application needs to develop a corresponding H5 page;
2. when a PC terminal application is accessed, a mobile developer needs to perform corresponding development and joint debugging tests, and the more the accessed system is, the more complex the maintenance and debugging is;
3. because the client is accessed by the external network, if the application of the PC end is an internal network system, the external network service is required to be opened for the corresponding service;
4. when the client is used, the user frequently receives the prompt of downloading and installing the client, and the user experience is greatly reduced.
Fig. 2 shows a schematic flow chart of a method for implementing PC-side function mobilization according to an embodiment of the present invention. As shown in fig. 2, in the context of the present disclosure, a PC-side application system and a mobile system may be in a many-to-one relationship, and thus operations to add new functionality may be very frequent.
In step 201, according to the embodiment of the present invention, the service interface configuration of the corresponding PC end can be determined according to the access interface configuration of the mobile end, and an interface can be developed for the PC application system that needs to be accessed according to the corresponding service interface configuration for access, so that the PC application can implement the mobility of the function through simple development and configuration.
In step 202, the PC-side application may come online in the background. In the process, the problem that the intranet domain name of the PC end application needs to be converted into the extranet domain name may exist. Since the mobile terminal may already be an extranet service, the PC terminal application may realize extranet access through the mobile background agent. The mobile background defines a corresponding agent request address and exposes the agent request address to the client, and the mobile background accesses the real intranet corresponding address of the PC terminal by using the same parameters after receiving the request, thereby realizing accessing the corresponding intranet address by using a uniform extranet address (namely the agent request address).
Since the presentation frame of the client already exists, only the corresponding data needs to be acquired for presentation at the client. At this time, the mobile background can provide a uniform request address to the client, and the client can obtain data from the PC application system through the uniform request address.
Specifically, in step 203, the mobile background may first save the PC service interface configuration in the database in association, for example, a PC application domain name (domain), a data module type (functionType), a PC request address (URL), and the like.
In step 204, the client sends an extranet data acquisition request to the mobile backend through a unified request address (e.g., an extranet address). The parameters of the extranet data acquisition request sent by the client may include a PC side application domain name (domain), a data module type (functional type), and data parameters (data) for the PC side application, for example:
"domain": "workflow", "functionType": "task", "data": { "name": "tag name", "tags": [ { "tagType": "status", "tagId": 1, "tagName": "completed" }, "color": "# 348" }.
The domain name of the PC application is workflow, the type of the data module is task, and the data parameter used for the PC application is data.
In step 205, after receiving the extranet data acquisition request, the mobile background searches for a corresponding PC-side interface (i.e., a request address URL of the PC-side application) according to the PC-side application domain name and the data module type in the data capture request, and assigns the parameter information sent by the client to the mobile background to the interface. For example, a corresponding PC end request address can be searched for by workflow and task, and a PC end parameter "data" is assigned to the PC end request address to generate a PC end intranet request.
In step 206, after the data parameter information is received, a PC-side intranet request is executed according to the data parameter information to obtain corresponding result information.
In step 207, the PC application sends the result information to the mobile background, and the mobile background receives the returned result and then feeds back the data to the client. The client can then receive the returned result data from the mobile backend and render the data to the corresponding interface.
As can be seen from the above, the parameters related to the PC-side application interface address uniformly stored by the mobile background may include the following information: the PC side application domain name (domain), the data module type (functional type), and the PC side application request address (URL). In the process of function mobility of the PC side, the mobile client side initiates a request, obtains interface data corresponding to different PC side applications through domain and functional type request parameters, and does not need to distribute new packages. By the scheme, the PC side application is realized only according to the interface specification, and the function mobility of the PC side application can be realized by configuring the corresponding interface and parameter information in the mobile background.
Fig. 3 shows an example of a system 300 for implementing PC-side function mobilization according to an embodiment of the present invention. The system 300 may include an APP client 301, a mobile backend 302, and a PC-side application system 303. Specifically, the APP client 301 may be responsible for developing a data display function, acquiring data, and performing corresponding display on an interface. The mobile background 302 may determine a corresponding PC request address according to the request parameter from the APP client 301, assemble PC parameter information, and send a request to the PC application system 303. The PC-side application system 303 provides a data interface, executes a specific data acquisition request from the mobile backend 302, and assembles a result or submits data to the mobile backend 302. In addition, the mobile background 302 may return the result data to the APP client 301 for presentation. Thus, the PC side function is moved on the APP client side.
That is, the mobile background 302 is located between the APP client 301 and the PC-side application system, and can receive a request from the APP client 301, obtain a PC-side application request address, execute the PC-side application request address to the PC-side application system 330, receive an execution result from the PC-side application system 303, and return the result to the APP client 301.
Fig. 4 is a flow chart illustrating a PC-side application processing method 400 according to an embodiment of the present invention. The method 400 may be performed, for example, in a PC-side application, including: a PC side application processing method comprises the following steps: step 401, determining a PC side service interface configuration corresponding to a mobile side according to an access interface configuration of the mobile side; step 402, sending the determined PC side service interface configuration to a mobile background; step 403, receiving a data processing request from the mobile background, where the data processing request includes data parameters for the PC application; step 404, executing the data processing request according to the data parameter to obtain execution result information; step 405, sending the execution result information to the mobile background to present the execution result information.
In one embodiment, the access interface configuration of the mobile terminal may have a uniform ingress and egress parameter data format.
In one embodiment, the access interface configuration of the mobile terminal may include a PC terminal application domain name, a data module type, and data parameters for the PC terminal application.
In one embodiment, the PC-side service interface configuration may include an associated PC-side application domain name, data module type, and PC-side application request address.
Fig. 5 is a flow diagram illustrating a method 500 for implementing PC-side application functionality mobilization in accordance with an embodiment of the present invention. The method 500 may be performed, for example, in a mobile backend (e.g., the mobile backend 202 shown in fig. 2), including: step 501, receiving and storing a PC side service interface configuration from a PC side application, wherein the PC side service interface configuration is determined based on an access interface configuration of a mobile terminal; in step 502, receiving a data acquisition request (for example, a data acquisition request of an extranet) from a mobile terminal, where the data acquisition request includes a PC terminal application domain name, a data module type, and data parameters for a PC terminal application; in step 503, determining a PC application request address based on at least one of the PC application domain name and the data module type; step 504, sending a data processing request including data parameters for the PC application to the PC application of the PC application request address, so that the PC application executes processing; and step 505, receiving and forwarding the execution result of the PC side application from the PC side application to the mobile side so as to be presented by the mobile side.
Fig. 6 is a block diagram illustrating an electronic device 600 according to an embodiment of the invention. The electronic device 600 includes a processor 606 (e.g., a microprocessor (CPU), Digital Signal Processor (DSP), etc.). Processor 606 can be a single processing unit or multiple processing units for performing different actions of the processes described herein. The electronic device 600 may further comprise an input unit 602 for receiving signals from other entities, and an output unit 604 for providing signals to other entities. The input unit 602 and the output unit 604 may be arranged as a single entity or as separate entities.
Further, the electronic device 600 may include at least one readable storage medium 608 in the form of non-volatile or volatile memory, such as electrically erasable programmable read-only memory (EEPROM), flash memory, and/or a hard drive. The readable storage medium 608 comprises a computer program 610, the computer program 610 comprising code/computer readable instructions that when executed by the processor 606 in the electronic device 600, cause the electronic device 600 to perform, for example, any of the procedures described above in connection with fig. 1-5, and combinations thereof.
The computer program 610 may be configured as computer program code having an architecture such as computer program modules 610A-610E (which may be more or less, as merely an example). Thus, the code in the computer program of the apparatus 600 comprises: block 610A for …. The code in the computer program further comprises: block 610B for …. The code in the computer program further comprises: block 610C for …, and so on.
Although the code means in the embodiments disclosed above in connection with fig. 6 are implemented as computer program modules, which when executed in the processor 606 cause the electronic device 600 to perform the actions described above in connection with fig. 1 to 5, at least one of the code means may in alternative embodiments be implemented at least partly as hardware circuits.
Fig. 7 is a block diagram illustrating a PC-side application processing apparatus 700 according to an embodiment of the present invention. The device 700 can be used for PC side application function mobilization, and comprises: an interface configuration determining unit 701 configured to determine a corresponding PC service interface configuration according to an access interface configuration of a mobile terminal; an interface configuration sending unit 702, configured to send the determined PC service interface configuration to the mobile background so that the mobile background saves the configuration; a processing request receiving unit 703 configured to receive a data processing request from the mobile backend, the data processing request including data parameters for the PC-side application and a destination thereof being determined by the mobile backend based on the PC-side service interface configuration; and an execution and result sending unit 704 configured to execute the data processing request and send the executed result information to the mobile background, so that the mobile terminal receives the result information and presents the result information from the mobile background.
In one embodiment, the access interface configuration of the mobile terminal has a uniform ingress and egress parameter data format.
In one embodiment, the access interface configuration of the mobile terminal includes a PC terminal application domain name, a data module type, and data parameters for the PC terminal application.
In one embodiment, the PC-side service interface configuration includes an associated PC-side application domain name, data module type, and PC-side application request address.
Fig. 8 is a block diagram illustrating an apparatus 800 for implementing PC-side application function mobilization according to an embodiment of the present invention. The apparatus 800 may be used for PC-side application functionality mobilization, comprising: a PC-side service interface configuration unit 801 configured to receive and save a PC-side service interface configuration from a PC-side application, the PC-side service interface configuration being determined based on an access interface configuration of a mobile side; a mobile terminal request receiving unit 802 configured to receive a data acquisition request from a mobile terminal, where the data acquisition request includes a PC terminal application domain name, a data module type, and a data parameter for a PC terminal application; a PC-side application determining unit 803 configured to determine a PC-side application request address based on at least one of a PC-side application domain name and a data module type; a processing request transmitting unit 804 configured to transmit a data processing request including data parameters for a PC-side application to the PC-side application requesting an address, so that the PC-side application performs processing; and an execution result receiving unit 805 configured to receive and forward the execution result of the PC-side application from the PC-side application to the mobile side for presentation by the mobile side.
In one embodiment, the access interface configuration of the mobile terminal has a uniform ingress and egress parameter data format.
In one embodiment, the access interface configuration of the mobile terminal includes a PC terminal application domain name, a data module type, and data parameters for the PC terminal application.
In one embodiment, the PC-side service interface configuration includes an associated PC-side application domain name, data module type, and PC-side application request address.
From the above, it can be seen that the advantages of the present invention are: 1. the PC application function is rapidly moved, and the decoupling of PC end application and a mobile system is realized; 2. because the application interface of the PC terminal is accessed uniformly through the mobile background agent, the problem that the PC terminal interface is switched to the external network is solved; 3. the access to the application of the mobile PC terminal does not need to pay attention to the display of the related functions of the interface of the mobile terminal, and only needs to develop the interface according to the corresponding specification; 4. the PC side applies the online new function to reduce the test debugging difficulty, and only needs to ensure that the interface data is normal; 5. the mobile terminal does not need frequent updating when adding new functions, and user experience is improved.
The above solution is only one specific implementation showing the inventive concept, and the invention is not limited to the above implementation. Some of the processing in the above-described implementations may be omitted or skipped without departing from the spirit and scope of the present invention.
The method in the embodiments may be implemented in the form of executable program commands by various computer apparatuses and recorded in computer-readable recording media. In this case, the computer-readable recording medium may include a program command, a data file, a data structure, or a combination thereof alone. Meanwhile, the program command recorded in the recording medium may be specially designed or configured for the present invention or may be applied as known to those skilled in the art of computer software. The computer-readable recording medium includes a magnetic medium such as a hard disk, a floppy disk, or a magnetic tape, an optical medium such as a compact disc read only memory (CD-ROM) or a Digital Versatile Disc (DVD), a magneto-optical medium such as a magneto-optical floppy disk, and a hardware device such as a ROM, a RAM, a flash memory, etc. which stores and executes a program command. Further, the program command includes a machine language code formed by a compiler and a high-level language executable by a computer by using an interpreter. The foregoing hardware devices may be configured to operate as at least one software module to perform the operations of the present invention, and vice versa.
Although the operations of the methods herein are shown and described in a particular order, the order of the operations of each method may be changed so that the particular operations may be performed in a reverse order or so that the particular operations may be performed at least partially concurrently with other operations. Furthermore, the present invention is not limited to the above-described exemplary embodiments, and it may include one or more other components or operations or omit one or more other components or operations without departing from the spirit and scope of the present disclosure.
The present invention has been shown in connection with the preferred embodiments of the present invention, but it will be understood by those skilled in the art that various modifications, substitutions and changes may be made thereto without departing from the spirit and scope of the present invention. Accordingly, the present invention should not be limited by the above-described embodiments, but should be defined by the appended claims and their equivalents.
Claims (10)
1. A PC side application processing method comprises the following steps:
determining the configuration of a PC (personal computer) side service interface corresponding to a mobile terminal according to the configuration of an access interface of the mobile terminal;
sending the determined PC side service interface configuration to a mobile background;
receiving a data processing request from the mobile background, wherein the data processing request comprises data parameters for the PC side application;
executing the data processing request according to the data parameters to obtain execution result information; and
and sending the execution result information to the mobile background so as to present the execution result information.
2. The method of claim 1, wherein the access interface configuration of the mobile terminal has a unified ingress and egress parameter data format.
3. The method of claim 1, wherein the access interface configuration of the mobile terminal includes a PC-side application domain name, a data module type, and data parameters for the PC-side application.
4. The method of claim 1, wherein the PC-side service interface configuration includes an associated PC-side application domain name, data module type, and PC-side application request address.
5. A PC-side application processing apparatus, comprising:
the interface configuration determining module is configured to determine the configuration of a PC side service interface corresponding to a mobile terminal according to the configuration of an access interface of the mobile terminal;
the interface configuration sending module is configured to send the determined PC side service interface configuration to the mobile background;
a receiving module configured to receive a data processing request from the mobile background, wherein the data processing request comprises data parameters for the PC side application;
the execution module is configured to execute the data processing request to obtain execution result information; and
and the execution result sending module is configured to send the execution result information to a mobile background so as to present the execution result information.
6. The apparatus of claim 5, wherein the access interface configuration of the mobile terminal has a unified ingress and egress parameter data format.
7. The apparatus of claim 5, wherein the access interface configuration of the mobile end comprises a PC-end application domain name, a data module type, and data parameters for the PC-end application.
8. The apparatus of claim 5, wherein the PC side service interface configuration comprises an associated PC side application domain name, data module type, and PC side application request address.
9. An electronic device, comprising:
at least one processor; and
a memory communicatively coupled to the at least one processor; wherein,
the memory stores instructions executable by the one processor to cause the at least one processor to perform the method of any one of claims 1-4.
10. A non-transitory computer readable storage medium storing computer instructions for causing a computer to perform the method of any one of claims 1-4.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201611234919.2A CN108255534B (en) | 2016-12-27 | 2016-12-27 | PC (personal computer) end application processing method, processing device, electronic equipment and storage medium |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201611234919.2A CN108255534B (en) | 2016-12-27 | 2016-12-27 | PC (personal computer) end application processing method, processing device, electronic equipment and storage medium |
Publications (2)
Publication Number | Publication Date |
---|---|
CN108255534A true CN108255534A (en) | 2018-07-06 |
CN108255534B CN108255534B (en) | 2021-10-01 |
Family
ID=62719968
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN201611234919.2A Active CN108255534B (en) | 2016-12-27 | 2016-12-27 | PC (personal computer) end application processing method, processing device, electronic equipment and storage medium |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN108255534B (en) |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN109151022A (en) * | 2018-08-21 | 2019-01-04 | 平安科技(深圳)有限公司 | Call method, device, computer equipment and the storage medium of webpage console |
Citations (16)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20050032528A1 (en) * | 1998-11-17 | 2005-02-10 | Dowling Eric Morgan | Geographical web browser, methods, apparatus and systems |
CN1777180A (en) * | 2005-12-02 | 2006-05-24 | 东南大学 | Wireless protection access equipment based on embedded system |
CN101064645A (en) * | 2006-04-27 | 2007-10-31 | 北京六合万通微电子技术有限公司 | Method for single equipment to support simultaneously plurality of wireless LAN |
CN102014164A (en) * | 2010-12-09 | 2011-04-13 | 向心力信息技术股份有限公司 | Method of mobile access platform |
CN102256244A (en) * | 2011-07-22 | 2011-11-23 | 宇龙计算机通信科技(深圳)有限公司 | Mobile terminal management method, management server, mobile terminal and management system |
CN102801814A (en) * | 2012-08-29 | 2012-11-28 | 易莲无限(北京)科技发展有限责任公司 | Internet access method, device and system |
CN103491123A (en) * | 2012-06-14 | 2014-01-01 | 中国移动通信集团贵州有限公司 | Load balancing method based on domain name visiting, system and load balancer |
US20140136612A1 (en) * | 2012-11-09 | 2014-05-15 | Linkedln Corporation | Providing social context to calendar events |
CN103906034A (en) * | 2012-12-28 | 2014-07-02 | 中国电信股份有限公司 | Mobile application providing method and mobile application providing server |
CN104267958A (en) * | 2014-09-29 | 2015-01-07 | 北京网秦天下科技有限公司 | Mobile application container and management method thereof |
CN104301401A (en) * | 2014-09-29 | 2015-01-21 | 浪潮通信信息系统有限公司 | Mobile application platform based on rapid service encapsulation |
CN104540189A (en) * | 2014-12-24 | 2015-04-22 | 北京奇虎科技有限公司 | Method for providing wireless network access for mobile device through web device and web device |
CN104636446A (en) * | 2015-01-19 | 2015-05-20 | 北京大学 | Heritage Web application mobile transformation method based on cloud computing mode |
CN104898929A (en) * | 2015-06-01 | 2015-09-09 | 北京圆通慧达管理软件开发有限公司 | Method and system for realizing application mobility in management information system |
CN105138542A (en) * | 2015-07-09 | 2015-12-09 | 北京天河石科技有限责任公司 | Method for converting PC terminal WEB webpage into mobile terminal WEB webpage |
CN106126517A (en) * | 2016-05-31 | 2016-11-16 | 美通云动(北京)科技有限公司 | The PC end application page is converted to the method and device of the mobile terminal application page |
-
2016
- 2016-12-27 CN CN201611234919.2A patent/CN108255534B/en active Active
Patent Citations (16)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20050032528A1 (en) * | 1998-11-17 | 2005-02-10 | Dowling Eric Morgan | Geographical web browser, methods, apparatus and systems |
CN1777180A (en) * | 2005-12-02 | 2006-05-24 | 东南大学 | Wireless protection access equipment based on embedded system |
CN101064645A (en) * | 2006-04-27 | 2007-10-31 | 北京六合万通微电子技术有限公司 | Method for single equipment to support simultaneously plurality of wireless LAN |
CN102014164A (en) * | 2010-12-09 | 2011-04-13 | 向心力信息技术股份有限公司 | Method of mobile access platform |
CN102256244A (en) * | 2011-07-22 | 2011-11-23 | 宇龙计算机通信科技(深圳)有限公司 | Mobile terminal management method, management server, mobile terminal and management system |
CN103491123A (en) * | 2012-06-14 | 2014-01-01 | 中国移动通信集团贵州有限公司 | Load balancing method based on domain name visiting, system and load balancer |
CN102801814A (en) * | 2012-08-29 | 2012-11-28 | 易莲无限(北京)科技发展有限责任公司 | Internet access method, device and system |
US20140136612A1 (en) * | 2012-11-09 | 2014-05-15 | Linkedln Corporation | Providing social context to calendar events |
CN103906034A (en) * | 2012-12-28 | 2014-07-02 | 中国电信股份有限公司 | Mobile application providing method and mobile application providing server |
CN104267958A (en) * | 2014-09-29 | 2015-01-07 | 北京网秦天下科技有限公司 | Mobile application container and management method thereof |
CN104301401A (en) * | 2014-09-29 | 2015-01-21 | 浪潮通信信息系统有限公司 | Mobile application platform based on rapid service encapsulation |
CN104540189A (en) * | 2014-12-24 | 2015-04-22 | 北京奇虎科技有限公司 | Method for providing wireless network access for mobile device through web device and web device |
CN104636446A (en) * | 2015-01-19 | 2015-05-20 | 北京大学 | Heritage Web application mobile transformation method based on cloud computing mode |
CN104898929A (en) * | 2015-06-01 | 2015-09-09 | 北京圆通慧达管理软件开发有限公司 | Method and system for realizing application mobility in management information system |
CN105138542A (en) * | 2015-07-09 | 2015-12-09 | 北京天河石科技有限责任公司 | Method for converting PC terminal WEB webpage into mobile terminal WEB webpage |
CN106126517A (en) * | 2016-05-31 | 2016-11-16 | 美通云动(北京)科技有限公司 | The PC end application page is converted to the method and device of the mobile terminal application page |
Cited By (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN109151022A (en) * | 2018-08-21 | 2019-01-04 | 平安科技(深圳)有限公司 | Call method, device, computer equipment and the storage medium of webpage console |
CN109151022B (en) * | 2018-08-21 | 2022-06-14 | 平安科技(深圳)有限公司 | Calling method and device of webpage console, computer equipment and storage medium |
Also Published As
Publication number | Publication date |
---|---|
CN108255534B (en) | 2021-10-01 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US11467816B1 (en) | Method and system of running an application | |
KR101645052B1 (en) | Debugging pipeline | |
US9690549B2 (en) | Editing software products using text mapping files | |
US8880660B2 (en) | Information-processing device, communication system, computer readable medium, and information-processing method | |
US20130254139A1 (en) | Systems and methods for building a universal intelligent assistant with learning capabilities | |
US20140289738A1 (en) | Systems and Methods for Dynamic Configuration of Client-Side Development Environments Through Use of Application Servers | |
WO2017081558A1 (en) | Monitoring and actuation of view controller parameters to reach deep states without manual developer intervention | |
US9928306B2 (en) | Web page editing method, apparatus, and medium | |
CN106815055B (en) | Method and system for dynamic layout of mobile application | |
US20190188010A1 (en) | Remote Component Loader | |
WO2019029451A1 (en) | Method for publishing mobile applications and electronic apparatus | |
CN110109671A (en) | A kind of webpack label sizes pattern conversion method and device | |
US20130007184A1 (en) | Message oriented middleware with integrated rules engine | |
US9396007B2 (en) | Cache management in a multi-threaded environment | |
CN110020370B (en) | Method and device for realizing animation in client application and framework of animation script | |
US20190073198A1 (en) | Multi-flavored software execution from a singular code base | |
CN112087370A (en) | Method, system, electronic device and computer-readable storage medium for issuing GitHub Issues | |
US9953030B2 (en) | Automated translation of screen images for software documentation | |
CN107038117A (en) | It is a kind of based on the web automated testing methods that reference is defined between event handling function | |
CN108255534B (en) | PC (personal computer) end application processing method, processing device, electronic equipment and storage medium | |
CN107590064A (en) | A kind of application upgrade method of testing, device and system | |
US8245182B2 (en) | Class selectable design sharing | |
JP2009031960A (en) | Technology for relaying communication between client device and server device | |
CN107239265B (en) | Binding method and device of Java function and C function | |
CN104991857A (en) | Method and apparatus for trace debugging |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
PB01 | Publication | ||
PB01 | Publication | ||
SE01 | Entry into force of request for substantive examination | ||
SE01 | Entry into force of request for substantive examination | ||
GR01 | Patent grant | ||
GR01 | Patent grant |