CN114253630B - Method for realizing log storage based on Java section modification Form change information - Google Patents

Method for realizing log storage based on Java section modification Form change information Download PDF

Info

Publication number
CN114253630B
CN114253630B CN202111608192.0A CN202111608192A CN114253630B CN 114253630 B CN114253630 B CN 114253630B CN 202111608192 A CN202111608192 A CN 202111608192A CN 114253630 B CN114253630 B CN 114253630B
Authority
CN
China
Prior art keywords
log
end page
annotation
text field
java
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
CN202111608192.0A
Other languages
Chinese (zh)
Other versions
CN114253630A (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.)
Shanghai New Torch Network Information Technology Ltd By Share Ltd
Original Assignee
Shanghai New Torch Network Information Technology Ltd By Share 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 New Torch Network Information Technology Ltd By Share Ltd filed Critical Shanghai New Torch Network Information Technology Ltd By Share Ltd
Priority to CN202111608192.0A priority Critical patent/CN114253630B/en
Publication of CN114253630A publication Critical patent/CN114253630A/en
Application granted granted Critical
Publication of CN114253630B publication Critical patent/CN114253630B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/445Program loading or initiating
    • G06F9/44521Dynamic linking or loading; Link editing at or after load time, e.g. Java class loading
    • G06F9/44526Plug-ins; Add-ons
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/10File systems; File servers
    • G06F16/17Details of further file system functions
    • G06F16/172Caching, prefetching or hoarding of files
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/10File systems; File servers
    • G06F16/18File system types
    • G06F16/1805Append-only file systems, e.g. using logs or journals to store data
    • G06F16/1815Journaling file systems
    • 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 invention discloses a method for realizing log storage based on Java section modification Form change information, which comprises the following steps: s1: configuring a Java Script plug-in; s2: introducing a configured Java Script plug-in into a front-end page of which data needs to be stored; s3: after the front-end page is loaded, the Java Script plug-in acquires the loaded front-end page data and compares the loaded front-end page data with the initial data, and saves the change parameters; s4: when the section of the background server saves the log, the change parameters are obtained for replacement and saved in the database. According to the invention, the front end of the page is compared, the plug-in is only cited at the front end, the change information is saved, the background server saves the log in a tangent plane mode, the change information is obtained for replacement operation, the code is changed only in the interceptor very little, and the service layer can meet the requirement without being changed; time is saved for development and test, and working efficiency is improved.

Description

