CN114253630A - Method for realizing log storage by modifying Form change information based on Java section - Google Patents

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

Info

Publication number
CN114253630A
CN114253630A CN202111608192.0A CN202111608192A CN114253630A CN 114253630 A CN114253630 A CN 114253630A CN 202111608192 A CN202111608192 A CN 202111608192A CN 114253630 A CN114253630 A CN 114253630A
Authority
CN
China
Prior art keywords
log
end page
java
tangent plane
change
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CN202111608192.0A
Other languages
Chinese (zh)
Other versions
CN114253630B (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

Images

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

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Software Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Data Mining & Analysis (AREA)
  • Databases & Information Systems (AREA)
  • Debugging And Monitoring (AREA)

Abstract

The invention discloses a method for realizing log storage by modifying Form change information based on a Java tangent plane, which comprises the following steps: s1: configuring a Java Script plug-in; s2: introducing a configured Java Script plug-in on a front end page needing to store data; s3: after the front-end page is loaded, the Java Script plug-in obtains the front-end page data after loading, compares the front-end page data with the initial data and saves the change parameters; s4: and when the background server tangent plane saves the log, obtaining the change parameters for replacement and saving the change parameters to the database. The method comprises the steps of comparing at the front end of a page, only introducing a plug-in at the front end, storing change information, storing a log by a background server in a tangent plane mode, obtaining the change information for replacement operation, and meeting the requirement without changing a service layer only by changing a code little at an interceptor; saves time for development and test and improves working efficiency.

Description

Method for realizing log storage by modifying Form change information based on Java section
Technical Field
The invention relates to a method for saving logs, in particular to a method for realizing log saving by modifying Form change information based on a Java tangent plane.
Background
Many existing Java log saves are saved in a tangent plane manner. With the increasing complexity of service requirements, many modules refer to a section to store logs, and when the modules increase new requirements, modification details need to be added in the logs, and at this time, it is troublesome to compare the modification details in each interface one by one, which is inconvenient and increases workload. In order to add content change information storage to all modification operations in all modules, a judgment logic for comparing new and old contents is added in each interface in the background, but since many interfaces may call other interfaces or multiple tables, all used interfaces are only inquired for storing change logs, and thus, the work is complicated, and errors are easy to occur. Therefore, the method for realizing log storage by modifying Form change information based on the Java section is designed, the content is compared and judged to be changed at the front end of the page, an interface is not required to be called for comparison, and the working efficiency is improved.
Disclosure of Invention
The technical problem to be solved by the invention is to provide a method for realizing log storage by modifying Form change information based on a Java section, and the comparison is carried out at the front end of a page, so that the one-by-one comparison of background server module interfaces is avoided, and the efficiency of storing change information logs is improved.
The technical scheme adopted by the invention for solving the technical problems is to provide a method for realizing log storage by modifying Form change information based on a Java tangent plane, 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 the front end page needing to save data; s3: after the front-end page is loaded, the Java Script plug-in obtains the front-end page data after loading, compares the front-end page data with the initial data and saves the change parameters; s4: and when the background server tangent plane saves the log, obtaining the change parameters for replacement and saving the change parameters to 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 pull-down option and editable parameter information submitted by a text field.
Further, the step S2 includes: and introducing a Java Script plug-in an Html file of the front-end page, adding a hidden div block in the Form according to the Form ID of the front-end page, adding a text field in the div block for storing changed parameters, and acquiring initial data of the Form of the front-end page.
Further, the step S3 includes: s31: the Java Script plug-in obtains the data which can be submitted by the Form on the front end page after being loaded; s32: acquiring parameter information of an input box, a pull-down option and a text field in Form submission data; s33: comparing the parameter information of the input box, the pull-down option and the text field with the initial data of the Form; s34: and acquiring the changed parameter information and storing the changed parameter information in a text field of the hidden div block added in the Form.
Further, the step S4 includes: s41: the background server stores the log in a tangent plane mode to obtain a Form and a text field of a hidden div block added in the Form; s42: the background server calls a log module to obtain a Form and a text field of a 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 according to the Form, and storing the initial data in a database.
Further, the step S41 of saving the log by the backend server through the tangent plane includes: s411: creating a self-defined log record meta-annotation, and writing the log record meta-annotation serving as an annotation into a service code in a way of facing a tangent plane programming; s412: creating an entity class for logging; s413: calling a tangent plane implementation class, monitoring annotations, acquiring class names and method names with the custom annotations in service codes through the custom annotations, and taking the class as a target class; s414: monitoring a target class, and acquiring corresponding annotation information according to a class name and a method name; s415: the comment information acquired in the recording step S414 is saved as a log by calling the entity class created in the recording step S412, which records the log.
Compared with the prior art, the invention has the following beneficial effects: the method for realizing log storage based on the modification of Form change information by the Java section, provided by the invention, comprises the steps of comparing at the front end of a page, only introducing a plug-in at the front end to store the change information, storing the log by a background server in a section mode, acquiring the change information to carry out replacement operation, and meeting the requirement without changing a service layer only when an interceptor changes few codes; saves a lot of time for development and test, and improves the working efficiency.
Drawings
FIG. 1 is a flowchart of a method for implementing log saving based on a Java profile modification Form change information in an embodiment of the present invention.
Detailed Description
The invention is further described below with reference to the figures and examples.
FIG. 1 is a flowchart of a method for implementing log saving based on a Java profile modification Form change information in an embodiment of the present invention.
Referring to fig. 1, a method for implementing log saving based on a Java cut surface to modify Form change information in 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 the front end page needing to save data;
s3: after the front-end page is loaded, the Java Script plug-in obtains the front-end page data after loading, compares the front-end page data with the initial data and saves the change parameters;
s4: and when the background server tangent plane saves the log, obtaining the change parameters for replacement and saving the change parameters to the database.
Specifically, 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 includes an input box, a pull-down option and editable parameter information submitted by a text field. And introducing a Java Script plug-in an Html file of the front-end page, adding a hidden div block in the Form according to the Form ID of the front-end page, adding a text field in the div block for storing changed parameters, and acquiring initial data of the Form of the front-end page.
Specifically, the step S3 includes:
s31: the Java Script plug-in obtains the data which can be submitted by the Form on the front end page after being loaded;
s32: acquiring parameter information of an input box, a pull-down option and a text field in Form submission data;
s33: comparing the parameter information of the input box, the pull-down option and the text field with the initial data of the Form;
s34: and acquiring the changed parameter information and storing the changed parameter information in a text field of the hidden div block added in the Form.
Specifically, the step S4 includes:
s41: the background server stores the log in a tangent plane mode to obtain a Form and a text field of a hidden div block added in the Form;
s42: the background server calls a log module to obtain a Form and a text field of a 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 according to the Form, and storing the initial data in a database.
The step S41 of the background server saving the log by the tangent plane includes:
s411: creating a self-defined log record meta-annotation, and writing the log record meta-annotation serving as an annotation into a service code in a way of facing a tangent plane programming;
s412: creating an entity class for logging;
s413: calling a tangent plane implementation class, monitoring annotations, acquiring class names and method names with the custom annotations in service codes through the custom annotations, and taking the class as a target class;
s414: monitoring a target class, and acquiring corresponding annotation information according to a class name and a method name;
s415: the comment information acquired in the recording step S414 is saved as a log by calling the entity class created in the recording step S412, which records the log.
In summary, in the method for realizing log saving based on the Java cut surface modification Form change information of the embodiment of the present invention, comparison is performed on the front-end page, a Java Script plug-in is introduced into the used page, and the change parameter is taken out and replaced at the position where the parameter is set on the cut surface of the background server; the front-end code and the back-end code have little change, and the development efficiency is improved; data comparison is carried out at the front end, and the background server does not need to look up a database no matter how many tables are related, so that the original performance is not influenced; the later maintenance is more convenient; the test does not need to be retested by all functions, and the test time is reduced.
Although the present invention has been described with respect to the preferred embodiments, it will be understood by those skilled in the art that various changes in form and details may be made therein without departing from the spirit and scope of the invention as defined by the appended claims.

Claims (6)

1. A method for realizing log storage by modifying Form change information based on Java tangent planes 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 the front end page needing to save data;
s3: after the front-end page is loaded, the Java Script plug-in obtains the front-end page data after loading, compares the front-end page data with the initial data and saves the change parameters;
s4: and when the background server tangent plane saves the log, obtaining the change parameters for replacement and saving the change parameters to the database.
2. The method for realizing log saving based on Java section modification Form change information as claimed in claim 1, wherein the front-end page is a Web page, the front-end page information is saved in an Html file, and the front-end page change information includes an input box, a pull-down option and editable parameter information submitted in a text field.
3. The method for realizing log saving based on the Java tangent plane modification Form change information as claimed in claim 2, wherein the step S2 includes: and introducing a Java Script plug-in an Html file of the front-end page, adding a hidden div block in the Form according to the Form ID of the front-end page, adding a text field in the div block for storing changed parameters, and acquiring initial data of the Form of the front-end page.
4. The method for realizing log saving based on the Java tangent plane modification Form change information as claimed in claim 3, wherein the step S3 includes:
s31: the Java Script plug-in obtains the data which can be submitted by the Form on the front end page after being loaded;
s32: acquiring parameter information of an input box, a pull-down option and a text field in Form submission data;
s33: comparing the parameter information of the input box, the pull-down option and the text field with the initial data of the Form;
s34: and acquiring the changed parameter information and storing the changed parameter information in a text field of the hidden div block added in the Form.
5. The method for realizing log saving based on the Java tangent plane modification Form change information as claimed in claim 4, wherein the step S4 includes:
s41: the background server stores the log in a tangent plane mode to obtain a Form and a text field of a hidden div block added in the Form;
s42: the background server calls a log module to obtain a Form and a text field of a 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 according to the Form, and storing the initial data in a database.
6. The method for saving logs based on the Java cut surface modification Form change information as claimed in claim 5, wherein the step S41 of saving logs by the backend server through the cut surface includes:
s411: creating a self-defined log record meta-annotation, and writing the log record meta-annotation serving as an annotation into a service code in a way of facing a tangent plane programming;
s412: creating an entity class for logging;
s413: calling a tangent plane implementation class, monitoring annotations, acquiring class names and method names with the custom annotations in service codes through the custom annotations, and taking the class as a target class;
s414: monitoring a target class, and acquiring corresponding annotation information according to a class name and a method name;
s415: the comment information acquired in the recording step S414 is saved as a log by calling the entity class created in the recording step S412, which records the 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 true CN114253630A (en) 2022-03-29
CN114253630B 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 (48)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20110119652A1 (en) * 2009-11-16 2011-05-19 Limin Yu Generating object annotations
US8473901B1 (en) * 2009-06-12 2013-06-25 The Mathworks, Inc. Non-literal representation of programming language code
US20140245440A1 (en) * 2013-02-28 2014-08-28 Trustees Of Boston Univeristy Software Inspection System
CN104765592A (en) * 2014-01-03 2015-07-08 任子行网络技术股份有限公司 Plugin management method and device facing web page acquisition task
US20150378727A1 (en) * 2014-06-25 2015-12-31 International Business Machines Corporation Conditional branch instruction compaction for regional code size reduction
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
US20170235586A1 (en) * 2016-02-15 2017-08-17 Nvidia Corporation System and method for retrieving values of captured local variables for lambda functions in java
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
US20180253216A1 (en) * 2017-03-06 2018-09-06 Gary Beene System for consumption and generation of media by visually impaired
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
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
CN109542716A (en) * 2018-10-18 2019-03-29 北京亿赛通科技发展有限责任公司 A kind of log recording method and user-association plug-in unit based on J2EE platform
CN109614569A (en) * 2018-12-07 2019-04-12 万兴科技股份有限公司 Page rendering method, apparatus and intelligent terminal
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
CN109933310A (en) * 2019-03-11 2019-06-25 山东鲁能软件技术有限公司 A kind of configurable JAVA development platform based on data template
US20190205453A1 (en) * 2017-12-29 2019-07-04 Apptio, Inc. Binding annotations to data objects
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
CN111078570A (en) * 2019-12-20 2020-04-28 贵阳货车帮科技有限公司 Parameter format detection method, device, equipment and medium based on interface framework
CN111083054A (en) * 2019-11-15 2020-04-28 浙江大搜车软件技术有限公司 Route configuration processing method and device, computer equipment and storage medium
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

Patent Citations (48)

* 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
US20110119652A1 (en) * 2009-11-16 2011-05-19 Limin Yu Generating object annotations
US20140245440A1 (en) * 2013-02-28 2014-08-28 Trustees Of Boston Univeristy Software Inspection System
CN104765592A (en) * 2014-01-03 2015-07-08 任子行网络技术股份有限公司 Plugin management method and device facing web page acquisition task
US20150378727A1 (en) * 2014-06-25 2015-12-31 International Business Machines Corporation Conditional branch instruction compaction for regional code size reduction
US20170235586A1 (en) * 2016-02-15 2017-08-17 Nvidia Corporation System and method for retrieving values of captured local variables for lambda functions in java
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
US20180253216A1 (en) * 2017-03-06 2018-09-06 Gary Beene System for consumption and generation of media by visually impaired
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
US20190205453A1 (en) * 2017-12-29 2019-07-04 Apptio, Inc. Binding annotations to data objects
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
CN114253630B (en) 2023-07-25

Similar Documents

Publication Publication Date Title
US7854376B2 (en) System and method for managing item interchange and identification in an extended enterprise
CN103092742B (en) Program log recording optimization method and system
CN105760534A (en) User-defined serializable data structure, hadoop cluster, server and application method thereof
CN112181854B (en) Method, device, equipment and storage medium for generating process automation script
US20080313208A1 (en) Apparatus, system, and method for automated context-sensitive message organization
CN102355499B (en) Cloud computing system
CN1976320B (en) Data access control method and system
CN100338605C (en) Recording method for extendable mark language file repairing trace
CN100346308C (en) Automatic test method based on database operation
CN100533383C (en) Method of displacing data in software
CN111026756A (en) Method for dynamically generating form and associated query
CN106021359A (en) CAD file modification method and device
CN102043853A (en) Method and device for updating stored data
CN114253630A (en) Method for realizing log storage by modifying Form change information based on Java section
US20070038964A1 (en) System and method for extracting material differences between different circuit board design diagrams
US8630981B1 (en) Techniques for differencing binary installation packages
CN116150099A (en) Method for automatically generating ktr file based on keyle
CN115686589A (en) Entity class file updating system and method, corresponding computer equipment and storage medium
US20210216526A1 (en) Autonomous self-healing application data validation using database configurations
CN111143450A (en) Method and device for importing data
CN1838009A (en) Cutting program handling system
CN111930627A (en) Code coverage rate determination method and device for EGL (element-oriented language) programming language
KR101737575B1 (en) Method and device for verifying data based on sql sentences generated automatically
CN112148710B (en) Micro-service library separation method, system and medium
KR101449614B1 (en) Method for managing the default data of the flash memory

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