CN113434152A - Software development method, system and readable storage medium - Google Patents
Software development method, system and readable storage medium Download PDFInfo
- Publication number
- CN113434152A CN113434152A CN202110971211.XA CN202110971211A CN113434152A CN 113434152 A CN113434152 A CN 113434152A CN 202110971211 A CN202110971211 A CN 202110971211A CN 113434152 A CN113434152 A CN 113434152A
- Authority
- CN
- China
- Prior art keywords
- target data
- service
- data
- target
- background
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Pending
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F8/00—Arrangements for software engineering
- G06F8/60—Software deployment
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/20—Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
- G06F16/24—Querying
- G06F16/242—Query formulation
- G06F16/2433—Query languages
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F8/00—Arrangements for software engineering
- G06F8/30—Creation or generation of source code
- G06F8/31—Programming languages or programming paradigms
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- General Engineering & Computer Science (AREA)
- Software Systems (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Mathematical Physics (AREA)
- Computational Linguistics (AREA)
- Data Mining & Analysis (AREA)
- Databases & Information Systems (AREA)
- Computing Systems (AREA)
- Stored Programmes (AREA)
Abstract
The embodiment of the application provides a software development method, a software development system and a readable storage medium, and belongs to the technical field of data processing. The method comprises the following steps: the front end sends a service request to the background; the background responds to the service request, first target data is sent to the front end through the front end comprehensive service, a plurality of service functions are integrated in the front end comprehensive service, and the first target data comprises all data of the plurality of service functions; when the front end detects an interactive event of a user, calling a target class sql statement; and the front end acquires second target data corresponding to the interaction event from the first target data through a target class sql statement. In the embodiment of the application, the deployment is simplified and the development efficiency of background personnel is improved for the background; for the front end, data extraction is changed from the network to the local, so that the influence of network speed is avoided, and the user experience is improved.
Description
Technical Field
The embodiment of the application relates to the technical field of data processing, in particular to a software development method, a software development system and a readable storage medium.
Background
Software development provides important guarantee for informatization development, and the problem that developers need to think continuously is that how to improve development efficiency and quickly respond to changing traffic demands by using informatization means. The problems of low development efficiency, large code amount and difficult maintenance of projects generally exist in the current development mode.
Disclosure of Invention
The embodiment of the application aims to provide a software development method, a software development system and a readable storage medium, which can solve the problems of low development efficiency, large code amount and difficult maintenance of engineering in the existing software development mode.
In order to solve the technical problem, the present application is implemented as follows:
in a first aspect, an embodiment of the present application provides a software development method, where the method includes:
the front end sends a service request to the background;
the background responds to the service request and sends first target data to the front end through a front end integrated service, a plurality of service functions are integrated in the front end integrated service, and the first target data comprises all data of the plurality of service functions;
when the front end detects an interactive event of a user, calling a target class sql statement;
and the front end acquires second target data corresponding to the interaction event from the first target data through the target class sql statement.
In some embodiments, the sending, by the background, the first target data to the front end through a front end integrated service in response to the service request includes:
the background responds to the service request, and determines a service method according to a unique front-end interface class corresponding to the front-end comprehensive service, wherein all service interfaces of the plurality of service functions are integrated in the unique front-end interface class;
and sending the first target data to the front end through the service method.
In some embodiments, the target class sql statement comprises: value path information and screening condition information;
the front end acquires second target data corresponding to the interaction event from the first target data through the target class sql statement, and the method includes the following steps:
the front end extracts a field value chain of a target data set from the first target data through the value taking path information;
and the front end screens the second target data from the target data set through the screening condition information.
In some embodiments, a target class sql statement is invoked when the front-end detects an interaction event of a user, the method further comprising:
the front end determines a value taking path corresponding to each type of data according to each type of data in the first target data;
and determining the class sql statement corresponding to each kind of data according to the value taking path corresponding to each kind of data.
In a second aspect, an embodiment of the present application provides a software development system, where the system includes: a front-end device and a background device;
the front-end apparatus includes:
the first sending module is used for sending a service request to the background by the front end;
the background device comprises:
a second sending module, configured to send, by the background, first target data to the front end through a front-end integrated service in response to the service request, where the front-end integrated service integrates multiple service functions, and the first target data includes all data of the multiple service functions;
the front-end apparatus further includes:
the calling module is used for calling the target class sql statement when the front end detects the interaction event of the user;
and the acquisition module is used for acquiring second target data corresponding to the interaction event from the first target data by the front end through the target class sql statement.
In some embodiments, the second sending module includes:
a determining unit, configured to respond to the service request by the background, and determine a service method according to a unique front-end interface class corresponding to the front-end integrated service, where all service interfaces of the multiple service functions are integrated in the unique front-end interface class;
and the sending unit is used for sending the first target data to the front end through the service method.
In some embodiments, the target class sql statement comprises: value path information and screening condition information;
the acquisition module includes:
an extracting unit, configured to extract, by the front end, a field value chain of a target data set from the first target data through the value taking path information;
and the screening unit is used for screening the second target data from the target data set by the front end through the screening condition information.
In some embodiments, the front-end device further comprises:
the first determining module is used for determining a value taking path corresponding to each type of data according to each type of data in the first target data by the front end;
and the second determining module is used for determining the sql-like statement corresponding to each data according to the value taking path corresponding to each data.
In a third aspect, an embodiment of the present application provides a software development system, including a processor, a memory, and a program or instructions stored on the memory and executable on the processor, where the program or instructions, when executed by the processor, implement the steps of the software development method according to the first aspect.
In a fourth aspect, the present application provides a readable storage medium, where a program or instructions are stored on the readable storage medium, and the program or instructions, when executed by a processor, implement the steps of the software development method according to the second aspect.
In the embodiment of the application, a plurality of service functions of the background are integrated into comprehensive services, when a first service request from the front end is received, all data are sent to the front end, the front end extracts data required by current interaction through the sql-like statement, the deployment is simplified for the background, and the development efficiency of background personnel is improved; for the front end, data extraction is changed from the network to the local, so that the influence of network speed is avoided, and the user experience is improved.
Drawings
FIG. 1 is a flow chart of a conventional software development method;
fig. 2 is a schematic flowchart of a software development method according to an embodiment of the present application;
fig. 3 is a second flowchart of a software development method according to an embodiment of the present application;
fig. 4 is a schematic structural diagram of a software development system according to an embodiment of the present application;
fig. 5 is a second schematic structural diagram of a software development system according to an embodiment of the present application.
Detailed Description
The technical solutions in the embodiments of the present application will be clearly and completely described below with reference to the drawings in the embodiments of the present application, and it is obvious that the described embodiments are some, but not all, embodiments of the present application. 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 application.
The terms first, second and the like in the description and in the claims of the present application are used for distinguishing between similar elements and not necessarily for describing a particular sequential or chronological order. It will be appreciated that the data so used may be interchanged under appropriate circumstances such that embodiments of the application may be practiced in sequences other than those illustrated or described herein, and that the terms "first," "second," and the like are generally used herein in a generic sense and do not limit the number of terms, e.g., the first term can be one or more than one. In addition, "and/or" in the specification and claims means at least one of connected objects, a character "/" generally means that a preceding and succeeding related objects are in an "or" relationship.
To better understand the solution of the embodiments of the present application, the following is first introduced:
referring to fig. 1, in a current common software development mode, a background may perform Interface division according to services and functions, different types of interfaces may use different services, and there may be a mutual call between services, and the background has to spend time to maintain an Application Programming Interface (API) and solve problems caused by cross-services such as data consistency. In the front end part, a user can continuously send a request to a background to acquire data in the process of using the app, the process has high dependence on the network speed, and the user experience is influenced by the slow network speed.
The existing software development method has the following defects:
(1) background developers need to develop a large amount of api, development efficiency is reduced, and later-stage api maintenance cost is high;
(2) due to the calling among multiple services, the complexity of a background code is improved, and the stability of the system is reduced;
(3) background personnel need to solve the problem of data consistency, code amount is increased, and bugs (bugs) are easy to generate;
(4) the front-end app frequently sends requests to acquire data in the using process of a user, and the situation of blocking easily occurs when the network speed is slow, so that the user experience is poor;
the software development method provided by the embodiment of the present application is described in detail below with reference to the accompanying drawings through specific embodiments and application scenarios thereof.
Referring to fig. 2, an embodiment of the present application provides a software development method, including the following steps:
step 201: the front end sends a service request to the background;
in the embodiment of the application, when a front-end developer needs to develop software, a first service request is firstly made from a front end to a background, and the purpose of the service request is that the background requests all data of a system service function.
In some embodiments, the front end sends the service request to the gateway in the background through network communication.
Step 202: the background responds to the service request and sends first target data to the front end through the front end comprehensive service;
in the embodiment of the application, a plurality of service functions are integrated in the front-end integrated service, the first target data comprises all data of the plurality of service functions, namely, the front-end integrated service is developed in a background on a service level, and all service functions of the front-end integrated service integrated system can return all data at one time.
In some embodiments, the background responds to the service request, determines a service method according to a unique front-end interface class corresponding to the front-end integrated service, and sends first target data to the front end through the service method;
in the embodiment of the application, all the service interfaces of the plurality of service functions are integrated in the unique front-end interface class, that is, the unique front-end interface class is developed in the background on the interface class level, and the interface class only has a unique corresponding method; therefore, background developers indirectly reduce the service quantity, reduce links, avoid the problems of distribution, data consistency, service management and the like, and simplify the deployment by changing multiple apis into a single api, thereby greatly improving the development efficiency of the background developers.
It can be understood that, after the front end receives the first target data returned by the background, that is, all data, the first target data may be stored in the memory, so as to facilitate subsequent extraction of corresponding data based on the interaction event to perform a software development task.
Step 203: when the front end detects an interactive event of a user, calling a target class sql statement;
step 204: and the front end acquires second target data corresponding to the interaction event from the first target data through a target class sql statement.
The sql-like statement refers to a statement similar to the sql statement, which is used in the front end, and may be called front-end-sql.
In the embodiment of the application, a front-end developer performs software development, which is generally embodied in that a user operates a related app at a front end, at this time, the front end can detect an interaction event of the user, and at this time, the front end calls a target sql statement. It should be noted that the front end may write various sql-like statements in advance, call the sql-like statements written in advance, and obtain data required for current interaction from all data stored in the memory. Therefore, the interaction request is changed from the network to the local by the front-end application, compared with the prior software development method, the front-end application needs to send a corresponding service request to the background when data is needed to be used, the front-end application only needs to carry out the first service request at the beginning in the embodiment of the application to obtain all data, the subsequent data is extracted locally, the problem of blocking under the condition that the network speed is slow is solved, and the user experience is improved.
In some embodiments, the target class sql statement comprises: value path information and screening condition information;
the front end obtains second target data corresponding to the interaction event from the first target data through a target class sql statement, and the method comprises the following steps:
(1) the front end extracts a field value chain of a target data set from first target data through value path information;
(2) the front end screens out second target data from the target data set through the screening condition information;
in the embodiment of the application, the first target data returned by the background contains data of all service scenes, and is generally presented in a tree structure. In actual service development, most data in the acquired service data is returned to the front end in the form of an array (list), and the list may need to be further screened according to more detailed requirements.
The sql-like statement is a character string composed of two parts, namely, value path information and screening condition information. The value taking path is a field value chain for extracting a required target data set (which can also be called a list) from all data, for example, in a specific service scene at a certain time, the field value chain of the target data set is extracted by using the value taking path information through tree structure data; the screening condition is a native Javascript code, and the list can be filtered and processed, and the front-end developer only needs to write the screening condition (essentially, a section of judgment code) into the sql-like statement in a character form, so that the list is screened through the screening condition information to obtain data required by the current specific scene, namely, second target data. The sql-like statement is simple in rule and easy to operate, the processing part is native Javascript codes, the expansibility is strong, the SQL-like statement is friendly to front-end personnel, and almost no learning cost exists.
Further, when the front end detects an interaction event of a user, before invoking the target class sql statement, the method further includes: the front end determines a value taking path corresponding to each data according to each data in the first target data; and determining the class sql statement corresponding to each data according to the value taking path corresponding to each data.
In the embodiment of the application, a front-end developer can write a corresponding sql-like statement in advance for each type of data according to all data acquired from a background, so that in the software development process, when which type of data needs to be used, corresponding data can be directly extracted through the sql-like statement.
Referring to fig. 3, a flow of a software development method according to an embodiment of the present application is shown, where in an actual application process, the method flow includes:
(1) the background fuses the service interfaces and develops the front-end comprehensive service, only one front-end interface class is used under the comprehensive service, the interface class corresponds to a unique method, and the method returns all data required by the front end;
(2) the method comprises the steps that a front-end app is started for the first time, comprehensive service is requested from a background, and all data needing to be used are obtained;
(3) front-end developers find out a reference path of data required by a current module, add required processing operation and write a 'class sql' statement;
(4) in the using process of a user, the front-end app calls the class sql statement, obtains data required by current interaction from all data, and transmits the data to the rendering component for page rendering.
It should be noted that, in the software development method provided in the embodiment of the present application, the execution main body may be a front-end device and a back-end device in the software development system, or a control module in the front-end device and the back-end device for executing the software development method. The front-end device and the background device in the software development system provided by the embodiment of the present application are described by taking a method for executing software development by the front-end device and the background device as an example.
Referring to fig. 4, an embodiment of the present application provides a software development system 400, which includes: a front-end device 410 and a back-end device 420;
the front-end device 410 includes:
a first sending module 411, configured to send a service request to a backend;
the background device 420 includes:
a second sending module 421, configured to send, by the background, first target data to the front end through a front-end integrated service in response to the service request, where the front-end integrated service integrates multiple service functions, and the first target data includes all data of the multiple service functions;
the front-end device 410 further includes:
the calling module 412 is configured to call a target class sql statement when the front end detects an interaction event of a user;
an obtaining module 413, configured to obtain, by the front end through the target class sql statement, second target data corresponding to the interaction event from the first target data.
In some embodiments, the second sending module includes:
a determining unit, configured to respond to the service request by the background, and determine a service method according to a unique front-end interface class corresponding to the front-end integrated service, where all service interfaces of the multiple service functions are integrated in the unique front-end interface class;
and the sending unit is used for sending the first target data to the front end through the service method.
In some embodiments, the target class sql statement comprises: value path information and screening condition information;
the acquisition module includes:
an extracting unit, configured to extract, by the front end, a field value chain of a target data set from the first target data through the value taking path information;
and the screening unit is used for screening the second target data from the target data set by the front end through the screening condition information.
In some embodiments, the front-end device further comprises:
the first determining module is used for determining a value taking path corresponding to each type of data according to each type of data in the first target data by the front end;
and the second determining module is used for determining the sql-like statement corresponding to each data according to the value taking path corresponding to each data.
The front-end device and the background device in the software development system in the embodiment of the present application may be devices, or may also be components, integrated circuits, or chips in the device. The device can be mobile electronic equipment or non-mobile electronic equipment. By way of example, the mobile electronic device may be a mobile phone, a tablet computer, a notebook computer, a palm top computer, a vehicle-mounted electronic device, a wearable device, an ultra-mobile personal computer (UMPC), a netbook or a Personal Digital Assistant (PDA), and the like, and the non-mobile electronic device may be a server, a Network Attached Storage (NAS), a Personal Computer (PC), a Television (TV), a teller machine or a self-service machine, and the like, and the embodiments of the present application are not particularly limited.
The front-end device and the background device in the software development system in the embodiment of the present application may be devices having an operating system. The operating system may be an Android (Android) operating system, an ios operating system, or other possible operating systems, and embodiments of the present application are not limited specifically.
The front-end device and the background device in the software development system provided in the embodiment of the present application can implement each process implemented by the method embodiments of fig. 2 to fig. 3, and are not described here again to avoid repetition.
Optionally, as shown in fig. 5, an embodiment of the present application further provides a software development system 500, which includes a memory 501, a processor 502, and a program or an instruction stored in the memory 501 and executable on the processor 502, where the program or the instruction, when executed by the processor 502, implements each process of the software development method embodiment, and can achieve the same technical effect, and in order to avoid repetition, details are not repeated here.
It should be noted that the software development system in the embodiment of the present application includes a mobile electronic device and a non-mobile electronic device.
The embodiment of the present application further provides a readable storage medium, where a program or an instruction is stored on the readable storage medium, and when the program or the instruction is executed by a processor, the program or the instruction implements each process of the software development method embodiment, and can achieve the same technical effect, and in order to avoid repetition, details are not repeated here.
The processor is the processor in the electronic device described in the above embodiment. The readable storage medium includes a computer readable storage medium, such as a Read-Only Memory (ROM), a Random Access Memory (RAM), a magnetic disk or an optical disk, and so on.
It should be noted that, in this document, 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 an … …" does not exclude the presence of other like elements in a process, method, article, or apparatus that comprises the element. Further, it should be noted that the scope of the methods and apparatus of the embodiments of the present application is not limited to performing the functions in the order illustrated or discussed, but may include performing the functions in a substantially simultaneous manner or in a reverse order based on the functions involved, e.g., the methods described may be performed in an order different than that described, and various steps may be added, omitted, or combined. In addition, features described with reference to certain examples may be combined in other examples.
Through the above description of the embodiments, those skilled in the art will clearly understand that the method of the above embodiments can be implemented by software plus a necessary general hardware platform, and certainly can also be implemented by hardware, but in many cases, the former is a better implementation manner. Based on such understanding, the technical solutions of the present application may be embodied in the form of a software product, which is stored in a storage medium (such as ROM/RAM, magnetic disk, optical disk) and includes instructions for enabling a terminal (such as a mobile phone, a computer, a server, an air conditioner, or a network device) to execute the method according to the embodiments of the present application.
While the present embodiments have been described with reference to the accompanying drawings, it is to be understood that the invention is not limited to the precise embodiments described above, which are meant to be illustrative and not restrictive, and that various changes may be made therein by those skilled in the art without departing from the spirit and scope of the invention as defined by the appended claims.
Claims (10)
1. A method of software development, the method comprising:
the front end sends a service request to the background;
the background responds to the service request and sends first target data to the front end through a front end integrated service, a plurality of service functions are integrated in the front end integrated service, and the first target data comprises all data of the plurality of service functions;
when the front end detects an interactive event of a user, calling a target class sql statement;
and the front end acquires second target data corresponding to the interaction event from the first target data through the target class sql statement.
2. The method of claim 1, wherein the background, in response to the service request, sends first target data to the front end through a front end integrated service, comprising:
the background responds to the service request, and determines a service method according to a unique front-end interface class corresponding to the front-end comprehensive service, wherein all service interfaces of the plurality of service functions are integrated in the unique front-end interface class;
and sending the first target data to the front end through the service method.
3. The method of claim 1, wherein the target class sql statement comprises: value path information and screening condition information;
the front end acquires second target data corresponding to the interaction event from the first target data through the target class sql statement, and the method includes the following steps:
the front end extracts a field value chain of a target data set from the first target data through the value taking path information;
and the front end screens the second target data from the target data set through the screening condition information.
4. The method of claim 3, wherein prior to the invoking of a target class sql statement when the front end detects a user interaction event, the method further comprises:
the front end determines a value taking path corresponding to each type of data according to each type of data in the first target data;
and determining the class sql statement corresponding to each kind of data according to the value taking path corresponding to each kind of data.
5. A software development system, the system comprising: a front-end device and a background device;
the front-end apparatus includes:
the first sending module is used for sending a service request to the background by the front end;
the background device comprises:
a second sending module, configured to send, by the background, first target data to the front end through a front-end integrated service in response to the service request, where the front-end integrated service integrates multiple service functions, and the first target data includes all data of the multiple service functions;
the front-end apparatus further includes:
the calling module is used for calling the target class sql statement when the front end detects the interaction event of the user;
and the acquisition module is used for acquiring second target data corresponding to the interaction event from the first target data by the front end through the target class sql statement.
6. The system of claim 5, wherein the second sending module comprises:
a determining unit, configured to respond to the service request by the background, and determine a service method according to a unique front-end interface class corresponding to the front-end integrated service, where all service interfaces of the multiple service functions are integrated in the unique front-end interface class;
and the sending unit is used for sending the first target data to the front end through the service method.
7. The system of claim 5, wherein the target class sql statement comprises: value path information and screening condition information;
the acquisition module includes:
an extracting unit, configured to extract, by the front end, a field value chain of a target data set from the first target data through the value taking path information;
and the screening unit is used for screening the second target data from the target data set by the front end through the screening condition information.
8. The system of claim 7, wherein the front-end device further comprises:
the first determining module is used for determining a value taking path corresponding to each type of data according to each type of data in the first target data by the front end;
and the second determining module is used for determining the sql-like statement corresponding to each data according to the value taking path corresponding to each data.
9. A software development system comprising a processor, a memory and a program or instructions stored on the memory and executable on the processor, the program or instructions when executed by the processor implementing the steps of the software development method as claimed in any one of claims 1 to 4.
10. A readable storage medium, on which a program or instructions are stored, which when executed by a processor implement the steps of the software development method according to any one of claims 1 to 4.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202110971211.XA CN113434152A (en) | 2021-08-24 | 2021-08-24 | Software development method, system and readable storage medium |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202110971211.XA CN113434152A (en) | 2021-08-24 | 2021-08-24 | Software development method, system and readable storage medium |
Publications (1)
Publication Number | Publication Date |
---|---|
CN113434152A true CN113434152A (en) | 2021-09-24 |
Family
ID=77797766
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN202110971211.XA Pending CN113434152A (en) | 2021-08-24 | 2021-08-24 | Software development method, system and readable storage medium |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN113434152A (en) |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN113821750A (en) * | 2021-11-23 | 2021-12-21 | 北京交研智慧科技有限公司 | Page data processing method and system, electronic equipment and readable storage medium |
Citations (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN102467510A (en) * | 2010-11-05 | 2012-05-23 | 中兴通讯股份有限公司 | Data acquisition method and system and communication equipment |
US8812525B1 (en) * | 2010-12-30 | 2014-08-19 | Eventbrite, Inc. | Local SQL files for mobile clients |
CN110929100A (en) * | 2019-10-23 | 2020-03-27 | 东软集团股份有限公司 | Method and device for acquiring value taking path, storage medium and electronic equipment |
CN111988295A (en) * | 2020-08-11 | 2020-11-24 | 程星星 | Database auditing method and device, WEB server, database auditing system and storage medium |
CN112506481A (en) * | 2020-12-01 | 2021-03-16 | 数字广东网络建设有限公司 | Service data interaction method and device, computer equipment and storage medium |
-
2021
- 2021-08-24 CN CN202110971211.XA patent/CN113434152A/en active Pending
Patent Citations (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN102467510A (en) * | 2010-11-05 | 2012-05-23 | 中兴通讯股份有限公司 | Data acquisition method and system and communication equipment |
US8812525B1 (en) * | 2010-12-30 | 2014-08-19 | Eventbrite, Inc. | Local SQL files for mobile clients |
CN110929100A (en) * | 2019-10-23 | 2020-03-27 | 东软集团股份有限公司 | Method and device for acquiring value taking path, storage medium and electronic equipment |
CN111988295A (en) * | 2020-08-11 | 2020-11-24 | 程星星 | Database auditing method and device, WEB server, database auditing system and storage medium |
CN112506481A (en) * | 2020-12-01 | 2021-03-16 | 数字广东网络建设有限公司 | Service data interaction method and device, computer equipment and storage medium |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN113821750A (en) * | 2021-11-23 | 2021-12-21 | 北京交研智慧科技有限公司 | Page data processing method and system, electronic equipment and readable storage medium |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN105354014B (en) | Application interface renders methods of exhibiting and device | |
CN109684008B (en) | Card rendering method, device, terminal and computer readable storage medium | |
US10705858B2 (en) | Automatic import of third party analytics | |
CN107480117B (en) | Recovery method and device for automatic page table single data | |
CN111831542B (en) | API application debugging method and device and storage medium | |
CN110598135A (en) | Network request processing method and device, computer readable medium and electronic equipment | |
CN115309470B (en) | Method, device, equipment and storage medium for loading widget | |
CN104932910A (en) | Method and system for application program interface extension | |
CN108345683A (en) | Webpage display process, device, terminal and storage medium | |
CN113434152A (en) | Software development method, system and readable storage medium | |
CN113360210A (en) | Data reconciliation method and device, computer equipment and storage medium | |
US20230359976A1 (en) | Real-Time Prediction Method, Electronic Device And Non-transitory Computer-Readable Storage Medium | |
CN102831212A (en) | Typesetting method and device for page display | |
CN113760274B (en) | Front-end assembly logic injection method and device | |
CN114385951A (en) | Site content management method and device, computer equipment and storage medium | |
CN111400060B (en) | Equipment linkage method, device, server and medium | |
CN114979051A (en) | Message processing method and device, electronic equipment and storage medium | |
CN114090118A (en) | Method, device and equipment for starting small program and storage medium | |
CN113220296A (en) | Android system interaction method and device | |
CN108108369B (en) | Method and device for processing calling error of common interface library | |
CN110688490A (en) | Method and device for configuring knowledge graph | |
CN112565472A (en) | Static resource processing method and device | |
CN113507433B (en) | Data detection method and firewall equipment | |
US20230325300A1 (en) | Fault change locating method and apparatus, device, medium, and program product | |
CN116225437A (en) | Page generation method and device, electronic equipment and storage medium |
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 | ||
RJ01 | Rejection of invention patent application after publication |
Application publication date: 20210924 |
|
RJ01 | Rejection of invention patent application after publication |