Method for realizing log storage based on Java section modification Form change information
Technical Field
The invention relates to a method for log storage, in particular to a method for realizing log storage based on Java section modification Form change information.
Background
The existing Java log storage is mostly stored in a cut-plane mode. Along with the increasing complexity of business demands, a plurality of modules refer to a section storage log, when the modules increase new demands, modification details are added in the log, and then the modification details are compared one by one in each interface, so that the trouble, inconvenience and workload are increased. To save the content change information for all the modification operations in all the modules, the judging logic for comparing the new content and the old content needs to be added in each interface in the background, but because many interfaces possibly call other interfaces or multiple tables, all the interfaces used for inquiring are only used for saving the change log, the operation is complicated, and errors are easy to occur. Therefore, a method for realizing log storage based on Java section modification Form change information is designed, the comparison and judgment of change contents are carried out at the front end of a page, and an interface is not required to be called for comparison, so that the working efficiency is improved.
Disclosure of Invention
The invention aims to solve the technical problem of providing a method for realizing log storage based on Java section modification Form change information, which is used for comparing at the front end of a page, avoiding the comparison of the interfaces of a background server module one by one and improving the efficiency of storing change information logs.
The technical scheme adopted by the invention for solving the technical problems is to provide a method for realizing log storage based on Java section modification Form change information, which comprises the following steps: s1: configuring a Java Script plug-in; s2: introducing the Java Script plug-in configured in the step S1 into a front-end page needing to store data; s3: after the front-end page is loaded, the Java Script plug-in acquires the loaded front-end page data and compares the loaded front-end page data with the initial data, and saves the change parameters; s4: when the section of the background server saves the log, the change parameters are obtained for replacement and saved in the database.
Further, the front-end page is a Web page, the front-end page information is stored in an Html file, and the front-end page change information comprises an input box, a drop-down option and editable parameter information submitted by a text field.
Further, the step S2 includes: and referring to a Java Script plug-in an Html file of the front-end page, adding a hidden div block into a Form according to a Form ID of the front-end page, adding a text field into the div block for saving changed parameters, and simultaneously acquiring initial data of the Form of the front-end page.
Further, the step S3 includes: s31: the Java Script plug-in acquires data which can be submitted by a front-end page Form after loading; s32: the method comprises the steps of obtaining parameter information of an input box, a drop-down option and a text field in Form submitting data; s33: comparing the parameter information of the input box, the drop-down option and the text field with the initial data of the Form; s34: and the obtained changed parameter information is stored in a text field of a hidden div block added in the Form.
Further, the step S4 includes: s41: the background server stores a log in a tangent plane mode to obtain a Form and a text field of the hidden div block added in the Form; s42: the background server calls a log module to obtain a Form and a text field of the hidden div block added in the Form through an interface; s43: and acquiring the change parameter information in the text field of the hidden div block, replacing the initial data with the change parameter information by comparing with the Form, and storing the initial data into a database.
Further, the step S41 of the background server storing the log by means of the cut plane includes: s411: creating a custom log record meta-annotation, and writing the log record meta-annotation serving as an annotation into a service code in a section-oriented programming mode; s412: creating an entity class for logging; s413: calling a section realization class, monitoring annotation, acquiring a class name and a method name with the custom annotation in a service code through the custom annotation, and taking the class as a target class; s414: monitoring a target class, and acquiring corresponding annotation information according to class names and method names; s415: by calling the entity class of the log created in step S412, the annotation information acquired in step S414 is saved as a log.
Compared with the prior art, the invention has the following beneficial effects: according to the method for realizing log storage based on Java section modification Form change information, comparison is carried out at the front end of a page, only plug-ins are cited at the front end, change information is stored, a background server stores the log in a section mode, the change information is obtained for replacement operation, only codes which are rarely changed in an interceptor are changed, and a service layer can meet requirements without changing; save a lot of time for development, test, improve work efficiency.
Drawings
Fig. 1 is a flowchart of a method for implementing log saving based on modification Form change information of a Java slice in an embodiment of the present invention.
Detailed Description
The invention is further described below with reference to the drawings and examples.
Fig. 1 is a flowchart of a method for implementing log saving based on modification Form change information of a Java slice in an embodiment of the present invention.
Referring to fig. 1, a method for implementing log saving based on modification of Form change information by Java section according to an embodiment of the present invention includes the following steps:
s1: configuring a Java Script plug-in;
s2: introducing the Java Script plug-in configured in the step S1 into a front-end page needing to store data;
s3: after the front-end page is loaded, the Java Script plug-in acquires the loaded front-end page data and compares the loaded front-end page data with the initial data, and saves the change parameters;
s4: when the section of the background server saves the log, the change parameters are obtained for replacement and saved in the database.
Specifically, the front-end page is a Web page, front-end page information is stored in an Html file, and the front-end page change information comprises an input box, a drop-down option and editable parameter information submitted by a text field. And referring to a Java Script plug-in an Html file of the front-end page, adding a hidden div block into a Form according to a Form ID of the front-end page, adding a text field into the div block for saving changed parameters, and simultaneously acquiring initial data of the Form of the front-end page.
Specifically, the step S3 includes:
s31: the Java Script plug-in acquires data which can be submitted by a front-end page Form after loading;
s32: the method comprises the steps of obtaining parameter information of an input box, a drop-down option and a text field in Form submitting data;
s33: comparing the parameter information of the input box, the drop-down option and the text field with the initial data of the Form;
s34: and the obtained changed parameter information is stored in a text field of a hidden div block added in the Form.
Specifically, the step S4 includes:
s41: the background server stores a log in a tangent plane mode to obtain a Form and a text field of the hidden div block added in the Form;
s42: the background server calls a log module to obtain a Form and a text field of the hidden div block added in the Form through an interface;
s43: and acquiring the change parameter information in the text field of the hidden div block, replacing the initial data with the change parameter information by comparing with the Form, and storing the initial data into a database.
In step S41, the step of saving the log by the background server through the cut plane includes:
s411: creating a custom log record meta-annotation, and writing the log record meta-annotation serving as an annotation into a service code in a section-oriented programming mode;
s412: creating an entity class for logging;
s413: calling a section realization class, monitoring annotation, acquiring a class name and a method name with the custom annotation in a service code through the custom annotation, and taking the class as a target class;
s414: monitoring a target class, and acquiring corresponding annotation information according to class names and method names;
s415: by calling the entity class of the log created in step S412, the annotation information acquired in step S414 is saved as a log.
In summary, in the method for implementing log saving based on modifying Form change information by Java section according to the embodiment of the invention, comparing is performed on the front page, a Java Script plug-in is introduced into the used page, and the change parameter replacement is taken out at the position of the section setting parameter of the background server; the front and rear end code change amount is small, so that the development efficiency is improved; the data comparison is carried out at the front end, and a background server does not need to check a database no matter how many tables are involved, so that the original performance is not affected; the later maintenance is also convenient; the test is not re-tested by all functions, so that the test time is reduced.
While the invention has been described with reference to the preferred embodiments, it is not intended to limit the invention thereto, and it is to be understood that other modifications and improvements may be made by those skilled in the art without departing from the spirit and scope of the invention, which is therefore defined by the appended claims.

