CN114004196B - Method and device for converting single data format of table - Google Patents

Method and device for converting single data format of table Download PDF

Info

Publication number
CN114004196B
CN114004196B CN202111637183.4A CN202111637183A CN114004196B CN 114004196 B CN114004196 B CN 114004196B CN 202111637183 A CN202111637183 A CN 202111637183A CN 114004196 B CN114004196 B CN 114004196B
Authority
CN
China
Prior art keywords
format
data
field
target
converting
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
CN202111637183.4A
Other languages
Chinese (zh)
Other versions
CN114004196A (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.)
Accumulus Technologies Tianjin Co Ltd
Original Assignee
Accumulus Technologies Tianjin 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 Accumulus Technologies Tianjin Co Ltd filed Critical Accumulus Technologies Tianjin Co Ltd
Priority to CN202111637183.4A priority Critical patent/CN114004196B/en
Publication of CN114004196A publication Critical patent/CN114004196A/en
Application granted granted Critical
Publication of CN114004196B publication Critical patent/CN114004196B/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/12Use of codes for handling textual entities
    • G06F40/151Transformation
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/10Text processing
    • G06F40/103Formatting, i.e. changing of presentation of documents
    • 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

Abstract

The invention provides a method and a device for converting a single data format of a table, wherein the method comprises the following steps: acquiring data in each option in a form, wherein the option comprises a target option, the target option comprises target data, and the target data comprises: a single field and at least one single field to be hidden; converting the target data into a multi-field array through a format conversion component; converting the multi-field array into first target data in a first preset format through the format conversion component; displaying data in each option in the form; receiving modification data of a user on a target single field of first target data of the target option; converting the modified data into second target data in a second preset format through the format conversion component; storing the modification data in the form. In the invention, the field input and output values are processed at the field position, so that the field is multiplexed by a plurality of forms without independently maintaining field formatting.

Description

