CN113343157A - Content editing method and device based on domain-specific language - Google Patents

Content editing method and device based on domain-specific language Download PDF

Info

Publication number
CN113343157A
CN113343157A CN202110758001.2A CN202110758001A CN113343157A CN 113343157 A CN113343157 A CN 113343157A CN 202110758001 A CN202110758001 A CN 202110758001A CN 113343157 A CN113343157 A CN 113343157A
Authority
CN
China
Prior art keywords
data source
information
content editing
domain
specific language
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CN202110758001.2A
Other languages
Chinese (zh)
Other versions
CN113343157B (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.)
Hunan Happly Sunshine Interactive Entertainment Media Co Ltd
Original Assignee
Hunan Happly Sunshine Interactive Entertainment Media 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 Hunan Happly Sunshine Interactive Entertainment Media Co Ltd filed Critical Hunan Happly Sunshine Interactive Entertainment Media Co Ltd
Priority to CN202110758001.2A priority Critical patent/CN113343157B/en
Publication of CN113343157A publication Critical patent/CN113343157A/en
Application granted granted Critical
Publication of CN113343157B publication Critical patent/CN113343157B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/958Organisation or management of web site content, e.g. publishing, maintaining pages or automatic linking
    • 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
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/20Natural language analysis
    • G06F40/205Parsing
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management

Landscapes

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

Abstract

The application discloses a content editing method and device based on a domain-specific language, and under the condition that an editing instruction of a user is received, template information corresponding to a template ID indicated by the editing instruction is obtained. And acquiring key values of variables contained in the data source and content editing information. And analyzing the XML information to obtain a target variable. And calling the object function, defining the target variable as a preset function according to the key value, so that the data source is modified into the content editing information. And marking the transformed data source as a target data source, and writing the target data source into the rendering function. In the process of editing the content by the user, the content information edited by the user is responded to the view rendered based on the domain-specific language, and the user can intuitively know whether the content editing has errors or not. Therefore, by the scheme, the efficiency of webpage development can be effectively improved.

Description

