CN111639071B - Form display method and device - Google Patents

Form display method and device Download PDF

Info

Publication number
CN111639071B
CN111639071B CN201910153833.4A CN201910153833A CN111639071B CN 111639071 B CN111639071 B CN 111639071B CN 201910153833 A CN201910153833 A CN 201910153833A CN 111639071 B CN111639071 B CN 111639071B
Authority
CN
China
Prior art keywords
difference
data
items
versions
item
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
CN201910153833.4A
Other languages
Chinese (zh)
Other versions
CN111639071A (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.)
Guizhou Baishancloud Technology Co Ltd
Original Assignee
Guizhou Baishancloud Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Guizhou Baishancloud Technology Co Ltd filed Critical Guizhou Baishancloud Technology Co Ltd
Priority to CN201910153833.4A priority Critical patent/CN111639071B/en
Publication of CN111639071A publication Critical patent/CN111639071A/en
Application granted granted Critical
Publication of CN111639071B publication Critical patent/CN111639071B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Landscapes

  • User Interface Of Digital Computer (AREA)
  • Digital Computer Display Output (AREA)

Abstract

The invention provides a form display method and a form display device. The method and the system relate to the computer Internet technology, and solve the problems that the existing form comparison display scheme consumes more system resources and is poor in experience due to the fact that information is complex, positioning is difficult and the like. The method comprises the following steps: acquiring form data of at least two versions, wherein the form data comprises a plurality of form items; rendering a summary form in the original form framework, and displaying the form data of at least two versions in the summary form. The technical scheme provided by the invention is suitable for form management, and realizes efficient and simple form comparison display.

Description