Claims (3)

1. A method for realizing log storage based on Java section modification Form change information is characterized by comprising the following steps:
s1: configuring a Java Script plug-in;
s2: introducing the Java Script plug-in configured in the step S1 into a front-end page needing to store data;
s3: after the front-end page is loaded, the Java Script plug-in acquires the loaded front-end page data and compares the loaded front-end page data with the initial data, and saves the change parameters;
s4: when the section of the background server stores the log, the change parameters are obtained for replacement and stored in a database;
the front-end page is a Web page, front-end page information is stored in an Html file, and the front-end page change information comprises an input box, a pull-down option and editable parameter information submitted by a text field;
the step S2 includes: a Java Script plug-in is cited in an Html file of a front-end page, a hidden div block is added in a Form according to a Form ID of the front-end page, a text field is added in the div block for saving changed parameters, and initial data of the Form of the front-end page is obtained;
the step S3 includes:
s31: the Java Script plug-in acquires data which can be submitted by a front-end page Form after loading;
s32: the method comprises the steps of obtaining parameter information of an input box, a drop-down option and a text field in Form submitting data;
s33: comparing the parameter information of the input box, the drop-down option and the text field with the initial data of the Form;
s34: and the obtained changed parameter information is stored in a text field of a hidden div block added in the Form.
2. The method for implementing log saving based on Java slice modification Form change information as claimed in claim 1, wherein the step S4 comprises:
s41: the background server stores a log in a tangent plane mode to obtain a Form and a text field of the hidden div block added in the Form;
s42: the background server calls a log module to obtain a Form and a text field of the hidden div block added in the Form through an interface;
s43: and acquiring the change parameter information in the text field of the hidden div block, replacing the initial data with the change parameter information by comparing with the Form, and storing the initial data into a database.
3. The method for implementing log saving based on Java slice modification Form change information as claimed in claim 2, wherein the step S41 of the background server saving the log by means of the slice comprises:
s411: creating a custom log record meta-annotation, and writing the log record meta-annotation serving as an annotation into a service code in a section-oriented programming mode;
s412: creating an entity class for logging;
s413: calling a section realization class, monitoring annotation, acquiring a class name and a method name with the custom annotation in a service code through the custom annotation, and taking the class as a target class;
s414: monitoring a target class, and acquiring corresponding annotation information according to class names and method names;
s415: by calling the entity class of the log created in step S412, the annotation information acquired in step S414 is saved as a log.
CN202111608192.0A 2021-12-23 2021-12-23 Method for realizing log storage based on Java section modification Form change information Active CN114253630B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202111608192.0A CN114253630B (en) 2021-12-23 2021-12-23 Method for realizing log storage based on Java section modification Form change information

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202111608192.0A CN114253630B (en) 2021-12-23 2021-12-23 Method for realizing log storage based on Java section modification Form change information

