CN114491365B - Method, device, equipment and medium for previewing configuration page in real time - Google Patents

Method, device, equipment and medium for previewing configuration page in real time Download PDF

Info

Publication number
CN114491365B
CN114491365B CN202210047409.3A CN202210047409A CN114491365B CN 114491365 B CN114491365 B CN 114491365B CN 202210047409 A CN202210047409 A CN 202210047409A CN 114491365 B CN114491365 B CN 114491365B
Authority
CN
China
Prior art keywords
form information
configuration page
mobile terminal
previewing
ide
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
CN202210047409.3A
Other languages
Chinese (zh)
Other versions
CN114491365A (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.)
Guangzhou Xuanwu Wireless Technology Co Ltd
Original Assignee
Guangzhou Xuanwu Wireless 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 Guangzhou Xuanwu Wireless Technology Co Ltd filed Critical Guangzhou Xuanwu Wireless Technology Co Ltd
Priority to CN202210047409.3A priority Critical patent/CN114491365B/en
Publication of CN114491365A publication Critical patent/CN114491365A/en
Application granted granted Critical
Publication of CN114491365B publication Critical patent/CN114491365B/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
    • 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/957Browsing optimisation, e.g. caching or content distillation
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/38Creation or generation of source code for implementing user interfaces

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Data Mining & Analysis (AREA)
  • Software Systems (AREA)
  • Human Computer Interaction (AREA)
  • Telephonic Communication Services (AREA)

Abstract

The invention discloses a method, a device, equipment and a medium for previewing a configuration page in real time, wherein the method comprises the following steps: the mobile terminal is in communication connection with the background IDE according to the IP address of the page to be previewed and configured, and receives form information of the page to be previewed and configured, which is sent by the background IDE; the form information is transmitted through a websocket protocol; and the background IDE edits the form information on line, renders the form information by the mobile terminal, and displays and previews the form content in real time. The method and the device can simplify the step of the mobile terminal previewing the background configuration page form information, only need to operate the background IDE for each modification, do not need to update through the mobile terminal APP, can achieve the purpose of updating the modified form in real time, not only achieve online previewing of the form under the condition of not influencing other users, but also greatly improve the development efficiency of implementation developers.

Description