Form display method and device
Technical Field
The present invention relates to the computer internet technology, and in particular, to a form display method and apparatus.
Background
Forms are the most basic elements of the internet, and are also media for users to realize real data interaction. Forms are used anywhere, such as registered users, online answers, and when applications are submitted. In an enterprise, many configurations often need to be implemented through forms, and these configurations need to know the modification point compared to the last time at each change.
Most of the existing form comparison tools are based on text, and plain text comparison can find information differences, but due to the fact that the form information is large, the information is various, and the plain text comparison results are not beneficial to operators to read and timely acquire key information. In addition, the text-based form comparison mode generally adopts a form of comparing left and right versions to present a comparison result, as shown in fig. 1, a plurality of forms to be compared are respectively displayed, and data positions with differences are respectively marked in each form. For a scene with more and more complex forms or multiple version forms for comparison, the data size of comparison results formed by the presentation mode is large, so that a large space is occupied, and more resources such as memory and processors are occupied during display; the method has the advantages that the method also needs to use a great space to display all results when displaying, and a user needs to spend a lot of time to know key information, so that the method is quite not intuitive, and is inconvenient for quickly and comprehensively knowing the change condition of the form.
In summary, the existing form comparison display scheme consumes more system resources, and has poor experience due to the reasons of complicated information, difficult positioning and the like.
Disclosure of Invention
The present invention is directed to solving the problems described above.
According to a first aspect of the present invention, there is provided a form display method including:
acquiring form data of at least two versions, wherein the form data comprises a plurality of form items;
rendering a summary form in the original form framework, and displaying the form data of at least two versions in the summary form.
Preferably, the step of rendering a summary sheet in the original sheet frame includes:
comparing form items with data differences among form data to be compared and displayed as difference items, and taking data of different versions related to the difference items as difference information of the difference items;
the difference information of the difference item is displayed in the summary sheet at the location of the difference item.
Preferably, the step of displaying the difference information of the difference item in the position of the difference item in the summary sheet includes:
isolating a text field and a control field of a form field corresponding to the difference item in the original form frame;
determining the number N of versions involved in the difference item;
copying to obtain N control fields, and forming a form field of the difference item in the summary form by the text field and the N control fields;
and when the summary form is rendered, filling data of different versions in the difference information into each control domain in the form domain of the difference item respectively.
Preferably, after the step of copying to obtain N control fields and forming the form fields of the difference item in the summary form by using the text field and the N control fields, the method further includes:
marking the position of the component of the form field, setting the position as a cursor position, and temporarily storing the position in a global array.
Preferably, the step of copying to obtain N control fields, and forming the form fields of the difference item in the summary form by using the text field and the N control fields further includes:
different display effects are set for different control domains.
Preferably, the step of rendering a summary form in the original form frame further comprises:
and rendering the form items which have no data difference in the form data of at least two versions to be compared and displayed according to a rendering mode of the corresponding form fields in the original form frame.
The invention also provides a form display device, which comprises:
the system comprises a multi-version data extraction module, a multi-version data extraction module and a data processing module, wherein the multi-version data extraction module is used for acquiring form data of at least two versions, and the form data comprises a plurality of form items;
and the merging display module is used for rendering a summary list in the original form framework, and displaying the form data of at least two versions in the summary list.
Preferably, the combined display module includes:
the difference item screening unit is used for comparing and determining form items with data differences between form data to be compared and displayed as difference items, and taking data of different versions related to the difference items as difference information of the difference items;
and a difference item rendering unit for displaying the difference information of the difference item in the position of the difference item in the summary sheet.
Preferably, the difference item rendering unit includes:
the domain isolation subunit is used for isolating a text domain and a control domain of a corresponding form domain of the difference item in the original form frame;
a quantity statistics subunit, configured to determine a version quantity N related to the difference term;
a form field generating subunit, configured to copy N control fields, and form a form field of the difference item in the summary form by using the text field and the N control fields;
and the rendering subunit is used for respectively filling data of different versions in the difference information into each control domain in the form domain of the difference item when the summary form is rendered.
The invention also provides a computer device comprising a processor and a memory, in which memory a computer program is stored, which processor, when running the computer program, realizes the following steps:
acquiring form data of at least two versions, wherein the form data comprises a plurality of form items;
rendering a summary form in the original form framework, and displaying the form data of at least two versions in the summary form.
The invention provides a form display method and a form display device. And acquiring at least two versions of form data, wherein the form data comprises a plurality of form items, rendering a summary form in an original form frame, and displaying the form data of the at least two versions in the summary form. The results of the form comparison of the versions are displayed in the same frame, so that the problems of large consumption of resources and poor user experience during the form comparison display are solved, the display mode is simplified, the form change item is convenient to locate, the form information is comprehensively known, and the use experience is greatly improved.
Other characteristic features and advantages of the invention will become apparent from the following description of exemplary embodiments, which is to be read with reference to the accompanying drawings.
Drawings
The accompanying drawings, which are incorporated in and constitute a part of this specification, illustrate embodiments of the invention and together with the description, serve to explain the principles of the invention. In the drawings, like reference numerals are used to identify like elements. The drawings, which are included in the description, illustrate some, but not all embodiments of the invention. Other figures can be derived from these figures by one of ordinary skill in the art without undue effort.
FIG. 1 is a schematic diagram of a left-right contrast display mode;
FIG. 2 is a flowchart of a form display method according to an embodiment of the present invention;
FIG. 3 is a schematic diagram illustrating a specific flow of step 202 in FIG. 2;
FIG. 4 is a schematic flow chart of step 302 in FIG. 3;
FIG. 5 is a flowchart of another form display method according to an embodiment of the present invention;
FIG. 6 is a schematic diagram of a form comparison result presented by the form display method according to the embodiment of the present invention;
FIG. 7 is a schematic diagram of a form display device according to an embodiment of the present invention;
fig. 8 is a schematic structural diagram of the combined display module 702 in fig. 7;
fig. 9 is a schematic diagram of the structure of the difference item rendering unit 802 shown in fig. 8;
fig. 10 is a schematic structural diagram of a computer device according to an embodiment of the present invention.
Detailed Description
For the purpose of making the objects, technical solutions and advantages of the embodiments of the present invention more apparent, the technical solutions of the embodiments of the present invention will be clearly and completely described below with reference to the accompanying drawings in the embodiments of the present invention, and it is apparent that the described embodiments are some embodiments of the present invention, but not all embodiments of the present invention. All other embodiments, which can be made by those skilled in the art based on the embodiments of the invention without making any inventive effort, are intended to be within the scope of the invention. It should be noted that, in the case of no conflict, the embodiments and features in the embodiments may be arbitrarily combined with each other.
For a form with more contents and more complexity or a scene with a plurality of forms for comparison, the data size of a comparison result formed by the presentation mode of pure text comparison and parallel display occupies a large space, and more resources such as memory, processor and the like are also occupied during display; the method has the advantages that the method also needs to use a great space to display all results when displaying, and a user needs to spend a lot of time to know key information, so that the method is quite not intuitive, and is inconvenient for quickly and comprehensively knowing the change condition of the form.
In summary, the existing form comparison display scheme consumes more system resources, and has poor experience due to the reasons of complicated information, difficult positioning and the like.
In order to solve the above problems, the embodiment of the invention provides a form display method and a form display device. The results of the comparison of the versions of the forms are displayed in the same frame, so that the display mode is simplified, the form items are conveniently positioned and changed, the form information is comprehensively known, and the use experience is greatly improved.
An embodiment of the present invention will be described with reference to the accompanying drawings.
The embodiment of the invention provides a form display method, which is shown in a figure 2 in a flow for displaying forms of different versions in a contrasting manner, and comprises the following steps:
step 201, at least two versions of form data are acquired, wherein the form data comprise a plurality of form items.
Step 202, rendering a summary form in the original form framework, and displaying the form data of at least two versions in the summary form.
In the embodiment of the invention, the results of comparison of the form data of a plurality of versions are displayed through one form. Step 202, specifically as shown in fig. 3, for the form item whose content has not changed, rendering is completed through step 303; rendering is accomplished by steps 301-302 for a form in which the contents of the same form differ among multiple versions. The method specifically comprises the following steps:
step 301, comparing and determining form items with data differences between form data to be compared and displayed as difference items, and taking data of different versions related to the difference items as difference information of the difference items.
In this step, for a form item having a data difference between different versions, since a data change occurs between different versions of the form item, it is necessary to present such a change. It is first necessary to determine such a table item as a difference item, the content of which in different data versions is the difference information.
Step 302, displaying the difference information of the difference item at the position of the difference item in the summary sheet.
In the embodiment of the invention, the content of the comparison of a plurality of version forms is presented through one summary form. The frame of the summary form is identical to the original form frame, and only difference information is displayed at the positions of the difference items.
Step 302, as specifically shown in fig. 4, includes:
step 401, isolating a text field and a control field of a form field corresponding to the difference item in the original form frame.
In this step, the text field and the control field of the menu item are isolated so as to facilitate the complexity of the control field.
Step 402, determining the number of versions N related to the difference item.
In this step, the difference item data of all or part of the version forms can be selectively displayed, and the number of versions to be displayed is the number of versions N related to the difference item. Specifically, for the case that the content of the difference item is different for each version, all versions can be displayed; for the case that the content of the difference item is the same in some versions, all versions may be displayed, or one and the same result and other different results may be displayed.
For example, for the difference item a, the content of the difference item a in the four version forms is x, x, y, z, and then all versions can be displayed, and the number of versions involved in the difference item is 4; two versions of x may be combined into one result, and three results of x, y and z may be displayed, where the number of versions involved in the difference term is 3.
And 403, copying to obtain N control fields, and forming a form field of the difference item in the summary form by the text field and the N control fields.
And 404, performing pattern matching on the copied control domain.
The control field style includes a component or the like that can input data, such as an input box or a drop-down box. Style adaptation refers to copying multiple form fields under pass fields, and style problems may occur so fine-tuning matching can be performed if necessary.
In addition, since the display content increases, the form height may need to be increased to display the content of all the difference items, and at this time, style matching may also be performed to adjust the display effect. For example, when the textarea is high, two high textarea may not be displayed up and down, but may be adjusted to be displayed side by side.
Step 405, setting different display effects for different control domains.
In the step, different versions can be marked through the backgrounds with different colors, and for a difference top, the content display background of a certain version is set to be the color corresponding to the version; font colors of different versions can also be set; it is also possible to set numbers to distinguish between different versions, with the version numbers displayed in front of the content. This step is to further highlight the differences of the different versions, to facilitate locating the difference item, and is only a partial example.
And 406, marking the position of the component of the form field, setting the position as a cursor position, and temporarily storing the position in a global array.
Step 407, when rendering the summary form, filling data of different versions in the difference information into each control domain in the form domain of the difference item.
And 303, rendering the form items which have no data difference in the form data of at least two versions to be compared and displayed according to a rendering mode of the corresponding form fields in the original form frame.
In the step, the rendering of the non-differential form is finished according to the original form rendering mode.
The embodiment of the invention also provides a form display method, which is illustrated by taking two versions of forms as an example for comparison and displaying comparison results. The specific flow is shown in fig. 5, and includes:
step 501, form data of a difference version is obtained, and a difference item is judged.
In this step, it is necessary to determine the form item with the difference as the difference item, and data comparison may be performed at the client or at the server, and finally form data of two identification difference items may be obtained.
After the difference term is acquired in step 502, the difference term is implemented by a differentiated higher-order component.
And for the non-difference form items, maintaining the original rendering mode for rendering. E.g., using exact to keep the original UI component rendered.
Rendering the difference item by using a high-order component, wherein the high-order component mainly realizes the following functions:
1. isolating the text field and the control field of the original form field.
2. Copy a form field and make style adaptations.
3. The front and back states are distinguished by color, e.g. green for the original form item and red for the modified form item.
4. The position of the scroll bar of the page element of the component of the mark form field is set as a cursor position and is temporarily stored in the global array.
Step 503, data is input, and the form is backfilled with data.
In this step, a summary form is formed, and form data is backfilled using the original form architecture. The original UI control can be used for completing backfilling of non-difference items, and a higher-order component can be used for completing backfilling of difference items.
Step 504, rendering the whole form to the browser end.
Step 505, the temporary cursor is rendered to the browser according to the cursor array.
By the technical scheme provided by the embodiment of the invention, the data in a plurality of versions can be directly displayed up and down at the position of one placeholder, as shown in fig. 6, the contrast display is realized, and the difference item can be rapidly positioned through the cursor position.
An embodiment of the present invention further provides a form display device, whose structure is shown in fig. 7, including:
a multi-version data extraction module 701, configured to obtain form data of at least two versions, where the form data includes a plurality of form items;
the merging display module 702 is configured to render a summary form in the original form frame, and display the form data of the at least two versions in the summary form.
Preferably, the combined display module 702 has a structure as shown in fig. 8, and includes:
a difference item screening unit 801, configured to compare form items for determining that there is a data difference between the form data to be compared and displayed as a difference item, and use data of different versions related to the difference item as difference information of the difference item;
a difference item rendering unit 802, configured to display the difference information of the difference item in a position of the difference item in the summary sheet.
Preferably, the structure of the difference item rendering unit 802 is as shown in fig. 9, and includes:
a domain isolation subunit 901, configured to isolate a text domain and a control domain of a form domain corresponding to the difference item in the original form frame;
a number statistics subunit 902, configured to determine a number N of versions involved in the difference term;
a form field generating subunit 903, configured to copy N control fields, and form a form field of the difference item in the summary form by using the text field and the N control fields;
and the rendering subunit 904 is configured to fill different versions of data in the difference information into each control field in the form fields of the difference item when the summary form is rendered.
An embodiment of the present invention further provides a computer device, whose structure is shown in fig. 10, including a processor 1001 and a memory 1002, in which memory 1002 a computer program 1003 is stored, the processor 1001 implementing the following steps when running the computer program 1003:
acquiring form data of at least two versions, wherein the form data comprises a plurality of form items;
rendering a summary form in the original form framework, and displaying the form data of at least two versions in the summary form.
The embodiment of the invention provides a form display method and a form display device. And acquiring at least two versions of form data, wherein the form data comprises a plurality of form items, rendering a summary form in an original form frame, and displaying the form data of the at least two versions in the summary form. The results of the comparison of the versions of the forms are displayed in the same frame, so that the display mode is simplified, the form items are conveniently positioned and changed, the form information is comprehensively known, and the use experience is greatly improved. Further, the difference item is compared and displayed, and a difference container assembly is added to realize backfilling of the difference item data. Recording the real dom position of the modification point, and recording the modification point of the form by the corresponding vertical position through color, so that a user can quickly position the modification item of the form through the thumbnail point. Through the mode of inline comparison, browsing is more visual, and space is not easy to occupy. The method has strong expansibility, does not destroy the original form style, and can compare any form component. For more contrast scenes, the method is also applicable, and the original transverse layout is not destroyed. By locating the thumbnail points of the difference item, the difference item can be quickly browsed. The method not only can keep the logic and the expansibility of the original form, but also can realize the comparison of the form versions under the condition of inputting new and old data of multiple versions.
Those of ordinary skill in the art will appreciate that all or some of the steps, systems, functional modules/units in the apparatus, and methods disclosed above may be implemented as software, firmware, hardware, and suitable combinations thereof. In a hardware implementation, the division between the functional modules/units mentioned in the above description does not necessarily correspond to the division of physical components; for example, one physical component may have multiple functions, or one function or step may be performed cooperatively by several physical components. Some or all of the components may be implemented as software executed by a processor, such as a digital signal processor or microprocessor, or as hardware, or as an integrated circuit, such as an application specific integrated circuit. Such software may be distributed on computer readable media, which may include computer storage media (or non-transitory media) and communication media (or transitory media). The term computer storage media includes both volatile and nonvolatile, removable and non-removable media implemented in any method or technology for storage of information such as computer readable instructions, data structures, program modules or other data, as known to those skilled in the art. Computer storage media includes, but is not limited to, RAM, ROM, EEPROM, flash memory or other memory technology, CD-ROM, digital Versatile Disks (DVD) or other optical disk storage, magnetic cassettes, magnetic tape, magnetic disk storage or other magnetic storage devices, or any other medium which can be used to store the desired information and which can be accessed by a computer. Furthermore, as is well known to those of ordinary skill in the art, communication media typically embodies computer readable instructions, data structures, program modules or other data in a modulated data signal such as a carrier wave or other transport mechanism and includes any information delivery media.
The above description may be implemented alone or in various combinations and these modifications are within the scope of the present invention.
Finally, it should be noted that: the above embodiments are only for illustrating the technical solution of the present invention, and are not limiting. Although the invention has been described in detail with reference to the foregoing embodiments, it will be understood by those of ordinary skill in the art that: the technical scheme described in the foregoing embodiments can be modified or some technical features thereof can be replaced by equivalents; such modifications and substitutions do not depart from the spirit and scope of the technical solutions of the embodiments of the present invention.

