CN112118285B - Data transmission method and system suitable for client full-version browser - Google Patents

Data transmission method and system suitable for client full-version browser Download PDF

Info

Publication number
CN112118285B
CN112118285B CN202010758096.3A CN202010758096A CN112118285B CN 112118285 B CN112118285 B CN 112118285B CN 202010758096 A CN202010758096 A CN 202010758096A CN 112118285 B CN112118285 B CN 112118285B
Authority
CN
China
Prior art keywords
browser
version
data
client
data transmission
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.)
Active
Application number
CN202010758096.3A
Other languages
Chinese (zh)
Other versions
CN112118285A (en
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.)
Shandong Luruan Digital Technology Co Ltd
Original Assignee
Shandong Luneng Software 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 Shandong Luneng Software Technology Co Ltd filed Critical Shandong Luneng Software Technology Co Ltd
Priority to CN202010758096.3A priority Critical patent/CN112118285B/en
Publication of CN112118285A publication Critical patent/CN112118285A/en
Application granted granted Critical
Publication of CN112118285B publication Critical patent/CN112118285B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/02Protocols based on web technology, e.g. hypertext transfer protocol [HTTP]
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/958Organisation or management of web site content, e.g. publishing, maintaining pages or automatic linking
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/50Network services
    • H04L67/60Scheduling or organising the servicing of application requests, e.g. requests for application data transmissions using the analysis and optimisation of the required network resources
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L2212/00Encapsulation of packets

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Databases & Information Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Data Mining & Analysis (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

The invention discloses a data transmission method and a system suitable for a client full-version browser, wherein the data transmission method comprises the following steps: the method comprises the steps of performing centralized encapsulation on solutions of problems generated when different functional plug-ins correspond to different versions of browsers; receiving request data of a client, wherein the request data preferentially identifies the browser version used by a user through a control layer; and calling the program packaged in a centralized manner according to the browser version, rewriting the function coding part which cannot be identified in the browser, and sending the function coding part to a server. The invention solves the problem of failure in matching of the technical framework and the full-page browser, thereby not only ensuring the effectiveness and the safety of data, but also ensuring the data communication between the client and the server and the normal use of an application system.

Description

Data transmission method and system suitable for client full-version browser
Technical Field
The invention relates to the technical field of computer application, in particular to a data transmission method and a data transmission system suitable for a client full-version browser.
Background
The statements in this section merely provide background information related to the present disclosure and may not constitute prior art.
Currently, most Web-side application development uses more or less commercially available open source toolkits, which can simplify development work, such as text editing, uploading, downloading, video, voice, interface display, and the like. However, these toolkits have strict requirements on browser versions, such as: twitter's Bootstrap requires Ecmascript6, where most functional encodings can meet IE9 and above, and templates and premies in Vue framework are also in Ecmascript6, but only support IE10 and above.
When the salary self-service query management system is designed, the toolkit is also used, and when the salary self-service query management system is upgraded, because the compatibility of the browser is not updated in time along with the quick iteration of the system version, the application of the system has a clear requirement on the adaptive browser version. The problem of functional failure caused by the fact that the browser version does not meet the requirements in actual use of users is endless, so that not only is the popularization of application limited, but also the operation and maintenance cost is additionally increased.
At present, in the aspect of compatibility, the method for data transmission between a user and an application server through a browser mainly has the following defects:
(1) the transmission protocol of the application data is executed according to the HTTP protocol, and the data transmission format between the user request and the server response often exists in a key-value pair form, but the diversity of the technical framework adopted by most of the current Web end system applications causes the data transmission format to deviate in different browsers. For example, when a high-version technical framework is matched with a low-version browser, problems such as abnormal data analysis and failure of application functions often occur.
(2) The browser requires that data should be written strictly according to a format, but the coding normative of many middleware is not uniform, so that partial versions of browsers cannot be identified normally.
(3) Common APIs for encapsulating transmission data are Json, Text, Xml, Script, String and the like, and the underlying principle is that jQuery judges according to MIME information of an HTTP packet. However, the jQuery versions loaded by the clients using different versions of browsers are also different, and thus, the data generated by analyzing the functional plug-ins is also different. For example, framework boottrap, functional plug-ins easy ui, uploadability and the like which are commonly used for constructing front-end pages are constructed, and the problem that a low-version browser cannot identify due to non-specification and non-uniformity of formats when data are packaged is caused. Therefore, the uniformity of the project development code is poor, and the later-stage operation and maintenance cost is high.
(4) The more complex the page is and the more stringent the browser version requirements are, many project applications like list windows, attachment extensions, text panels, etc. can note or inform the user of the browser version requirements. Therefore, the limitation of the application system use seriously affects the later promotion and online.
In summary, the prior art cannot meet the adaptation requirement of the full-version browser.
Disclosure of Invention
In view of this, the present invention provides a data transmission method and system suitable for a client full-version browser, which can improve the adaptability of applications to the maximum extent, are completely suitable for the full-version browser, and meet the requirements of service scenes.
In order to achieve the above purpose, in some embodiments, the following technical solutions are adopted:
a data transmission method suitable for a client full-version browser comprises the following steps:
the method comprises the steps of carrying out centralized encapsulation on solutions of problems generated when different functional plug-ins correspond to different versions of browsers;
receiving request data of a client, wherein the request data preferentially identifies the browser version used by a user through a control layer;
and calling the program packaged in a centralized manner according to the browser version, rewriting the function code part which cannot be identified in the browser, and sending the function code part to a server.
As a further scheme, according to the browser version used by the user and the response data of the server, judging whether the response data can be normally displayed on the browser;
and calling the centrally packaged program for the data which cannot be normally displayed, and recompiling the centrally packaged program into a coding format meeting the version requirement of the user browser.
As a further scheme, after the code format is compiled to meet the requirements of the user browser version, the method further comprises the following steps:
and encapsulating the response data according to a set protocol, and mapping the encapsulated data to different processing mechanisms according to the data type of the encapsulated data.
As a further scheme, after the client initiates a data request, the browser version used by the client is automatically incorporated into the request data, and the compatible code is complemented for the incompatible part according to the browser version to regenerate the compatible function code.
As a further aspect, the different functional plug-ins include: different toolkits, architectures, or native encodings.
As a further aspect, the different version browser at least includes: IE8 and above, Edge, Chrome, Firefox, and Opera versions of the browser.
As a further scheme, the client receives the response data in a general processing mode and performs different processing according to the data types.
In other embodiments, the following technical solutions are adopted:
a data transmission system adapted for a client full-version browser, comprising:
the device is used for packaging the solutions of the problems generated when different functional plug-ins correspond to different versions of browsers in a centralized manner;
means for receiving client request data that preferentially identifies, via a control layer, a browser version used by a user;
and the device is used for calling the program packaged in the centralized mode according to the browser version, rewriting the function code part which cannot be identified in the browser and sending the function code part to the server.
In other embodiments, the following technical solutions are adopted:
a terminal device comprising a processor and a computer-readable storage medium, the processor being configured to implement instructions; the computer readable storage medium is used for storing a plurality of instructions, wherein the instructions are suitable for being loaded by a processor and executing the data transmission method suitable for the client full-version browser.
In other embodiments, the following technical solutions are adopted:
a computer-readable storage medium, in which a plurality of instructions are stored, wherein the instructions are adapted to be loaded by a processor of a terminal device and to execute the above data transmission method suitable for a client full-version browser.
Compared with the prior art, the invention has the beneficial effects that:
the invention solves the problem of failure in matching of the technical framework and the full-page browser, thereby not only ensuring the effectiveness and the safety of data, but also ensuring the data communication between the client and the server and the normal use of an application system.
Advantages of additional aspects of the invention will be set forth in part in the description which follows, and in part will be obvious from the description, or may be learned by practice of the invention.
Drawings
Fig. 1 is a flowchart of a data transmission method applicable to a client full-version browser according to an embodiment of the present invention.
Detailed Description
It should be noted that the following detailed description is exemplary and is intended to provide further explanation of the disclosure. Unless defined otherwise, all technical and scientific terms used herein have the same meaning as commonly understood by one of ordinary skill in the art to which this application belongs.
It is noted that the terminology used herein is for the purpose of describing particular embodiments only and is not intended to be limiting of example embodiments according to the present application. As used herein, the singular forms "a", "an" and "the" are intended to include the plural forms as well, and it should be understood that when the terms "comprises" and/or "comprising" are used in this specification, they specify the presence of stated features, steps, operations, devices, components, and/or combinations thereof, unless the context clearly indicates otherwise.
The embodiments and features of the embodiments of the present invention may be combined with each other without conflict.
Example one
In one or more embodiments, a data transmission method suitable for a client full-version browser is disclosed, and with reference to the figure, the method comprises the following processes:
the method comprises the steps of carrying out centralized encapsulation on solutions of problems generated when different functional plug-ins correspond to different versions of browsers; the different functional plug-ins may be: different toolkits, architectures, or native coding, etc.
Receiving request data of a client, wherein the request data preferentially identifies the browser version used by a user through a control layer;
and calling the program packaged in a centralized manner according to the browser version, rewriting the function code part which cannot be identified in the browser, and sending the function code part to a server.
In this embodiment, the full-version browser at least covers main stream browsers such as IE8 and above, Edge, Chrome, Firefox, Opera, and the like.
Specifically, according to a service scene, packaging user request data according to an HTTP (hyper text transport protocol); the request data is firstly identified by JavaScript language through a control layer, the browser version used by the user is called, a corresponding solution in the centralized encapsulation is called according to the browser version, the unrecognizable function coding part in the browser of the user is rewritten, and then the unrecognizable function coding part is sent to the server. Such as: in the browser environment at IE9 and below, the asynchronous operation Promise undefined problem of Axios is complemented, and a callback method is rewritten to ensure that the compilation is passed.
Thus, the browser version of the user can be ensured to be used under the condition that the requirements of the tool kit or the framework are not met.
The server processes the data request of the client, and judges whether the browser version and the response data used by the user have the data display effect problem, namely whether various toolkits, plug-ins and frames can be normally displayed on the browser of the version after receiving the data; and calling the centrally packaged program for the data which cannot be normally displayed, and re-compiling the centrally packaged program into a coding format meeting the version requirement of the browser of the user, thereby solving the compatibility problem of the browser. Such as: many attributes in HTML5 are incompatible in IE9 and below, angle rotation, default form filling characters and the like are automatically completed by the technology, and normal data display of a low-version browser of a user is guaranteed.
And packaging the processed response data according to an HTTP protocol, and mapping the packaged data to different processing mechanisms according to the data type of the packaged data.
Calling a corresponding interface according to the service requirement and realizing the service requirement; such as: and the addition, deletion, modification and check in the database, chart display or workflow and the like are realized.
In this embodiment, for the problem that the existing open-source plug-in has different requirements for the browser kernel version, the commonly used functional plug-ins EasyUI, Uploadify, Ztree, Ckeditor, Webgl, etc., and the problems generated when the native functions Float64Array, Float32Array, etc. correspond to different versions of browsers are collectively encapsulated and directly injected and used in the service layer, so that the problem of function failure caused by the browser version problem is completely solved.
And the UI thread is utilized, after a user triggers an event, the UI thread calls back the function packaged in the set, the user request data is output according to the data format which can be identified by the browser of the corresponding version, the server calls back the function packaged in the set again after responding to the data, and the response data is encoded into a compatible format according to the version of the browser of the user again so as to adapt to different browser versions.
The JavaScript library is introduced to match CSS and HTML languages, conversion of service data to a visual scene interface is achieved, browsers with various kernel versions are added to achieve differential coding of CSS styles, and a short board with non-uniform coding modes of different kernel browsers on dynamic loading of CSS styles is complemented.
After the client initiates a data request, the browser version used by the client is automatically incorporated into the request data, and the compatible code is complemented for the incompatible part according to the browser version to regenerate the compatible function code. Such as: when the user uses the IE9 browser to realize the DOM rotation effect, the technology automatically completes the compatible code of the corresponding version. When Axios is processed asynchronously, the technology is automatically supplemented to an asynchronous processing mode compatible with a downward version.
And a processing mode of generic coding is adopted, namely, the response is processed according to the type corresponding to the structured data or the unstructured data. Such as: the browser divides the data types into objects, character strings, numbers and the like, and in order to avoid confusion of different types of processing modes, the browser receives the data uniformly in a generic processing mode and performs different processing according to different types. The corresponding data formats are mapped according to different data types, the problems of data format abnormity and function failure caused by the fact that the versions of the browser and the external plug-in are not matched are avoided, the safety of the data types is enhanced, the class conversion times are reduced, and the execution efficiency of an application system is improved.
In the embodiment, variables, functions and the like in the source code are rewritten into meaningless short names, so that the source code amount is greatly reduced, the network transmission speed and the client loading speed are improved, the safety and the high efficiency are ensured, and the network attack is prevented.
Example two
In one or more embodiments, a data transmission system suitable for a client full-version browser is disclosed, comprising:
the device is used for packaging the solutions of the problems generated when different functional plug-ins correspond to different versions of browsers in a centralized manner;
means for receiving client request data that preferentially identifies, via a control layer, a browser version used by a user;
and the device is used for calling the program packaged in the centralized mode according to the browser version, rewriting the function code part which cannot be identified in the browser and sending the function code part to the server.
It should be noted that, the specific implementation manner of the apparatus is implemented by using the method disclosed in the first embodiment, and details are not described again.
EXAMPLE III
In one or more embodiments, a terminal device is disclosed, which includes a server including a memory, a processor, and a computer program stored in the memory and executable on the processor, and the processor executes the computer program to implement the data transmission method applicable to the client full-version browser in the first embodiment. For brevity, no further description is provided herein.
It should be understood that in this embodiment, the processor may be a central processing unit CPU, and the processor may also be other general purpose processors, digital signal processors DSP, application specific integrated circuits ASIC, off-the-shelf programmable gate arrays FPGA or other programmable logic devices, discrete gate or transistor logic devices, discrete hardware components, and so on. A general purpose processor may be a microprocessor or the processor may be any conventional processor or the like.
The memory may include both read-only memory and random access memory and may provide instructions and data to the processor, and a portion of the memory may also include non-volatile random access memory. For example, the memory may also store device type information.
In implementation, the steps of the above method may be performed by integrated logic circuits of hardware in a processor or instructions in the form of software.
The data transmission method applicable to the client full-version browser in the first embodiment may be directly implemented by a hardware processor, or implemented by a combination of hardware and software modules in the processor. The software modules may be located in ram, flash, rom, prom, or eprom, registers, among other storage media as is well known in the art. The storage medium is located in a memory, and a processor reads information in the memory and completes the steps of the method in combination with hardware of the processor. To avoid repetition, it is not described in detail here.
Those of ordinary skill in the art will appreciate that the various illustrative elements, i.e., algorithm steps, described in connection with the embodiments disclosed herein may be implemented as electronic hardware, or combinations of computer software and electronic hardware. Whether such functionality is implemented as hardware or software depends upon the particular application and design constraints imposed on the implementation. Skilled artisans may implement the described functionality in varying ways for each particular application, but such implementation decisions should not be interpreted as causing a departure from the scope of the present application.
Although the embodiments of the present invention have been described with reference to the accompanying drawings, it is not intended to limit the scope of the present invention, and it should be understood by those skilled in the art that various modifications and variations can be made without inventive efforts by those skilled in the art based on the technical solution of the present invention.

Claims (8)

1. A data transmission method suitable for a client full-version browser is characterized by comprising the following steps:
the method comprises the steps of carrying out centralized encapsulation on solutions of problems generated when different functional plug-ins correspond to different versions of browsers;
receiving request data of a client, wherein the request data preferentially identifies the browser version used by a user through a control layer;
calling the program packaged in a centralized way according to the version of the browser, rewriting the function code part which cannot be identified in the browser and then sending the function code part to a server;
judging whether response data can be normally displayed on the browser or not according to the browser version used by the user and the response data of the server;
calling the centrally packaged program for data which cannot be normally displayed, and recompiling the centrally packaged program into a coding format meeting the version requirement of a user browser;
after the code is compiled into a code format meeting the version requirement of the user browser, the method further comprises the following steps:
and encapsulating the response data according to a set protocol, and mapping the encapsulated data to different processing mechanisms according to the data type of the encapsulated data.
2. The data transmission method applicable to the client full-version browser of claim 1, wherein after the client initiates a data request, the browser version used by the client is automatically incorporated into the request data, and the compatible function code is regenerated by complementing the incompatible part with the compatible code according to the browser version.
3. The data transmission method applicable to the client-side full-version browser according to claim 1, wherein the different functional plug-ins include: different toolkits, architectures, and native coding.
4. The data transmission method applicable to the client-side full-version browser according to claim 1, wherein the different-version browser at least comprises: IE8 and above, Edge, Chrome, Firefox, and Opera versions of the browser.
5. The data transmission method as claimed in claim 1, wherein the client receives the response data in a generic processing manner and performs different processing according to the data type.
6. A data transmission system for a client full-version browser, comprising:
the device is used for packaging the solutions of the problems generated when different functional plug-ins correspond to different versions of browsers in a centralized manner;
means for receiving client request data that preferentially identifies, via a control layer, a browser version used by a user;
means for calling said centrally encapsulated program according to the browser version, rewriting the unrecognizable function code portion in said browser, and sending it to the server;
the server is used for judging whether the response data can be normally displayed on the browser or not according to the browser version used by the user and the response data of the server;
calling the centrally packaged program for data which cannot be normally displayed, and recompiling the centrally packaged program into a coding format meeting the version requirement of a user browser;
after the code is compiled into a code format meeting the version requirement of the user browser, the method further comprises the following steps:
and encapsulating the response data according to a set protocol, and mapping the encapsulated data to different processing mechanisms according to the data type of the encapsulated data.
7. A terminal device comprising a processor and a computer-readable storage medium, the processor being configured to implement instructions; a computer-readable storage medium for storing a plurality of instructions adapted to be loaded by a processor and to perform the data transmission method of any one of claims 1 to 5, adapted to a client full-version browser.
8. A computer-readable storage medium having stored thereon a plurality of instructions, wherein the instructions are adapted to be loaded by a processor of a terminal device and to execute the data transmission method of any one of claims 1 to 5, which is adapted for a client-side full-version browser.
CN202010758096.3A 2020-07-31 2020-07-31 Data transmission method and system suitable for client full-version browser Active CN112118285B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010758096.3A CN112118285B (en) 2020-07-31 2020-07-31 Data transmission method and system suitable for client full-version browser

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010758096.3A CN112118285B (en) 2020-07-31 2020-07-31 Data transmission method and system suitable for client full-version browser

Publications (2)

Publication Number Publication Date
CN112118285A CN112118285A (en) 2020-12-22
CN112118285B true CN112118285B (en) 2022-05-20

Family

ID=73799130

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010758096.3A Active CN112118285B (en) 2020-07-31 2020-07-31 Data transmission method and system suitable for client full-version browser

Country Status (1)

Country Link
CN (1) CN112118285B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113515292B (en) * 2021-04-26 2024-04-05 中国工商银行股份有限公司 Framework transformation method, device and equipment for client application program

Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101539859A (en) * 2008-10-10 2009-09-23 华南理工大学 Development method of plug-in board for embedded Konqueor browser based on uCLinux
CN101895582A (en) * 2010-07-15 2010-11-24 北京邮电大学 SIP soft terminal supporting WEB service and multiple browsers and working method thereof
CN102682014A (en) * 2011-03-14 2012-09-19 腾讯科技(深圳)有限公司 Open-type plug-in module management platform implemented on browser and open-type plug-in module management method
CN102929678A (en) * 2012-11-26 2013-02-13 中标软件有限公司 Storage method and storage device for multi-version Firefox browsers
CN102968341A (en) * 2012-10-25 2013-03-13 北京奇虎科技有限公司 Method and device for switching different versions of IE (internet explorer) kernels on basis of multi-kernel browser
CN104572327A (en) * 2014-12-24 2015-04-29 北京奇虎科技有限公司 Method, device and system for processing browser crash
CN106331149A (en) * 2016-09-14 2017-01-11 北京知道未来信息技术有限公司 Webpage code adapting method applicable to client environment
CN106547511A (en) * 2015-09-16 2017-03-29 广州市动景计算机科技有限公司 A kind of voice broadcasts method, browser client and the server of reading web page information
CN109634588A (en) * 2018-12-06 2019-04-16 安徽科大国创软件科技有限公司 A kind of Office online file editing method and system being compatible with more browsers

Patent Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101539859A (en) * 2008-10-10 2009-09-23 华南理工大学 Development method of plug-in board for embedded Konqueor browser based on uCLinux
CN101895582A (en) * 2010-07-15 2010-11-24 北京邮电大学 SIP soft terminal supporting WEB service and multiple browsers and working method thereof
CN102682014A (en) * 2011-03-14 2012-09-19 腾讯科技(深圳)有限公司 Open-type plug-in module management platform implemented on browser and open-type plug-in module management method
CN102968341A (en) * 2012-10-25 2013-03-13 北京奇虎科技有限公司 Method and device for switching different versions of IE (internet explorer) kernels on basis of multi-kernel browser
CN102929678A (en) * 2012-11-26 2013-02-13 中标软件有限公司 Storage method and storage device for multi-version Firefox browsers
CN104572327A (en) * 2014-12-24 2015-04-29 北京奇虎科技有限公司 Method, device and system for processing browser crash
CN106547511A (en) * 2015-09-16 2017-03-29 广州市动景计算机科技有限公司 A kind of voice broadcasts method, browser client and the server of reading web page information
CN106331149A (en) * 2016-09-14 2017-01-11 北京知道未来信息技术有限公司 Webpage code adapting method applicable to client environment
CN109634588A (en) * 2018-12-06 2019-04-16 安徽科大国创软件科技有限公司 A kind of Office online file editing method and system being compatible with more browsers

Also Published As

Publication number Publication date
CN112118285A (en) 2020-12-22

Similar Documents

Publication Publication Date Title
US11347826B2 (en) Systems and methods for hosted applications
US8978023B2 (en) Canonical mechanism for securely assembling features into a mobile application
US7849437B2 (en) Object oriented web application framework
US8413128B2 (en) Asynchronous load of source dependencies
US9646103B2 (en) Client-side template engine and method for constructing a nested DOM module for a website
CN112905179A (en) Mobile terminal H5 page generation method and device, electronic equipment and storage medium
US20080209395A1 (en) Automatic code replacement
US20160012147A1 (en) Asynchronous Initialization of Document Object Model (DOM) Modules
US20160012144A1 (en) Javascript-based, client-side template driver system
CN109299331B (en) Method and device for displaying hypertext markup language HTML5 page by Air
CN112559026B (en) API (application program interface) -based native capability development method, device and storage medium
CN111723314B (en) Webpage display method and device, electronic equipment and computer readable storage medium
CN112118285B (en) Data transmission method and system suitable for client full-version browser
CN107239265B (en) Binding method and device of Java function and C function
CN113778393A (en) Component generation method, device, computer system and computer-readable storage medium
CN110825373B (en) Mobile terminal dynamic method and device
CN110659022B (en) Method for automatically calling Python script based on Java
CN113315829B (en) Client offline H5 page loading method and device, computer equipment and medium
Kyriakou et al. The GPM meta-transcompiler: Harmonizing JavaScript-oriented Web development with the upcoming ECMAScript 6 “Harmony” specification
WO2022099913A1 (en) Interface configuration method and apparatus, and device and medium
CN113590116A (en) BS mode-based non-embedded Office using method in OA system
CN114546434A (en) Application updating method and device, electronic equipment and storage medium
CN112788134B (en) Management distribution method and device
US20230367616A1 (en) Data processing method, computer device, and storage medium
US11995458B1 (en) Compiling user code as an extension of a host application in a browser environment

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
CP01 Change in the name or title of a patent holder
CP01 Change in the name or title of a patent holder

Address after: 185 Jingsi Road, Shizhong District, Jinan City, Shandong Province

Patentee after: Shandong luruan Digital Technology Co.,Ltd.

Address before: 185 Jingsi Road, Shizhong District, Jinan City, Shandong Province

Patentee before: SHANDONG LUNENG SOFTWARE TECHNOLOGY Co.,Ltd.