Method, device, equipment and medium for previewing configuration page in real time
Technical Field
The present invention relates to the field of network communication technologies, and in particular, to a method, an apparatus, a device, and a medium for previewing a configuration page in real time.
Background
A low code configuration platform refers to a platform that requires only a small amount of code to write an application. When the platform is used for developing the application program, a programmer can generate the program by only using a small amount of codes or without writing the codes and directly using some configurations, so that the research and development efficiency can be greatly improved. In actual application, a programmer needs to configure a page on the IDE and store the page in the form server, and then the mobile terminal obtains a form (a json-format file generated after the IDE configures the page) of the configured page from the form server, and displays the configured page after the mobile terminal app analyzes and renders the configured page.
However, after the IDE modifies the configuration, the form must be updated at the mobile APP if the modified effect is desired. Therefore, the form updating operation must be performed once for each modification result to be viewed. Since the IDE page needs to be edited frequently, it is obviously inconvenient and seriously affects the development efficiency when it is continuously updated on the mobile side. In addition, if the page is used in the formal production environment when the page is modified, the modification of the page affects other personnel in the production environment, and obviously is not beneficial to the normal development work.
Disclosure of Invention
The invention aims to provide a method, a device, equipment and a medium for previewing a configuration page in real time, so as to solve the problem that the existing low-code configuration platform configuration page cannot be synchronized to a mobile terminal in real time and previewed at the mobile terminal, and further the development efficiency is influenced.
In order to achieve the above object, the present invention provides a method for previewing a configuration page in real time, which is applied to a mobile terminal and includes:
the method comprises the steps that according to the IP address of a configuration page to be previewed, the configuration page is in communication connection with a background IDE, and form information of the configuration page to be previewed, which is sent by the background IDE, is received; the form information is transmitted through a websocket protocol;
after the form information is updated every time, actively receiving the latest form information temporarily stored in a background IDE;
and rendering the updated form information, and displaying and previewing the form content.
Further, as a preferred embodiment, before the communication connection between the IP address of the configuration page to be previewed and the background IDE, the method further includes:
scanning the preview two-dimensional code of the configuration page to be previewed, and reading the IP address of the configuration page to be previewed.
Further, preferably, after the rendering the updated form information and displaying and previewing the form content, the method further includes:
and sending a confirmation instruction to the background IDE to enable the background IDE to store the current form information and synchronously upload the form information to the server.
The invention also provides a method for previewing the configuration page in real time, which is applied to the background IDE and comprises the following steps:
connecting with a mobile terminal through an IP address of a configuration page to be previewed, and sending form information of the configuration page to be previewed to the mobile terminal; the form information is transmitted through a websocket protocol;
and editing the form information on line, temporarily storing the updated form information each time, and actively transmitting the updated form information to the mobile terminal, so that the mobile terminal previews the updated form information in real time.
Further, as a preferred aspect, before the connecting with the mobile terminal through the IP address of the page to be configured for previewing, the method further includes:
and sending the preview two-dimensional code of the configuration page to be previewed to the mobile terminal, so that the mobile terminal scans and complaints the preview two-dimensional code and reads the IP address of the configuration page to be previewed.
Further, preferably, after the online editing of the form information and the real-time preview of the edited form information by the mobile terminal, the method further includes:
and receiving a confirmation instruction sent by the mobile terminal, storing the current form information, and synchronously uploading the current form information to the server.
The invention also provides a method for previewing the configuration page in real time, which comprises the following steps:
the mobile terminal is in communication connection with the background IDE according to the IP address of the page to be previewed and configured, and receives form information of the page to be previewed and configured, which is sent by the background IDE; the form information is transmitted through a websocket protocol;
and the background IDE edits the form information on line, temporarily stores the updated form information each time, actively transmits the updated form information to the mobile terminal, renders the updated form information by the mobile terminal, and displays and previews the updated form content in real time.
The invention also provides a device for previewing the configuration page in real time, which comprises a mobile terminal and a server;
the mobile terminal is used for communicating and connecting with the background IDE according to the IP address of the configuration page to be previewed and receiving form information of the configuration page to be previewed, which is sent by the background IDE; the form information is transmitted through a websocket protocol; rendering the form information, and displaying and previewing the form content;
the background IDE is used for connecting with the mobile terminal through the IP address of the configuration page to be previewed and sending the form information of the configuration page to be previewed to the mobile terminal; and editing the form information on line, temporarily storing the updated form information each time, actively transmitting the updated form information to the mobile terminal, rendering the updated form information by the mobile terminal, and displaying and previewing the updated form content.
The invention also provides a terminal device for previewing the configuration page in real time, which comprises:
one or more processors;
a memory coupled to the processor for storing one or more programs;
when executed by the one or more processors, cause the one or more processors to implement a method of previewing a configuration page in real time as described in any one of the above.
The invention also provides a computer readable medium having stored thereon a computer program which, when executed by a processor, implements a method of previewing a configuration page in real time as described in any one of the above.
Compared with the prior art, the invention has the beneficial effects that:
1) The method can simplify the step of previewing the page form information configured by the background by the mobile terminal, and can achieve the purpose of updating the modified form in real time only by operating the background IDE without updating through the APP of the mobile terminal after each modification;
2) The method can preview the form content on line under the condition of not influencing other users;
3) The invention can greatly improve the development efficiency of developers.
Drawings
In order to more clearly illustrate the technical solution of the present invention, the drawings needed to be used in the embodiments will be briefly described below, and it is obvious that the drawings in the following description are only some embodiments of the present invention, and it is obvious for those skilled in the art that other drawings can be obtained according to the drawings without creative efforts.
Fig. 1 is a flowchart illustrating a method for previewing a configuration page in real time applied to a mobile terminal according to an embodiment of the present invention;
FIG. 2 is a schematic diagram of data interaction of a method for previewing an incoming message IDE configuration page by an incoming message APP in the prior art according to the present invention;
fig. 3 is a flowchart illustrating a method for previewing a configuration page in real time applied to a mobile terminal according to another embodiment of the present invention;
FIG. 4 is a flowchart illustrating a method for previewing a configuration page in real time for application to a background IDE according to an embodiment of the present invention;
FIG. 5 is a flowchart illustrating a method for previewing a configuration page in real time for application to a background IDE according to another embodiment of the present invention;
fig. 6 is a schematic diagram of data interaction of a preview entry IDE configuration page form content of an entry APP according to an embodiment of the present invention;
FIG. 7 is a block diagram of an apparatus for previewing a configuration page in real time according to an embodiment of the present invention;
fig. 8 is a schematic structural diagram of an apparatus 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 only a part of the embodiments of the present invention, 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 invention.
It should be understood that the step numbers used herein are for convenience of description only and are not intended as limitations on the order in which the steps are performed.
It is to be understood that the terminology used in the description of the invention herein is for the purpose of describing particular embodiments only and is not intended to be limiting of the invention. As used in the specification of the present invention and the appended claims, the singular forms "a," "an," and "the" are intended to include the plural forms as well, unless the context clearly indicates otherwise.
The terms "comprises" and "comprising" indicate the presence of the described features, integers, steps, operations, elements, and/or components, but do not preclude the presence or addition of one or more other features, integers, steps, operations, elements, components, and/or groups thereof.
The term "and/or" refers to any and all possible combinations of one or more of the associated listed items and includes such combinations.
Referring to fig. 1, an embodiment of the present invention provides a method for previewing a configuration page in real time, which is applied to a mobile terminal. As shown in fig. 1, the method for previewing a configuration page in real time includes steps S10 to S20. The method comprises the following steps:
s10, according to the IP address of the configuration page to be previewed, the configuration page is in communication connection with a background IDE, and form information of the configuration page to be previewed, which is sent by the background IDE, is received; the form information is transmitted through a websocket protocol;
and S20, rendering the form information, and displaying and previewing the form content.
At present, when a low-code configuration platform is used for development, a configuration page generated by a background often cannot be synchronized to a mobile terminal APP, but is uploaded to a server for storage. Fig. 2 is a schematic diagram of data interaction of a conventional method for previewing an entry IDE configuration page by an entry APP, and as shown in fig. 2, a developer first needs to log in an entry IDE to edit a form, and the form is saved to a form server after the edit is completed. Therefore, when the customer wants to view the configuration page in the background, the customer needs to send a request to the form server and then update the form. Because the form content usually needs to be continuously edited online, the mysterious news APP needs to perform a form updating operation once when the user wants to preview a modification result, so the operation is very troublesome, and the development efficiency is seriously affected. Therefore, the present embodiment aims to provide a method for enabling a mobile terminal to preview a configuration page in real time.
It should be noted that the method for the form data acquisition by the mysterious message APP mainly uses the http mode, and this communication mode restricts that only the mysterious message APP can actively request the form server to acquire the form data to update the form, but the mysterious message APP cannot passively receive the behavior of the form update. Because the editing operation of the form is performed in the IDE, when the editing is completed, the mobile terminal, i.e. the mysterious message APP, cannot know in time. Therefore, in this embodiment, a http communication method is not used, and a websocket protocol is mainly selected to perform communication between the background and the mobile terminal. In order to prevent the form editing from affecting the work of other developers, the form is not directly stored in a form server after being edited, but is temporarily stored in an IDE (integrated development environment), then the form is actively notified to a mobile terminal APP through a websocket and is updated, the edited form data is actively transmitted to the mobile terminal APP, and after the mobile terminal APP acquires the form data needing to be previewed, the form data is analyzed through a UI (user interface) engine to render a corresponding page. After the form is edited in the background IDE every time, the background IDE actively pushes new form data to the mobile terminal APP through the websocket protocol, and an implementer does not need to operate the mobile terminal APP again to update the form, so that a real-time preview function is realized.
In a specific embodiment, step S30 is also required to be executed before step S10 is executed, as shown in fig. 3. Specifically, step S30 includes: scanning the preview two-dimensional code of the configuration page to be previewed, and reading the IP address of the configuration page to be previewed.
In a specific embodiment, after performing step S20, the method further includes:
and sending a confirmation instruction to the background IDE to enable the background IDE to store the current form information and synchronously upload the form information to the server.
In a certain embodiment, the present invention further provides a method for previewing a configuration page in real time, which is applied to a background IDE, as shown in fig. 4. Specifically, the method comprises the following steps:
s40, connecting the mobile terminal through the IP address of the configuration page to be previewed, and sending form information of the configuration page to be previewed to the mobile terminal; the form information is transmitted through a websocket protocol;
and S50, editing the form information on line, and previewing the edited form information in real time by the mobile terminal.
In one embodiment, step S60 is performed before step S40 is performed, as shown in fig. 5. Specifically, step S60 includes: and sending the preview two-dimensional code of the configuration page to be previewed to the mobile terminal so that the mobile terminal scans and tells the preview two-dimensional code and reads the IP address of the configuration page to be previewed.
In a specific embodiment, after performing step S50, the method further includes:
and receiving a confirmation instruction sent by the mobile terminal, storing the current form information, and synchronously uploading the current form information to the server.
In one embodiment, a method for previewing a configuration page in real time is further provided to illustrate a data interaction process between a mobile terminal and a background IDE when previewing the configuration page. Specifically, the method comprises the following steps:
the mobile terminal is in communication connection with the background IDE according to the IP address of the page to be previewed and configured and receives form information of the page to be previewed and configured, which is sent by the background IDE; the form information is transmitted through a websocket protocol;
and the background IDE edits the form information on line, renders the form information by the mobile terminal, and displays and previews the form content in real time.
Referring to fig. 6, fig. 6 is a schematic diagram of data interaction of the content of the preview entry IDE configuration page form of the entry APP in the embodiment, and as shown in fig. 6, a process of data interaction between the entry APP and the entry IDE while previewing the configuration page includes the following contents:
1) The developer first registers the incoming IDE and APP.
2) Ensure the communication APP and the communication IDE in the same intranet.
3) The implementation developer scans the preview two-dimensional code of a certain form of the incoming message IDE through a code scanning preview button provided by the incoming message APP.
4) The gateway APP acquires the IP address in the two-dimensional code, and the gateway APP uses the websocket protocol to connect with the gateway IDE through the IP address.
5) After the connection is successful, the mysterious message IDE can actively communicate with the mysterious message APP, the form information is actively transmitted to the mysterious message APP through the websocket protocol, after the mysterious message APP acquires the form data, the mysterious message APP starts to use the mysterious message UI engine to analyze and render the form content, and finally the form is displayed, so that the form real-time preview is realized.
6) The background can be directly used for editing the form in the IDE, and the real-time display of the form modified in the advanced message IDE in the advanced message APP can be realized at the mobile phone end.
7) After the satisfactory effect is achieved, the final form is stored in the mysterious signal IDE, and the form data is stored in the form server. Other personnel can then update the form by updating the form.
In summary, the method for previewing the configuration page in real time provided by the embodiment of the present invention can at least implement the following functions:
1) The method can simplify the step of previewing the background configuration page form information by the mobile terminal, and can achieve the purpose of updating the modified form in real time only by operating the background IDE and not by updating the APP of the mobile terminal after each modification;
2) The method and the device can preview the form content on line under the condition of not influencing other users;
3) The invention can greatly improve the development efficiency of developers.
Referring to fig. 7, an embodiment of the present invention further provides a device for previewing a configuration page in real time, including a mobile terminal 01 and a background IDE 02;
the mobile terminal 01 is used for communicating with the background IDE according to the IP address of the configuration page to be previewed and receiving form information of the configuration page to be previewed, which is sent by the background IDE; the form information is transmitted through a websocket protocol; rendering the form information, and displaying and previewing the form content;
the background IDE02 is used for connecting the mobile terminal through the IP address of the configuration page to be previewed and sending the form information of the configuration page to be previewed to the mobile terminal; the form information is transmitted through a websocket protocol; and editing the form information on line, so that the mobile terminal previews the edited form information in real time.
It can be understood that the apparatus provided in this embodiment can achieve the same effects as the method for previewing the configuration page in real time, and further description is omitted here.
Referring to fig. 8, an embodiment of the invention provides an apparatus, including:
one or more processors;
a memory coupled to the processor for storing one or more programs;
when executed by the one or more processors, cause the one or more processors to implement a method of previewing a configuration page in real time as described above.
The processor is used for controlling the overall operation of the terminal equipment so as to complete all or part of the steps of the method for previewing the configuration page in real time. The memory is used to store various types of data to support operation at the terminal device, and these data may include, for example, instructions for any application or method operating on the terminal device, as well as application-related data. The Memory may be implemented by any type or combination of volatile and non-volatile Memory devices, such as Static Random Access Memory (SRAM), electrically Erasable Programmable Read-Only Memory (EEPROM), erasable Programmable Read-Only Memory (EPROM), programmable Read-Only Memory (PROM), read-Only Memory (ROM), magnetic Memory, flash Memory, magnetic disk, or optical disk.
In an exemplary embodiment, the Device may be implemented by one or more Application Specific 1 integrated circuits (AS 1C), digital Signal Processors (DSPs), digital Signal Processing Devices (DSPDs), programmable Logic Devices (PLDs), field Programmable Gate Arrays (FPGAs), controllers, microcontrollers, microprocessors, or other electronic components, and is configured to perform the method for previewing configuration pages in real time according to any of the embodiments described above, and achieve the technical effects consistent with the method described above.
In another exemplary embodiment, a computer readable medium is also provided, which comprises a computer program, which when executed by a processor, performs the steps of the method of previewing a configuration page in real time as described in any one of the above embodiments. Among other things, the computer-readable media of embodiments of the present invention may be computer-readable signal media or computer-readable storage media, or any combination of the two. More specific examples (a non-exhaustive list) of the computer readable storage medium would include the following: an electrical connection (electronic device) having one or more wires, a portable computer diskette (magnetic device), a Random Access Memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or flash memory), an optical fiber device, and a portable read-only memory (CDROM). Additionally, the computer-readable storage medium could even be paper or another suitable medium upon which the program is printed, as the program can be electronically captured, via for instance optical scanning of the paper or other medium, then compiled, interpreted or otherwise processed in a suitable manner if necessary, and then stored in a computer memory.
Furthermore, in embodiments of the present invention, a computer readable signal medium may include a propagated data signal with computer readable program code embodied therein, for example, in baseband or as part of a carrier wave. Such a propagated data signal may take any of a variety of forms, including, but not limited to, electro-magnetic, optical, or any suitable combination thereof. A computer readable signal medium may be any computer readable medium that is not a computer readable storage medium and that can communicate, propagate, or transport a program for use by or in connection with an instruction execution system, input method, or device. Program code embodied on a computer readable medium may be transmitted using any appropriate medium, including but not limited to: wireless, wire, fiber optic cable, radio Frequency (RF), etc., or any suitable combination of the preceding.
While the foregoing is directed to the preferred embodiment of the present invention, it will be understood by those skilled in the art that various changes and modifications may be made without departing from the spirit and scope of the invention.