Claims (8)

1. A form display method, comprising:
acquiring form data of at least two versions, wherein the form data comprises a plurality of form items;
rendering a summary form in an original form frame, and displaying the form data of at least two versions in the summary form;
the step of rendering a summary form in the original form frame includes:
comparing form items with data differences among form data to be compared and displayed as difference items, and taking data of different versions related to the difference items as difference information of the difference items;
the difference information of the difference item is displayed in the summary sheet at the location of the difference item.
2. The form display method according to claim 1, wherein the step of displaying the difference information of the difference item in the position of the difference item in the summary form includes:
isolating a text field and a control field of a form field corresponding to the difference item in the original form frame;
determining the number N of versions involved in the difference item;
copying to obtain N control fields, and forming a form field of the difference item in the summary form by the text field and the N control fields;
and when the summary form is rendered, filling data of different versions in the difference information into each control domain in the form domain of the difference item respectively.
3. The form display method according to claim 2, wherein after the step of copying to obtain N control fields, and composing the form fields of the difference item in the summary form with the text field and the N control fields, the method further comprises:
marking the position of the component of the form field, setting the position as a cursor position, and temporarily storing the position in a global array.
4. The form display method according to claim 2, wherein the step of copying to obtain N control fields, and composing the form fields of the difference item in the summary form with the text field and the N control fields further comprises:
different display effects are set for different control domains.
5. The form display method of claim 1, wherein the step of rendering a summary form in the original form frame further comprises:
and rendering the form items which have no data difference in the form data of at least two versions to be compared and displayed according to a rendering mode of the corresponding form fields in the original form frame.
6. A form display device, comprising:
the system comprises a multi-version data extraction module, a multi-version data extraction module and a data processing module, wherein the multi-version data extraction module is used for acquiring form data of at least two versions, and the form data comprises a plurality of form items;
the merging display module is used for rendering a summary list in the original form framework, and displaying the form data of at least two versions in the summary list;
the combined display module comprises:
the difference item screening unit is used for comparing and determining form items with data differences between form data to be compared and displayed as difference items, and taking data of different versions related to the difference items as difference information of the difference items;
and a difference item rendering unit for displaying the difference information of the difference item in the position of the difference item in the summary sheet.
7. The form display device of claim 6, wherein the difference item rendering unit comprises:
the domain isolation subunit is used for isolating a text domain and a control domain of a corresponding form domain of the difference item in the original form frame;
a quantity statistics subunit, configured to determine a version quantity N related to the difference term;
a form field generating subunit, configured to copy N control fields, and form a form field of the difference item in the summary form by using the text field and the N control fields;
and the rendering subunit is used for respectively filling data of different versions in the difference information into each control domain in the form domain of the difference item when the summary form is rendered.
8. A computer device comprising a processor and a memory, in which memory a computer program is stored, which processor, when running the computer program, realizes the steps of:
acquiring form data of at least two versions, wherein the form data comprises a plurality of form items;
rendering a summary form in an original form frame, and displaying the form data of at least two versions in the summary form;
the step of rendering a summary form in the original form frame includes:
comparing form items with data differences among form data to be compared and displayed as difference items, and taking data of different versions related to the difference items as difference information of the difference items;
the difference information of the difference item is displayed in the summary sheet at the location of the difference item.
CN201910153833.4A 2019-03-01 2019-03-01 Form display method and device Active CN111639071B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910153833.4A CN111639071B (en) 2019-03-01 2019-03-01 Form display method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910153833.4A CN111639071B (en) 2019-03-01 2019-03-01 Form display method and device