Content editing method and device based on domain-specific language
Technical Field
The present application relates to the field of front-end development technologies, and in particular, to a method and an apparatus for editing content based on a domain-specific language.
Background
The Domain Specific Language (DSL) is used to solve the problem of difficulty in demand collection caused by the inconsistency of Language models between a user and a builder at the initial stage of system construction, and as the name suggests, another Language is constructed through one Language to solve the problem of cross-platform, and is often applied to web page development. In web page development, in order to improve development efficiency, most web pages are generally generated based on a Content Management System (CMS) System concatenation template.
At present, in the process of editing the content based on the domain specific language by using the CMS system, the editing items are many and complex, and the correlation between the editing items is strong, so that the content editing is easy to make mistakes, and after the content editing is finished and the content is stored, it can be determined whether the editing configuration of the content is correct through the preview. In the current content editing method based on the domain specific language, technicians cannot timely learn errors existing during content editing, and only can spend time on maintenance and inspection after the content editing is finished, so that the efficiency of webpage development is greatly reduced.
Disclosure of Invention
The application provides a content editing method and device based on a domain-specific language, and aims to improve the efficiency of webpage development.
In order to achieve the above object, the present application provides the following technical solutions:
a content editing method based on a domain-specific language comprises the following steps:
under the condition that an editing instruction of a user is received, acquiring template information corresponding to a template ID indicated by the editing instruction; the template information comprises XML information and a data source;
acquiring key values of variables contained in the data source and locally pre-stored content editing information;
analyzing the XML information to obtain a target variable; the target variable is a variable used for rendering a domain-specific language;
calling an object function, defining the target variable as a preset function according to the key value, and modifying the data source into the content editing information; the preset function comprises a function pair of a value and a set value of the content editing information;
identifying the modified data source as a target data source;
and writing the target data source into a preset rendering function.
Optionally, the template information further includes: a type of the data source;
the acquiring key values of variables contained in the data source and locally pre-stored content editing information includes:
screening out data sources with the same type as the type shown by the template information from all prestored data sources to serve as effective data sources;
and acquiring key values of variables contained in the effective data source and locally pre-stored content editing information.
Optionally, the method further includes:
and packaging the format configuration of the effective data source to enable the format configuration of the effective data source to meet the preset format requirement.
Optionally, the calling object.defineProperty function, and defining the target variable as a preset function according to the key value, so that the data source is modified to be the content editing information, including:
and calling an object function, defining the target variable as a preset function according to the key value, and modifying the effective data source into the content editing information.
A content editing apparatus based on a domain-specific language, comprising:
a first acquisition unit configured to acquire template information corresponding to a template ID indicated by an edit instruction of a user, in a case where the edit instruction is received; the template information comprises XML information and a data source;
the second acquisition unit is used for acquiring key values of variables contained in the data source and locally pre-stored content editing information;
the analysis unit is used for analyzing the XML information to obtain a target variable; the target variable is a variable used for rendering a domain-specific language;
a transformation unit, configured to invoke an object. The preset function comprises a function pair of a value and a set value of the content editing information;
the identification unit is used for identifying the modified data source as a target data source;
and the writing unit is used for writing the target data source into a preset rendering function.
Optionally, the template information further includes a type of the data source;
the second obtaining unit is specifically configured to:
screening out data sources with the same type as the type shown by the template information from all prestored data sources to serve as effective data sources;
and acquiring key values of variables contained in the effective data source and locally pre-stored content editing information.
Optionally, the second obtaining unit is further configured to:
and packaging the format configuration of the effective data source to enable the format configuration of the effective data source to meet the preset format requirement.
Optionally, the modification unit is specifically configured to:
and calling an object function, defining the target variable as a preset function according to the key value, and modifying the effective data source into the content editing information.
A computer-readable storage medium comprising a stored program, wherein the program executes the domain-specific language based content editing method.
A domain-specific language based content editing device, comprising: a processor, a memory, and a bus; the processor and the memory are connected through the bus;
the memory is used for storing a program, and the processor is used for executing the program, wherein the program executes the content editing method based on the domain-specific language when running.
According to the technical scheme, under the condition that the editing instruction of the user is received, the template information corresponding to the template ID indicated by the editing instruction is obtained, and the template information comprises XML information and a data source. And acquiring key values of variables contained in the data source and locally pre-stored content editing information. And analyzing the XML information to obtain a target variable, wherein the target variable is a variable of a special language for the rendering field. And calling an object function, defining a target variable as a preset function according to the key value, so that the data source is modified into content editing information, wherein the preset function comprises a function pair for taking values and setting values from the content editing information. And marking the modified data source as a target data source, and writing the target data source into a preset rendering function. Compared with the prior art, in the process that the user edits the content, the content information edited by the user in real time responds to the view rendered based on the domain-specific language, so that the user can conveniently and visually know whether the content editing has errors, and the probability of the user editing errors is reduced. Therefore, by the scheme, the efficiency of webpage development can be effectively improved.
Drawings
In order to more clearly illustrate the embodiments of the present application or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, it is obvious that the drawings in the following description are only some embodiments of the present application, and for those skilled in the art, other drawings can be obtained according to the drawings without creative efforts.
Fig. 1a is a schematic diagram of a content editing method based on a domain-specific language according to an embodiment of the present application;
FIG. 1b is a diagram illustrating a view rendered based on a domain-specific language according to an embodiment of the present application;
fig. 2 is a schematic diagram of another domain-specific language-based content editing method according to an embodiment of the present application;
fig. 3 is a schematic structural diagram of a content editing apparatus based on a domain-specific language according to an embodiment of the present application.
Detailed Description
The technical solutions in the embodiments of the present application will be clearly and completely described below with reference to the drawings in the embodiments of the present application, and it is obvious that the described embodiments are only a part of the embodiments of the present application, and not all of the embodiments. 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 application.
As shown in fig. 1a, a schematic diagram of a content editing method based on a domain-specific language provided in an embodiment of the present application includes the following steps:
s101: when an editing instruction of a user is received, template information corresponding to a template ID indicated by the editing instruction is acquired.
The template information comprises XML information and the type of the data source. The so-called XML information is common knowledge familiar to those skilled in the art and will not be described herein.
S102: and screening out the data sources with the same type as that shown by the template information from the pre-stored data sources to serve as effective data sources.
Among them, the so-called active data source is essentially the data source needed to render the DSL.
S103: and packaging the format configuration of the effective data source to enable the format configuration of the effective data source to meet the preset format requirement.
The specific implementation manner of the package is a technical means familiar to those skilled in the art, and is not described herein again. In addition, the format configuration of the effective data source is packaged, so that the format configuration of the effective data source meets the preset format requirement, which is to ensure that the format configuration of the effective data source can meet the format requirement of the preset domain-specific language.
S104: and acquiring key values of variables contained in the effective data source and locally pre-stored content editing information.
The key value of the variable is common knowledge familiar to those skilled in the art, and will not be described in detail herein. The content editing information specifically includes content editing information developed in advance based on a domain-specific language.
S105: and analyzing the XML information to obtain a target variable.
Wherein the target variable is a variable for rendering a domain-specific language.
S106: and calling an object function, and defining a target variable as a function pair of a value taken from the content editing information and a value set according to the key value, so that the effective data source is reformed into the content editing information.
The implementation principle of the object function is common knowledge familiar to those skilled in the art, and will not be described herein. The effective data source is modified into content editing information, and the essence is that the modified effective data source and the view are bound in two directions.
S107: and identifying the modified effective data source as a target data source.
S108: and writing the target data source into a preset rendering function.
In the process of editing the content by the user, since the target data source is written into the preset rendering function, the content information edited by the user in real time will be responded to the view rendered by the DSL, specifically, see the view shown in fig. 1 b. Therefore, the user can intuitively know whether the content editing has errors or not, the error can be corrected in time, the probability of the user editing errors is reduced, error check is not needed after the content editing is finished, and the efficiency of webpage development is effectively improved.
In summary, compared with the prior art, in the process of editing the content by the user, the content information edited by the user in real time will respond to the view rendered based on the domain-specific language, so that the user can visually learn whether the content editing has errors, and the probability of the user editing errors is reduced. Therefore, by the scheme, the efficiency of webpage development can be effectively improved.
It should be noted that, the above-mentioned embodiment refers to S102, which is an alternative implementation manner of the content editing method based on the domain-specific language described in this application. In addition, S103 mentioned in the above embodiment is also an optional implementation manner of the content editing method based on the domain-specific language described in this application. For this reason, the flow mentioned in the above embodiment can be summarized as the method shown in fig. 2.
As shown in fig. 2, a schematic diagram of another domain-specific language-based content editing method provided in the embodiment of the present application includes the following steps:
s201: when an editing instruction of a user is received, template information corresponding to a template ID indicated by the editing instruction is acquired.
The template information comprises XML information and a data source.
S202: and acquiring key values of variables contained in the data source and locally pre-stored content editing information.
S203: and analyzing the XML information to obtain a target variable.
Wherein the target variable is a variable for rendering a domain-specific language.
S204: and calling the object function, defining the target variable as a preset function according to the key value, so that the data source is modified into the content editing information.
The preset function comprises a function pair of a value and a set value of the content editing information.
S205: and marking the modified data source as a target data source.
S206: and writing the target data source into a preset rendering function.
In summary, compared with the prior art, in the process of editing the content by the user, the content information edited by the user in real time will respond to the view rendered based on the domain-specific language, so that the user can visually learn whether the content editing has errors, and the probability of the user editing errors is reduced. Therefore, by the scheme, the efficiency of webpage development can be effectively improved.
Corresponding to the content editing method based on the domain-specific language provided by the embodiment of the application, the embodiment of the application also provides a content editing device based on the domain-specific language.
As shown in fig. 3, an architecture diagram of a content editing apparatus based on a domain-specific language provided in an embodiment of the present application includes:
a first acquisition unit 100 configured to acquire template information corresponding to a template ID indicated by an editing instruction in a case where the editing instruction by a user is received; the template information includes XML information, as well as a data source.
Wherein the template information further comprises a type of the data source.
The second obtaining unit 200 is configured to obtain key values of variables included in the data source and content editing information pre-stored locally.
The second obtaining unit 200 is specifically configured to: screening out data sources with the same type as that shown by the template information from all prestored data sources to serve as effective data sources; and acquiring key values of variables contained in the effective data source and locally pre-stored content editing information.
The second obtaining unit 200 is further configured to: and packaging the format configuration of the effective data source to enable the format configuration of the effective data source to meet the preset format requirement.
The parsing unit 300 is configured to parse the XML information to obtain a target variable; the target variables are variables used to render the domain specific language.
The reconstruction unit 400 is configured to call an object. The preset function includes a function pair of a value taken from the content editing information and a set value.
The modification unit 400 is specifically configured to: and calling the object function, defining the target variable as a preset function according to the key value, and modifying the effective data source into content editing information.
And an identifying unit 500, configured to identify the modified data source as a target data source.
The writing unit 600 is configured to write the target data source into a preset rendering function.
In summary, compared with the prior art, in the process of editing the content by the user, the content information edited by the user in real time will respond to the view rendered based on the domain-specific language, so that the user can visually learn whether the content editing has errors, and the probability of the user editing errors is reduced. Therefore, by the scheme, the efficiency of webpage development can be effectively improved.
The present application also provides a computer-readable storage medium including a stored program, wherein the program executes the method for editing content based on the domain-specific language provided by the present application.
The present application also provides a content editing apparatus based on a domain-specific language, including: a processor, a memory, and a bus. The processor is connected with the memory through a bus, the memory is used for storing programs, and the processor is used for running the programs, wherein the program runs to execute the content editing method based on the domain-specific language provided by the application, and the method comprises the following steps:
under the condition that an editing instruction of a user is received, acquiring template information corresponding to a template ID indicated by the editing instruction; the template information comprises XML information and a data source;
acquiring key values of variables contained in the data source and locally pre-stored content editing information;
analyzing the XML information to obtain a target variable; the target variable is a variable used for rendering a domain-specific language;
calling an object function, defining the target variable as a preset function according to the key value, and modifying the data source into the content editing information; the preset function comprises a function pair of a value and a set value of the content editing information;
identifying the modified data source as a target data source;
and writing the target data source into a preset rendering function.
Optionally, the template information further includes: a type of the data source;
the acquiring key values of variables contained in the data source and locally pre-stored content editing information includes:
screening out data sources with the same type as the type shown by the template information from all prestored data sources to serve as effective data sources;
and acquiring key values of variables contained in the effective data source and locally pre-stored content editing information.
Optionally, the method further includes:
and packaging the format configuration of the effective data source to enable the format configuration of the effective data source to meet the preset format requirement.
Optionally, the calling object.defineProperty function, and defining the target variable as a preset function according to the key value, so that the data source is modified to be the content editing information, including:
and calling an object function, defining the target variable as a preset function according to the key value, and modifying the effective data source into the content editing information.
The functions described in the method of the embodiment of the present application, if implemented in the form of software functional units and sold or used as independent products, may be stored in a storage medium readable by a computing device. Based on such understanding, part of the contribution to the prior art of the embodiments of the present application or part of the technical solution may be embodied in the form of a software product stored in a storage medium and including several instructions for causing a computing device (which may be a personal computer, a server, a mobile computing device or a network device) to execute all or part of the steps of the method described in the embodiments of the present application. And the aforementioned storage medium includes: a U-disk, a removable hard disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a magnetic disk or an optical disk, and other various media capable of storing program codes.
The embodiments are described in a progressive manner, each embodiment focuses on differences from other embodiments, and the same or similar parts among the embodiments are referred to each other.
The previous description of the disclosed embodiments is provided to enable any person skilled in the art to make or use the present application. Various modifications to these embodiments will be readily apparent to those skilled in the art, and the generic principles defined herein may be applied to other embodiments without departing from the spirit or scope of the application. Thus, the present application is not intended to be limited to the embodiments shown herein but is to be accorded the widest scope consistent with the principles and novel features disclosed herein.

