CN108549621B - Method and system for seamlessly integrating electronic documents based on BS (browser/server) architecture - Google Patents

Method and system for seamlessly integrating electronic documents based on BS (browser/server) architecture Download PDF

Info

Publication number
CN108549621B
CN108549621B CN201810226097.6A CN201810226097A CN108549621B CN 108549621 B CN108549621 B CN 108549621B CN 201810226097 A CN201810226097 A CN 201810226097A CN 108549621 B CN108549621 B CN 108549621B
Authority
CN
China
Prior art keywords
content control
name
form template
text form
electronic document
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
CN201810226097.6A
Other languages
Chinese (zh)
Other versions
CN108549621A (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.)
HUADI COMPUTER GROUP CO Ltd
Original Assignee
HUADI COMPUTER GROUP CO Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by HUADI COMPUTER GROUP CO Ltd filed Critical HUADI COMPUTER GROUP CO Ltd
Priority to CN201810226097.6A priority Critical patent/CN108549621B/en
Publication of CN108549621A publication Critical patent/CN108549621A/en
Application granted granted Critical
Publication of CN108549621B publication Critical patent/CN108549621B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/10Text processing
    • G06F40/166Editing, e.g. inserting or deleting
    • G06F40/177Editing, e.g. inserting or deleting of tables; using ruled lines
    • G06F40/18Editing, e.g. inserting or deleting of tables; using ruled lines of spreadsheets
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/10Text processing
    • G06F40/166Editing, e.g. inserting or deleting
    • G06F40/186Templates

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Health & Medical Sciences (AREA)
  • Artificial Intelligence (AREA)
  • Audiology, Speech & Language Pathology (AREA)
  • Computational Linguistics (AREA)
  • General Health & Medical Sciences (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Document Processing Apparatus (AREA)

Abstract

The invention discloses a method for seamlessly integrating electronic documents based on a BS (browser/server) architecture, which comprises the following steps of: making a text form template according to the style file, and adding a content control of each element in the text form template according to an agreed rule; loading a text form template by using the installed point focusing weboffset control, and embedding an electronic document in a web project; the identification name of the content control of each element and corresponding data are associated and bound in the embedded electronic document, and a key value pair with the identification name as a key name is determined; matching the key names of the key value pairs with the field names in the database according to an agreed rule, and storing the data in the key value pairs into the database according to a matching result; and reading and displaying data in the key value pair corresponding to the key name matched with the identification name of the content control of each element from the database according to an agreed rule. According to the invention, the data is bound according to the agreed rule to improve the online electronic document development efficiency and reduce the later maintenance difficulty, thereby greatly improving the user experience.

Description

Method and system for seamlessly integrating electronic documents based on BS (browser/server) architecture
Technical Field
The present invention relates to the field of electronic document processing technologies, and in particular, to a method and a system for seamlessly integrating electronic documents based on a BS architecture.
Background
At present, most of office using electronic documents is offline, management is not good if the workload is large and the files are numerous, online electronic documents are used instead and can be stored on a server disk only in the form of files, and management, performance, data usability and safety are limited to a certain extent.
The existing similar technology is the Microsoft office XML technology, but the Microsoft office XML technology is difficult to develop, the steps are complex, errors are easy to occur in the development process, and the subsequent maintenance cost is high. Therefore, it is an urgent problem to be solved how to improve the development efficiency of online electronic documents, provide a method for data security in online electronic documents, and improve the performance of online electronic document processing, so that electronic documents are efficiently and seamlessly integrated into a system.
Therefore, there is a need for a method for seamlessly integrating electronic documents based on the BS architecture, which enables even efficient and seamless integration of electronic documents into a system.
Disclosure of Invention
The invention provides a method and a system for seamlessly integrating electronic documents based on a BS (browser/server) architecture, which aim to solve the problem of how to efficiently and safely process the electronic documents based on the BS architecture.
In order to solve the above-mentioned problems, according to an aspect of the present invention, there is provided a method of seamlessly integrating electronic documents based on a BS architecture, the method including:
manufacturing a corresponding text form template according to the style file, and adding a content control of each element in the text form template according to an agreed rule, wherein the identification name of the content control of each element agreed in the agreed rule is the same as the field name in the corresponding database;
loading the text form template by using the installed point focusing weboffset control, and embedding an electronic document in a web project;
the identification name of the content control of each element and corresponding data are associated and bound in the embedded electronic document, and a key value pair with the identification name as a key name is determined;
matching the key names of the key value pairs with the field names in the database according to an agreed rule, and storing the data in the key value pairs into the database according to a matching result;
and reading and displaying data in the key value pair corresponding to the key name matched with the identification name of the content control of each element from the database according to an agreed rule.
Preferably, the making of the corresponding text form template according to the style file and the adding of the content control of each element in the text form template according to the convention rule include:
determining an appointment rule, wherein the identification name of the appointment content control is the same as the field name in the corresponding database;
making a text form template according to the style file;
adding a content control of each element in the manufactured text form template, setting the identification attribute of the content control according to an agreed rule, and setting the deletion attribute of the content control to be undeletable.
Preferably, wherein the method further comprises:
and setting the editing attribute of the content control according to the service requirement.
Preferably, the loading the text form template by using the installed point focusing webofice control and embedding the electronic document in the web project includes:
and appointing a loading path of the text form template in the js script through a method LoadOriginalFile of the webofice control object, loading the text form template according to the loading path, and embedding the electronic document in the web project.
Preferably, the associating and binding the identification name of the content control of each element with the corresponding data in the embedded electronic document, and determining the key value pair with the identification name as the key name includes:
reading and writing the value of a certain content control in a Text table template in an embedded electronic document through the domain attribute Text of the content control object of each element, or traversing and reading and writing the values of all content controls in the electronic document, acquiring the identification name of the content control of each element through the tag attribute of the content control, performing association binding on the identification name of the content control of each element and corresponding data, and determining a key value pair with the identification name as a key name.
According to another aspect of the present invention, there is provided a system for seamlessly integrating electronic documents based on a BS architecture, the system including:
the system comprises a text form template making unit, a database processing unit and a control unit, wherein the text form template making unit is used for making a corresponding text form template according to a style file and adding a content control of each element in the text form template according to an agreed rule, and the identification name of the content control of each element agreed in the agreed rule is the same as the field name in the corresponding database;
the electronic document embedding unit is used for loading the text form template by utilizing the installed point focusing webofice control and embedding the electronic document in the web project;
the key value pair determining unit is used for performing association binding on the identification name of the content control of each element and corresponding data in the embedded electronic document and determining a key value pair taking the identification name as a key name;
the data storage unit is used for matching the key names of the key value pairs with the field names in the database according to an agreed rule and storing the data in the key value pairs into the database according to a matching result;
and the data reading unit is used for reading and displaying data in the key value pair corresponding to the key name matched with the identification name of the content control of each element from the database according to the convention rule.
Preferably, the text form template making unit is specifically configured to:
determining an appointment rule, wherein the identification name of the appointment content control is the same as the field name in the corresponding database;
making a text form template according to the style file;
adding a content control of each element in the manufactured text form template, setting the identification attribute of the content control according to an agreed rule, and setting the deletion attribute of the content control to be undeletable.
Preferably, the form template making unit is further configured to:
and setting the editing attribute of the content control according to the service requirement.
Preferably, the electronic document embedding unit is specifically configured to:
and appointing a loading path of the text form template through a system LoadOriginalFile of the webofice control object in the js script, loading the text form template according to the loading path, and embedding the electronic document in the web project.
Preferably, the key-value pair determining unit is specifically configured to:
reading and writing the value of a certain content control in a Text table template in an embedded electronic document through the domain attribute Text of the content control object of each element, or traversing and reading and writing the values of all content controls in the electronic document, acquiring the identification name of the content control of each element through the tag attribute of the content control, performing association binding on the identification name of the content control of each element and corresponding data, and determining a key value pair with the identification name as a key name.
According to the method and the system for seamlessly integrating the electronic document based on the BS framework, the text form template is manufactured according to the style file and the rule, the point-gathering webeffice plug-in is embedded into the web project, the manufactured text form template is uploaded to the server, and the data is bound according to the rule to improve the online electronic document development efficiency, so that the server program can process the electronic document online just as safely and efficiently as processing a common web page; if the electronic document needs to be modified, only the text form template needs to be modified, the method is convenient and fast, the early development efficiency can be effectively improved, the later maintenance difficulty can be reduced, meanwhile, the data are directly stored in the database, the safety and the performance of the data are improved, and the user experience is greatly improved.
Drawings
A more complete understanding of exemplary embodiments of the present invention may be had by reference to the following drawings in which:
FIG. 1 is a flow diagram of a method 100 for seamlessly integrating electronic documents based on a BS architecture in accordance with an embodiment of the present invention; and
fig. 2 is a block diagram illustrating a system 200 for seamlessly integrating electronic documents based on a BS architecture according to an embodiment of the present invention.
Detailed Description
The exemplary embodiments of the present invention will now be described with reference to the accompanying drawings, however, the present invention may be embodied in many different forms and is not limited to the embodiments described herein, which are provided for complete and complete disclosure of the present invention and to fully convey the scope of the present invention to those skilled in the art. The terminology used in the exemplary embodiments illustrated in the accompanying drawings is not intended to be limiting of the invention. In the drawings, the same units/elements are denoted by the same reference numerals.
Unless otherwise defined, terms (including technical and scientific terms) used herein have the same meaning as commonly understood by one of ordinary skill in the art to which this invention belongs. Further, it will be understood that terms, such as those defined in commonly used dictionaries, should be interpreted as having a meaning that is consistent with their meaning in the context of the relevant art and will not be interpreted in an idealized or overly formal sense.
Fig. 1 is a flow chart of a method 100 for seamlessly integrating electronic documents based on a BS architecture according to an embodiment of the present invention. As shown in fig. 1, in the method for seamlessly integrating electronic documents based on a BS architecture according to the embodiment of the present invention, a text form template is created according to a style file and a rule, a point-gathering webeffice plug-in is embedded into a web project, and the created text form template is uploaded to a server, and data binding is performed according to an agreed rule to improve online electronic document development efficiency, so that a server program processes an electronic document online as if it processes a common web page safely and efficiently; if the electronic document needs to be modified, only the text form template needs to be modified, the method is convenient and fast, the early development efficiency can be effectively improved, the later maintenance difficulty can be reduced, meanwhile, the data are directly stored in the database, the safety and the performance of the data are improved, and the user experience is greatly improved. The method 100 for seamlessly integrating electronic documents based on a BS architecture provided by the embodiments of the present invention starts with step 101, and in step 101, a corresponding text form template is made according to a style file, and a content control of each element is added to the text form template according to an agreed rule, where an identification name of the content control of each element agreed in the agreed rule is the same as a field name in a corresponding database. For example, the fields in the department table depth in a database table include: and if the department name is deptName and the department number is deptCode, the identification name of the content control of the corresponding page element is also deptName and deptCode.
Preferably, the making of the corresponding text form template according to the style file and the adding of the content control of each element in the text form template according to the convention rule include:
determining an appointment rule, wherein the identification name of the appointment content control is the same as the field name in the corresponding database;
making a text form template according to the style file;
adding a content control of each element in the manufactured text form template, setting the identification attribute of the content control according to an agreed rule, and setting the deletion attribute of the content control to be undeletable.
Preferably, wherein the method further comprises:
and setting the editing attribute of the content control according to the service requirement.
In the implementation mode of the invention, the rule is agreed that the identification name of the content control of each element is the same as the name of the corresponding field in the database; making a form template of a text format according to the provided style file, wherein the style file can be a file with any format, such as a file with a page style, such as word, Excel, picture and the like, and if the page element has two elements of a department name and a department number, making the style of the form template of the required text format first; adding a content control in a prepared form template file in a text format, setting an identification attribute of the content control according to an agreed rule, wherein the identification name of a department name element is deptName, the identification name of a corresponding department number is deptCode, and setting the content control not to be deleted; whether the content control can be edited is set, so that the safety of data entry can be controlled; and finally, all the content controls are locked, the content controls are not allowed to be changed, and the form template of the text format is not modified when the data is filled in.
Preferably, the text form template is loaded at step 102 using the installed pointfocusing webofice control to embed the electronic document in the web project.
Preferably, the loading the text form template by using the installed point focusing webofice control and embedding the electronic document in the web project includes:
and appointing a loading path of the text form template in the js script through a method LoadOriginalFile of the webofice control object, loading the text form template according to the loading path, and embedding the electronic document in the web project.
In an embodiment of the present invention, the weboffset control is installed first. Downloading a 'point focusing' webofice third-party control from a network, installing the 'point focusing' webofice control into a browser, setting a security option of the browser, and starting an 'ActiveX control and plugin' option; control tags may also be added to the HTML page file:
classid='clsid:E77E049B-23FC-4DB8-B756-60529A35FAD5',
the correct introduction of the webiffice control is guaranteed, then the security option of the browser is set, the ActiveX control and plug-in option is started, at the moment, the plug-in is automatically downloaded when the HTML page browser is accessed, and the plug-in is loaded to the browser, so that the installation of the webiffice control is completed. And after the Weboffice control is installed, embedding the electronic document into the web project. And E77E049B-23FC-4DB8-B756-60529A35FAD5' is introduced into a webpage, and the browser automatically loads the webiffce control. The manufactured template file can be loaded through the method LoadOriginalFile of the webofice control object in the js script by specifying the template path, and the browser can be embedded into the electronic document.
Preferably, the identification name of the content control of each element is associated and bound with the corresponding data in the embedded electronic document in step 103, and a key value pair with the identification name as a key name is determined.
Preferably, the associating and binding the identification name of the content control of each element with the corresponding data in the embedded electronic document, and determining the key value pair with the identification name as the key name includes:
reading and writing the value of a certain content control in a Text table template in an embedded electronic document through the domain attribute Text of the content control object of each element, or traversing and reading and writing the values of all content controls in the electronic document, acquiring the identification name of the content control of each element through the tag attribute of the content control, performing association binding on the identification name of the content control of each element and corresponding data, and determining a key value pair with the identification name as a key name.
The method comprises the steps that the value of a certain Text content control in a template can be read and written in an embedded electronic document through the domain attribute Text of a content control object, the values of all Text content controls of a page of the electronic document can also be read and written in a traversing mode, the content of a pull-down list can be read and written through a corresponding DropDownListEntries method of the control object, the identification of the content control of a certain element can be obtained through the tag attribute of the content control, and all element data in the electronic document are organized together in a key value pair mode with the identification name of a key. For example, the identifiers specifying the department name and the department number are deptName and deptCode, and the corresponding key value pair is, for example, "deptName: financial department "," deptCode: 001". The key point here is that the identification name is a key name, the electronic document is seamlessly embedded into the project according to the convention, the convention is the aforementioned convention rule, and the rule can go through the whole integration process and finally submit the data to the background processing.
Preferably, the key names of the key value pairs are matched with the field names in the database according to the agreed rule in step 104, and the data in the key value pairs are stored in the database according to the matching result. The background takes out the data item after receiving the key value pair data submitted by the page, matches the key name with the field name of the database, automatically assembles the data item into the database or reads the data item from the database to the memory, for example, the value marked by the deptName is stored in the deptName field of the database, and the value marked by the deptnode is stored in the deptnode field of the database in the same way, so that the work of inputting, storing and reading the data is completed.
Preferably, the data in the key value pair corresponding to the key name matching the identification name of the content control of each element is read from the database and displayed according to the convention rule in step 105. And returning the data in a key value pair form when the background reads the data from the database, then returning the data to the page, setting a content control identification corresponding to the key name by using the domain attribute Text or DropdownListEntries of the content control in the page js through an agreed rule, and finishing the reading and displaying of the data.
The invention realizes the idea that the template is made according to the convention rule, the data is processed, the electronic document is read, written and displayed, and the data in the page is processed by the js script of the weboffset control object mentioned in the content. The key point of the prior art is that the element identification is not specified in the production of the electronic document template, all the elements are subject to table layout, and then the XML file is added as an intermediate mapping relation. For example: the method comprises the steps of enabling page element positions to correspond to a user-defined name of 'mapcell ═ 30' > name [ ] in XML one by one, wherein 'cell ═ 30' refers to the 30 th cell in a page, the 30 th cell in the page is the name, and then, making a corresponding relation between the name and the deptName in a program. The invention directly uses the database field as the mapping relation, omits the mapping in XML and programs, and has the advantages of simple development process and high direct development efficiency. The prior art needs to modify the corresponding relation between the template and the XML as well as the program in the later maintenance, but the technology only needs to modify the template without modifying the program, so that the maintenance difficulty is greatly reduced.
Fig. 2 is a block diagram illustrating a system 200 for seamlessly integrating electronic documents based on a BS architecture according to an embodiment of the present invention. As shown in fig. 2, the system 200 for seamlessly integrating electronic documents based on the BS architecture according to the embodiment of the present invention includes a text form template making unit 201, an electronic document embedding unit 202, a key-value pair determining unit 203, a data storage unit 204, and a data reading unit 205. Preferably, in the text form template making unit 201, a corresponding text form template is made according to the style file, and the content control of each element is added in the text form template according to an agreed rule, wherein the identification name of the content control agreed in the agreed rule is the same as the field name in the corresponding database.
Preferably, the text form template making unit 201 is specifically configured to: determining an appointment rule, wherein the identification name of the appointment content control is the same as the field name in the corresponding database; making a text form template according to the style file; adding a content control of each element in the manufactured text form template, setting the identification attribute of the content control according to an agreed rule, and setting the deletion attribute of the content control to be undeletable. Preferably, the form template making unit is further configured to: and setting the editing attribute of the content control according to the service requirement.
Preferably, in the electronic document embedding unit 202, the text form template is loaded by using the installed point focusing webeffice control, and the electronic document is embedded in the web project.
Preferably, the electronic document embedding unit 202 is specifically configured to: and appointing a loading path of the text form template through a system LoadOriginalFile of the webofice control object in the js script, loading the text form template according to the loading path, and embedding the electronic document in the web project.
Preferably, in the key-value pair determining unit 203, the identification name of the content control of each element is associated and bound with the corresponding data in the embedded electronic document, and a key-value pair with the identification name as a key name is determined.
Preferably, the key-value pair determining unit 203 is specifically configured to: reading and writing the value of a certain content control in a Text table template in an embedded electronic document through the domain attribute Text of the content control object of each element, or traversing and reading and writing the values of all content controls in the electronic document, acquiring the identification name of the content control of each element through the tag attribute of the content control, performing association binding on the identification name of the content control of each element and corresponding data, and determining a key value pair with the identification name as a key name.
Preferably, in the data storage unit 204, the key name of the key value pair is matched with the field name in the database according to an agreed rule, and the data in the key value pair is stored in the database according to the matching result.
Preferably, in the data reading unit 205, data in the key value pair corresponding to the key name matching the identification name of the content control of each element is read from the database and displayed according to the convention rule.
The system 200 for seamlessly integrating an electronic document based on a BS architecture according to an embodiment of the present invention corresponds to the method 100 for seamlessly integrating an electronic document based on a BS architecture according to another embodiment of the present invention, and is not described herein again.
The invention has been described with reference to a few embodiments. However, other embodiments of the invention than the one disclosed above are equally possible within the scope of the invention, as would be apparent to a person skilled in the art from the appended patent claims.
Generally, all terms used in the claims are to be interpreted according to their ordinary meaning in the technical field, unless explicitly defined otherwise herein. All references to "a/an/the [ device, component, etc ]" are to be interpreted openly as referring to at least one instance of said device, component, etc., unless explicitly stated otherwise. The steps of any method disclosed herein do not have to be performed in the exact order disclosed, unless explicitly stated.

Claims (8)

1. A method for seamlessly integrating electronic documents based on a BS architecture, the method comprising:
manufacturing a corresponding text form template according to the style file, and adding a content control of each element in the text form template according to an agreed rule, wherein the identification name of the content control of each element agreed in the agreed rule is the same as the field name in the corresponding database;
loading the text form template by using the installed point focusing webofice control, and embedding an electronic document in a web project;
the identification name of the content control of each element and corresponding data are associated and bound in the embedded electronic document, and a key value pair with the identification name as a key name is determined;
matching the key names of the key value pairs with the field names in the database according to an agreed rule, and storing the data in the key value pairs into the database according to a matching result;
reading and displaying data in the key value pair corresponding to the key name matched with the identification name of the content control of each element from the database according to an agreed rule;
wherein, the associating and binding the identification name of the content control of each element and the corresponding data in the embedded electronic document, and determining the key value pair with the identification name as the key name comprise:
reading and writing the value of a certain content control in a Text table template in an embedded electronic document through the domain attribute Text of the content control object of each element, or traversing and reading and writing the values of all content controls in the electronic document, acquiring the identification name of the content control of each element through the tag attribute of the content control, performing association binding on the identification name of the content control of each element and corresponding data, and determining a key value pair with the identification name as a key name.
2. The method of claim 1, wherein the creating a corresponding text form template according to a style file and adding a content control of each element in the text form template according to a convention rule comprises:
determining an appointment rule, wherein the identification name of the appointment content control is the same as the field name in the corresponding database;
making a text form template according to the style file;
adding a content control of each element in the manufactured text form template, setting the identification attribute of the content control according to an agreed rule, and setting the deletion attribute of the content control to be undeletable.
3. The method of claim 2, further comprising:
and setting the editing attribute of the content control according to the service requirement.
4. The method of claim 1, wherein loading the text form template with the installed pointfocusing control and embedding the electronic document in a web project comprises:
and appointing a loading path of the text form template in the js script through a method LoadOriginalFile of the webofice control object, loading the text form template according to the loading path, and embedding the electronic document in the web project.
5. A system for seamlessly integrating electronic documents based on a BS architecture, the system comprising:
the text form template making unit is used for making a corresponding text form template according to the style file and adding a content control of each element in the text form template according to an agreed rule, wherein the identification name of the content control of each element agreed in the agreed rule is the same as the field name in the corresponding database;
the electronic document embedding unit is used for loading the text form template by utilizing the installed point focusing webofice control and embedding the electronic document in the web project;
the key value pair determining unit is used for performing association binding on the identification name of the content control of each element and corresponding data in the embedded electronic document and determining a key value pair taking the identification name as a key name;
the data storage unit is used for matching the key names of the key value pairs with the field names in the database according to an agreed rule and storing the data in the key value pairs into the database according to a matching result;
the data reading unit is used for reading and displaying data in the key value pair corresponding to the key name matched with the identification name of the content control of each element from the database according to an agreed rule;
wherein the key-value pair determining unit is specifically configured to:
reading and writing the value of a certain content control in a Text table template in an embedded electronic document through the domain attribute Text of the content control object of each element, or traversing and reading and writing the values of all content controls in the electronic document, acquiring the identification name of the content control of each element through the tag attribute of the content control, performing association binding on the identification name of the content control of each element and corresponding data, and determining a key value pair with the identification name as a key name.
6. The system according to claim 5, wherein the text form template making unit is specifically configured to:
determining an appointment rule, wherein the identification name of the appointment content control is the same as the field name in the corresponding database;
making a text form template according to the style file;
adding a content control of each element in the manufactured text form template, setting the identification attribute of the content control according to an agreed rule, and setting the deletion attribute of the content control to be undeletable.
7. The system of claim 6, wherein the form template making unit is further configured to:
and setting the editing attribute of the content control according to the service requirement.
8. The system according to claim 5, wherein the electronic document embedding unit is specifically configured to:
and appointing a loading path of the text form template through a system LoadOriginalFile of the webofice control object in the js script, loading the text form template according to the loading path, and embedding the electronic document in the web project.
CN201810226097.6A 2018-03-19 2018-03-19 Method and system for seamlessly integrating electronic documents based on BS (browser/server) architecture Active CN108549621B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201810226097.6A CN108549621B (en) 2018-03-19 2018-03-19 Method and system for seamlessly integrating electronic documents based on BS (browser/server) architecture

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201810226097.6A CN108549621B (en) 2018-03-19 2018-03-19 Method and system for seamlessly integrating electronic documents based on BS (browser/server) architecture

Publications (2)

Publication Number Publication Date
CN108549621A CN108549621A (en) 2018-09-18
CN108549621B true CN108549621B (en) 2022-02-18

Family

ID=63516586

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201810226097.6A Active CN108549621B (en) 2018-03-19 2018-03-19 Method and system for seamlessly integrating electronic documents based on BS (browser/server) architecture

Country Status (1)

Country Link
CN (1) CN108549621B (en)

Families Citing this family (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110489085A (en) * 2019-02-21 2019-11-22 贵州广思信息网络有限公司 A kind of method of WORD content control extension storage data
CN110347690B (en) * 2019-07-18 2022-08-09 网易(杭州)网络有限公司 Data indexing method and device for score board
CN112270475A (en) * 2020-10-29 2021-01-26 中国北方工业有限公司 Information platform system integrated by built equipment system
CN112860254B (en) * 2021-02-07 2024-08-06 武汉蓝星科技股份有限公司 Method for presenting list control by using data model

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103136317A (en) * 2011-11-29 2013-06-05 北京建龙重工集团有限公司 Implement method of on-line examination and approval informatization of engineering contracts in engineering management system
CN106021211A (en) * 2016-05-18 2016-10-12 山东达创网络科技股份有限公司 Intelligent form system and generation method thereof
CN107807913A (en) * 2017-11-16 2018-03-16 金航数码科技有限责任公司 A kind of form design system and method based on web

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8990254B2 (en) * 2004-07-02 2015-03-24 Ellie Mae, Inc. Loan origination software system for processing mortgage loans over a distributed network
US7607078B2 (en) * 2005-07-06 2009-10-20 International Business Machines Corporation Paper and electronic recognizable forms

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103136317A (en) * 2011-11-29 2013-06-05 北京建龙重工集团有限公司 Implement method of on-line examination and approval informatization of engineering contracts in engineering management system
CN106021211A (en) * 2016-05-18 2016-10-12 山东达创网络科技股份有限公司 Intelligent form system and generation method thereof
CN107807913A (en) * 2017-11-16 2018-03-16 金航数码科技有限责任公司 A kind of form design system and method based on web

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
"基于模板和领域本体的Deep Web信息抽取研究";顾韵华 等;《计算机工程与设计》;20140116;第35卷(第1期);第327-332页 *
Shantanu Bose 等."Use of a network model interface to build spreadsheet models of process systems: a productivity enhancement tool for risk management studies".《Computers and Chemical Engineering 》.2000,第24卷(第2期), *

Also Published As

Publication number Publication date
CN108549621A (en) 2018-09-18

Similar Documents

Publication Publication Date Title
CN108549621B (en) Method and system for seamlessly integrating electronic documents based on BS (browser/server) architecture
US9483451B2 (en) System and method for handling user editing history based on spawning, merging data structures of directed acyclic graph
US7627592B2 (en) Systems and methods for converting a formatted document to a web page
CN113076096B (en) Desktop application program development method, device, equipment and storage medium
US10318126B2 (en) Data-driven schema for describing and executing management tasks in a graphical user interface
WO2011069171A2 (en) Remote batch editing of formatted text via an html editor
CN111159982B (en) Document editing method, device, electronic equipment and computer readable storage medium
CN103559184A (en) Form page display method and device
CN111367890A (en) Data migration method and device, computer equipment and readable storage medium
CN111737227A (en) Data modification method and system
CN112784342A (en) Online editing method and device for three-dimensional model of building component
CN113672204A (en) Interface document generation method, system, electronic equipment and storage medium
CN117033249A (en) Test case generation method and device, computer equipment and storage medium
CN113569257B (en) User authority management method and device in gray level release
US10261941B2 (en) Digital aging system and method for operating same
US10706225B2 (en) Form management system and method
CN117556796A (en) Project document processing method, device, computer equipment and storage medium
CN112800063A (en) Automatic label passing method and device based on data structure
CN101477457B (en) Application module management system, application module execution method and virtual machine
JP2011233104A (en) Information processing system, information processor, information processing method, program, and recording medium
US20090271439A1 (en) Systems to implement business processes in computing environment
CN113806664B (en) Site rapid replication method, device and related equipment
CN113779939B (en) Document hot patch generation method, document hot patch application method and document hot patch Ding Zhuangzhi
CN113868737A (en) Method and device for generating Computer Aided Design (CAD) construction drawing
CN117873486A (en) Front-end and back-end code automatic generation method, device, equipment and storage medium

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant