Movatterモバイル変換


[0]ホーム

URL:


CN113608895B - Web back-end data access method and system - Google Patents

Web back-end data access method and system
Download PDF

Info

Publication number
CN113608895B
CN113608895BCN202110903482.1ACN202110903482ACN113608895BCN 113608895 BCN113608895 BCN 113608895BCN 202110903482 ACN202110903482 ACN 202110903482ACN 113608895 BCN113608895 BCN 113608895B
Authority
CN
China
Prior art keywords
request
return value
key
value
address
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
CN202110903482.1A
Other languages
Chinese (zh)
Other versions
CN113608895A (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.)
Hunan MgtvCom Interactive Entertainment Media Co Ltd
Original Assignee
Hunan MgtvCom Interactive Entertainment Media 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 Hunan MgtvCom Interactive Entertainment Media Co LtdfiledCriticalHunan MgtvCom Interactive Entertainment Media Co Ltd
Priority to CN202110903482.1ApriorityCriticalpatent/CN113608895B/en
Publication of CN113608895ApublicationCriticalpatent/CN113608895A/en
Application grantedgrantedCritical
Publication of CN113608895BpublicationCriticalpatent/CN113608895B/en
Activelegal-statusCriticalCurrent
Anticipated expirationlegal-statusCritical

Links

Classifications

Landscapes

Abstract

The invention discloses an access method and system for web back-end data, which are characterized in that all key names and key value reference addresses corresponding to each key name are extracted from parameter definition objects corresponding to the web back-end data to be accessed, each key name is used as a key, the value of the key value reference address corresponding to the key name in a data source is used as a key value, a parameter object with a plurality of key value pairs is generated, a request corresponding to a request mode is sent to a server based on the parameter object, request parameters are carried in the request, a request return value generated by the server according to the received request is received, and the request return value is converted into a return value Schema object in a Schema format and is injected into the data source. The invention modularizes the back-end data of the web to be accessed, the H5 manufacturing platform developer only needs to configure the request mode and the request parameters, and the module automatically converts the request parameters into the parameter objects according to the request mode and sends the parameter objects to the server to obtain the required data, thereby improving the access efficiency.

Description

