CN115334064B - Method and device for generating configuration system - Google Patents

Method and device for generating configuration system Download PDF

Info

Publication number
CN115334064B
CN115334064B CN202210881557.5A CN202210881557A CN115334064B CN 115334064 B CN115334064 B CN 115334064B CN 202210881557 A CN202210881557 A CN 202210881557A CN 115334064 B CN115334064 B CN 115334064B
Authority
CN
China
Prior art keywords
processing result
processing
server
result
generating
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
CN202210881557.5A
Other languages
Chinese (zh)
Other versions
CN115334064A (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.)
Guangzhou Tongze Kangwei Technology Co ltd
Original Assignee
Guangzhou Tongze Kangwei Intelligent 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 Guangzhou Tongze Kangwei Intelligent Technology Co ltd filed Critical Guangzhou Tongze Kangwei Intelligent Technology Co ltd
Priority to CN202210881557.5A priority Critical patent/CN115334064B/en
Publication of CN115334064A publication Critical patent/CN115334064A/en
Application granted granted Critical
Publication of CN115334064B publication Critical patent/CN115334064B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/02Protocols based on web technology, e.g. hypertext transfer protocol [HTTP]
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/22Indexing; Data structures therefor; Storage structures
    • G06F16/2228Indexing structures
    • 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/24Querying
    • G06F16/245Query processing
    • 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/25Integrating or interfacing systems involving database management systems
    • 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/28Databases characterised by their database models, e.g. relational or object models
    • G06F16/284Relational databases
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L41/00Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
    • H04L41/08Configuration management of networks or network elements
    • H04L41/0803Configuration setting
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L63/00Network architectures or network communication protocols for network security
    • H04L63/08Network architectures or network communication protocols for network security for authentication of entities

Abstract

The invention discloses a method and a device for generating a configuration system, wherein the method comprises the following steps: according to preset conditions, after display processing and hiding processing are carried out on modules in the CPE background management interface, processing results are generated; writing the processing result into an HTTP request body, and sending the HTTP request body to a server so that the server stores the processing result into a preset array; and establishing connection between the preset array and the database through a data access layer in the server side to generate a configuration system. By adopting the embodiment of the invention, the visualization in the configuration process can be realized, so that the configuration efficiency can be effectively improved.

Description