Claims (10)

1. A method for previewing a configuration page in real time is applied to a mobile terminal, and is characterized by comprising the following steps:
the method comprises the steps that according to the IP address of a configuration page to be previewed, the configuration page is in communication connection with a background IDE, and form information of the configuration page to be previewed, which is sent by the background IDE, is received; the form information is transmitted through a websocket protocol;
after the form information is updated every time, actively receiving the updated form information temporarily stored in a background IDE;
and rendering the updated form information, and displaying and previewing the form content.
2. The method for previewing the configuration page in real time according to claim 1, wherein before the connection with the background IDE communication according to the IP address of the configuration page to be previewed, the method further comprises:
scanning the preview two-dimensional code of the configuration page to be previewed, and reading the IP address of the configuration page to be previewed.
3. The method for previewing the configuration page in real time according to claim 1, wherein after said rendering the form information, displaying and previewing the form content, further comprising:
and sending a confirmation instruction to the background IDE, so that the background IDE stores the current form information and synchronously uploads the current form information to the server.
4. A method for previewing a configuration page in real time is applied to a background IDE and is characterized by comprising the following steps:
connecting with a mobile terminal through an IP address of a configuration page to be previewed, and sending form information of the configuration page to be previewed to the mobile terminal; the form information is transmitted through a websocket protocol;
and editing the form information on line, temporarily storing the updated form information each time, and actively transmitting the updated form information to the mobile terminal, so that the mobile terminal previews the updated form information in real time.
5. The method for previewing the configuration page in real time according to claim 4, wherein before the connection with the mobile terminal through the IP address of the configuration page to be previewed, further comprising:
and sending the preview two-dimensional code of the configuration page to be previewed to the mobile terminal, so that the mobile terminal scans and complaints the preview two-dimensional code and reads the IP address of the configuration page to be previewed.
6. The method for previewing the configuration page in real time according to claim 4, wherein after editing the form information on line and previewing the edited form information in real time by the mobile terminal, the method further comprises:
and receiving a confirmation instruction sent by the mobile terminal, storing the current form information, and synchronously uploading the current form information to the server.
7. A method for previewing a configuration page in real time, comprising:
the mobile terminal is in communication connection with the background IDE according to the IP address of the page to be previewed and configured and receives form information of the page to be previewed and configured, which is sent by the background IDE; the form information is transmitted through a websocket protocol;
and the background IDE edits the form information on line, temporarily stores the updated form information each time, actively transmits the updated form information to the mobile terminal, renders the updated form information by the mobile terminal, and displays and previews the updated form content.
8. The device for previewing the configuration page in real time is characterized by comprising a mobile terminal and a server;
the mobile terminal is used for communicating and connecting with the background IDE according to the IP address of the configuration page to be previewed and receiving form information of the configuration page to be previewed, which is sent by the background IDE; the form information is transmitted through a websocket protocol; rendering the form information, and displaying and previewing the form content;
the background IDE is used for connecting with the mobile terminal through the IP address of the configuration page to be previewed and sending the form information of the configuration page to be previewed to the mobile terminal; and editing the form information on line, temporarily storing the updated form information each time, and actively transmitting the updated form information to the mobile terminal, so that the mobile terminal previews the edited form information in real time.
9. An apparatus for previewing a configuration page in real time, comprising:
one or more processors;
a memory coupled to the processor for storing one or more programs;
when executed by the one or more processors, cause the one or more processors to implement a method of previewing a configuration page in real time according to any of claims 1-7.
10. A computer-readable medium, on which a computer program is stored which, when being executed by a processor, carries out a method of previewing a configuration page in real time according to any one of claims 1 to 7.
CN202210047409.3A 2022-01-17 2022-01-17 Method, device, equipment and medium for previewing configuration page in real time Active CN114491365B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202210047409.3A CN114491365B (en) 2022-01-17 2022-01-17 Method, device, equipment and medium for previewing configuration page in real time

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202210047409.3A CN114491365B (en) 2022-01-17 2022-01-17 Method, device, equipment and medium for previewing configuration page in real time