Web back-end data access method and system
Technical Field
The invention relates to the technical field of Internet, in particular to a web back-end data access method and system.
Background
H5 is an operation activity product form widely used in the Internet industry at present, and has the operation functions of carrying member new drawing, user activation and the like. The development of H5 generally requires multiple kinds of developers such as front-end, back-end and data to participate in a certain development period.
When the web back-end data needs to be accessed to an H5 production platform (such as an integration system), for example, when an enterprise expands new service lines, the data of the new service lines need to be accessed to the H5 production platform, and at the moment, a back-end developer of the H5 production platform needs to be in butt joint with a back-end developer of the new service lines (integration service) again, so that the original background function is modified, and the aim of calling the back-end data of a service party on an H5 front-end page is fulfilled.
Therefore, when the web back-end data needs to be accessed to the H5 manufacturing platform in the prior art, a developer of the H5 manufacturing platform often needs to spend a great deal of time to access the web back-end data again, and the data interface is adjusted in a joint way, so that the access efficiency of the web back-end data is low.
Disclosure of Invention
In view of the above, the invention discloses a method and a system for accessing web back-end data, which are used for solving the problem that the access efficiency of the web back-end data is low due to the fact that an H5 manufacturing platform developer needs to spend a great deal of time to access the web back-end data again and joint debugging data interfaces.
An access method of web back-end data, applied to a client, comprises the following steps:
extracting all key names from parameter definition objects corresponding to the to-be-accessed web back-end data, and extracting a key value reference address corresponding to each key name;
taking each key name as a key, and taking the value of the key value reference address corresponding to the key name in a data source as a key value, generating a parameter object with a plurality of key value pairs, wherein each key value pair is provided with one key and one corresponding key value;
sending a request corresponding to a request mode to a server based on the parameter object, wherein the request carries a request parameter;
receiving a request return value of the server, wherein the request return value is generated by the server according to the received request, and the request return value comprises the following components: return key name address, return value type, return value Chinese interpretation;
and injecting a return value Schema object for converting the request return value into a Schema format into the data source.
Optionally, the sending, based on the parameter object, a request corresponding to the request mode to the server specifically includes:
splicing the parameter objects into key value pair character strings according to a preset format;
splicing the key value pair character strings behind the server address by using preset symbols to generate a target request address;
and sending a request corresponding to the request mode to the server based on the target request address.
Optionally, the sending, based on the target request address, a request corresponding to the request mode to the server specifically includes:
and when the request mode is GET, sending a GET request to the server based on the first target request address.
Optionally, the sending, based on the target request address, a request corresponding to the request mode to the server specifically includes:
when the request mode is JSONP, splicing a preset dynamic function name after the target request address to generate a JSONP link address;
dynamically creating a script tag in http, and setting src parameters as the JSONP link address;
and sending a JSONP request to the server through the script tag, and automatically calling a global function serving as a receiving function by a browser, wherein the global function is named by the preset dynamic function name.
Optionally, the sending, based on the parameter object, a request corresponding to the request mode to the server specifically includes:
when the request mode is POST, serializing the parameter object into a JSON character string;
assigning the JSON string to a body field of the request parameter;
and sending a POST request carrying the body field to a server address.
Optionally, the method for converting the request return value into the return value Schema object in Schema format is injected into the data source, and specifically includes:
converting the request return value into the return value Schema object in Schema format;
resolving the return value Schema object into a return value reference address array;
acquiring each return value corresponding to each reference address based on each reference address in the return value reference address array, and packaging the acquired return values into a return value object;
the return value object is stored in a corresponding location of an interface module in the data source.
Optionally, the method further comprises:
querying a data source reference address of a target return value based on the return value Schema object;
and acquiring a corresponding data value based on the data source reference address.
Optionally, the method further comprises:
and outputting the return value Schema object, and displaying the return value Schema object on a visual parameter configuration interface.
An access system of web back-end data, applied to a client, comprises:
the extraction unit is used for extracting all key names and key value reference addresses corresponding to each key name from the parameter definition objects corresponding to the web back-end data to be accessed;
a generating unit, configured to generate a parameter object with a plurality of key value pairs, with each key name being a key, and with a value of the key value reference address corresponding to the key name in a data source being a key value, where each key value pair has one key and a corresponding key value;
the sending unit is used for sending a request corresponding to the request mode to the server based on the parameter object, wherein the request carries a request parameter;
a receiving unit, configured to receive a request return value of the server, where the request return value is generated by the server according to the received request, and the request return value includes: return key name address, return value type, return value Chinese interpretation;
and the conversion unit is used for converting the request return value into a return value Schema object in a Schema format and injecting the return value Schema object into the data source.
Optionally, the sending unit specifically includes:
the splicing subunit is used for splicing the parameter objects into a key value pair character string according to a preset format;
the generation subunit is used for splicing the key value pair character strings with preset symbols behind the server address to generate a target request address;
and the first sending subunit is used for sending a request corresponding to the request mode to the server based on the target request address.
Optionally, the first sending subunit is specifically configured to:
and when the request mode is GET, sending a GET request to the server based on the first target request address.
Optionally, the first sending subunit is specifically configured to:
when the request mode is JSONP, splicing a preset dynamic function name after the target request address to generate a JSONP link address;
dynamically creating a script tag in http, and setting src parameters as the JSONP link address;
and sending a JSONP request to the server through the script tag, and automatically calling a global function serving as a receiving function by a browser, wherein the global function is named by the preset dynamic function name.
Optionally, the sending unit specifically includes:
the conversion subunit is used for serializing the parameter object into a JSON character string when the request mode is POST;
an assignment subunit, configured to assign the JSON string to a body field of the request parameter;
and the second sending subunit is used for sending the POST request carrying the body field to the server address.
Optionally, the conversion unit is specifically configured to:
converting the request return value into the return value Schema object in Schema format;
resolving the return value Schema object into a return value reference address array;
acquiring each return value corresponding to each reference address based on each reference address in the return value reference address array, and packaging the acquired return values into a return value object;
the return value object is stored in a corresponding location of an interface module in the data source.
Optionally, the method further comprises:
the inquiring unit is used for inquiring the data source reference address of the target return value based on the return value Schema object;
and the acquisition unit is used for acquiring the corresponding data value based on the data source reference address.
Optionally, the method further comprises:
and the output display unit is used for outputting the return value Schema object and displaying the return value Schema object on a visual parameter configuration interface.
As can be seen from the above technical solution, the present invention discloses a method and a system for accessing web backend data, wherein all key names and key value reference addresses corresponding to each key name are extracted from parameter definition objects corresponding to the web backend data to be accessed, each key name is used as a key, a value of the key value reference address corresponding to the key name in a data source is used as a key value, a parameter object with a plurality of key value pairs is generated, a request corresponding to a request mode is sent to a server based on the parameter object, a request parameter is carried in the request, a request return value generated by the server according to the received request is received, and the request return value is converted into a return value Schema object in Schema format and is injected into the data source. The invention modularizes the data of the web back end to be accessed, the module utilizes the related information which is saved by the user during editing and is used for describing the whole interface, such as a request mode, a parameter object and a request return value definition, when the request is operated, the request return value is obtained through the request, the request return value is converted into the return value Schema object in the Schema format, and the logic code is guided to complete the taking function for the specific value of the request return value, so that when the H5 manufacturing platform developer creates the module type, a set of http request scheme is actually created, the H5 manufacturing platform developer only needs to configure the request mode and the request parameter, and the module automatically converts the request parameter into the parameter object according to the request mode and sends the parameter object to the server to obtain the required data, thereby improving the access efficiency of the data of the web back end.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings that are required in the embodiments or the description of the prior art will be briefly described, and it is obvious that the drawings in the following description are only embodiments of the present invention, and that other drawings can be obtained according to the disclosed drawings without inventive effort for a person skilled in the art.
Fig. 1 is a flowchart of a method for accessing web backend data according to an embodiment of the present invention;
FIG. 2 is a schematic diagram of a visual interface for requesting return values according to an embodiment of the present invention;
FIG. 3 is a schematic diagram of a configuration interface for requesting a return value according to an embodiment of the present invention;
FIG. 4 is a schematic diagram of a data source visualization interface according to an embodiment of the present invention;
FIG. 5 is a schematic diagram of a data source interface according to an embodiment of the present invention;
fig. 6 is a schematic structural diagram of an access system for web backend data according to an embodiment of the present invention.
Detailed Description
The following description of the embodiments of the present invention will be made clearly and completely with reference to the accompanying drawings, in which it is apparent that the embodiments described are only some embodiments of the present invention, but not all embodiments. All other embodiments, which can be made by those skilled in the art based on the embodiments of the invention without making any inventive effort, are intended to be within the scope of the invention.
The embodiment of the invention discloses an access method and system for web back-end data, wherein all key names and key value reference addresses corresponding to each key name are extracted from parameter definition objects corresponding to the web back-end data to be accessed, each key name is used as a key, the value of the key value reference address corresponding to the key name in a data source is used as a key value, a parameter object with a plurality of key value pairs is generated, a request corresponding to a request mode is sent to a server based on the parameter object, request parameters are carried in the request, a request return value generated by a receiving server according to the received request is converted into a return value Schema object in a Schema format, and the return value Schema object is injected into the data source. The invention modularizes the data of the web back end to be accessed, the module utilizes the related information which is saved by the user during editing and is used for describing the whole interface, such as a request mode, a parameter object and a request return value definition, when the request is operated, the request return value is obtained through the request, the request return value is converted into the return value Schema object in the Schema format, and the logic code is guided to complete the taking function for the specific value of the request return value, so that when the H5 manufacturing platform developer creates the module type, a set of http request scheme is actually created, the H5 manufacturing platform developer only needs to configure the request mode and the request parameter, and the module automatically converts the request parameter into the parameter object according to the request mode and sends the parameter object to the server to obtain the required data, thereby improving the access efficiency of the data of the web back end.
Referring to fig. 1, a flowchart of a method for accessing web backend data disclosed in an embodiment of the present invention includes:
step S101, extracting all key names and key value reference addresses corresponding to each key name from parameter definition objects corresponding to the back-end data of the web to be accessed;
in practical application, the parameter definition object may be stored in the interface module, so that in this embodiment, all key names and key value reference addresses corresponding to each key name are extracted from the parameter definition object stored in the interface module.
Step S102, taking each key name as a key, and taking the value of the key value reference address corresponding to the key name in a data source as a key value, so as to generate a parameter object with a plurality of key value pairs;
wherein each key value pair has a key and a corresponding key value.
Step S103, a request corresponding to the request mode is sent to a server based on the parameter object;
wherein the request carries a request parameter.
Step S104, receiving a request return value of the server;
wherein the request return value is generated by the server according to the received request, and the request return value includes: return key name address, return value type, return value chinese interpretation.
The visualization interface for the request return value is detailed in figure 2, the visual configuration interface at the request return value may set an inviter nickname, a parameter key name (name), a chinese name (inviter nickname), a data type (value), a group of group participants, a group participant list, a group participant name, a group participant avatar, and the like.
The configuration interface for requesting the return value is shown in detail in fig. 3, and includes: d array, a, b, c, and c0, number of entries, such as item 0, item 1, item 2, item 3, item 4, item 5, and so forth.
Because of the diversity of the interface modules, the request return values may vary from one request to another.
The interface module in the invention adopts a predefined mode and uses a Schema format similar to a data source to describe a multi-layer object structure of a request return value.
The data pattern of the request return value in this embodiment is as follows:
step S105, the request return value is converted into a return value Schema object in Schema format, and the return value Schema object is injected into the data source.
The present embodiment injects a return value Schema object into the data source by converting the request return value into Schema format so that it can be used in other modules.
The data source visual interface is shown in fig. 4, and an inviter nickname, a group of group participants, a group participant list, a group participant name, a group participant head portrait, and the like may be set in the data source visual interface.
The value interface of the data source is shown in fig. 5, and the parameter key name, the chinese name and the data type can be set for the c0 value, the d array and the f value on the value interface of the data source respectively.
The Schema format in the invention is a similar data structure specification for describing JSON objects, which is compiled by the H5 production platform by referring to the JSON Schema. Schema is a data structure description of JSON objects, which is also recorded by using JSON objects, so the H5 production platform converts the request return value into a custom Schema format to describe the data structure of the request return value, so as to facilitate program logic parsing.
The data pattern of the Schema format is as follows:
in summary, the invention discloses an access method of web backend data, which extracts all key names and key value reference addresses corresponding to each key name from parameter definition objects corresponding to the web backend data to be accessed, uses each key name as a key, uses the value of the key value reference address corresponding to the key name in a data source as a key value, generates a parameter object with a plurality of key value pairs, sends a request corresponding to a request mode to a server based on the parameter object, carries request parameters, receives a request return value generated by the server according to the received request, and converts the request return value into a return value Schema object in a Schema format to be injected into the data source. The invention modularizes the data of the web back end to be accessed, the module utilizes the related information which is saved by the user during editing and is used for describing the whole interface, such as a request mode, a parameter object and a request return value definition, when the request is operated, the request return value is obtained through the request, the request return value is converted into the return value Schema object in the Schema format, and the logic code is guided to complete the taking function for the specific value of the request return value, so that when the H5 manufacturing platform developer creates the module type, a set of http request scheme is actually created, the H5 manufacturing platform developer only needs to configure the request mode and the request parameter, and the module automatically converts the request parameter into the parameter object according to the request mode and sends the parameter object to the server to obtain the required data, thereby improving the access efficiency of the data of the web back end.
To further optimize the above embodiment, step S103 may specifically include:
splicing the parameter objects into key value pair character strings according to a preset format;
splicing the key value pair character strings behind the server address by using preset symbols to generate a target request address;
and sending a request corresponding to the request mode to the server based on the target request address.
It should be noted that, the preset format is: key 1=value 1& key 2=value 2 …, key1 and key1 represent keys, and value1 and value2 represent key values.
The preset symbol may be'? ' that is, the present embodiment uses the key value to the character string? ' concatenate after the server address url, generating the target request address.
In practical application, HTTP interface requests are distinguished according to methods, and are mainly divided into GET, POST and the like, and the problem of cross-domain is solved by a JSONP executing script mode.
Thus, (1) for GET requests, step S103 may specifically include:
and when the request mode is GET, sending a GET request to the server based on the first target request address.
(2) For JSONP requests, step S103 may specifically include:
when the request mode is JSONP, splicing a preset dynamic function name after the target request address to generate a JSONP link address;
dynamically creating a script tag in http, and setting src parameters as the JSONP link address;
and sending a JSONP request to the server through the script tag, and automatically calling a global function serving as a receiving function by a browser, wherein the global function is named by the preset dynamic function name.
Preferably, the JSONP link address is generated by concatenating & callback=dynamic function name after the target request address.
It should be noted that, the script tag in http is used to load and execute JavaScript script code of the target connection address.
The JSONP method utilizes the characteristic of script labels, and uses the dynamically created script labels to execute a section of JavaScript script on a remote server to achieve the function of acquiring server data.
The script tag will automatically send a request to the server of the src address and execute the obtained JavaScript after setting the src parameters.
(3) For the POST request, step S103 may specifically include:
when the request mode is POST, serializing the parameter object into a JSON character string;
assigning the JSON string to a body field of the request parameter;
and sending a POST request carrying the body field to a server address.
To further optimize the above embodiment, step S105 may specifically include:
converting the request return value into a return value Schema object in a Schema format;
resolving the return value Schema object into a return value reference address array;
acquiring each return value corresponding to each reference address based on each reference address in the return value reference address array, and packaging the acquired return values into a return value object;
the return value object is stored in a corresponding location of an interface module in the data source.
To further optimize the above embodiment, after step S105, it may further include:
querying a data source reference address of a target return value based on the return value Schema object;
and acquiring a corresponding data value based on the data source reference address.
It should be noted that, the invention facilitates other modules to use by acquiring the corresponding data value based on the return value Schema object.
The return value Schema object is predefined when editing the project based on the embodiment shown in fig. 1, the definition data body is actually stored in the database, the definition data body is a platform user, when the platform project is visually edited, the description information of the data structure for requesting the return value is used for converting the auxiliary information in the Schema format, the auxiliary information is stored in the project after being configured on the interface by the user, and when the operation is to be performed, the Schema format is analyzed by the code logic.
Wherein the data structure defining the data volume is as follows:
[{
"key" a.b.c.0",// the value of a.b.c.0 in the corresponding request return value data pattern is 1
"label" means "c0",// data name
"cnName": value of "c 0"// chinese meaning of data
},{
"key" d.0.e.f ",// the d.0.e.f value in the corresponding request return value data pattern is 2
"label": "f"// data name
"cnName": value of "f"// Chinese meaning of data
}]
To further optimize the above embodiment, after step S105, it may further include:
and outputting a return value Schema object, and displaying the return value Schema object on a visual parameter configuration interface.
During visual editing, the Schema data structure is also generated, and a list interface of the binding relation between the modules in the visual editing operation is generated.
The module utilizes relevant information which is stored by a user during editing and is used for describing the whole interface, such as a request mode, a parameter object and a request return value definition, obtains the request return value based on a request during operation, and guides a logic code to complete a taking function for a specific value of the request return value by converting the request return value into a return value Schema object in a Schema format.
Corresponding to the embodiment of the method, the invention also discloses a web backend data access system.
Fig. 6 is a schematic structural diagram of a web backend data access system according to an embodiment of the present invention, where the system includes:
an extracting unit 201, configured to extract all key names and key value reference addresses corresponding to each key name from parameter definition objects corresponding to the to-be-accessed web backend data;
in practical application, the parameter definition object may be stored in the interface module, so that in this embodiment, all key names and key value reference addresses corresponding to each key name are extracted from the parameter definition object stored in the interface module.
A generating unit 202, configured to generate a parameter object with a plurality of key-value pairs, with each key name being a key, and with a value of the key-value reference address corresponding to the key name in a data source being a key value, where each key-value pair has one key and a corresponding key value;
a sending unit 203, configured to send a request corresponding to a request manner to a server based on the parameter object, where the request carries a request parameter;
a receiving unit 204, configured to receive a request return value of the server, where the request return value is generated by the server according to the received request, and the request return value includes: return key name address, return value type, return value Chinese interpretation;
and the conversion unit 205 is configured to convert the request return value into a return value Schema object in Schema format, and inject the return value Schema object into the data source.
The present embodiment injects a return value Schema object into the data source by converting the request return value into Schema format so that it can be used in other modules.
In summary, the invention discloses an access system for web back-end data, which extracts all key names and key value reference addresses corresponding to each key name from parameter definition objects corresponding to the web back-end data to be accessed, uses each key name as a key, uses the value of the key value reference address corresponding to the key name in a data source as a key value, generates a parameter object with a plurality of key value pairs, sends a request corresponding to a request mode to a server based on the parameter object, carries request parameters, receives a request return value generated by the server according to the received request, and converts the request return value into a return value Schema object in a Schema format to be injected into the data source. The invention modularizes the data of the web back end to be accessed, the module utilizes the related information which is saved by the user during editing and is used for describing the whole interface, such as a request mode, a parameter object and a request return value definition, when the request is operated, the request return value is obtained through the request, the request return value is converted into the return value Schema object in the Schema format, and the logic code is guided to complete the taking function for the specific value of the request return value, so that when the H5 manufacturing platform developer creates the module type, a set of http request scheme is actually created, the H5 manufacturing platform developer only needs to configure the request mode and the request parameter, and the module automatically converts the request parameter into the parameter object according to the request mode and sends the parameter object to the server to obtain the required data, thereby improving the access efficiency of the data of the web back end.
To further optimize the above embodiment, the transmitting unit 203 may specifically include:
the splicing subunit is used for splicing the parameter objects into a key value pair character string according to a preset format;
the generation subunit is used for splicing the key value pair character strings with preset symbols behind the server address to generate a target request address;
and the first sending subunit is used for sending a request corresponding to the request mode to the server based on the target request address.
It should be noted that, the preset format is: key 1=value 1& key 2=value 2 …, key1 and key1 represent keys, and value1 and value2 represent key values.
The preset symbol may be'? ' that is, the present embodiment uses the key value to the character string? ' concatenate after the server address url, generating the target request address.
To further optimize the above embodiment, the first transmitting subunit may specifically be configured to:
and when the request mode is GET, sending a GET request to the server based on the first target request address.
To further optimize the above embodiment, the first transmitting subunit may specifically be configured to:
when the request mode is JSONP, splicing a preset dynamic function name after the target request address to generate a JSONP link address;
dynamically creating a script tag in http, and setting src parameters as the JSONP link address;
and sending a JSONP request to the server through the script tag, and automatically calling a global function serving as a receiving function by a browser, wherein the global function is named by the preset dynamic function name.
To further optimize the above embodiment, the transmitting unit 203 specifically includes:
the conversion subunit is used for serializing the parameter object into a JSON character string when the request mode is POST;
an assignment subunit, configured to assign the JSON string to a body field of the request parameter;
and the second sending subunit is used for sending the POST request carrying the body field to the server address.
To further optimize the above embodiment, the conversion unit 205 is specifically configured to:
converting the request return value into the return value Schema object in Schema format;
resolving the return value Schema object into a return value reference address array;
acquiring each return value corresponding to each reference address based on each reference address in the return value reference address array, and packaging the acquired return values into a return value object;
the return value object is stored in a corresponding location of an interface module in the data source.
To further optimize the above embodiments, the access system may further comprise:
the inquiring unit is used for inquiring the data source reference address of the target return value based on the return value Schema object;
and the acquisition unit is used for acquiring the corresponding data value based on the data source reference address.
To further optimize the above embodiments, the access system may further comprise:
and the output display unit is used for outputting the return value Schema object and displaying the return value Schema object on a visual parameter configuration interface.
The specific working principle of each component in the system embodiment is described in the corresponding part of the method embodiment, and is not described herein.
Finally, it is further noted that relational terms such as first and second, and the like are used solely to distinguish one entity or action from another entity or action without necessarily requiring or implying any actual such relationship or order between such entities or actions. Moreover, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising one … …" does not exclude the presence of other like elements in a process, method, article, or apparatus that comprises the element.
In the present specification, each embodiment is described in a progressive manner, and each embodiment is mainly described in a different point from other embodiments, and identical and similar parts between the embodiments are all enough to refer to each other.
The previous description of the disclosed embodiments is provided to enable any person skilled in the art to make or use the present invention. Various modifications to these embodiments will be readily apparent to those skilled in the art, and the generic principles defined herein may be applied to other embodiments without departing from the spirit or scope of the invention. Thus, the present invention is not intended to be limited to the embodiments shown herein but is to be accorded the widest scope consistent with the principles and novel features disclosed herein.