Method and device for generating configuration system
Technical Field
The present invention relates to the field of system configuration technologies, and in particular, to a method and an apparatus for generating a configuration system.
Background
As customer groups become more diverse, different customers will have different needs, so it is necessary to introduce configurations into the base system to enable a set of systems to meet different customer needs.
In the prior art, a set of configuration is generated by firstly setting configuration items by using a configuration program according to actual requirements, leading out configuration files to be updated into CPE equipment, and then seeing configuration effects, wherein the process obviously influences configuration efficiency.
The above-mentioned configuration system can not realize the visualization of the configuration effect in the configuration process, and can only see the configuration effect after the configuration is finished, thereby resulting in low configuration efficiency.
Disclosure of Invention
The embodiment of the invention provides a method and a device for generating a configuration system, and the generated configuration system can realize visualization in a configuration process, so that the configuration efficiency can be effectively improved.
A first aspect of an embodiment of the present application provides a method for generating a configuration system, including:
according to preset conditions, after display processing and hiding processing are carried out on modules in the CPE background management interface, processing results are generated;
writing the processing result into an HTTP request body, and sending the HTTP request body to a server so that the server stores the processing result into a preset array;
and establishing connection between the preset array and the database through a data access layer in the server side to generate a configuration system.
In a possible implementation manner of the first aspect, the display processing and the hiding processing are performed on a module in the CPE background management interface, which is specifically:
acquiring a document object model corresponding to the module;
and correspondingly setting the hidden attribute of the object in the document object model according to the preset condition, generating a setting result, and completing the display processing and the hiding processing of the module.
In a possible implementation manner of the first aspect, the processing result is generated, specifically:
generating a first change result when the document object model is determined to change according to the setting result;
triggering a setter function in the JavaScript object to enable the setter function in the JavaScript object to inform the object in the document object model that the corresponding data of the object has a first change result;
and after the first change result is stored through binary data, generating a processing result.
In a possible implementation manner of the first aspect, the server stores the processing result into a preset array, specifically:
after receiving the processing result, the view layer of the server sends the processing result to the service logic layer of the server;
and establishing a preset array in the service logic layer, and storing the processing result into the preset array.
In a possible implementation manner of the first aspect, the method further includes:
resolving a website IP according to the DNS; the website IP is the IP corresponding to the website accessed by the first user;
sending an HTTP request to a website IP to obtain a login page;
the user name information and password verification information of the login page are sent to the server side, so that the server side sends verification success information through HTTP when the server side queries that the user name information exists in the database according to the JAVA database link;
acquiring verification success information, and granting authorization to a first user so that the first user can log in a system home page with authority; the system home page comprises a CPE background management interface and a configuration operation area.
A second aspect of an embodiment of the present application provides a generating device of a configuration system, including: the device comprises a first generation module, a storage module and a second generation module;
the first generation module is used for generating a processing result after carrying out display processing and hiding processing on the modules in the CPE background management interface according to preset conditions;
the storage module is used for writing the processing result into the HTTP request body and sending the processing result to the server so that the server stores the processing result into a preset array;
the second generation module is used for establishing connection between the preset array and the database through the data access layer in the server side to generate a configuration system.
In a possible implementation manner of the second aspect, the display processing and the hiding processing are performed on a module in the CPE background management interface, which specifically is:
acquiring a document object model corresponding to the module;
and correspondingly setting the hidden attribute of the object in the document object model according to the preset condition, generating a setting result, and completing the display processing and the hiding processing of the module.
In a possible implementation manner of the second aspect, the processing result is generated, specifically:
generating a first change result when the document object model is determined to change according to the setting result;
triggering a setter function in the JavaScript object to enable the setter function in the JavaScript object to inform the object in the document object model that the corresponding data of the object has a first change result;
and after the first change result is stored through binary data, generating a processing result.
In a possible implementation manner of the second aspect, the server stores the processing result into a preset array, specifically:
after receiving the processing result, the view layer of the server sends the processing result to the service logic layer of the server;
and establishing a preset array in the service logic layer, and storing the processing result into the preset array.
In a possible implementation manner of the second aspect, the method further includes:
resolving a website IP according to the DNS; the website IP is the IP corresponding to the website accessed by the first user;
sending an HTTP request to a website IP to obtain a login page;
the user name information and password verification information of the login page are sent to the server side, so that the server side sends verification success information through HTTP when the server side queries that the user name information exists in the database according to the JAVA database link;
acquiring verification success information, and granting authorization to a first user so that the first user can log in a system home page with authority; the system home page comprises a CPE background management interface and a configuration operation area.
Compared with the prior art, the method and the device for generating the configuration system provided by the embodiment of the invention comprise the following steps: according to preset conditions, after display processing and hiding processing are carried out on modules in the CPE background management interface, processing results are generated; writing the processing result into an HTTP request body, and sending the HTTP request body to a server so that the server stores the processing result into a preset array; and establishing connection between the preset array and the database through a data access layer in the server side to generate a configuration system.
The beneficial effects are that: the embodiment of the invention writes the processing result into the HTTP request body through carrying out display processing and hiding processing on the module in the CPE background management interface, and sends the processing result to the server so that the server stores the processing result into a preset array; and finally, establishing connection between the preset array and the database through a data access layer in the server side to generate a visual configuration system. The system can realize visualization in the configuration process, so that the configuration efficiency can be effectively improved; meanwhile, the visual configuration system can timely find out the problems of configuration errors and the like in the configuration process, so that the accuracy of configuration is ensured, the configuration error rate is reduced, and the problems of low configuration efficiency caused by configuration errors and reconfiguration after the configuration is finished are prevented.
Further, the embodiment of the invention clearly shows the configuration operation corresponding to each functional module, and can clearly know the functional module corresponding to the customer demand.
Drawings
FIG. 1 is a flow chart of a method for generating a configuration system according to an embodiment of the present invention;
fig. 2 is a schematic structural diagram of a generating device of a configuration system 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.
Referring to fig. 1, a flowchart of a method for generating a configuration system according to an embodiment of the present invention includes S101 to S103:
s101: and according to preset conditions, performing display processing and hiding processing on the modules in the CPE background management interface, and generating a processing result.
The preset conditions can be set according to user requirements, so that it is ensured that which modules in the CPE background management interface need to be displayed and which modules need to be hidden can be determined according to the user requirements.
In this embodiment, the displaying and hiding processes are performed on the modules in the CPE background management interface, which specifically includes:
acquiring a document object model corresponding to the module;
and correspondingly setting the hidden attribute of the object in the document object model according to the preset condition, generating a setting result, and completing the display processing and the hiding processing of the module.
In a specific embodiment, the generating a processing result specifically includes:
generating a first change result when the document object model is determined to change according to the setting result;
triggering a setter function in a JavaScript object to enable the setter function in the JavaScript object to inform the object in the document object model that the corresponding data of the object has the first change result;
and after the first change result is stored through binary data, generating the processing result.
The document object model is a DOM tree.
S102: writing the processing result into the HTTP request body, and sending the processing result to the server so that the server stores the processing result into a preset array.
In this embodiment, the server stores the processing result in a preset array, specifically:
after receiving the processing result, the view layer of the server sends the processing result to a service logic layer of the server;
and establishing the preset array in the service logic layer, and storing the processing result into the preset array.
The View layer is the View layer, and the Service logic layer is the Service layer.
S103: and establishing connection between the preset array and the database through a data access layer in the server side to generate a configuration system.
In this embodiment, further comprising:
resolving a website IP according to the DNS; the website IP is the IP corresponding to the website accessed by the first user;
sending an HTTP request to the website IP to obtain a login page;
the user name information and password verification information of the login page are sent to the server, so that the server can send verification success information through HTTP when inquiring that the user name information exists in the database according to JAVA database links;
acquiring the verification success information, and granting authorization to the first user so that the first user has the right to log into a system home page; the system home page comprises the CPE background management interface and a configuration operation area.
The Login page is a Login page, the system Home page is a Home page, the JAVA database link is a JDBC, and the data access layer is a DAO layer.
Preferably, the specific generation process of the configuration system is described from the multi-terminal interaction point of view, including S1201-S1204:
s1201: the browser analyzes the website accessed by the user through the DNS to acquire a corresponding IP, sends an HTTP request to the IP, acquires a login page, and sends user name information and password verification information of the login page to the JAVA server. After receiving the user name information and password verification information from the login page, the JAVA server is connected with the database through a JAVA database link and accesses the database, when the user name information exists in the database, the JAVA server processes the user information verification success information in an interface control layer, packages the user information verification success information into response information, responds to the response information through HTTP and gives authorization to a browser, so that the user is authorized to log in a system front page of the CPE configuration system.
The system home page is divided into two parts, namely a visualization area and a configuration operation area. The visual area is a CPE background management interface, and the configuration operation area is a place for displaying, hiding, assigning and the like of each module in the CPE background management interface. Each module of the background management interface is composed of a document object model, each module corresponds to a document object model, each node in the document object model is an object, and the attribute value of the object can be changed through the operation on the DOM node.
The interface control layer is a controller layer, and the response information is response.
S1202: the CPE background management interface in the home page of the system acquires a document object model corresponding to each module, acquires objects on the document object model through a document element, getelement ById ('id value') method of JS acquisition, each object has a 'hidden' attribute (namely a hidden attribute), and can realize the display/hiding of each module through setting the hidden attribute.
When hiding or displaying each module, detecting that the DOM is changed by the Vue through a response system of the Vue, and generating a first change result; and triggering a setter function in the JavaScript object at the same time, and informing the data object that the corresponding data has a first change result. A first change result is stored with a string of binary data, 0 indicating hiding and 1 indicating displaying. By traversing the entire CPE background management interface, it is possible to know how many DOM nodes in total, and to define the digits of the binary data based on the number of DOM nodes. After each module is displayed or hidden, a specific value is obtained and represented by Data (i.e., the processing result).
S1203: and initiating an HTTP POST request to the server by the client, and establishing a TCP connection channel. Data is written into the HTTP request body and is given to the server. The JAVA framework used by the server is divided into three layers, namely a view layer, a service logic layer and a data access layer. Data sent by the client is received at the view layer, the Data is processed at the service logic layer, and a Data array is established to store different Data. The array comes to a JAVA data access layer, connection with a database is established through the data access layer, and the array is permanently stored in the database.
Further, a certain Data can be fetched from array for use later.
S1204: a CPE visualization configuration system is generated.
Further, an embodiment of the present invention provides a usage instruction of the CPE visual configuration system, including S1301-S1304:
s1301: and (5) demand analysis. The system is used for pilot-plant departments in the company, can improve the working efficiency of staff, and can avoid errors in the manual configuration process and quickly master the operation flow of the system.
S1302: UI design. The system interface is divided into two large plates, the left side is a CPE equipment background management interface, the right side is a configuration operation plate, the operation plate is provided with buttons for selecting page labels, and buttons and input frames for displaying, hiding, assigning and the like can be made after a certain label content is selected.
S1303: and (5) designing system logic. Logging in to obtain system authority, a tester performs display hiding or assignment operation on each menu, label page, option and the like in the CPE background management interface through an operation plate on the right side, previews the CPE equipment background management interface after the current configuration is effective on the left side after the application is saved, and can export and generate a configuration file in one key if the previewing has no problem.
S1304: frame technology. Vue, springMVC and MySQL are introduced, wherein Vue is used for overall system interface construction, springMVC is used for processing of a system logic layer, and MySQL is used for storing configuration data.
For further explanation of the generating device of the configuration system, please refer to fig. 2, fig. 2 is a schematic structural diagram of the generating device of the configuration system according to an embodiment of the present invention, which includes: a first generation module 201, a storage module 202, and a second generation module 203;
the first generating module 201 is configured to perform display processing and hiding processing on a module in a CPE background management interface according to a preset condition, and generate a processing result;
the storage module 202 is configured to write the processing result into an HTTP request body, and send the processing result to a server, so that the server stores the processing result into a preset array;
the second generating module 203 is configured to establish a connection between the preset array and a database through a data access layer in the server, and generate a configuration system.
In this embodiment, the displaying and hiding processes are performed on the modules in the CPE background management interface, which specifically includes:
acquiring a document object model corresponding to the module;
and correspondingly setting the hidden attribute of the object in the document object model according to the preset condition, generating a setting result, and completing the display processing and the hiding processing of the module.
In this embodiment, the generating a processing result specifically includes:
generating a first change result when the document object model is determined to change according to the setting result;
triggering a setter function in a JavaScript object to enable the setter function in the JavaScript object to inform the object in the document object model that the corresponding data of the object has the first change result;
and after the first change result is stored through binary data, generating the processing result.
In a specific embodiment, the server stores the processing result in a preset array, specifically:
after receiving the processing result, the view layer of the server sends the processing result to a service logic layer of the server;
and establishing the preset array in the service logic layer, and storing the processing result into the preset array.
In a specific embodiment, the method further comprises:
resolving a website IP according to the DNS; the website IP is the IP corresponding to the website accessed by the first user;
sending an HTTP request to the website IP to obtain a login page;
the user name information and password verification information of the login page are sent to the server, so that the server can send verification success information through HTTP when inquiring that the user name information exists in the database according to JAVA database links;
acquiring the verification success information, and granting authorization to the first user so that the first user has the right to log into a system home page; the system home page comprises the CPE background management interface and a configuration operation area.
According to the embodiment of the invention, the first generation module is used for generating a processing result after carrying out display processing and hiding processing on the modules in the CPE background management interface according to preset conditions; writing the processing result into the HTTP request body through the storage module, and sending the processing result to the server side so that the server side stores the processing result into a preset array; and establishing connection between the preset array and the database through a data access layer in the server through a second generation module to generate a configuration system.
The embodiment of the invention writes the processing result into the HTTP request body through carrying out display processing and hiding processing on the module in the CPE background management interface, and sends the processing result to the server so that the server stores the processing result into a preset array; and finally, establishing connection between the preset array and the database through a data access layer in the server side to generate a visual configuration system. The system can realize visualization in the configuration process, so that the configuration efficiency can be effectively improved; meanwhile, the visual configuration system can timely find out the problems of configuration errors and the like in the configuration process, so that the accuracy of configuration is ensured, the configuration error rate is reduced, and the problems of low configuration efficiency caused by configuration errors and reconfiguration after the configuration is finished are prevented.
Further, the embodiment of the invention clearly shows the configuration operation corresponding to each functional module, and can clearly know the functional module corresponding to the customer demand.
While the foregoing is directed to the preferred embodiments of the present invention, it will be appreciated by those skilled in the art that changes and modifications may be made without departing from the principles of the invention, such changes and modifications are also intended to be within the scope of the invention.