Claims (10)

1. A content editing method based on a domain-specific language is characterized by comprising the following steps:
under the condition that an editing instruction of a user is received, acquiring template information corresponding to a template ID indicated by the editing instruction; the template information comprises XML information and a data source;
acquiring key values of variables contained in the data source and locally pre-stored content editing information;
analyzing the XML information to obtain a target variable; the target variable is a variable used for rendering a domain-specific language;
calling an object function, defining the target variable as a preset function according to the key value, and modifying the data source into the content editing information; the preset function comprises a function pair of a value and a set value of the content editing information;
identifying the modified data source as a target data source;
and writing the target data source into a preset rendering function.
2. The method of claim 1, wherein the template information further comprises: a type of the data source;
the acquiring key values of variables contained in the data source and locally pre-stored content editing information includes:
screening out data sources with the same type as the type shown by the template information from all prestored data sources to serve as effective data sources;
and acquiring key values of variables contained in the effective data source and locally pre-stored content editing information.
3. The method of claim 2, further comprising:
and packaging the format configuration of the effective data source to enable the format configuration of the effective data source to meet the preset format requirement.
4. The method according to claim 2, wherein the calling object.
And calling an object function, defining the target variable as a preset function according to the key value, and modifying the effective data source into the content editing information.
5. A content editing apparatus based on a domain-specific language, comprising:
a first acquisition unit configured to acquire template information corresponding to a template ID indicated by an edit instruction of a user, in a case where the edit instruction is received; the template information comprises XML information and a data source;
the second acquisition unit is used for acquiring key values of variables contained in the data source and locally pre-stored content editing information;
the analysis unit is used for analyzing the XML information to obtain a target variable; the target variable is a variable used for rendering a domain-specific language;
a transformation unit, configured to invoke an object. The preset function comprises a function pair of a value and a set value of the content editing information;
the identification unit is used for identifying the modified data source as a target data source;
and the writing unit is used for writing the target data source into a preset rendering function.
6. The apparatus of claim 5, wherein the template information further comprises a type of the data source;
the second obtaining unit is specifically configured to:
screening out data sources with the same type as the type shown by the template information from all prestored data sources to serve as effective data sources;
and acquiring key values of variables contained in the effective data source and locally pre-stored content editing information.
7. The apparatus of claim 6, wherein the second obtaining unit is further configured to:
and packaging the format configuration of the effective data source to enable the format configuration of the effective data source to meet the preset format requirement.
8. The device according to claim 6, wherein the retrofit unit is specifically configured to:
and calling an object function, defining the target variable as a preset function according to the key value, and modifying the effective data source into the content editing information.
9. A computer-readable storage medium, characterized in that the computer-readable storage medium includes a stored program, wherein the program executes the domain-specific language based content editing method according to any one of claims 1 to 4.
10. A content editing apparatus based on a domain-specific language, comprising: a processor, a memory, and a bus; the processor and the memory are connected through the bus;
the memory is used for storing a program, and the processor is used for executing the program, wherein the program executes the content editing method based on the domain-specific language according to any one of claims 1 to 4 when running.
CN202110758001.2A 2021-07-05 2021-07-05 Content editing method and device based on domain-specific language Active CN113343157B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110758001.2A CN113343157B (en) 2021-07-05 2021-07-05 Content editing method and device based on domain-specific language

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110758001.2A CN113343157B (en) 2021-07-05 2021-07-05 Content editing method and device based on domain-specific language