Claims (16)

CN202110903482.1A2021-08-062021-08-06Web back-end data access method and systemActiveCN113608895B (en)

Priority Applications (1)

Application NumberPriority DateFiling DateTitle
CN202110903482.1ACN113608895B (en)2021-08-062021-08-06Web back-end data access method and system

Applications Claiming Priority (1)

Application NumberPriority DateFiling DateTitle
CN202110903482.1ACN113608895B (en)2021-08-062021-08-06Web back-end data access method and system

Publications (2)

Publication NumberPublication Date
CN113608895A CN113608895A (en)2021-11-05
CN113608895Btrue CN113608895B (en)2024-04-09

Family

ID=78307501

Family Applications (1)

Application NumberTitlePriority DateFiling Date
CN202110903482.1AActiveCN113608895B (en)2021-08-062021-08-06Web back-end data access method and system

Country Status (1)

CountryLink
CN (1)CN113608895B (en)

Citations (8)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
CN107408042A (en)*2014-09-262017-11-28甲骨文国际公司For the efficient of Mobile solution and intuitively data are bound
CN107526755A (en)*2016-09-272017-12-29腾讯科技(深圳)有限公司The processing method and processing device of data
CN109446457A (en)*2018-09-252019-03-08平安普惠企业管理有限公司Update method, terminal device and the medium of page data
CN110851800A (en)*2019-11-142020-02-28苏州科达科技股份有限公司Code protection method, device, system and readable storage medium
CN111177252A (en)*2019-11-262020-05-19腾讯云计算(北京)有限责任公司Service data processing method and device
CN111338637A (en)*2020-02-262020-06-26腾讯科技(深圳)有限公司Code generation method and device
CN111459418A (en)*2020-05-152020-07-28南京大学 An RDMA-based key-value storage system transmission method
CN111767057A (en)*2020-06-292020-10-13京东城市(北京)数字科技有限公司Data processing method and device

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
US20140136936A1 (en)*2012-11-092014-05-15Microsoft CorporationSpreadsheet functions to call rest api sources
US10445393B2 (en)*2016-05-312019-10-15Bootstrap Collective LLCSystem and method of creating and processing semantic URL

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
CN107408042A (en)*2014-09-262017-11-28甲骨文国际公司For the efficient of Mobile solution and intuitively data are bound
CN107526755A (en)*2016-09-272017-12-29腾讯科技(深圳)有限公司The processing method and processing device of data
CN109446457A (en)*2018-09-252019-03-08平安普惠企业管理有限公司Update method, terminal device and the medium of page data
CN110851800A (en)*2019-11-142020-02-28苏州科达科技股份有限公司Code protection method, device, system and readable storage medium
CN111177252A (en)*2019-11-262020-05-19腾讯云计算(北京)有限责任公司Service data processing method and device
CN111338637A (en)*2020-02-262020-06-26腾讯科技(深圳)有限公司Code generation method and device
CN111459418A (en)*2020-05-152020-07-28南京大学 An RDMA-based key-value storage system transmission method
CN111767057A (en)*2020-06-292020-10-13京东城市(北京)数字科技有限公司Data processing method and device

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
基于Web的数据导入工具设计;何怡璇;熊棠;易修文;;电脑知识与技术(第17期);全文*

