CN113111047A - Data processing method and device and electronic equipment - Google Patents

Data processing method and device and electronic equipment Download PDF

Info

Publication number
CN113111047A
CN113111047A CN202110291452.XA CN202110291452A CN113111047A CN 113111047 A CN113111047 A CN 113111047A CN 202110291452 A CN202110291452 A CN 202110291452A CN 113111047 A CN113111047 A CN 113111047A
Authority
CN
China
Prior art keywords
data
local
user
preset
cloud storage
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
Application number
CN202110291452.XA
Other languages
Chinese (zh)
Other versions
CN113111047B (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.)
Yiyan Shanghai Business Consulting Co ltd
Original Assignee
Shanghai Yiyuan Network Technology Co ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Shanghai Yiyuan Network Technology Co ltd filed Critical Shanghai Yiyuan Network Technology Co ltd
Priority to CN202110291452.XA priority Critical patent/CN113111047B/en
Publication of CN113111047A publication Critical patent/CN113111047A/en
Application granted granted Critical
Publication of CN113111047B publication Critical patent/CN113111047B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/21Design, administration or maintenance of databases
    • G06F16/217Database tuning
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/22Indexing; Data structures therefor; Storage structures
    • G06F16/2282Tablespace storage structures; Management thereof
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/27Replication, distribution or synchronisation of data between databases or within a distributed database system; Distributed database system architectures therefor
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management

Abstract

The application discloses a data processing method, a data processing device and electronic equipment, wherein the method comprises the steps of receiving a form generation request sent by a user; determining corresponding cloud storage data and local data according to the form generation request, wherein the local data is stored in a local database of the user in advance; acquiring the local data from the local database according to the preset database connection corresponding to the user; according to the acquired local data and the cloud storage data acquired from the preset cloud storage platform, a target form is generated, a user can store the data to the cloud storage platform and a local database of the user respectively according to requirements in advance, corresponding data can be acquired from the local data and a corresponding form is generated when the data are needed, the problem that the data storage cost is high due to the fact that all the data are stored in the locally deployed database is avoided, and the problem that the data safety is influenced due to the fact that important data are deployed on a public cloud is also avoided.

Description