Publications (2)

Publication Number Publication Date
CN114253630A CN114253630A (en) 2022-03-29
CN114253630B true CN114253630B (en) 2023-07-25

Family

ID=80797850

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202111608192.0A Active CN114253630B (en) 2021-12-23 2021-12-23 Method for realizing log storage based on Java section modification Form change information

Country Status (1)

Country Link
CN (1) CN114253630B (en)

Citations (42)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8473901B1 (en) * 2009-06-12 2013-06-25 The Mathworks, Inc. Non-literal representation of programming language code
CN104765592A (en) * 2014-01-03 2015-07-08 任子行网络技术股份有限公司 Plugin management method and device facing web page acquisition task
CN106502666A (en) * 2016-10-18 2017-03-15 国云科技股份有限公司 A kind of implementation method of high-freedom degree file uploading system
CN106528391A (en) * 2016-12-16 2017-03-22 郑州云海信息技术有限公司 Recording method of operating log by management platform on SSR
CN107729561A (en) * 2017-11-09 2018-02-23 成都卓凡软件科技有限公司 The method that the table handling of paired data storehouse is reversely given birth to based on database table structure
CN108228169A (en) * 2017-12-08 2018-06-29 平安科技(深圳)有限公司 Chart production method, apparatus, equipment and medium based on eCharts tools
CN109284488A (en) * 2018-09-06 2019-01-29 郑州云海信息技术有限公司 Based on the method, apparatus and medium that modification front end table column data is locally stored
CN109460276A (en) * 2018-10-25 2019-03-12 北京字节跳动网络技术有限公司 The page and page configuration document generating method, device, terminal device and medium
CN109542716A (en) * 2018-10-18 2019-03-29 北京亿赛通科技发展有限责任公司 A kind of log recording method and user-association plug-in unit based on J2EE platform
CN109543128A (en) * 2018-10-19 2019-03-29 深圳点猫科技有限公司 A kind of the front end frame project implementation method and electronic equipment of language based on programming
CN109614424A (en) * 2018-11-28 2019-04-12 南京赛克蓝德网络科技有限公司 Page layout generation method, calculates equipment and medium at device
CN109614569A (en) * 2018-12-07 2019-04-12 万兴科技股份有限公司 Page rendering method, apparatus and intelligent terminal
CN109660526A (en) * 2018-12-05 2019-04-19 国网江西省电力有限公司信息通信分公司 A kind of big data analysis method applied to information security field
CN109933310A (en) * 2019-03-11 2019-06-25 山东鲁能软件技术有限公司 A kind of configurable JAVA development platform based on data template
CN110020415A (en) * 2018-01-09 2019-07-16 北大方正集团有限公司 Chart processing method, system, computer equipment and storage medium
CN110083391A (en) * 2019-03-16 2019-08-02 平安科技(深圳)有限公司 Call request monitoring method, device, equipment and storage medium
CN110187886A (en) * 2019-04-23 2019-08-30 福建省华渔教育科技有限公司 A kind of documentation website generation method and terminal
CN110275923A (en) * 2019-06-20 2019-09-24 美林数据技术股份有限公司 The management method and equipment of plug-in unit figure
CN110276041A (en) * 2019-07-01 2019-09-24 浪潮卓数大数据产业发展有限公司 A kind of web data acquisition methods and system based on Google's browser plug-in
CN110308900A (en) * 2019-06-27 2019-10-08 广州华多网络科技有限公司 Generation method, device, computer equipment and the storage medium of page route documents
CN110532022A (en) * 2019-08-07 2019-12-03 浪潮电子信息产业股份有限公司 A kind of method, apparatus, equipment and storage medium obtaining different cloud platform versions
CN110543295A (en) * 2019-08-19 2019-12-06 广州华旻信息科技有限公司 Visual Web front-end project construction system
CN110647278A (en) * 2019-09-05 2020-01-03 珠海格力电器股份有限公司 Method and device for controlling plug-in display, computing equipment and storage medium
CN110708202A (en) * 2019-10-15 2020-01-17 深圳前海微众银行股份有限公司 Configuration method, device and equipment of plug-in node and storage medium
CN110851355A (en) * 2019-10-28 2020-02-28 腾讯科技(深圳)有限公司 Front-end engineering implementation method and device, storage medium and electronic equipment
CN110968359A (en) * 2018-09-30 2020-04-07 北京国双科技有限公司 Method and device for starting browser plug-in
CN111026338A (en) * 2019-11-14 2020-04-17 用友网络科技股份有限公司 Printing method, printing device and storage medium based on editable template
CN111061727A (en) * 2019-11-26 2020-04-24 贝壳技术有限公司 Form data storage method and system
CN111083054A (en) * 2019-11-15 2020-04-28 浙江大搜车软件技术有限公司 Route configuration processing method and device, computer equipment and storage medium
CN111078570A (en) * 2019-12-20 2020-04-28 贵阳货车帮科技有限公司 Parameter format detection method, device, equipment and medium based on interface framework
CN111142928A (en) * 2019-12-05 2020-05-12 福建天泉教育科技有限公司 Method and terminal for automatically constructing front-end project
CN111158687A (en) * 2019-12-31 2020-05-15 奇安信科技集团股份有限公司 JAVA plug-in interface generation method and device, computer equipment and storage medium
CN111213367A (en) * 2019-01-30 2020-05-29 深圳市大疆创新科技有限公司 Load control method and device
CN111506304A (en) * 2020-04-21 2020-08-07 科大国创云网科技有限公司 Assembly line construction method and system based on parameter configuration
CN111553135A (en) * 2020-04-16 2020-08-18 山东聚恒网络技术有限公司 Method for automatically generating and laying out online form
CN111581170A (en) * 2020-04-17 2020-08-25 上海中通吉网络技术有限公司 Distributed intelligent data acquisition method, device, equipment and storage medium
CN111708749A (en) * 2020-07-24 2020-09-25 深圳市富之富信息科技有限公司 Operation log recording method and device, computer equipment and storage medium
CN111752999A (en) * 2020-06-30 2020-10-09 潘传迪 Configured report generation system and method
CN112183573A (en) * 2020-08-20 2021-01-05 中船重工(武汉)凌久高科有限公司 Web application system design method based on cluster analysis and rich text
CN112181773A (en) * 2020-09-29 2021-01-05 银盛支付服务股份有限公司 Method for automatically collecting module logs
CN112882890A (en) * 2021-01-27 2021-06-01 中国农业银行股份有限公司 Log collection method and device
CN113419969A (en) * 2021-08-23 2021-09-21 浩鲸云计算科技股份有限公司 Interface automatic formation power guarantee method based on browser plug-in