Publications (2)

Publication Number Publication Date
CN113343157A true CN113343157A (en) 2021-09-03
CN113343157B CN113343157B (en) 2023-07-14

Family

ID=77482503

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110758001.2A Active CN113343157B (en) 2021-07-05 2021-07-05 Content editing method and device based on domain-specific language

Country Status (1)

Country Link
CN (1) CN113343157B (en)

Citations (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20070067714A1 (en) * 2005-09-16 2007-03-22 Shui-Shun Lin Modularized web page editing system and method thereof
US20100107056A1 (en) * 2008-10-22 2010-04-29 Mark Underhill Constructing And Maintaining Web Sites
US20100251143A1 (en) * 2009-03-27 2010-09-30 The Ransom Group, Inc. Method, system and computer program for creating and editing a website
US20130185366A1 (en) * 2012-01-05 2013-07-18 Joby Joy System and method for managing user generated content
US20130262986A1 (en) * 2012-03-30 2013-10-03 D.A.P. Leblond Systems, Methods, and Media for Managing Editable Previews of Webpages
CN108491205A (en) * 2018-03-22 2018-09-04 北京焦点新干线信息技术有限公司 A kind of front end web development methods and system based on component tree
CN110705231A (en) * 2019-08-26 2020-01-17 苏宁云计算有限公司 Webpage editing method and device
CN110781423A (en) * 2019-10-10 2020-02-11 腾讯科技(深圳)有限公司 Webpage generation method and device and electronic equipment
CN111596996A (en) * 2020-05-07 2020-08-28 湖南金鹰卡通传媒有限公司 Dynamic layout method and system
CN111679826A (en) * 2020-04-27 2020-09-18 平安国际智慧城市科技股份有限公司 Method, device and equipment for previewing webpage editing content in real time and storage medium
CN111949256A (en) * 2020-08-12 2020-11-17 广州华多网络科技有限公司 Webpage real-time preview editing method, device, equipment and storage medium
CN112068824A (en) * 2020-09-16 2020-12-11 杭州海康威视数字技术股份有限公司 Webpage development preview method and device and electronic equipment
CN112800724A (en) * 2020-12-29 2021-05-14 杭州涂鸦信息技术有限公司 Readable file export method of visual configuration template and related device

Patent Citations (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20070067714A1 (en) * 2005-09-16 2007-03-22 Shui-Shun Lin Modularized web page editing system and method thereof
US20100107056A1 (en) * 2008-10-22 2010-04-29 Mark Underhill Constructing And Maintaining Web Sites
US20100251143A1 (en) * 2009-03-27 2010-09-30 The Ransom Group, Inc. Method, system and computer program for creating and editing a website
US20130185366A1 (en) * 2012-01-05 2013-07-18 Joby Joy System and method for managing user generated content
US20130262986A1 (en) * 2012-03-30 2013-10-03 D.A.P. Leblond Systems, Methods, and Media for Managing Editable Previews of Webpages
CN108491205A (en) * 2018-03-22 2018-09-04 北京焦点新干线信息技术有限公司 A kind of front end web development methods and system based on component tree
CN110705231A (en) * 2019-08-26 2020-01-17 苏宁云计算有限公司 Webpage editing method and device
CN110781423A (en) * 2019-10-10 2020-02-11 腾讯科技(深圳)有限公司 Webpage generation method and device and electronic equipment
CN111679826A (en) * 2020-04-27 2020-09-18 平安国际智慧城市科技股份有限公司 Method, device and equipment for previewing webpage editing content in real time and storage medium
CN111596996A (en) * 2020-05-07 2020-08-28 湖南金鹰卡通传媒有限公司 Dynamic layout method and system
CN111949256A (en) * 2020-08-12 2020-11-17 广州华多网络科技有限公司 Webpage real-time preview editing method, device, equipment and storage medium
CN112068824A (en) * 2020-09-16 2020-12-11 杭州海康威视数字技术股份有限公司 Webpage development preview method and device and electronic equipment
CN112800724A (en) * 2020-12-29 2021-05-14 杭州涂鸦信息技术有限公司 Readable file export method of visual configuration template and related device

Also Published As

Publication number Publication date
CN113343157B (en) 2023-07-14

Similar Documents

Publication Publication Date Title
CN106919434B (en) Code generation method and device
CN112579466B (en) Method and device for generating test cases and computer readable storage medium
CN110765235A (en) Training data generation method and device, terminal and readable medium
CN108256870A (en) Description information and update, data processing method and device are generated based on topological structure
CN114816404A (en) Method and device for dynamically rendering view page, computer equipment and storage medium
JP2007034571A (en) Document processing program and document processing method
CN113010473B (en) Method and equipment for editing YAML file
CN116346961B (en) Financial message processing method and device, electronic equipment and storage medium
CN110688823B (en) XML file verification method and device
CN111026604B (en) Log file analysis method and device
CN113296752A (en) Method, system, device and storage medium for generating API document
CN113343157A (en) Content editing method and device based on domain-specific language
CN115904480B (en) Code reconstruction method, device, electronic equipment and storage medium
CN110727458A (en) Method and device for switching page template settings through background management
CN114895914A (en) Log output code generation method and device, electronic equipment and storage medium
CN115018624A (en) Decision engine and method based on wind control strategy
CN112651214A (en) Method for converting data table plaintext into binary ciphertext convenient for program to read
CN117289905B (en) Application software development method and device, storage medium and electronic equipment
CN112905231B (en) Service system reconstruction method, system and related device
CN116860774A (en) Data interaction processing method, device, equipment and medium
JP2009080681A (en) Program structure parsing method and device
CN117313685A (en) Rich text translation style verification method and device and electronic equipment
CN117667089A (en) Front-end form generation method and device, storage medium and electronic equipment
CN117149214A (en) Method, system, electronic device and medium for generating object conversion class code
CN114417793A (en) Document editing method, device, storage medium and equipment

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