Data processing method and device and electronic equipment
Technical Field
The present invention relates to the field of data processing, and in particular, to a data processing method and apparatus, and an electronic device.
Background
With the development of internet technology, users such as enterprises can delegate some businesses to other enterprises to complete, and this requires users to provide data required for completing businesses to the delegated enterprises.
Since deploying data on the public cloud can save a lot of cost compared with deploying a huge local database for data storage, entrusted enterprises often choose to store data on the public cloud. However, if the important data of the user is stored on the public cloud, a great risk is caused to the data security of the user.
Therefore, a data processing method capable of balancing data security and storage cost is needed to solve the above technical problems in the prior art.
Disclosure of Invention
In order to solve the defects of the prior art, the present invention provides a data processing method, a data processing apparatus and an electronic device, so as to solve the above technical problems of the prior art.
In order to achieve the above object, the present invention provides, in a first aspect, a data processing method, including:
receiving a form generation request sent by a user;
determining corresponding cloud storage data and local data according to the form generation request, wherein the local data is stored in a local database of the user in advance;
acquiring the local data from the local database according to the preset database connection corresponding to the user;
and generating a target form according to the acquired local data and the cloud storage data acquired from a preset cloud storage platform.
In some embodiments, the obtaining the local data from the local database according to the preset database connection corresponding to the user includes:
inquiring a preset storage end corresponding to the user;
and acquiring the local data from the local database stored in the preset storage end according to the preset database connection corresponding to the preset storage end.
In some embodiments, the predetermined database connection is pre-encrypted.
In some embodiments, the determining, according to the form generation request, the corresponding cloud storage data and local data includes:
determining data to be acquired and a corresponding data security level according to the form generation request;
and determining that the corresponding data to be acquired with the data security level meeting the preset condition is local data, and determining that the data not meeting the preset condition is cloud storage data.
In some embodiments, the method comprises:
receiving a form data storage request sent by a user, wherein the form data storage request comprises data to be stored;
and storing the data to be stored to the cloud storage platform.
In some embodiments, the generating a target form according to the acquired local data and the cloud storage data acquired from a preset cloud storage platform includes:
generating a form component according to the local data and the acquired cloud storage data;
and generating the target form according to the generated form component.
In a second aspect, the present application provides a data processing apparatus, the apparatus comprising:
the receiving module is used for receiving a form generation request sent by a user;
the processing module is used for determining corresponding cloud storage data and local data according to the form generation request, wherein the local data is stored in a local database of the user in advance;
the acquisition module is used for acquiring the local data from the local database according to the preset database connection corresponding to the user;
and the generating module is used for generating a target form according to the acquired local data and the cloud storage data acquired from a preset cloud storage platform.
In some embodiments, the obtaining module may be further configured to query a preset storage end corresponding to the user; and acquiring the local data from the local database stored in the preset storage end according to the preset database connection corresponding to the preset storage end.
In a third aspect, the present application provides a computer readable storage medium having stored thereon a computer program which, when executed by a processor, performs the steps of the method as described above.
In a fourth aspect, the present application provides an electronic device comprising:
one or more processors;
and memory associated with the one or more processors for storing program instructions that, when read and executed by the one or more processors, perform operations comprising:
receiving a form generation request sent by a user;
determining corresponding cloud storage data and local data according to the form generation request, wherein the local data is stored in a local database of the user in advance;
acquiring the local data from the local database according to the preset database connection corresponding to the user;
and generating a target form according to the acquired local data and the cloud storage data acquired from a preset cloud storage platform.
The invention has the following beneficial effects:
the application provides a data processing method, which comprises the steps of receiving a form generation request sent by a user; determining corresponding cloud storage data and local data according to the form generation request, wherein the local data is stored in a local database of the user in advance; acquiring the local data from the local database according to the preset database connection corresponding to the user; according to the acquired local data and the cloud storage data acquired from the preset cloud storage platform, a target form is generated, a user can store the data to the cloud storage platform and a local database of the user respectively according to requirements in advance, corresponding data can be acquired from the local data and a corresponding form is generated when the data are needed, the problem that the data storage cost is high due to the fact that all the data are stored in the locally deployed database is avoided, and the problem that the data safety is influenced due to the fact that important data are deployed on a public cloud is also avoided.
Drawings
In order to more clearly illustrate the technical solutions in the embodiments of the present invention, the drawings needed to be used in the description of the embodiments will be briefly introduced below, and it is obvious that the drawings in the following description are only some embodiments of the present invention, and it is obvious for those skilled in the art to obtain other drawings based on these drawings without creative efforts.
FIG. 1 is a diagram of a data processing system architecture provided by an embodiment of the present application;
FIG. 2 is a flow chart of a method provided by an embodiment of the present application;
FIG. 3 is a block diagram of an apparatus according to an embodiment of the present disclosure;
fig. 4 is an architecture diagram of an electronic device provided in an embodiment of the present application.
Detailed Description
In order to make the objects, technical solutions and advantages of the present invention clearer, the technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the accompanying drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
As described in the background, if an enterprise uploads all data to the public cloud, data security will be affected, and if all data is deployed in the local database, the storage cost of the data will be enormous.
In order to solve the technical problem, the application provides a data processing method, all data of a generated form are respectively stored in a cloud storage platform and a local database according to the requirements of a user, so that the data storage cost is saved, and the safety of main data stored in the local database can be ensured.
Example one
Specifically, based on the data processing method disclosed by the present application, the present application provides a data processing system, as shown in fig. 1, including a user, a server and a cloud storage platform. The user can send a request to the server, and the server acquires corresponding data from the local database of the user and the cloud storage platform according to the request and finally generates a corresponding form for the user to use.
In order to implement the technical scheme disclosed by the application, a user needs to determine the storage position of data in advance according to requirements. For example, a user may specify a data security level corresponding to each piece of data, determine that the data whose data security level meets a preset condition is high-security-level data, and store the data in a database deployed by the user locally; and the data with the data security level not meeting the preset condition is low-security-level data and is stored on a preset cloud storage platform. Specifically, the high security level data may be user-specified data such as private data of the user and the like having a confidential requirement and non-public data, and the low security level data may be user-specified data such as data of the user and the public data and the like which do not relate to privacy.
The user needs to store the high-security-level data in a local database of the user deployment preset storage terminal in advance. The user can generate and encrypt the database connection of the local database, and the encrypted database connection is provided for the service side, so that the service side can obtain corresponding data from the local database of the user through the database connection. For the low-security-level data, the user can provide the data to the server, and the server uploads the data to a preset cloud storage platform such as an IAAS.
After the data storage is finished, the data processing process of the server side by using the data processing method disclosed by the application comprises the following steps:
step one, receiving a form generation request of a user;
according to the form generation request, the data to be acquired and the corresponding data security level required by the form generation can be determined.
Step two, according to the form generation request, determining the data to be acquired and the corresponding data security level;
according to the data security level, the corresponding data to be acquired can be determined to be cloud storage data or local data. Specifically, the data to be acquired, of which the data security level exceeds the preset level requirement, may be determined as local data, and the data to be acquired, of which the data security level does not exceed the preset level requirement, may be determined as cloud storage data.
Querying a preset storage end corresponding to a user, and acquiring the local data from the local database stored in the preset storage end according to the preset database connection corresponding to the preset storage end;
specifically, the server side can realize data acquisition from multiple data sources in a sharing-jdbc architecture. The Shardingsphere comprises an open-source distributed database middleware solution, can provide standardized data fragmentation, distributed transaction and database governance functions, and is suitable for various diversified application scenarios such as Java isomorphism, heterogeneous languages, containers, cloud protogenesis and the like.
Step four, cloud storage data are obtained from a preset cloud storage platform;
the server side can also acquire the cloud storage data from the preset cloud storage platform and then acquire the local data from the local database of the user, which is not limited in the application.
Fifthly, generating a form component according to the cloud storage data and the local data;
the form components can be any form components such as attachments to forms, buttons to forms, and the like.
And step six, generating a target form according to the generated form component and providing the target form for a user.
The server can directly visually present the generated target form to the user, and can also send the target form to the user through the network so as to be convenient for the user to view and use.
Based on the data processing method disclosed by the application, the server side can store the data with lower security level on the cloud storage platform, the data with high security level is stored locally by the user, and the encrypted database is provided to be connected for the server side to use, so that the data security problem caused by the fact that all data are stored in the cloud side is avoided, and the high data storage cost caused by the fact that all data are stored locally by the user to the user is also avoided.
Example two
Corresponding to the above embodiments, as shown in fig. 2, the present application provides a data processing method, including:
210. receiving a form generation request sent by a user;
220. determining corresponding cloud storage data and local data according to the form generation request, wherein the local data is stored in a local database of the user in advance;
230. acquiring the local data from the local database according to the preset database connection corresponding to the user;
preferably, the obtaining the local data from the local database according to the preset database connection corresponding to the user includes:
231. inquiring a preset storage end corresponding to the user;
232. and acquiring the local data from the local database stored in the preset storage end according to the preset database connection corresponding to the preset storage end.
240. And generating a target form according to the acquired local data and the cloud storage data acquired from a preset cloud storage platform.
Preferably, the determining the corresponding cloud storage data and the local data according to the form generation request includes:
241. determining data to be acquired and a corresponding data security level according to the form generation request;
242. and determining that the corresponding data to be acquired with the data security level meeting the preset condition is local data, and determining that the data not meeting the preset condition is cloud storage data.
Preferably, the generating a target form according to the acquired local data and the cloud storage data acquired from a preset cloud storage platform includes:
243. generating a form component according to the local data and the acquired cloud storage data;
244. and generating the target form according to the generated form component.
Preferably, the method comprises:
250. receiving a form data storage request sent by a user, wherein the form data storage request comprises data to be stored;
251. and storing the data to be stored to the cloud storage platform.
Preferably, the preset database connection is pre-encrypted.
EXAMPLE III
In correspondence with all the above embodiments, as shown in fig. 3, the present application provides a data processing apparatus, the apparatus including:
a receiving module 310, configured to receive a form generation request sent by a user;
the processing module 320 is configured to determine corresponding cloud storage data and local data according to the form generation request, where the local data is stored in a local database of the user in advance;
an obtaining module 330, configured to obtain the local data from the local database according to a preset database connection corresponding to the user;
the generating module 340 is configured to generate a target form according to the acquired local data and the cloud storage data acquired from a preset cloud storage platform.
Preferably, the obtaining module 330 is further configured to query a preset storage end corresponding to the user; and acquiring the local data from the local database stored in the preset storage end according to the preset database connection corresponding to the preset storage end.
Preferably, the preset database connection is pre-encrypted.
Preferably, the processing module 320 is further configured to determine, according to the form generation request, data to be acquired and a corresponding data security level; and determining that the corresponding data to be acquired with the data security level meeting the preset condition is local data, and determining that the data not meeting the preset condition is cloud storage data.
Preferably, the receiving module 310 is further configured to receive a form data storage request sent by a user, where the form data storage request includes data to be stored; the device further comprises a storage module used for storing the data to be stored to the cloud storage platform.
Preferably, the generating module 340 may be further configured to generate a form component according to the local data and the acquired cloud storage data; and generating the target form according to the generated form component.
Example four
Corresponding to the above method and device, an embodiment of the present application provides an electronic device, including:
one or more processors; and memory associated with the one or more processors for storing program instructions that, when read and executed by the one or more processors, perform operations comprising:
receiving a form generation request sent by a user;
determining corresponding cloud storage data and local data according to the form generation request, wherein the local data is stored in a local database of the user in advance;
acquiring the local data from the local database according to the preset database connection corresponding to the user;
and generating a target form according to the acquired local data and the cloud storage data acquired from a preset cloud storage platform.
Fig. 4 illustrates an architecture of an electronic device, which may include, in particular, a processor 1510, a video display adapter 1511, a disk drive 1512, an input/output interface 1513, a network interface 1514, and a memory 1520. The processor 1510, video display adapter 1511, disk drive 1512, input/output interface 1513, network interface 1514, and memory 1520 may be communicatively coupled via a communication bus 1530.
The processor 1510 may be implemented by a general-purpose CPU (Central Processing Unit), a microprocessor, an Application Specific Integrated Circuit (ASIC), or one or more Integrated circuits, and is configured to execute related programs to implement the technical solution provided by the present Application.
The Memory 1520 may be implemented in the form of a ROM (Read Only Memory), a RAM (Random Access Memory), a static storage device, a dynamic storage device, or the like. The memory 1520 may store an operating system 1521 for controlling operation of the electronic device 1500, a Basic Input Output System (BIOS)1522 for controlling low-level operation of the electronic device 1500. In addition, a web browser 1523, a data storage management 1524, an icon font processing system 1525, and the like may also be stored. The icon font processing system 1525 may be an application program that implements the operations of the foregoing steps in this embodiment of the application. In summary, when the technical solution provided by the present application is implemented by software or firmware, the relevant program codes are stored in the memory 1520 and called for execution by the processor 1510. The input/output interface 1513 is used for connecting an input/output module to realize information input and output. The i/o module may be configured as a component in a device (not shown) or may be external to the device to provide a corresponding function. The input devices may include a keyboard, a mouse, a touch screen, a microphone, various sensors, etc., and the output devices may include a display, a speaker, a vibrator, an indicator light, etc.
The network interface 1514 is used to connect a communication module (not shown) to enable the device to communicatively interact with other devices. The communication module can realize communication in a wired mode (such as USB, network cable and the like) and also can realize communication in a wireless mode (such as mobile network, WIFI, Bluetooth and the like).
The bus 1530 includes a path to transfer information between the various components of the device, such as the processor 1510, the video display adapter 1511, the disk drive 1512, the input/output interface 1513, the network interface 1514, and the memory 1520.
In addition, the electronic device 1500 may also obtain information of specific pickup conditions from the virtual resource object pickup condition information database 1541 for performing condition judgment, and the like.
It should be noted that although the above devices only show the processor 1510, the video display adapter 1511, the disk drive 1512, the input/output interface 1513, the network interface 1514, the memory 1520, the bus 1530, etc., in a specific implementation, the devices may also include other components necessary for proper operation. Furthermore, it will be understood by those skilled in the art that the apparatus described above may also include only the components necessary to implement the solution of the present application, and not necessarily all of the components shown in the figures.
From the above description of the embodiments, it is clear to those skilled in the art that the present application can be implemented by software plus necessary general hardware platform. Based on such understanding, the technical solutions of the present application may be embodied in the form of a software product, which may be stored in a storage medium, such as a ROM/RAM, a magnetic disk, an optical disk, or the like, and includes several instructions for enabling a computer device (which may be a personal computer, a cloud server, or a network device) to execute the method according to the embodiments or some parts of the embodiments of the present application.
The embodiments in the present specification are described in a progressive manner, and the same and similar parts among the embodiments are referred to each other, and each embodiment focuses on the differences from the other embodiments. In particular, the system or system embodiments are substantially similar to the method embodiments and therefore are described in a relatively simple manner, and reference may be made to some of the descriptions of the method embodiments for related points. The above-described system and system embodiments are only illustrative, wherein the units described as separate parts may or may not be physically separate, and the parts displayed as units may or may not be physical units, may be located in one place, or may be distributed on a plurality of network units. Some or all of the modules may be selected according to actual needs to achieve the purpose of the solution of the present embodiment. One of ordinary skill in the art can understand and implement it without inventive effort.
It will be understood by those skilled in the art that all or part of the steps for implementing the above embodiments may be implemented by hardware, or may be implemented by a program instructing relevant hardware, where the program may be stored in a computer-readable storage medium, and the above-mentioned storage medium may be a read-only memory, a magnetic disk or an optical disk, etc.
The above description is only for the purpose of illustrating the preferred embodiments of the present invention and is not to be construed as limiting the invention, and any modifications, equivalents, improvements and the like that fall within the spirit and principle of the present invention are intended to be included therein.