Method and device for converting single data format of table
Technical Field
The present invention relates to the field of data format conversion, and in particular, to a method and an apparatus for converting a single data format of a table.
Background
Under the increasingly complicated form of the internet, the software development requirements are various, especially forms are the most code writing amount of developers, and the forms are the bridges for maintaining users and systems. In the prior art, a form value returned through an interface needs to be formatted and transmitted to a form, then a user modifies the form value, and the form value is formatted again or a format conversion component is added to a field when the form value is submitted, but the form formatting and the submission methods are coupled, the field cannot be directly used by other forms, and a format conversion component needs to be added to each form using the field; if the field needing to be formatted is judged to be hidden and displayed according to the submission result, the field is judged once again after the submission, and the field is known to need not to be formatted, so that the cost is high, the error rate is high, the transmission speed is low, and the personal user experience is not good.
Disclosure of Invention
The invention provides a method and a device for converting a single data format of a table, which are used for solving the problems of high error rate, low transmission speed and poor safety caused by the fact that in the prior art, a form value needs to be formatted when a form is initialized and submitted, fields are multiplexed by a plurality of forms and field formatting needs to be maintained independently.
In order to solve the above problems, the present invention is realized by:
in a first aspect, the present invention provides a method for converting a single data format, including:
after a display request for a form is received, acquiring data in options in the form, wherein each option comprises at least one piece of data, the options comprise target options, the target options comprise target data, and the target data comprise: a single field and at least one single field to be hidden;
converting the target data into a multi-field array through a format conversion component; the multi-field array comprises a single field and a hidden single field converted by the single field to be hidden;
converting the multi-field array into first target data in a first preset format through the format conversion component; the first preset format is a format which can be received by the target option;
displaying data in each option in the form, wherein first target data corresponding to the target option only displays corresponding single character segments;
receiving modification data of a user on a target single field of first target data of the target option;
converting the modified data into second target data in a second preset format through the format conversion component; the second preset format is a format which can be received by the form;
storing the modification data in the form.
Optionally, converting the target data into a multi-field array through a format conversion component, including:
reserving single character segments in the target data through a format conversion component to serve as target single values;
setting at least one single field to be hidden on the hidden field as a hidden single value;
the target single value and the hidden single value constitute the multi-field array.
Optionally, the format conversion component encapsulates at least one format conversion method of a first preset format.
Optionally, the format conversion method of the first preset format includes at least one of: converting the moment format into a timestamp format; converting the moment array format into a multi-field timestamp format; converting the character string format into a digital format; the provincial and urban area single-field array is converted into a provincial and urban area multi-field array.
Optionally, the format conversion component encapsulates at least one format conversion method of a second preset format.
Optionally, the format conversion method of the second preset format includes at least one of: converting the timestamp format into a moment format; converting the format of the multi-field timestamp into a moment array format; converting the digital format into a character string format; and converting the provincial and urban area multi-field array into a provincial and urban area single-field array.
In a second aspect, the present invention provides an apparatus for converting a single data format of a table, including:
a first processing module, configured to obtain data in options in a form after receiving a display request for the form, where each option includes at least one piece of data, the option includes a target option, the target option includes target data, and the target data includes: a single field and at least one single field to be hidden;
the first format conversion module is used for converting the target data into a multi-field array through a format conversion component; the multi-field array comprises a single field and a hidden single field converted by the single field to be hidden;
the second format conversion module is used for converting the multi-field array into first target data in a first preset format through the format conversion component; the first preset format is a format which can be received by the target option;
the display module is used for displaying data in each option in the form, wherein the first target data corresponding to the target option only displays the corresponding single character segment;
the receiving module is used for receiving modification data of a target single field of first target data of the target option from a user;
the third format conversion module is used for converting the modified data into second target data in a second preset format through the format conversion component; the second preset format is a format which can be received by the form;
and the storage module is used for storing the modification data in the form.
Optionally, the first format conversion module includes:
the first processing submodule is used for reserving the single character sections in the target data through the format conversion component to be used as target single values;
the second processing submodule is used for setting at least one single field to be hidden on the hidden field as a hidden single value;
and the third processing submodule is used for forming the multi-field array by the target single value and the hidden single value.
Optionally, the format conversion component encapsulates at least one format conversion method of a first preset format.
Optionally, the format conversion method of the first preset format includes at least one of: converting the moment format into a timestamp format; converting the moment array format into a multi-field timestamp format; converting the character string format into a digital format; the provincial and urban area single-field array is converted into a provincial and urban area multi-field array.
Optionally, the format conversion component encapsulates at least one format conversion method of a second preset format.
Optionally, the format conversion method of the second preset format includes at least one of: converting the timestamp format into a moment format; converting the format of the multi-field timestamp into a moment array format; converting the digital format into a character string format; and converting the provincial and urban area multi-field array into a provincial and urban area single-field array.
In a third aspect, the present invention provides a server comprising a processor, a memory and a program or instructions stored on the memory and executable on the processor, the program or instructions, when executed by the processor, implementing the steps of the method of converting a single data format of a table according to any one of the first aspect.
In a fourth aspect, the present invention provides a readable storage medium on which is stored a program or instructions which, when executed by a processor, implement the steps of the method of converting a single data format of a table as claimed in any one of the first aspects.
In the invention, the input and output values of the fields are processed at the field positions, so that the field conversion type of converting the array fields into the multi-field and single-field is realized, the form value is not required to be formatted when the forms are initialized and submitted, and the problems that the fields are multiplexed by a plurality of forms and the field formatting is required to be maintained independently are solved.
Drawings
Various other advantages and benefits will become apparent to those of ordinary skill in the art upon reading the following detailed description of the preferred embodiments. The drawings are only for purposes of illustrating the preferred embodiments and are not to be construed as limiting the invention. Also, like reference numerals are used to refer to like parts throughout the drawings. In the drawings:
fig. 1 is a schematic flow chart of a method for converting a single data format of a table according to an embodiment of the present invention;
fig. 2 is a schematic general flowchart of a method for converting a single data format of a table according to an embodiment of the present invention;
fig. 3 is a schematic diagram illustrating a format conversion flow of a method for converting a single data format of a table according to an embodiment of the present invention;
fig. 4 is a schematic structural diagram of an apparatus for converting a single data format of a table according to an embodiment of the present invention;
fig. 5 is a schematic structural diagram of a server according to an embodiment of the present invention.
Detailed Description
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 is obvious that the described embodiments are some, not all, embodiments of the present invention. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
Referring to fig. 1, an embodiment of the present invention provides a method for converting a single data format of a table, including:
step 11: after a display request for a form is received, acquiring data in options in the form, wherein each option comprises at least one piece of data, the options comprise target options, the target options comprise target data, and the target data comprise: a single field and at least one single field to be hidden;
step 12: converting the target data into a multi-field array through a format conversion component; the multi-field array comprises a single field and a hidden single field converted by the single field to be hidden;
step 13: converting the multi-field array into first target data in a first preset format through the format conversion component; the first preset format is a format which can be received by the target option;
step 14: displaying data in each option in the form, wherein first target data corresponding to the target option only displays corresponding single character segments;
step 15: receiving modification data of a user on a target single field of first target data of the target option;
step 16: converting the modified data into second target data in a second preset format through the format conversion component; the second preset format is a format which can be received by the form;
and step 17: storing the modification data in the form.
In the embodiment of the invention, the input and output values of the fields are processed at the field positions, so that the field type conversion from the array fields into the multi-field and single-field is realized, the form value is not required to be formatted when the form is initialized and submitted, and the problems that the fields are multiplexed by a plurality of forms and the field formatting is required to be maintained independently are solved.
Referring to fig. 2, in step 11, after receiving a display request for a form, in an embodiment of the present invention, data, that is, an initial value of the form, in each option in the form is obtained, where each option includes at least one piece of data, the option includes a target option, the target option includes target data, and the target data includes: a single field and at least one single field to be hidden; in step 12 and step 13, the format conversion component converts the initial value of the form into a format which can be identified by the target option; in step 14 and step 15, the user operates the target option to modify the target option, receives the modification data of the user to the target option, and after triggering the change of the value of the target option, transmits the modified value to the format conversion component again; in step 16 and step 17, the format conversion component converts the value of the format in the target option into a value which can be received by the form, and transmits the value back to the form for storage; with the initial value of the form { start: "1630598400000", end: "1630684799999" is an example, the target option is a start time target option, and the format of the value that the target option can receive is [ moment, moment ]; at the format conversion component of the target option, converting the form value into [ moment, moment ] and transmitting the [ moment, moment ] to the target option, returning the [ moment, moment ] to the format conversion component after the date is modified by a user, and converting the [ moment, moment ] into a format { start: "1630598400000", end: "1630684799999" and then to the form for storage.
In this embodiment of the present invention, optionally, converting the target data into a multi-field array through a format conversion component includes:
reserving single character segments in the target data through a format conversion component to serve as target single values;
setting at least one single field to be hidden on the hidden field as a hidden single value;
the target single value and the hidden single value constitute the multi-field array.
In this embodiment of the present invention, optionally, the format conversion component encapsulates at least one format conversion method of a first preset format.
In this embodiment of the present invention, optionally, the format conversion method of the first preset format includes at least one of the following: converting the moment format into a timestamp format; converting the moment array format into a multi-field timestamp format; converting the character string format into a digital format; the provincial and urban area single-field array is converted into a provincial and urban area multi-field array.
In this embodiment of the present invention, optionally, the format conversion component encapsulates at least one format conversion method of a second preset format.
In this embodiment of the present invention, optionally, the format conversion method of the second preset format includes at least one of the following: converting the timestamp format into a moment format; converting the format of the multi-field timestamp into a moment array format; converting the digital format into a character string format; and converting the provincial and urban area multi-field array into a provincial and urban area single-field array.
Referring to fig. 3, in the embodiment of the present invention, the format conversion component selects a form.item and a format API in a component library to execute a format conversion method for format conversion component summarization, where the form.item is responsible for transmitting a name in a field to a corresponding component, that is, a corresponding target option, to implement default interaction; name parameter setting hidden field hidden form item is received for storing other fields; for example: receiving a name used for a DatePick. The format is responsible for returning the format which can be received by the target option to a component through getFieldValue, namely the target option; for example: convert start: "1630598400000" into moment assignment DatePick. The method comprises the steps of modifying a DatePick RangePicker time interval target option through getValueFromEvent, wherein start is returned to form, item and end is set to hidden fields of hide of item; and the form is converted into a format which can be accepted by the form and then transmitted to the form for storage.
Referring to fig. 4, the present invention provides a device for converting a single data format of a table, including:
a first processing module 41, configured to, after receiving a display request for a form, acquire data in options in the form, where each option includes at least one piece of data, and the option includes a target option, where the target option includes target data, and the target data includes: a single field and at least one single field to be hidden;
the first format conversion module 42 is used for converting the target data into a multi-field array through a format conversion component; the multi-field array comprises a single field and a hidden single field converted by the single field to be hidden;
a second format conversion module 43, configured to convert the multi-field array into first target data in a first preset format through the format conversion component; the first preset format is a format which can be received by the target option;
a display module 44, configured to display data in each option in the form, where first target data corresponding to the target option only displays a corresponding single character segment;
a receiving module 45, configured to receive modification data of a target single field of first target data of the target option from a user;
a third format conversion module 46, configured to convert, by the format conversion component, the modified data into second target data in a second preset format; the second preset format is a format which can be received by the form;
a storage module 47, configured to store the modification data in the form.
In this embodiment of the present invention, optionally, the first format conversion module includes:
the first processing submodule is used for reserving the single character sections in the target data through the format conversion component to be used as target single values;
the second processing submodule is used for setting at least one single field to be hidden on the hidden field as a hidden single value;
and the third processing submodule is used for forming the multi-field array by the target single value and the hidden single value.
In this embodiment of the present invention, optionally, the format conversion component encapsulates at least one format conversion method of a first preset format.
In this embodiment of the present invention, optionally, the format conversion method of the first preset format includes at least one of the following: converting the moment format into a timestamp format; converting the moment array format into a multi-field timestamp format; converting the character string format into a digital format; the provincial and urban area single-field array is converted into a provincial and urban area multi-field array.
In this embodiment of the present invention, optionally, the format conversion component encapsulates at least one format conversion method of a second preset format.
In this embodiment of the present invention, optionally, the format conversion method of the second preset format includes at least one of the following: converting the timestamp format into a moment format; converting the format of the multi-field timestamp into a moment array format; converting the digital format into a character string format; and converting the provincial and urban area multi-field array into a provincial and urban area single-field array.
The device for converting the single data format of the table provided by the embodiment of the present invention can implement each process implemented by the method for converting the single data format of the table in the embodiment of the method in fig. 1, and is not described herein again to avoid repetition.
Referring to fig. 5, an embodiment of the present invention further provides a server 50, which includes a processor 51, a memory 52 and a computer program stored in the memory 52 and capable of running on the processor 51, and when the computer program is executed by the processor 51, the computer program implements each process of the method embodiment of converting a single data format of a table, and can achieve the same technical effect, and therefore, for avoiding repetition, the description is omitted here.
The embodiment of the present invention further provides a computer-readable storage medium, where a computer program is stored on the computer-readable storage medium, and when the computer program is executed by a processor, the computer program implements each process of the method embodiment of converting a single data format of a table, and can achieve the same technical effect, and in order to avoid repetition, the detailed description is omitted here. The computer-readable storage medium may be a Read-Only Memory (ROM), a Random Access Memory (RAM), a magnetic disk or an optical disk.
It should be noted that, in this document, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other like elements in a process, method, article, or apparatus that comprises the element.
Through the above description of the embodiments, those skilled in the art will clearly understand that the method of the above embodiments can be implemented by software plus a necessary general hardware platform, and certainly can also be implemented by hardware, but in many cases, the former is a better implementation manner. Based on such understanding, the technical solution of the present invention may be embodied in the form of a software product, which is stored in a storage medium (such as ROM/RAM, magnetic disk, optical disk) and includes instructions for enabling a terminal (such as a mobile phone, a computer, a server, an air conditioner, or a terminal) to execute the method according to the embodiments of the present invention.
While the present invention has been described with reference to the embodiments shown in the drawings, the present invention is not limited to the embodiments, which are illustrative and not restrictive, and it will be apparent to those skilled in the art that various changes and modifications can be made therein without departing from the spirit and scope of the invention as defined in the appended claims.

Claims (10)

1. A method of converting a single data format, comprising:
after a display request for a form is received, acquiring data in options in the form, wherein each option comprises at least one piece of data, the options comprise target options, the target options comprise target data, and the target data comprise: a single field and at least one single field to be hidden;
converting the target data into a multi-field array through a format conversion component; the multi-field array comprises a single field and a hidden single field converted by the single field to be hidden;
converting the multi-field array into first target data in a first preset format through the format conversion component; the first preset format is a format which can be received by the target option;
displaying data in each option in the form, wherein first target data corresponding to the target option only displays corresponding single character segments;
receiving modification data of a user on a target single field of first target data of the target option;
converting the modified data into second target data in a second preset format through the format conversion component; the second preset format is a format which can be received by the form;
storing the second target data in the form.
2. A method of converting a single data format into a multi-field array as claimed in claim 1, wherein converting said target data into a multi-field array by a format conversion component comprises:
reserving single character segments in the target data through a format conversion component to serve as target single values;
setting at least one single field to be hidden on the hidden field as a hidden single value;
the target single value and the hidden single value constitute the multi-field array.
3. A method of converting a single data format in accordance with claim 1,
the format conversion component is packaged with at least one format conversion method of a first preset format.
4. A method of converting a single data format according to claim 3,
the format conversion method of the first preset format comprises at least one of the following steps: converting the moment format into a timestamp format; converting the moment array format into a multi-field timestamp format; converting the character string format into a digital format; the provincial and urban area single-field array is converted into a provincial and urban area multi-field array.
5. A method of converting a single data format in accordance with claim 1,
and at least one format conversion method in a second preset format is packaged in the format conversion component.
6. A method of converting a single data format according to claim 5,
the format conversion method of the second preset format includes at least one of: converting the timestamp format into a moment format; converting the format of the multi-field timestamp into a moment array format; converting the digital format into a character string format; and converting the provincial and urban area multi-field array into a provincial and urban area single-field array.
7. An apparatus for converting a single data format, comprising:
a first processing module, configured to obtain data in options in a form after receiving a display request for the form, where each option includes at least one piece of data, the option includes a target option, the target option includes target data, and the target data includes: a single field and at least one single field to be hidden;
the first format conversion module is used for converting the target data into a multi-field array through a format conversion component; the multi-field array comprises a single field and a hidden single field converted by the single field to be hidden;
the second format conversion module is used for converting the multi-field array into first target data in a first preset format through the format conversion component; the first preset format is a format which can be received by the target option;
the display module is used for displaying data in each option in the form, wherein the first target data corresponding to the target option only displays the corresponding single character segment;
the receiving module is used for receiving modification data of a target single field of first target data of the target option from a user;
the third format conversion module is used for converting the modified data into second target data in a second preset format through the format conversion component; the second preset format is a format which can be received by the form;
and the storage module is used for storing the second target data in the form.
8. A conversion table single data format apparatus as claimed in claim 7, wherein said first format conversion module comprises:
the first processing submodule is used for reserving the single character sections in the target data through the format conversion component to be used as target single values;
the second processing submodule is used for setting at least one single field to be hidden on the hidden field as a hidden single value;
and the third processing submodule is used for forming the multi-field array by the target single value and the hidden single value.
9. A server, comprising a processor, a memory, and a program or instructions stored on the memory and executable on the processor, the program or instructions, when executed by the processor, implementing the steps of a method of converting a single data format according to any one of claims 1-6.
10. A readable storage medium, on which a program or instructions are stored, which, when executed by a processor, carry out the steps of a method of converting a single data format of a table as claimed in any one of claims 1 to 6.
CN202111637183.4A 2021-12-30 2021-12-30 Method and device for converting single data format of table Active CN114004196B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202111637183.4A CN114004196B (en) 2021-12-30 2021-12-30 Method and device for converting single data format of table

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202111637183.4A CN114004196B (en) 2021-12-30 2021-12-30 Method and device for converting single data format of table

Publications (2)

Publication Number Publication Date
CN114004196A CN114004196A (en) 2022-02-01
CN114004196B true CN114004196B (en) 2022-03-15

Family

ID=79932237

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202111637183.4A Active CN114004196B (en) 2021-12-30 2021-12-30 Method and device for converting single data format of table

Country Status (1)

Country Link
CN (1) CN114004196B (en)

Family Cites Families (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN100524306C (en) * 2006-06-21 2009-08-05 千乡万才科技(中国)有限公司 Method for leading-in and deriving data in browser/servicer system
US20090089653A1 (en) * 2007-09-28 2009-04-02 Microsoft Corporation Auto-generation and syndication of tables as forms
US20160026616A1 (en) * 2014-07-28 2016-01-28 Microsoft Corporation Presenting dataset of spreadsheet in form based view
CN107193579B (en) * 2017-03-29 2021-04-27 武汉斗鱼网络科技有限公司 Method and device for realizing planned tasks
CN111062189A (en) * 2018-10-16 2020-04-24 鸿合科技股份有限公司 Data analysis method and device and electronic equipment
CN110688343B (en) * 2019-08-26 2023-04-28 天津开心生活科技有限公司 Method and device for converting data format
CN111027295B (en) * 2019-11-11 2023-12-12 浙江大搜车软件技术有限公司 Data processing method, device, computer equipment and storage medium
CN111222069B (en) * 2019-12-23 2023-06-20 中国平安财产保险股份有限公司 Report component adjustment method and device and related equipment
CN113703638A (en) * 2020-05-21 2021-11-26 北京金山云网络技术有限公司 Data management page processing method and device, electronic equipment and storage medium
CN112380476A (en) * 2020-11-17 2021-02-19 北京字跳网络技术有限公司 Information display method and device and electronic equipment
CN112464632B (en) * 2020-11-27 2023-07-14 四川科瑞软件有限责任公司 Dynamic storage and conversion method for table style under excel report
CN113051269A (en) * 2021-03-22 2021-06-29 中国工商银行股份有限公司 Form configuration method and device

Also Published As

Publication number Publication date
CN114004196A (en) 2022-02-01

Similar Documents

Publication Publication Date Title
CN110941500B (en) Interface display method and device
CN111611518B (en) Automatic visual display page publishing method and system based on Html5
CN107679214B (en) Link positioning method, device, terminal and computer readable storage medium
WO2021068765A1 (en) Web page screenshot method and apparatus, device, and computer-readable storage medium
CN107329976B (en) Webpage paging method and device, computer equipment and computer readable storage medium
WO2015043442A1 (en) Method, device and mobile terminal for text-to-speech processing
US11907316B2 (en) Processor-implemented method, computing system and computer program for invoking a search
US11151219B2 (en) Generating rich digital documents from limited instructional data
US10769225B2 (en) Processor-implemented method, computing system and computer program for invoking a search
EP4080507A1 (en) Method and apparatus for editing object, electronic device and storage medium
CN114004196B (en) Method and device for converting single data format of table
CN112947900B (en) Web application development method and device, server and development terminal
CN113094138A (en) Interface display method and device, electronic equipment and storage medium
CN109814778B (en) Method and device for realizing small program tab, electronic equipment and medium
CN109739548B (en) Program packaging method, program packaging device and computer readable storage medium
US20150180946A1 (en) Interactive System
CN113110829B (en) Multi-UI component library data processing method and device
CN111240679B (en) Page development method and system
US11722439B2 (en) Bot platform for mutimodal channel agnostic rendering of channel response
CN111327766B (en) Information sharing method, terminal and readable storage medium
WO2017000696A1 (en) Interactive processing method and device
WO2008115033A1 (en) Method of providing mobile application and computer-readable medium having thereon program performing function embodying the same
CN114422468A (en) Message processing method, device, terminal and storage medium
CN111782992A (en) Display control method, device, equipment and readable storage medium
CN113791856B (en) Method and device for long screen capture annotation

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