Family Cites Families (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8533665B2 (en) * 2009-11-16 2013-09-10 Cisco Technology, Inc. Generating object annotations
US9495542B2 (en) * 2013-02-28 2016-11-15 Trustees Of Boston University Software inspection system
US9298436B2 (en) * 2014-06-25 2016-03-29 International Business Machines Corporation Conditional branch instruction compaction for regional code size reduction
US9798569B2 (en) * 2016-02-15 2017-10-24 Nvidia Corporation System and method for retrieving values of captured local variables for lambda functions in Java
US20180253216A1 (en) * 2017-03-06 2018-09-06 Gary Beene System for consumption and generation of media by visually impaired
US11775552B2 (en) * 2017-12-29 2023-10-03 Apptio, Inc. Binding annotations to data objects

Patent Citations (42)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8473901B1 (en) * 2009-06-12 2013-06-25 The Mathworks, Inc. Non-literal representation of programming language code
CN104765592A (en) * 2014-01-03 2015-07-08 任子行网络技术股份有限公司 Plugin management method and device facing web page acquisition task
CN106502666A (en) * 2016-10-18 2017-03-15 国云科技股份有限公司 A kind of implementation method of high-freedom degree file uploading system
CN106528391A (en) * 2016-12-16 2017-03-22 郑州云海信息技术有限公司 Recording method of operating log by management platform on SSR
CN107729561A (en) * 2017-11-09 2018-02-23 成都卓凡软件科技有限公司 The method that the table handling of paired data storehouse is reversely given birth to based on database table structure
CN108228169A (en) * 2017-12-08 2018-06-29 平安科技(深圳)有限公司 Chart production method, apparatus, equipment and medium based on eCharts tools
CN110020415A (en) * 2018-01-09 2019-07-16 北大方正集团有限公司 Chart processing method, system, computer equipment and storage medium
CN109284488A (en) * 2018-09-06 2019-01-29 郑州云海信息技术有限公司 Based on the method, apparatus and medium that modification front end table column data is locally stored
CN110968359A (en) * 2018-09-30 2020-04-07 北京国双科技有限公司 Method and device for starting browser plug-in
CN109542716A (en) * 2018-10-18 2019-03-29 北京亿赛通科技发展有限责任公司 A kind of log recording method and user-association plug-in unit based on J2EE platform
CN109543128A (en) * 2018-10-19 2019-03-29 深圳点猫科技有限公司 A kind of the front end frame project implementation method and electronic equipment of language based on programming
CN109460276A (en) * 2018-10-25 2019-03-12 北京字节跳动网络技术有限公司 The page and page configuration document generating method, device, terminal device and medium
CN109614424A (en) * 2018-11-28 2019-04-12 南京赛克蓝德网络科技有限公司 Page layout generation method, calculates equipment and medium at device
CN109660526A (en) * 2018-12-05 2019-04-19 国网江西省电力有限公司信息通信分公司 A kind of big data analysis method applied to information security field
CN109614569A (en) * 2018-12-07 2019-04-12 万兴科技股份有限公司 Page rendering method, apparatus and intelligent terminal
CN111213367A (en) * 2019-01-30 2020-05-29 深圳市大疆创新科技有限公司 Load control method and device
CN109933310A (en) * 2019-03-11 2019-06-25 山东鲁能软件技术有限公司 A kind of configurable JAVA development platform based on data template
CN110083391A (en) * 2019-03-16 2019-08-02 平安科技(深圳)有限公司 Call request monitoring method, device, equipment and storage medium
CN110187886A (en) * 2019-04-23 2019-08-30 福建省华渔教育科技有限公司 A kind of documentation website generation method and terminal
CN110275923A (en) * 2019-06-20 2019-09-24 美林数据技术股份有限公司 The management method and equipment of plug-in unit figure
CN110308900A (en) * 2019-06-27 2019-10-08 广州华多网络科技有限公司 Generation method, device, computer equipment and the storage medium of page route documents
CN110276041A (en) * 2019-07-01 2019-09-24 浪潮卓数大数据产业发展有限公司 A kind of web data acquisition methods and system based on Google's browser plug-in
CN110532022A (en) * 2019-08-07 2019-12-03 浪潮电子信息产业股份有限公司 A kind of method, apparatus, equipment and storage medium obtaining different cloud platform versions
CN110543295A (en) * 2019-08-19 2019-12-06 广州华旻信息科技有限公司 Visual Web front-end project construction system
CN110647278A (en) * 2019-09-05 2020-01-03 珠海格力电器股份有限公司 Method and device for controlling plug-in display, computing equipment and storage medium
CN110708202A (en) * 2019-10-15 2020-01-17 深圳前海微众银行股份有限公司 Configuration method, device and equipment of plug-in node and storage medium
CN110851355A (en) * 2019-10-28 2020-02-28 腾讯科技(深圳)有限公司 Front-end engineering implementation method and device, storage medium and electronic equipment
CN111026338A (en) * 2019-11-14 2020-04-17 用友网络科技股份有限公司 Printing method, printing device and storage medium based on editable template
CN111083054A (en) * 2019-11-15 2020-04-28 浙江大搜车软件技术有限公司 Route configuration processing method and device, computer equipment and storage medium
CN111061727A (en) * 2019-11-26 2020-04-24 贝壳技术有限公司 Form data storage method and system
CN111142928A (en) * 2019-12-05 2020-05-12 福建天泉教育科技有限公司 Method and terminal for automatically constructing front-end project
CN111078570A (en) * 2019-12-20 2020-04-28 贵阳货车帮科技有限公司 Parameter format detection method, device, equipment and medium based on interface framework
CN111158687A (en) * 2019-12-31 2020-05-15 奇安信科技集团股份有限公司 JAVA plug-in interface generation method and device, computer equipment and storage medium
CN111553135A (en) * 2020-04-16 2020-08-18 山东聚恒网络技术有限公司 Method for automatically generating and laying out online form
CN111581170A (en) * 2020-04-17 2020-08-25 上海中通吉网络技术有限公司 Distributed intelligent data acquisition method, device, equipment and storage medium
CN111506304A (en) * 2020-04-21 2020-08-07 科大国创云网科技有限公司 Assembly line construction method and system based on parameter configuration
CN111752999A (en) * 2020-06-30 2020-10-09 潘传迪 Configured report generation system and method
CN111708749A (en) * 2020-07-24 2020-09-25 深圳市富之富信息科技有限公司 Operation log recording method and device, computer equipment and storage medium
CN112183573A (en) * 2020-08-20 2021-01-05 中船重工(武汉)凌久高科有限公司 Web application system design method based on cluster analysis and rich text
CN112181773A (en) * 2020-09-29 2021-01-05 银盛支付服务股份有限公司 Method for automatically collecting module logs
CN112882890A (en) * 2021-01-27 2021-06-01 中国农业银行股份有限公司 Log collection method and device
CN113419969A (en) * 2021-08-23 2021-09-21 浩鲸云计算科技股份有限公司 Interface automatic formation power guarantee method based on browser plug-in

Also Published As

Publication number Publication date
CN114253630A (en) 2022-03-29

Similar Documents

Publication Publication Date Title
CN109739934B (en) Difference set account checking method, medium, computer equipment and system
CN106095620A (en) A kind of development approach of built-in Linux partition holding
CN101355436A (en) System for rapidly configuring data based on formwork and implementing method
CN108959230B (en) Method and device for generating report template
CN111367975A (en) Multi-protocol data conversion processing method and device
CN111752925A (en) Visual data management method
CN112464632A (en) Form style dynamic storage and conversion method under excel report
CN114253630B (en) Method for realizing log storage based on Java section modification Form change information
CN111782703A (en) Method and system for automatically managing and displaying incidence relation between irrigation area object data
CN101340688B (en) Configuration script configuring method based on strip operation tag in network management system
CN100346308C (en) Automatic test method based on database operation
CN113553295A (en) Data preprocessing system supporting multiple file formats
CN106021359A (en) CAD file modification method and device
CN101860458A (en) Data configuration method, equipment and system
CN110532435B (en) Method and device for integrating external system with dynamically extensible privileged account scanning system
CN116150099A (en) Method for automatically generating ktr file based on keyle
CN111125067A (en) Data maintenance method and device
CN106776522A (en) A kind of hybrid-type user-defined mobile phone end reporting system and method
US20090271599A1 (en) Method for setting to enable or disable software function
CN114528277A (en) Method for dynamically configuring import service data
CN101706914A (en) Method and device for generating workflow
CN102801749B (en) A kind of dispositions method of J2ME application program and device
US7680759B1 (en) Automated metadata validation
CN111399900B (en) API document automatic generation method and system based on python and regular expression
CN111639478A (en) Automatic data auditing method and system based on EXCEL document

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