Claims (10)

1. A method of data processing, the method comprising:
receiving a form generation request sent by a user;
determining corresponding cloud storage data and local data according to the form generation request, wherein the local data is stored in a local database of the user in advance;
acquiring the local data from the local database according to the preset database connection corresponding to the user;
and generating a target form according to the acquired local data and the cloud storage data acquired from a preset cloud storage platform.
2. The method according to claim 1, wherein the obtaining the local data from the local database according to the preset database connection corresponding to the user comprises:
inquiring a preset storage end corresponding to the user;
and acquiring the local data from the local database stored in the preset storage end according to the preset database connection corresponding to the preset storage end.
3. Method according to claim 1 or 2, characterized in that the preset database connection is pre-encrypted.
4. The method according to claim 1 or 2, wherein determining the corresponding cloud storage data and local data according to the form generation request comprises:
determining data to be acquired and a corresponding data security level according to the form generation request;
and determining that the corresponding data to be acquired with the data security level meeting the preset condition is local data, and determining that the data not meeting the preset condition is cloud storage data.
5. The method of claim 4, wherein the method comprises:
receiving a form data storage request sent by a user, wherein the form data storage request comprises data to be stored;
and storing the data to be stored to the cloud storage platform.
6. The method according to claim 1 or 2, wherein the generating a target form according to the acquired local data and the cloud storage data acquired from a preset cloud storage platform comprises:
generating a form component according to the local data and the acquired cloud storage data;
and generating the target form according to the generated form component.
7. A data processing apparatus, characterized in that the apparatus comprises:
the receiving module is used for receiving a form generation request sent by a user;
the processing module is used for determining corresponding cloud storage data and local data according to the form generation request, wherein the local data is stored in a local database of the user in advance;
the acquisition module is used for acquiring the local data from the local database according to the preset database connection corresponding to the user;
and the generating module is used for generating a target form according to the acquired local data and the cloud storage data acquired from a preset cloud storage platform.
8. The apparatus according to claim 7, wherein the obtaining module is further configured to query a preset storage end corresponding to the user; and acquiring the local data from the local database stored in the preset storage end according to the preset database connection corresponding to the preset storage end.
9. A computer-readable storage medium, on which a computer program is stored, which, when being executed by a processor, carries out the steps of the method of any one of claims 1 to 6.
10. An electronic device, characterized in that the electronic device comprises:
one or more processors;
and memory associated with the one or more processors for storing program instructions that, when read and executed by the one or more processors, perform operations comprising:
receiving a form generation request sent by a user;
determining corresponding cloud storage data and local data according to the form generation request, wherein the local data is stored in a local database of the user in advance;
acquiring the local data from the local database according to the preset database connection corresponding to the user;
and generating a target form according to the acquired local data and the cloud storage data acquired from a preset cloud storage platform.
CN202110291452.XA 2021-03-18 2021-03-18 Data processing method and device and electronic equipment Active CN113111047B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110291452.XA CN113111047B (en) 2021-03-18 2021-03-18 Data processing method and device and electronic equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110291452.XA CN113111047B (en) 2021-03-18 2021-03-18 Data processing method and device and electronic equipment