Claims (6)

1. A method for generating a configuration system, comprising:
according to preset conditions, after display processing and hiding processing are carried out on modules in the CPE background management interface, processing results are generated, specifically: acquiring a document object model corresponding to the module;
correspondingly setting hidden attributes of objects in the document object model according to the preset conditions, generating a setting result, and completing display processing and hiding processing of the module;
the generation processing result specifically comprises the following steps:
generating a first change result when the document object model is determined to change according to the setting result;
triggering a setter function in a JavaScript object to enable the setter function in the JavaScript object to inform the object in the document object model that the corresponding data of the object has the first change result;
after the first change result is stored through binary data, generating the processing result;
writing the processing result into an HTTP request body, and sending the processing result to a server side, so that the server side stores the processing result into a preset array, specifically: the JAVA framework used by the server comprises the following components: a view layer, a business logic layer and a data access layer; receiving the processing result through the view layer, processing the processing result through a business logic layer, and storing the processing result through the preset array;
and establishing connection between the preset array and a database through the data access layer in the server side to generate a configuration system.
2. The method for generating a configuration system according to claim 1, wherein the server stores the processing result in a preset array, specifically:
after receiving the processing result, the view layer of the server sends the processing result to a service logic layer of the server;
and establishing the preset array in the service logic layer, and storing the processing result into the preset array.
3. The method for generating a configuration system according to claim 1, further comprising:
resolving a website IP according to the DNS; the website IP is the IP corresponding to the website accessed by the first user;
sending an HTTP request to the website IP to obtain a login page;
the user name information and password verification information of the login page are sent to the server, so that the server can send verification success information through HTTP when inquiring that the user name information exists in the database according to JAVA database links;
acquiring the verification success information, and granting authorization to the first user so that the first user has the right to log into a system home page; the system home page comprises the CPE background management interface and a configuration operation area.
4. A generation apparatus of a configuration system, comprising: the device comprises a first generation module, a storage module and a second generation module;
the first generating module is configured to generate a processing result after performing display processing and hiding processing on a module in the CPE background management interface according to a preset condition, where the processing result specifically is: acquiring a document object model corresponding to the module;
correspondingly setting hidden attributes of objects in the document object model according to the preset conditions, generating a setting result, and completing display processing and hiding processing of the module;
the generation processing result specifically comprises the following steps:
generating a first change result when the document object model is determined to change according to the setting result;
triggering a setter function in a JavaScript object to enable the setter function in the JavaScript object to inform the object in the document object model that the corresponding data of the object has the first change result;
after the first change result is stored through binary data, generating the processing result;
the storage module is configured to write the processing result into an HTTP request body, and send the processing result to a server, so that the server stores the processing result into a preset array, where the processing result is specifically: the JAVA framework used by the server comprises the following components: a view layer, a business logic layer and a data access layer; receiving the processing result through the view layer, processing the processing result through a business logic layer, and storing the processing result through the preset array;
the second generating module is used for establishing connection between the preset array and a database through the data access layer in the server side to generate a configuration system.
5. The device for generating a configuration system according to claim 4, wherein the server stores the processing result in a preset array, specifically:
after receiving the processing result, the view layer of the server sends the processing result to a service logic layer of the server;
and establishing the preset array in the service logic layer, and storing the processing result into the preset array.
6. The configuration system generating apparatus according to claim 4, further comprising:
resolving a website IP according to the DNS; the website IP is the IP corresponding to the website accessed by the first user;
sending an HTTP request to the website IP to obtain a login page;
the user name information and password verification information of the login page are sent to the server, so that the server can send verification success information through HTTP when inquiring that the user name information exists in the database according to JAVA database links;
acquiring the verification success information, and granting authorization to the first user so that the first user has the right to log into a system home page; the system home page comprises the CPE background management interface and a configuration operation area.
CN202210881557.5A 2022-07-26 2022-07-26 Method and device for generating configuration system Active CN115334064B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202210881557.5A CN115334064B (en) 2022-07-26 2022-07-26 Method and device for generating configuration system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202210881557.5A CN115334064B (en) 2022-07-26 2022-07-26 Method and device for generating configuration system