Publications (2)

Publication Number Publication Date
CN114491365A CN114491365A (en) 2022-05-13
CN114491365B true CN114491365B (en) 2022-12-09

Family

ID=81511078

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202210047409.3A Active CN114491365B (en) 2022-01-17 2022-01-17 Method, device, equipment and medium for previewing configuration page in real time

Country Status (1)

Country Link
CN (1) CN114491365B (en)

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108536715A (en) * 2017-03-06 2018-09-14 百度在线网络技术(北京)有限公司 A kind of preview page generation method, device, equipment and storage medium
CN112068824A (en) * 2020-09-16 2020-12-11 杭州海康威视数字技术股份有限公司 Webpage development preview method and device and electronic equipment

Family Cites Families (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105068796A (en) * 2015-07-22 2015-11-18 用友金融信息技术有限公司 Pushing method for patch program set and pushing system for patch program set
CN105955888B (en) * 2016-05-04 2020-12-08 腾讯科技(深圳)有限公司 Page debugging preview method and system
US9733933B1 (en) * 2016-09-19 2017-08-15 International Business Machines Corporation Automatic comment editing for a smart integrated development environment
WO2022015773A1 (en) * 2020-07-13 2022-01-20 Journey Mobile, Inc. Synchronization of source code under development in multiple concurrent instances of an integrated development environment
CN112035111A (en) * 2020-09-01 2020-12-04 平安健康保险股份有限公司 Page editing method, system, computer device and computer readable storage medium
CN112905943B (en) * 2020-12-09 2021-12-10 广州市玄武无线科技股份有限公司 Dynamic chart display method and system based on mobile terminal
CN112584250A (en) * 2020-12-10 2021-03-30 彩讯科技股份有限公司 Video preview method and device, terminal equipment and storage medium
CN112732256B (en) * 2020-12-31 2024-03-19 广东赛意信息科技有限公司 Cross-platform mobile APP development architecture based on pure server development language
CN113778853A (en) * 2021-07-06 2021-12-10 深圳点猫科技有限公司 Development and debugging method and device of application program, electronic equipment and storage medium

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108536715A (en) * 2017-03-06 2018-09-14 百度在线网络技术(北京)有限公司 A kind of preview page generation method, device, equipment and storage medium
CN112068824A (en) * 2020-09-16 2020-12-11 杭州海康威视数字技术股份有限公司 Webpage development preview method and device and electronic equipment

Also Published As

Publication number Publication date
CN114491365A (en) 2022-05-13

Similar Documents

Publication Publication Date Title
CN103124275B (en) A kind of method and apparatus obtaining file
JP2013097398A (en) Communication system and control method thereof
CN101695157A (en) Self-adapting method of display of mobile terminal screen in network application and system thereof
CN109510754B (en) Online document generation method, device and system and electronic equipment
JP2014075116A (en) Information processor, program and conference system
CN111427552A (en) Front-end component development method and device, computer equipment and storage medium
CN108600377B (en) Method, device, terminal and storage medium for suspending file downloading
CN107977316B (en) Method, client and system for simulating remote procedure call
CN104811485A (en) Resource sharing method
CN110795353A (en) Debugging method, device and equipment for fast application and storage medium
CN109740096B (en) Method, device and system for realizing real-time preview and storage medium
CN114491365B (en) Method, device, equipment and medium for previewing configuration page in real time
CN113050942A (en) Page generation method and device, readable medium and electronic equipment
CN108600378A (en) A kind of document down loading method, device, terminal and storage medium
CN112689170A (en) Content playing method of display terminal, display terminal and readable storage medium
US20180270872A1 (en) Method and apparatus for establishing communication connection between mobile device and fixed device
CN115878226A (en) H5 offline package loading method and device
CN104796929A (en) Network debugging method and device
CN103139298A (en) Method for transmitting network data and device
CN108509243A (en) The method, apparatus and electronic equipment of a kind of page load in application
CN112433938A (en) Method and device for testing application of mobile terminal
CN113672225A (en) User interface processing method, device, equipment and storage medium
CN113378041A (en) Prompt message pushing method and device, electronic equipment and computer readable medium
CN113422791A (en) Cloud service configuration method and device, electronic equipment and computer-readable storage medium
CN113132447A (en) Reverse proxy method and system

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