Also Published As

Publication numberPublication date
CN113608895A (en)2021-11-05

Similar Documents

PublicationPublication DateTitle
CN101122921B (en)Method forming tree-shaped display structure based on ajax and html
CN103389895B (en)A kind of generation method and system of front end page
CN102184184B (en)Method for acquiring webpage dynamic information
CN108337236A (en)A kind of gRPC call methods and device based on Protobuf and HTTP/1.1
CN103077185A (en)Object-based user-defined information-expanding method
US20100287532A1 (en)Method and system for integrating multiple scripts
CN106227742A (en)Dynamic web page based on B/S pattern generates method, server and system
CN103365865A (en)Methods and devices for storing and downloading data
CN105554169B (en)OID configuration and analysis method, ORS client, OID node and database thereof
JP2001344169A (en) Network system, server, web server, web page, data processing method, storage medium, and program transmission device
CN106951270A (en)A kind of code process method, system and server
CN108632361A (en)A kind of webpage loading method, server, system and storage medium
CN105868225A (en)Data query method, client, server and system
CN110874278A (en) Embedding method, workflow system, device and storage medium of external system
CN101916283B (en)Method for acquiring link information from dynamic webpage and server thereof
CN114844814B (en)Pressure testing method and device
CN112835573A (en)Data query method and device, electronic equipment and storage medium
CN112785284A (en)Message storage method and device based on structured document
CN113608895B (en)Web back-end data access method and system
KR20210122434A (en)Software as a Service type electronic commerce chatbot system for small and medium businesses
CN105025065B (en)Web site is converted to the method, apparatus and system of Web application
CN109977084A (en)A kind of page static method based on file buffer
CN107368478A (en)A kind of method and apparatus in server process web application requests
JP4049653B2 (en) Protocol conversion program, protocol conversion method, and protocol conversion apparatus
CN115795212A (en)Page display method and device, electronic equipment and storage medium

Legal Events

DateCodeTitleDescription
PB01Publication
PB01Publication
SE01Entry into force of request for substantive examination
SE01Entry into force of request for substantive examination
GR01Patent grant
GR01Patent grant

[8]ページ先頭

©2009-2025 Movatter.jp