CN113190514B - Method for inputting data into electronic document according to priority order - Google Patents
Method for inputting data into electronic document according to priority order Download PDFInfo
- Publication number
- CN113190514B CN113190514B CN202110507054.7A CN202110507054A CN113190514B CN 113190514 B CN113190514 B CN 113190514B CN 202110507054 A CN202110507054 A CN 202110507054A CN 113190514 B CN113190514 B CN 113190514B
- Authority
- CN
- China
- Prior art keywords
- textarea
- priority
- tags
- read
- data
- 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
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/10—File systems; File servers
- G06F16/17—Details of further file system functions
- G06F16/172—Caching, prefetching or hoarding of files
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06Q—INFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
- G06Q10/00—Administration; Management
- G06Q10/10—Office automation; Time management
-
- Y—GENERAL 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
- Y02—TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
- Y02D—CLIMATE 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/00—Energy efficient computing, e.g. low power processors, power management or thermal management
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Business, Economics & Management (AREA)
- Human Resources & Organizations (AREA)
- Data Mining & Analysis (AREA)
- Strategic Management (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Entrepreneurship & Innovation (AREA)
- General Engineering & Computer Science (AREA)
- Databases & Information Systems (AREA)
- Economics (AREA)
- Marketing (AREA)
- Operations Research (AREA)
- Quality & Reliability (AREA)
- Tourism & Hospitality (AREA)
- General Business, Economics & Management (AREA)
- Document Processing Apparatus (AREA)
Abstract
The invention provides a method for inputting data into an electronic document according to a priority order, which comprises the following steps: step 1: adding a read-write control at a place where data needs to be input into an electronic document; step 2: sorting the added read-write controls, setting priorities for the read-write controls according to the sequence to be recorded, and setting the attributes of the read-write controls with the priorities as read-only attributes; and step 3: in the data entry process, sequencing and comparing the read-write control according to the set priority, finding the read-write control with the highest priority and unfinished data entry and data storage, and setting the attribute of the found read-write control as a writable attribute; and 4, step 4: data entry is carried out on the position, corresponding to the read-write control of the writable attribute, in the electronic document, and the data entry is stored; and setting the attribute of the read-write control after data entry and storage in the electronic document as a read-only attribute.
Description
Technical Field
The invention belongs to the technical field of automatic data entry of electronic documents of computers, and particularly relates to a method for entering data of electronic documents according to a priority sequence.
Background
With the development of informatization technology, the traditional paper documents are gradually replaced by electronic documents, and the electronic documents are widely applied to the production and inspection processes of pharmaceutical, chemical, food, health care products, cosmetics and other factories. Production and inspection of each factory have fixed process flows, and electronic documents are required to be recorded according to a certain sequence when being recorded.
In the actual data entry process, the traditional entry method is manually entered, when a small amount of data is manually entered, the higher entry accuracy of the data can be ensured, but when the data is increased to a certain amount, the manual accuracy is greatly reduced, and once errors occur, the great difficulty is caused for rechecking the errors on the basis of the large data amount. Therefore, for a large-scale enterprise, the data system of the enterprise is developed at a low cost, and the development and maintenance of the data system require the cost to operate, so that for the enterprise between the small data and the large data, the problems of low labor efficiency, more errors, difficulty in review, increased cost of the development system, difficulty in maintaining the enterprise and the like exist. In the industrial data entry project, corresponding data entry standards and flows exist, so that a certain priority order exists, and a fast, efficient and low-cost data entry method is urgently needed.
Disclosure of Invention
Based on the problems and the requirements in the prior art, the invention provides a method for inputting data into an electronic document according to a priority order, and the read-write attributes of the read-write control are adjusted by adding the read-write control and setting the priority, so that the data can be automatically input according to the sequence.
The specific implementation content of the invention is as follows:
the invention provides a method for inputting data into an electronic document according to a priority order, which comprises the following steps:
step 1: adding a read-write control at a place where data needs to be input into an electronic document;
and 2, step: sorting the added read-write controls, setting priorities for the read-write controls according to the sequence to be recorded, and setting the attributes of the read-write controls with the priorities as read-only attributes;
and step 3: in the data entry process, sequencing and comparing the read-write control according to the set priority, finding the read-write control with the highest priority and unfinished data entry and data storage, and setting the attribute of the found read-write control as a writable attribute;
and 4, step 4: data entry is carried out at the position, corresponding to the read-write control of the writable attribute, in the electronic document, and the data entry is stored; setting the attribute of the read-write control after data entry and storage in the electronic document as a read-only attribute;
and 5: and then, sequentially carrying out the operations of the step 3 and the step 4 on the subsequent data circulation according to the priority sequence until the data entry is completed.
In order to better implement the present invention, further, the electronic document is an html document, and the read-write control added in step 1 is a textarea tag.
In order to better implement the present invention, further, in step 2, a textarea tag is added to a position where the html document can be recorded with data; a readonly attribute may be added in the textarea tag; the textarea tag is not editable when the readonly attribute is added; when the readonly attribute is removed, the textarea tag can be used for editing and inputting data; the textarea tag uses a positive integer number to distinguish different locations where data can be recorded.
In order to better implement the present invention, further, the specific operations of step 3 are: loading an html document, removing display numbers of all textarea tags, adding readonly attribute, namely read-only attribute, to the textarea tags with the configured priorities, and editing and inputting data under the read-only attribute; setting a priority for the textarea tags, wherein the priority represents the high and low of the priority in a numerical increment mode, the number needs to be a positive integer, and the priority is lower when the number is larger;
when setting the priority of the textarea, firstly selecting priority configuration, filling the priority value, then clicking textarea tags, selecting any textarea tags for the same priority configuration, and finally storing the specific relationship between the id and the priority in the textarea tags by using an xml format when the configuration is completed;
in the data entry process, sequencing and comparing the read-write control according to the set priority, finding the textarea tag which has the highest priority and is stored in uncompleted data entry, and setting the attribute of the textarea tag found under the condition as the readwrite attribute.
In order to better implement the present invention, further, the specific operations of step 4 are: and performing sequencing comparison according to the priority values set by the textarea tags, finding the textarea tags with the highest priority and not completing data entry and storing, removing readonly attributes of the textarea tags meeting the conditions, and performing data entry.
In order to better implement the present invention, further, in step 5, according to the xml configuration information, all current priority values, id relationships between the priority values and the textareas are found, the priority values are sorted from high to low, traversal is performed from high to low, all corresponding textarea tags are found according to the id relationships between the current priority values and the textareas, and if all the textarea tags store values, the current priority is skipped to perform next priority traversal; if all the textareas do not store values, the readonly attribute is removed from the textareas which do not store values, and the traversal is ended.
To better implement the present invention, further, when a textarea tag configured with priority, no data entered, and containing a readonly attribute is clicked, data is not allowed to be entered and is prompted.
In order to better implement the present invention, further, when data entry and storage are completed for all textarea tags of the same priority, which can be used for data entry, a readonly attribute is added to the textarea tags in which values are stored, and a textarea tag of the next priority is obtained and the readonly attribute is removed therefrom, specifically, the operations are as follows:
filling values in all textarea tags with data which can be recorded in the same priority, clicking to store the textarea tags, and adding readonly attributes to the textarea tags after the textarea tags are successfully stored;
and according to the xml configuration information, acquiring the id relationship between the next priority and the textarea tag, finding all corresponding textarea tags according to the id relationship between the current priority value and the textarea tag, and removing readonly attributes of all found textarea tags, namely all the textarea tags with the next priority can be used for data entry.
Compared with the prior art, the invention has the following advantages and beneficial effects:
the invention realizes the standardized operation of the data entry of the electronic document through the arrangement, and solves the problems of low manual entry accuracy, large workload, high entry cost of a system and the like of small and medium-sized enterprises.
Drawings
FIG. 1 is a screenshot of a computer interface into which a sample of a data add read write control (textarea) tag can be entered;
FIG. 2 is a screenshot of a computer interface showing a sample electronic document priority setting;
FIG. 3 is a computer interface screenshot of a sample entry of a high priority read/write control when the entry and storage of the low priority read/write control is not completed;
fig. 4 is a screenshot of a computer interface showing a next-priority writable sample after the high-priority entered data is saved.
Detailed Description
In order to more clearly illustrate the technical solutions of the embodiments of the present invention, the technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it should be understood that the described embodiments are only a part of the embodiments of the present invention, and not all of the embodiments, and therefore should not be considered as limiting the scope of protection. All other embodiments, which can be obtained by a person skilled in the art without any inventive step based on the embodiments of the present invention, are within the scope of the present invention.
In the description of the present invention, it is to be noted that, unless otherwise explicitly specified or limited, the terms "disposed," "connected," and "connected" are to be construed broadly, and may be, for example, fixedly connected, detachably connected, or integrally connected; can be mechanically or electrically connected; they may be connected directly or indirectly through intervening media, or they may be interconnected between two elements. The specific meanings of the above terms in the present invention can be understood in specific cases to those skilled in the art.
Example 1:
the embodiment provides a method for inputting data into an electronic document according to a priority order, which comprises the following steps:
step 1: adding a read-write control at a place where data needs to be input into an electronic document;
step 2: sorting the added read-write controls, setting priorities for the read-write controls according to the sequence required to be input, and setting the attributes of the read-write controls with the priorities as read-only attributes;
and step 3: in the data entry process, sequencing and comparing the read-write control according to the set priority, finding the read-write control which has the highest priority of the same ratio and does not finish data entry and data storage, and setting the attribute of the found read-write control as the readwrite attribute;
and 4, step 4: data entry is carried out on the position, corresponding to the read-write control of the writable attribute, in the electronic document, and the data entry is stored; setting the attribute of the read-write control after data entry and storage in the electronic document as a read-only attribute;
and 5: and then, sequentially carrying out the operations of the step 3 and the step 4 on the subsequent data circulation according to the priority sequence until the data entry is completed.
Example 2:
on the basis of the foregoing embodiment 1, as shown in fig. 1, fig. 2, fig. 3, and fig. 4, in order to better implement the present invention, further, the electronic document is an html document, and the read-write control added in step 1 is a textarea tag.
In order to better implement the present invention, further, in step 2, a textarea tag is added to a position where html document data can be recorded; a readonly attribute may be added in the textarea tag; the textarea tag is not editable when the readonly attribute is added; when the readonly attribute is removed, the textarea tag can edit the input data; the textarea tag uses a positive integer number to distinguish different locations where data can be recorded. Fig. 1 is a sample example of a readable and writable control (textarea) tag for adding data.
In order to better implement the present invention, further, the specific operations of step 3 are: loading an html document, removing display numbers of all textarea tags, adding readonly attribute, namely read-only attribute, to the textarea tags with the configured priorities, and not editing input data under the read-only attribute; setting a priority for the textarea tag, wherein the priority represents the height of the priority in a numerical increasing mode, the number needs to be a positive integer, and the priority is lower when the number is larger;
when setting the priority of the textarea, firstly selecting priority configuration, filling the priority value, then clicking textarea tags, selecting any textarea tags for the same priority configuration, and finally storing the specific relationship between the id and the priority in the textarea tags by using an xml format when the configuration is completed; fig. 2 is a sample electronic document priority setting. The priority of the configuration of the two recordable data positions in the first row of the electronic document is 1, and the priority of the configuration of the two recordable data positions in the second row of the electronic document is 2.
In the data entry process, sequencing and comparing the read-write control according to the set priority, finding the textarea tag which has the highest priority and is stored in uncompleted data entry, and setting the attribute of the textarea tag found under the condition as the readwrite attribute.
In order to better implement the present invention, further, the specific operations of step 4 are: and performing sequencing comparison according to the priority values set by the textarea tags, finding the textarea tags with the highest priority and not completing data entry and storing, removing readonly attributes of the textarea tags meeting the conditions, and performing data entry.
In order to better implement the present invention, further, in step 5, according to the xml configuration information, all current priority values, id relationships between the priority values and the textareas are found, the priority values are sorted from high to low, then traversal is performed from high to low, all corresponding textarea tags are found according to the id relationships between the current priority values and the textareas, and if all the textarea tags store values, the current priority is skipped to perform next priority traversal; if all the textareas do not store values, the readonly attribute is removed from the textareas which do not store values, and the traversal is ended.
To better implement the present invention, further, when a textarea tag configured with priority, no data entered, and containing a readonly attribute is clicked, data is not allowed to be entered and is prompted. Fig. 3 is a sample of the case where the read-write control with the higher priority has not completed entry and storage, and the read-write control with the lower priority has entered. In the case where data is not entered at the first two recordable positions in the first row of the electronic document, entry of data is not permitted at the first recordable position in the second row.
In order to better implement the present invention, further, when data entry and storage are completed for all textarea tags of the same priority, which can be used for data entry, a readonly attribute is added to the textarea tags in which values are stored, and a textarea tag of the next priority is obtained and the readonly attribute is removed therefrom, specifically, the operations are as follows:
filling values for all textarea tags of which data can be recorded in the same priority, clicking to store, and adding readonly attributes to the textarea tags after storage is successful;
and according to the xml configuration information, acquiring the id relationship between the next priority and the textarea tag, finding all corresponding textarea tags according to the id relationship between the current priority value and the textarea tag, and removing readonly attributes of all found textarea tags, namely all the textarea tags with the next priority can be used for data entry. Fig. 4 is a next-priority writable sample after the entry data with the higher priority is saved. And under the condition that data are recorded at the two recordable positions in the first row of the electronic document and are stored, data can be recorded at the two recordable positions in the second row.
Other parts of this embodiment are the same as those of embodiment 1, and thus are not described again.
It should be noted that fig. 1, fig. 2, fig. 3, and fig. 4 are all screen shots of computer interfaces as illustrations only, and the content illustrations do not substantially affect or change the technical solutions described in the application documents.
The above description is only a preferred embodiment of the present invention, and is not intended to limit the present invention in any way, and all simple modifications and equivalent variations of the above embodiments according to the technical spirit of the present invention are included in the scope of the present invention.
Claims (8)
1. A method for entering data into an electronic document in a prioritized order, comprising the steps of:
step 1: adding a read-write control at a place where data needs to be input into an electronic document;
and 2, step: sorting the added read-write controls, setting priorities for the read-write controls according to the sequence to be recorded, and setting the attributes of the read-write controls with the priorities as read-only attributes;
and step 3: in the data entry process, sequencing and comparing the read-write control according to the set priority, finding the read-write control with the highest priority and unfinished data entry and data storage, and setting the attribute of the found read-write control as a writable attribute;
and 4, step 4: data entry is carried out at the position, corresponding to the read-write control of the writable attribute, in the electronic document, and the data entry is stored; setting the attribute of the read-write control after data entry and storage in the electronic document as a read-only attribute;
and 5: and then, sequentially carrying out the operations of the step 3 and the step 4 on the subsequent data cycle according to the priority sequence until the data entry is completed.
2. The method for entering data into an electronic document according to the priority order of the electronic document according to claim 1, wherein the electronic document is an html document, and the read-write control added in the step 1 is a textarea tag.
3. A method for entering data into an electronic document according to the priority order of claim 2, characterized in that in the step 2, a textarea tag is added at the position where the html document can enter data; a readonly attribute may be added to the textarea tag; the textarea tag is not editable when the readonly attribute is added; when the readonly attribute is removed, the textarea tag can be used for editing and inputting data; the textarea tag uses a positive integer number to distinguish different locations where data can be recorded.
4. A method for entering data in an electronic document according to a priority order as claimed in claim 3, characterized in that the specific operation of step 3 is: loading an html document, removing display numbers of all textarea tags, adding readonly attribute, namely read-only attribute, to the textarea tags with the configured priorities, and not editing input data under the read-only attribute; setting a priority for the textarea tags, wherein the priority represents the high and low of the priority in a numerical increment mode, the number needs to be a positive integer, and the priority is lower when the number is larger;
when setting the priority of the textarea, firstly selecting priority configuration, filling the priority value, then clicking textarea tags, selecting any textarea tags for the same priority configuration, and finally storing the specific relationship between the id and the priority in the textarea tags by using an xml format when the configuration is completed;
in the data entry process, sequencing and comparing the read-write control according to the set priority, finding the textarea tag which has the highest priority and is stored in uncompleted data entry, and setting the attribute of the textarea tag found under the condition as the readwrite attribute.
5. A method for entering data in an electronic document according to a priority order as claimed in claim 4, characterized in that the specific operations of step 4 are: and performing sequencing comparison according to the priority values set by the textarea tags, finding the textarea tags with the highest priority and not completing data entry and storing, removing readonly attributes of the textarea tags meeting the conditions, and performing data entry.
6. The method for entering data into an electronic document according to the priority order as claimed in claim 5, wherein in the step 5, all current priority values, the relationship between the priority values and the id of the textarea are found according to the xml configuration information, the priority values are sorted from high to low and then traversed from high to low, all corresponding textarea tags are found according to the relationship between the current priority values and the id of the textarea, and if all the textarea tags store values, the current priority is skipped for next priority traversal; if all the textareas do not store values, the readonly attribute is removed from the textareas which do not store values, and the traversal is ended.
7. A method for prioritizing data entry in an electronic document according to claim 6, characterized in that when clicking on a textarea tag configured with priority, no data entry and having a readonly attribute, no data entry is allowed and prompting is performed.
8. The method for entering data according to the priority order in the electronic document according to claim 6, wherein when the data entry and storage are completed for all the textarea tags of the data that can be entered in the same priority, a readonly attribute is added to the textarea tags that store the value, and the textarea tags of the next priority are obtained and the readonly attribute is removed therefrom, and the specific operations are as follows:
filling values in all textarea tags with data which can be recorded in the same priority, clicking to store the textarea tags, and adding readonly attributes to the textarea tags after the textarea tags are successfully stored;
and according to the xml configuration information, acquiring the id relationship between the next priority and the textarea tags, finding all corresponding textarea tags according to the id relationship between the current priority value and the textarea tags, and removing readonly attributes of all found textarea tags, namely all the textarea tags with the next priority can be used for data entry.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202110507054.7A CN113190514B (en) | 2021-05-10 | 2021-05-10 | Method for inputting data into electronic document according to priority order |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202110507054.7A CN113190514B (en) | 2021-05-10 | 2021-05-10 | Method for inputting data into electronic document according to priority order |
Publications (2)
Publication Number | Publication Date |
---|---|
CN113190514A CN113190514A (en) | 2021-07-30 |
CN113190514B true CN113190514B (en) | 2023-04-18 |
Family
ID=76980936
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN202110507054.7A Active CN113190514B (en) | 2021-05-10 | 2021-05-10 | Method for inputting data into electronic document according to priority order |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN113190514B (en) |
Citations (11)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN104166551A (en) * | 2014-08-14 | 2014-11-26 | 华为技术有限公司 | Application interface developing method and developing device |
CN105068983A (en) * | 2015-09-24 | 2015-11-18 | 武汉英思工程科技股份有限公司 | Rapid input method suitable for batch data acquisition on construction site and control |
CN105786601A (en) * | 2016-02-03 | 2016-07-20 | 平安科技(深圳)有限公司 | Document entry scheduling method and scheduling device thereof |
CN106202025A (en) * | 2016-07-21 | 2016-12-07 | 深圳艾派网络科技股份有限公司 | A kind of OA workflow list method for customizing |
CN106874244A (en) * | 2017-01-03 | 2017-06-20 | 宁波大红鹰学院 | A kind of construction method of the document Auto-generation Model based on work sequence |
CN108255373A (en) * | 2018-01-25 | 2018-07-06 | 平安科技(深圳)有限公司 | Data entry method, device, computer equipment and storage medium |
CN109063175A (en) * | 2018-08-22 | 2018-12-21 | 山东浪潮通软信息科技有限公司 | A kind of data entry method and device |
CN110457615A (en) * | 2019-07-05 | 2019-11-15 | 中国平安财产保险股份有限公司 | Method for displaying and processing, device, equipment and the readable storage medium storing program for executing of personal page |
CN110705237A (en) * | 2019-09-18 | 2020-01-17 | 深圳证券交易所 | Automatic document generation method, data processing device, and storage medium |
CN110968997A (en) * | 2019-12-03 | 2020-04-07 | 广联达科技股份有限公司 | Strong controllable document generation method and device, storage medium and electronic equipment |
CN112637039A (en) * | 2020-07-24 | 2021-04-09 | 腾讯科技(深圳)有限公司 | Information processing method, device and storage medium |
Family Cites Families (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US8838591B2 (en) * | 2005-08-23 | 2014-09-16 | Ricoh Co., Ltd. | Embedding hot spots in electronic documents |
EP3467740A1 (en) * | 2018-06-20 | 2019-04-10 | DataCo GmbH | Method and system for generating reports |
-
2021
- 2021-05-10 CN CN202110507054.7A patent/CN113190514B/en active Active
Patent Citations (11)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN104166551A (en) * | 2014-08-14 | 2014-11-26 | 华为技术有限公司 | Application interface developing method and developing device |
CN105068983A (en) * | 2015-09-24 | 2015-11-18 | 武汉英思工程科技股份有限公司 | Rapid input method suitable for batch data acquisition on construction site and control |
CN105786601A (en) * | 2016-02-03 | 2016-07-20 | 平安科技(深圳)有限公司 | Document entry scheduling method and scheduling device thereof |
CN106202025A (en) * | 2016-07-21 | 2016-12-07 | 深圳艾派网络科技股份有限公司 | A kind of OA workflow list method for customizing |
CN106874244A (en) * | 2017-01-03 | 2017-06-20 | 宁波大红鹰学院 | A kind of construction method of the document Auto-generation Model based on work sequence |
CN108255373A (en) * | 2018-01-25 | 2018-07-06 | 平安科技(深圳)有限公司 | Data entry method, device, computer equipment and storage medium |
CN109063175A (en) * | 2018-08-22 | 2018-12-21 | 山东浪潮通软信息科技有限公司 | A kind of data entry method and device |
CN110457615A (en) * | 2019-07-05 | 2019-11-15 | 中国平安财产保险股份有限公司 | Method for displaying and processing, device, equipment and the readable storage medium storing program for executing of personal page |
CN110705237A (en) * | 2019-09-18 | 2020-01-17 | 深圳证券交易所 | Automatic document generation method, data processing device, and storage medium |
CN110968997A (en) * | 2019-12-03 | 2020-04-07 | 广联达科技股份有限公司 | Strong controllable document generation method and device, storage medium and electronic equipment |
CN112637039A (en) * | 2020-07-24 | 2021-04-09 | 腾讯科技(深圳)有限公司 | Information processing method, device and storage medium |
Non-Patent Citations (3)
Title |
---|
The design of automatically generating drop-down menu on JSP;Yingyidu Xiong;《2012 International Conference on Computer Science and Information Processing (CSIP)》;20121224;1404-1406 * |
利用桌面(小型)数据库改变测量标志数据库录入数据方式的探讨;潘志刚;《科技资讯》;20190503;20-21 * |
智能组卷分析平台建设及设计;冶剑锋;《中国优秀博硕士学位论文全文数据库(硕士)信息科技辑》;20180215(第2期);I138-313 * |
Also Published As
Publication number | Publication date |
---|---|
CN113190514A (en) | 2021-07-30 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN108647883B (en) | Business approval method, device, equipment and medium | |
CN108509556B (en) | Data migration method and device, server and storage medium | |
CN105354239A (en) | Configuration data processing model based processing center data stream processing method | |
US7093207B1 (en) | Data analysis flow engine | |
CN104133772A (en) | Automatic test data generation method | |
CN102012857B (en) | Device and method for automatically testing web page | |
CN112699055B (en) | Software automatic test method and system with lower maintenance cost | |
US20130205227A1 (en) | Methods and apparatus for processing documents | |
CN111444718A (en) | Insurance product demand document processing method and device and electronic equipment | |
CN113919761A (en) | Litigation case management method, system and device | |
CN114357596B (en) | BIM component resource rapid design method and system | |
CN104484375B (en) | Establish the method and system of database automatically in project analysis flow | |
CN113190514B (en) | Method for inputting data into electronic document according to priority order | |
CN101388018A (en) | Computer aided design document management method | |
CN117216092A (en) | Method, device and equipment for optimizing TDSQL script and readable storage medium | |
CN110287182B (en) | Big data comparison method, device, equipment and terminal | |
CN115080444A (en) | Test case conversion method and device, electronic equipment and storage medium | |
CN112799697B (en) | Configuration file version migration method based on standard framework | |
CN110838338A (en) | System, method, storage medium, and electronic device for creating biological analysis item | |
CN111399900B (en) | API document automatic generation method and system based on python and regular expression | |
CN113902531A (en) | Automatic generation system, method, electronic device and storage medium for bid document | |
CN102521377B (en) | Method and system for screening high-quality documents from document collection of document processing system | |
CN113805872B (en) | E-commerce platform order logistics information acquisition method based on RPA robot | |
CN117608536B (en) | Gap data online template customization and supplementary recording system and method thereof | |
CN114064157B (en) | Automatic flow implementation method, system, equipment and medium based on page element identification |
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 |