Publications (2)

Publication Number Publication Date
CN113111047A true CN113111047A (en) 2021-07-13
CN113111047B CN113111047B (en) 2023-09-01

Family

ID=76711864

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110291452.XA Active CN113111047B (en) 2021-03-18 2021-03-18 Data processing method and device and electronic equipment

Country Status (1)

Country Link
CN (1) CN113111047B (en)

Citations (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10140276B1 (en) * 2014-04-08 2018-11-27 Quest Software Inc. System and method for dynamically generating client-side database forms
CN109495723A (en) * 2018-11-30 2019-03-19 济南浪潮高新科技投资发展有限公司 A kind of domestic intelligent monitoring system calculated based on mist
CN109710677A (en) * 2018-12-27 2019-05-03 长沙通诺信息科技有限责任公司 Processing for Data Analysis in Physics, device, computer equipment and storage medium
CN111090666A (en) * 2019-11-29 2020-05-01 江苏苏宁物流有限公司 Data processing method, device and system and computer readable storage medium
CN111382182A (en) * 2020-03-19 2020-07-07 中国联合网络通信集团有限公司 Data processing method and device, electronic equipment and storage medium
CN111913960A (en) * 2020-07-29 2020-11-10 深圳云之家网络有限公司 Form processing method and related equipment
CN111931471A (en) * 2020-08-31 2020-11-13 平安银行股份有限公司 Form collection method and device, electronic equipment and storage medium
CN112016283A (en) * 2020-08-18 2020-12-01 杭州指令集智能科技有限公司 Form generation method and device
CN112035472A (en) * 2020-08-28 2020-12-04 中国平安财产保险股份有限公司 Data processing method, data processing device, computer equipment and storage medium
CN112256489A (en) * 2020-11-16 2021-01-22 广州速威智能系统科技有限公司 Data acquisition method and device of cloud development platform and data storage architecture
CN112291517A (en) * 2020-10-15 2021-01-29 珠海格力电器股份有限公司 Camera data storage method and device
CN112311864A (en) * 2020-10-23 2021-02-02 苏州浪潮智能科技有限公司 Data cloud storage method and related device

Patent Citations (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10140276B1 (en) * 2014-04-08 2018-11-27 Quest Software Inc. System and method for dynamically generating client-side database forms
CN109495723A (en) * 2018-11-30 2019-03-19 济南浪潮高新科技投资发展有限公司 A kind of domestic intelligent monitoring system calculated based on mist
CN109710677A (en) * 2018-12-27 2019-05-03 长沙通诺信息科技有限责任公司 Processing for Data Analysis in Physics, device, computer equipment and storage medium
CN111090666A (en) * 2019-11-29 2020-05-01 江苏苏宁物流有限公司 Data processing method, device and system and computer readable storage medium
CN111382182A (en) * 2020-03-19 2020-07-07 中国联合网络通信集团有限公司 Data processing method and device, electronic equipment and storage medium
CN111913960A (en) * 2020-07-29 2020-11-10 深圳云之家网络有限公司 Form processing method and related equipment
CN112016283A (en) * 2020-08-18 2020-12-01 杭州指令集智能科技有限公司 Form generation method and device
CN112035472A (en) * 2020-08-28 2020-12-04 中国平安财产保险股份有限公司 Data processing method, data processing device, computer equipment and storage medium
CN111931471A (en) * 2020-08-31 2020-11-13 平安银行股份有限公司 Form collection method and device, electronic equipment and storage medium
CN112291517A (en) * 2020-10-15 2021-01-29 珠海格力电器股份有限公司 Camera data storage method and device
CN112311864A (en) * 2020-10-23 2021-02-02 苏州浪潮智能科技有限公司 Data cloud storage method and related device
CN112256489A (en) * 2020-11-16 2021-01-22 广州速威智能系统科技有限公司 Data acquisition method and device of cloud development platform and data storage architecture

Also Published As

Publication number Publication date
CN113111047B (en) 2023-09-01

Similar Documents

Publication Publication Date Title
CN108345543B (en) Data processing method, device, equipment and storage medium
CN111078539B (en) Test method, device, system and computer readable storage medium
CN109145238A (en) Card display method and device and mobile device
CN107807841B (en) Server simulation method, device, equipment and readable storage medium
CN110007936B (en) Data processing method and device
CN111309304B (en) Method, device, medium and electronic equipment for generating IDL file
CN110489158B (en) Method, device, medium and electronic equipment for optimizing code hosting platform
CN110244963B (en) Data updating method and device and terminal equipment
CN111125057A (en) Service request processing method and device and computer system
CN106302011B (en) Multi-terminal-based test method and terminal
CN111414154A (en) Method and device for front-end development, electronic equipment and storage medium
CN111090666A (en) Data processing method, device and system and computer readable storage medium
CN111339047A (en) Data interaction method, device and system
CN113111047B (en) Data processing method and device and electronic equipment
CN110278241A (en) A kind of registration request processing method and processing device
CN112131092A (en) Page debugging method and device
CN113946816A (en) Cloud service-based authentication method and device, electronic equipment and storage medium
CN110225097B (en) Information processing method, device and storage medium
CN112395194A (en) Method and device for accessing test platform
CN104978199A (en) Plug-in application method and device used for multiple browsers
CN110035108A (en) A kind of information-pushing method and system
CN112035425B (en) Log storage method and device and computer system
CN110825370A (en) Mobile terminal application development method, device and system
US20230359976A1 (en) Real-Time Prediction Method, Electronic Device And Non-transitory Computer-Readable Storage Medium
CN113379556A (en) Dynamic monitoring method, device and equipment for service data

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
TA01 Transfer of patent application right

Effective date of registration: 20221130

Address after: 201306 building C, No. 888, Huanhu West 2nd Road, Lingang New District, China (Shanghai) pilot Free Trade Zone, Pudong New Area, Shanghai

Applicant after: Yiyan (Shanghai) Business Consulting Co.,Ltd.

Address before: 200080 room 103, 1st floor, building 2, 278 Harbin Road, Hongkou District, Shanghai

Applicant before: Shanghai Yiyuan Network Technology Co.,Ltd.

TA01 Transfer of patent application right
CB02 Change of applicant information

Address after: 201306 building C, No. 888, Huanhu West 2nd Road, Lingang New District, China (Shanghai) pilot Free Trade Zone, Pudong New Area, Shanghai

Applicant after: Yiyuan (Shanghai) Information Technology Co.,Ltd.

Address before: 201306 building C, No. 888, Huanhu West 2nd Road, Lingang New District, China (Shanghai) pilot Free Trade Zone, Pudong New Area, Shanghai

Applicant before: Yiyan (Shanghai) Business Consulting Co.,Ltd.

CB02 Change of applicant information
GR01 Patent grant
GR01 Patent grant