Publications (2)

Publication Number Publication Date
CN115334064A CN115334064A (en) 2022-11-11
CN115334064B true CN115334064B (en) 2023-06-13

Family

ID=83918766

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202210881557.5A Active CN115334064B (en) 2022-07-26 2022-07-26 Method and device for generating configuration system

Country Status (1)

Country Link
CN (1) CN115334064B (en)

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102117203A (en) * 2009-12-30 2011-07-06 上海杉达学院 Information management system based on Struts frame
CN105306241A (en) * 2014-07-11 2016-02-03 华为技术有限公司 Service deployment method and network function acceleration platform
WO2017219919A1 (en) * 2016-06-22 2017-12-28 中兴通讯股份有限公司 Script processing method, apparatus and system, and router
CN109799983A (en) * 2019-01-25 2019-05-24 中教云橙(宁波)科技有限公司 A kind of JAVA software development framework and application method
CN112235265A (en) * 2020-09-29 2021-01-15 上海药明康德新药开发有限公司 System and method for external network to access project progress
CN114090122A (en) * 2021-11-12 2022-02-25 广州通则康威智能科技有限公司 Method and device for configuring CPE by applet, computer equipment and storage medium

Family Cites Families (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
GB201205117D0 (en) * 2012-03-23 2012-05-09 Saasid Ltd Dynamic rendering of a document object model
CN105989034A (en) * 2015-02-03 2016-10-05 阿里巴巴集团控股有限公司 Webpage display method and webpage display device
US11037342B1 (en) * 2016-07-31 2021-06-15 Splunk Inc. Visualization modules for use within a framework for displaying interactive visualizations of event data
CN108563666B (en) * 2018-01-05 2022-04-05 四川兴政信息技术有限公司 Data visualization processing system and method based on big data technology
CN110609681A (en) * 2018-06-14 2019-12-24 北京京东尚科信息技术有限公司 System, method, device and medium for visually configuring and generating WEB application
CN113900607A (en) * 2021-09-01 2022-01-07 浙江绿城未来数智科技有限公司 Construction method of community-based data large-screen visualization system
CN113806425A (en) * 2021-09-24 2021-12-17 广东博华超高清创新中心有限公司 Web application interface visualization implementation method, system, equipment and application
CN114417208A (en) * 2022-01-19 2022-04-29 宁波云弧科技有限公司 Configurable general system and system configuration method

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102117203A (en) * 2009-12-30 2011-07-06 上海杉达学院 Information management system based on Struts frame
CN105306241A (en) * 2014-07-11 2016-02-03 华为技术有限公司 Service deployment method and network function acceleration platform
WO2017219919A1 (en) * 2016-06-22 2017-12-28 中兴通讯股份有限公司 Script processing method, apparatus and system, and router
CN107528714A (en) * 2016-06-22 2017-12-29 中兴通讯股份有限公司 script processing method, device, system and router
CN109799983A (en) * 2019-01-25 2019-05-24 中教云橙(宁波)科技有限公司 A kind of JAVA software development framework and application method
CN112235265A (en) * 2020-09-29 2021-01-15 上海药明康德新药开发有限公司 System and method for external network to access project progress
CN114090122A (en) * 2021-11-12 2022-02-25 广州通则康威智能科技有限公司 Method and device for configuring CPE by applet, computer equipment and storage medium

Also Published As

Publication number Publication date
CN115334064A (en) 2022-11-11

Similar Documents

Publication Publication Date Title
CN106796597B (en) Computerized method, server computer system and storage medium
US8396827B2 (en) Relation-based hierarchy evaluation of recursive nodes
CN108628741A (en) Webpage test method, device, electronic equipment and medium
US10521446B2 (en) System and method for dynamically refactoring business data objects
US10362086B2 (en) Method and system for automating submission of issue reports
US20050171833A1 (en) Systems and methods for acquiring time-dependent data for business process analysis
US20080288471A1 (en) Apparatus and method for providing a data marketplace
CN102257489A (en) Bi-directional update of a grid and associated visualizations
US20080162777A1 (en) Graph abstraction pattern for generic graph evaluation
CN108369709A (en) Network-based ad data service delay reduces
CN109074265A (en) The preformed instruction of mobile cloud service
US11579762B2 (en) Object time series system and investigation graphical user interface
CN103858121B (en) Web applications are made to obtain the method and system of database change
CN111177671A (en) Data management platform and method and electronic equipment
CN110704476A (en) Data processing method, device, equipment and storage medium
CN109255093A (en) Behavioral data processing method, device, electronic equipment and computer-readable medium
CN114115844A (en) Page generation method and device, computer equipment and storage medium
CN107770151A (en) A kind of enterprise's integrated work management system and its method
CN112433712A (en) Report display method and device, computer equipment and storage medium
US20230153179A1 (en) Visitor stitching with data science notebooks
CN115334064B (en) Method and device for generating configuration system
CN110321278B (en) System testing method and device, computer equipment and storage medium
CN107294766B (en) Centralized control method and system
CN113010208B (en) Version information generation method, device, equipment and storage medium
CN111916164B (en) Method and device for realizing center-started investigation system in clinical research

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant
CP01 Change in the name or title of a patent holder

Address after: 510000 room 1301, No. 37, Jinlong street, Xiangjiang financial and business center, Nansha District, Guangzhou City, Guangdong Province (office only)

Patentee after: Guangzhou Tongze Kangwei Technology Co.,Ltd.

Address before: 510000 room 1301, No. 37, Jinlong street, Xiangjiang financial and business center, Nansha District, Guangzhou City, Guangdong Province (office only)

Patentee before: Guangzhou Tongze Kangwei Intelligent Technology Co.,Ltd.

CP01 Change in the name or title of a patent holder