Publications (2)

Publication Number Publication Date
CN111639071A CN111639071A (en) 2020-09-08
CN111639071B true CN111639071B (en) 2023-07-28

Family

ID=72329045

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910153833.4A Active CN111639071B (en) 2019-03-01 2019-03-01 Form display method and device

Country Status (1)

Country Link
CN (1) CN111639071B (en)

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP1006664A2 (en) * 1998-12-03 2000-06-07 Sel Semiconductor Energy Laboratory Co., Ltd. Digital analog converter and electronic device using the same
CN102004787A (en) * 2010-12-07 2011-04-06 江西省电力公司信息通信中心 Method for combining multiple application scene forms based on office software plugins
CN108108436A (en) * 2017-12-20 2018-06-01 东软集团股份有限公司 Date storage method, device, storage medium and electronic equipment

Family Cites Families (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20040237040A1 (en) * 2003-05-19 2004-11-25 Malkin Wayne Allan System and method of processing an electronic form using layered aspects
US7334187B1 (en) * 2003-08-06 2008-02-19 Microsoft Corporation Electronic form aggregation
CN1801197A (en) * 2005-01-07 2006-07-12 环隆电气股份有限公司 Difference data integration and comparison method
US7584416B2 (en) * 2006-02-21 2009-09-01 Microsoft Corporation Logical representation of a user interface form
JP4881722B2 (en) * 2006-12-28 2012-02-22 日立コンピュータ機器株式会社 Form identification device and form identification program
CN103810314B (en) * 2012-11-15 2019-02-01 商业对象软件有限公司 Instrument board cooperation device
JP6446819B2 (en) * 2014-04-16 2019-01-09 富士ゼロックス株式会社 Document difference display program and information processing apparatus
US20150356065A1 (en) * 2014-06-09 2015-12-10 Microsoft Corporation Converting presentation metadata to a browser-renderable format during compilation
CN106775667A (en) * 2016-11-30 2017-05-31 福建榕基软件股份有限公司 A kind of many form information Dynamic Display method and devices
CN108664510A (en) * 2017-03-31 2018-10-16 北京京东尚科信息技术有限公司 Information acquisition method and device
CN107357913A (en) * 2017-07-19 2017-11-17 微鲸科技有限公司 Multiple terminals collaboration list filling method and for realizing its terminal

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP1006664A2 (en) * 1998-12-03 2000-06-07 Sel Semiconductor Energy Laboratory Co., Ltd. Digital analog converter and electronic device using the same
CN102004787A (en) * 2010-12-07 2011-04-06 江西省电力公司信息通信中心 Method for combining multiple application scene forms based on office software plugins
CN108108436A (en) * 2017-12-20 2018-06-01 东软集团股份有限公司 Date storage method, device, storage medium and electronic equipment

Also Published As

Publication number Publication date
CN111639071A (en) 2020-09-08

Similar Documents

Publication Publication Date Title
US8938685B2 (en) Automated graphical user interface design and development systems and methods
US8812951B1 (en) Publisher formatting controls
EP3104318A1 (en) Information processing apparatus, method, and program
CN109408764B (en) Page area dividing method, device, computing equipment and medium
CN110489116A (en) A kind of rendering method of the page, device and computer storage medium
US10210142B1 (en) Inserting linked text fragments in a document
CN104572668B (en) Method and apparatus based on multiple pattern file generated Merge Styles files
CN110955652B (en) System and method for data display
US7720814B2 (en) Repopulating a database with document content
US10089120B2 (en) Widgets in digital dashboards
CN110515606B (en) Block-based component development method
US20150347353A1 (en) Document layering platform
CN111258577B (en) Page rendering method, device, electronic equipment and storage medium
CN110365776B (en) Picture batch downloading method and device, electronic equipment and storage medium
JP2003037812A5 (en)
CN113518187B (en) Video editing method and device
CN113360106B (en) Webpage printing method and device
CN111639071B (en) Form display method and device
US20090002386A1 (en) Graphical Representation Creation Mechanism
KR102087274B1 (en) Web electric document editing apparatus for rendering object and operating method thereof
US20200043232A1 (en) Exporting non-mesh components when exporting 3d objects to 3d file formats
CN115713572A (en) Text image generation method and device, electronic equipment and readable storage medium
CN113760223B (en) Method, system, medium and equipment for multiplexing and consistency of software iteration process resources
CN115758002A (en) Method, device, equipment and program product for displaying electronic map POI
JP6596850B2 (en) Template management apparatus and program

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