CN112540747A - Platform development method, device and computer readable storage medium - Google Patents

Platform development method, device and computer readable storage medium Download PDF

Info

Publication number
CN112540747A
CN112540747A CN201910898684.4A CN201910898684A CN112540747A CN 112540747 A CN112540747 A CN 112540747A CN 201910898684 A CN201910898684 A CN 201910898684A CN 112540747 A CN112540747 A CN 112540747A
Authority
CN
China
Prior art keywords
page component
page
attribute
component
development
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.)
Pending
Application number
CN201910898684.4A
Other languages
Chinese (zh)
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.)
Nanning Fulian Fugui Precision Industrial Co Ltd
Original Assignee
Nanning Fugui Precision Industrial 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 Nanning Fugui Precision Industrial Co Ltd filed Critical Nanning Fugui Precision Industrial Co Ltd
Priority to CN201910898684.4A priority Critical patent/CN112540747A/en
Publication of CN112540747A publication Critical patent/CN112540747A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/20Software design
    • G06F8/24Object-oriented
    • 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

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Software Systems (AREA)
  • Data Mining & Analysis (AREA)
  • User Interface Of Digital Computer (AREA)

Abstract

A method of platform development, the method comprising: generating a front-end configuration file according to a target page component selected by a user, the attribute of the target page component and the position of the target page component on a development interface; acquiring a back-end configuration file corresponding to the selected target page component from a preset storage position according to the attribute of the selected target page component; determining an Application Programming Interface (API) according to the attribute of the target page component and the corresponding back-end configuration file; and responding to a storage instruction sent by a user, and establishing a new demand page according to the front-end configuration file, the back-end configuration file and the API. The invention also provides a device and a computer readable storage medium. The invention can rapidly develop the platform, thereby improving the efficiency of platform development, simplifying the development process of the platform and reducing the development difficulty.

Description

Platform development method, device and computer readable storage medium
Technical Field
The embodiment of the invention relates to the internet technology, in particular to a platform development method, a platform development device and a computer readable storage medium.
Background
With the rapid development of internet technology, the development of various network platforms is also more and more important. The development method of the current network platform specifically comprises the following steps: firstly, front-end developers develop front-end pages according to the business requirements of users and compile front-end configuration files; then, the back-end developer writes a logic instruction text corresponding to the front-end configuration file according to the front-end configuration file to serve as a back-end configuration file; then, the development and debugging personnel uses an Application Programming Interface (API) to perform connection debugging of the front end and the back end, and when the front end and the back end can normally transmit data, the construction of a network platform is completed.
However, in the existing development method, the front-end developer needs to write a corresponding front-end configuration file according to the service requirement of the user each time, so that the back-end developer can write a corresponding back-end configuration file according to the front-end configuration file. Once the requirements change, both the front-end page and the back-end configuration file need to be rewritten. Therefore, the development method causes the development process of the operation and maintenance platform to be complex and time-consuming. In addition, since a developer having a deep programming base is required to develop the network platform in this development method, the scope of the developer who develops the network platform using this development method is limited.
Disclosure of Invention
In view of the foregoing, there is a need for a platform development method, apparatus and computer-readable storage medium, which can rapidly develop a platform, thereby improving the efficiency of platform development, simplifying the development process of the platform and reducing the development difficulty.
The embodiment of the invention provides a platform development method, which comprises the following steps: generating a front-end configuration file according to a target page component selected by a user, the attribute of the target page component and the position of the target page component on a development interface; acquiring a back-end configuration file corresponding to the selected target page component from a preset storage position according to the attribute of the selected target page component; determining an Application Programming Interface (API) according to the attribute of the target page component and the corresponding back-end configuration file; and responding to a storage instruction sent by a user, and establishing a new demand page according to the front-end configuration file, the back-end configuration file and the API.
Optionally, the user selects a target page component from the page component candidate library displayed on the development interface of the platform, and selects the attribute of the target page component from the page component attribute candidate library displayed on the development interface of the platform.
Optionally, before the step of generating the front-end configuration file according to the target page component selected by the user, the attribute of the target page component, and the position of the target page component on the development interface, the method further includes: acquiring a development interface of the platform, wherein the development interface comprises a configuration page of a page component; and the user selects the target page component, the attribute of the target page component and the position of the target page component on the development interface in a mode of dragging the control.
Optionally, the development interface includes a development page of a page component, and the method further includes: acquiring a newly added page component according to the shape of the page component drawn on the development interface of the page component by the user and the set attribute of the page component; generating a back-end configuration file corresponding to the newly added view component according to a logic instruction corresponding to the newly added interface component written on a development interface of the page component by a user; adding the newly added page component to the page component alternative library, and adding a back-end configuration file corresponding to the newly added view component to a database for storage; and establishing a corresponding relation between the newly added page component and the back-end configuration file corresponding to the newly added view component.
Optionally, the method further comprises: dividing page components and attributes of the page components by a user according to functions of page demand information; when the page component in the page component candidate library and the attribute of the page component in the page component attribute candidate library cannot provide the function of the page demand information, the page component and the attribute of the page component need to be added.
Optionally, the method further comprises: and the user divides page components and attributes of the page components according to the functions of the page demand information, wherein one page component corresponds to at least one page component attribute.
Optionally, the method further comprises: and adding the attribute of the newly added page component to the page component attribute alternative library.
Optionally, the page components include buttons, check boxes, drop down menus, and text entry boxes.
The embodiment of the invention also provides a device, which comprises a memory, a processor and a platform development program which is stored on the memory and can run on the processor, wherein when the platform development program is executed by the processor, the steps of the platform development method are realized.
An 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 steps of the platform development method described above are implemented.
Compared with the prior art, the platform development method, the platform development device and the computer readable storage medium can rapidly develop the platform, so that the platform development efficiency is improved, the platform development process is simplified, and the development difficulty is reduced.
Drawings
FIG. 1 is a diagram of an environment for operating a platform development apparatus according to a preferred embodiment of the present invention.
FIG. 2 is a block diagram of a preferred embodiment of the platform development system of the present invention.
FIG. 3 is a flowchart of a platform development method according to a preferred embodiment of the present invention.
FIG. 4 is a flowchart of a platform development method according to another preferred embodiment of the present invention.
Description of the main Components
Device for measuring the position of a moving object 1
Platform development system 10
Memory device 20
Processor with a memory having a plurality of memory cells 30
Generation module 101
Configuration module 102
Acquisition module 103
Interface module 104
Building module 105
Storage module 106
Detailed Description
FIG. 1 is a diagram illustrating an environment for operating a preferred embodiment of a platform development system 10 according to the present invention. The platform development system 10 operates in the apparatus 1. The device 1 further comprises a memory 20, a processor 30 and the like. The device 1 may be a mobile phone, a tablet, a computer or other electronic devices with a display interface. The apparatus 1 may also be used to display a web interface developed by the platform development system 10.
The memory 20 includes at least one type of readable storage medium, which includes a flash memory, a hard disk, a multimedia card, a card type memory (e.g., SD or DX memory, etc.), a Random Access Memory (RAM), a Static Random Access Memory (SRAM), a Read Only Memory (ROM), an Electrically Erasable Programmable Read Only Memory (EEPROM), a Programmable Read Only Memory (PROM), a magnetic memory, a magnetic disk, an optical disk, etc. The processor 30 may be a Central Processing Unit (CPU), a controller, a microcontroller, a microprocessor, or other data Processing chip.
FIG. 2 is a block diagram of a preferred embodiment of the platform development system 10 according to the present invention.
The platform development system 10 includes a generation module 101, a configuration module 102, an acquisition module 103, an interface module 104, an establishment module 105, and a storage module 106. The modules are configured to be executed by one or more processors (in this embodiment, one processor 30) to implement the present invention. The modules referred to in the present invention are computer program segments that complete a particular instruction. The memory 20 is used for storing data such as program codes of the platform development system 10. The processor 30 is configured to execute program code stored in the memory 20.
The generating module 101 is configured to generate a front-end configuration file according to the target page component selected by the user, the attribute of the target page component, and the position of the target page component on the development interface. The page components comprise buttons, check boxes, pull-down menus, text input boxes and the like. The user selects a target page component from the page component alternative library displayed on the development interface of the platform, and selects the attribute of the target page component from the page component attribute alternative library displayed on the development interface of the platform.
As a simple example, in a production system, production data of circuit boards, such as material numbers of circuit boards, work orders, test data, job numbers of scan employees, etc., are recorded. The front page of the webpage must have a material number input box, a work order input box, a work number input box and corresponding icons, and a page storage button. In this example, the page components are a material number input box, a work order input box, a work number input box and corresponding icons, and a save button of the page. In this embodiment, when a user inputs content in an input box, the input content needs to be checked, and the attribute of the page component is checking logic of the input content of the page component. All page components, such as work orders, material numbers, work numbers, names, lines, and the like, are contained in the page component alternative library. The page component attribute candidate library comprises all attributes of all page components. For example, the work order needs to check whether the work order number is closed, the material number needs to check whether the material number is matched with the work order, the work number needs to check whether the work order number has the scanning authority, and the like.
For example, when a user scans a bar code SN of a circuit board, the user needs to check whether the work order number of the bar code matches or not, and whether the test data is normal or not. In this embodiment, the bar code SN is used as a page component, and whether the work order number of the bar code is matched or not is checked, and whether the test data is normal or not is used as the attribute of the page component of the bar code SN. Of course, the above description is only for example and not for limitation of the present invention, and different development pages may have different page components and different page component attributes according to needs.
The configuration module 102 is configured to obtain a development interface of the platform, where the development interface includes a configuration page of a page component and a configuration page of a page component attribute. And in the configuration page of the page component and the configuration page of the page component attribute, a user selects a target page component, the attribute of the target page component and the position of the target page component on the development interface in a dragging control mode. For example, a user may need to develop a station that scans the job number, bar code SN. The job number needs to check whether it has authority, and the SN needs to check whether it has test data. Then the user can drag the control "job number" and the bar code SN "to a required position in the page component alternative library of the configuration page of the page component, and drag the attribute" permission check "of the job number and the attribute" test data check "of the SN in the page component attribute alternative library of the configuration page of the page component attribute.
In this embodiment, the user divides the page components and the attributes of the page components according to the functions of the page demand information. One page component corresponds to at least one page component attribute. For example, if the page component is "bar code SN", the page component may correspond to the page component attributes "work order to check SN", "test data to check SN", etc.
The obtaining module 103 is configured to obtain, from a preset storage location, a backend configuration file corresponding to the selected target page component according to the attribute of the selected target page component.
Specifically, the preset storage location is generally a database.
The Interface module 104 is configured to determine an Application Programming Interface (API) according to the attribute of the target page component and the corresponding back-end configuration file.
The establishing module 105 is configured to, in response to a saving instruction sent by a user, establish a new demand page according to the front-end configuration file, the back-end configuration file, and the API.
In this embodiment, after the user configures the development page, the configuration page saving button is clicked, and after the establishing module 105 receives a saving instruction of the user, a new demand page is established according to the front-end configuration file, the back-end configuration file, and the API.
In this embodiment, when the page component in the page component candidate library and the attribute of the page component in the page component attribute candidate library cannot provide the function of the page demand information, the page component and the attribute of the page component need to be added.
The development interface includes a development page of a page component, and the obtaining module 103 is further configured to obtain a newly added page component according to a shape of the page component drawn on the development interface of the page component by a user and a set attribute of the page component.
The generating module 101 is further configured to generate a back-end configuration file corresponding to the newly added view component according to a logic instruction corresponding to the newly added interface component written on the development interface of the page component by the user.
The storage module 106 is configured to add the newly added page component to the page component candidate library, and add the back-end configuration file corresponding to the newly added view component to a database for storage. The storage module 106 is further configured to add the attribute of the newly added page component to the page component attribute alternative library.
The establishing module 105 is further configured to establish a corresponding relationship between the newly added page component and the backend configuration file corresponding to the newly added view component.
For example, if a user needs to collect a line for the production of all SNs for work order a, then the page component needs to enter the line, and when there is no line information in the page component database, the page component "line" needs to be added. And the shape of the page component line drawn on the development interface of the page component by the user and the set attribute of the page component line are used for acquiring the new page component line. The generating module 101 generates a back-end configuration file corresponding to the line identifier of the newly added page component according to a logic instruction corresponding to the line identifier of the newly added interface component written on the development interface of the page component by a user.
The storage module 106 adds the new page component "line" to the page component alternative library, and adds the back-end configuration file corresponding to the page component "line" to the database for storage. The establishing module 105 establishes a corresponding relationship between the "line" of the newly added page component and the corresponding backend configuration file.
In this embodiment, when the attribute corresponding to the "line" component is not in the page component attribute database, the generating module 101 is further configured to store the attribute of the page component newly added by the user, and the storing module 106 adds the attribute of the newly added page component to the page component attribute candidate library.
In the embodiment, the development of the platform can be quickly realized simply by dragging the component, so that the platform development efficiency is improved, the platform development process is simplified, and the development difficulty is reduced.
FIG. 3 is a flow chart showing a platform development method according to a preferred embodiment of the present invention. The platform development method can be implemented by the processor 30 executing the modules 101 to 106 shown in fig. 2.
Step S300, generating a front-end configuration file according to the target page component selected by the user, the attribute of the target page component and the position of the target page component on the development interface.
The page components comprise buttons, check boxes, pull-down menus, text input boxes and the like. The user selects a target page component from the page component alternative library displayed on the development interface of the platform, and selects the attribute of the target page component from the page component attribute alternative library displayed on the development interface of the platform.
As a simple example, in a production system, production data of circuit boards, such as material numbers of circuit boards, work orders, test data, job numbers of scan employees, etc., are recorded. The front page of the webpage must have a material number input box, a work order input box, a work number input box and corresponding icons, and a page storage button. In this embodiment, the page components are a material number input box, a work order input box, a work number input box and corresponding icons, and a save button of the page. In this embodiment, when a user inputs content in an input box, the input content needs to be checked, and the attribute of the page component is checking logic of the input content of the page component. All page components, such as work orders, material numbers, work numbers, names, lines, and the like, are contained in the page component alternative library. The page component attribute candidate library comprises all attributes of all page components. For example, the "work order" needs to check whether the work order number is closed, the "material number" needs to check whether the work order number matches with the "work order", the "work number" needs to check whether the scanning authority is provided, and the like.
For example, when a user scans a bar code SN of a circuit board, the user needs to check whether the work order number of the bar code matches or not, and whether the test data is normal or not. In this embodiment, the bar code SN is used as a page component, and whether the work order number of the bar code is matched or not is checked, and whether the test data is normal or not is used as the attribute of the page component of the bar code SN. Of course, the above description is only for example and not for limitation of the present invention, and different development pages may have different page components and different page component attributes according to needs.
When a user develops a platform, the device 1 acquires a development interface of the platform. The development interface comprises a configuration page of a page component and a configuration page of page component attributes. And in the configuration page of the page component and the configuration page of the page component attribute, a user selects a target page component, the attribute of the target page component and the position of the target page component on the development interface in a dragging control mode. For example, a user may need to develop a station that scans the job number, bar code SN. The job number needs to check whether it has authority, and the SN needs to check whether it has test data. Then the user can drag the control job number and the bar code SN to a required position in the page component alternative library of the configuration page of the page component, and drag the attribute 'permission check' of the job number 'and the attribute' test data check 'of the SN' in the page component attribute alternative library of the configuration page of the page component attribute.
In this embodiment, the user divides the page components and the attributes of the page components according to the functions of the page demand information. One page component corresponds to at least one page component attribute. For example, if the page component is "bar code SN", the page component may correspond to the page component attributes "work order to check SN", "test data to check SN", etc.
Step S302, according to the attribute of the selected target page component, acquiring a back-end configuration file corresponding to the selected target page component from a preset storage position.
In particular, the preset storage location is typically a database of the apparatus 1.
Step S304, determining an Application Programming Interface (API) according to the attribute of the target page component and the corresponding backend configuration file.
Step S306, responding to a saving instruction sent by a user, and establishing a new demand page according to the front-end configuration file, the back-end configuration file and the API.
In this embodiment, after the user configures the development page, the configuration page saving button is clicked, and after the establishing module 105 receives a saving instruction of the user, a new demand page is established according to the front-end configuration file, the back-end configuration file, and the API.
In this embodiment, when the page component in the page component candidate library and the attribute of the page component in the page component attribute candidate library cannot provide the function of the page demand information, the page component and the attribute of the page component need to be added. The method for adding the page component is shown in fig. 4.
FIG. 4 is a flowchart illustrating a method for adding page elements according to a preferred embodiment of the present invention. The steps of the add page component method may be implemented by the processor 30 executing the modules 101-106 shown in FIG. 2.
And step S400, acquiring a newly added page component according to the shape of the page component drawn on the development interface of the page component by the user and the set attribute of the page component.
Step S402, generating a back-end configuration file corresponding to the newly added page component according to a logic instruction corresponding to the newly added page component written on a development interface of the page component by a user.
Step S404, adding the newly added page component to the page component alternative library, and adding a back-end configuration file corresponding to the newly added view component to a preset storage position for storage.
Step S406, establishing a corresponding relationship between the newly added page component and the back-end configuration file corresponding to the newly added view component.
The following description is given by way of specific examples:
for example, if a user needs to collect a line for the production of all SNs for work order a, then the page component needs to enter the line, and when there is no line information in the page component database, the page component "line" needs to be added. And the shape of the page component line drawn on the development interface of the page component by the user and the set attribute of the page component line are used for acquiring the new page component line. The device 1 generates a back-end configuration file corresponding to the new added page component line according to a logic instruction corresponding to the new added interface component line written on the development interface of the page component by a user.
The device 1 adds the newly added page component 'line type' to the page component standby library, and adds a back-end configuration file corresponding to the page component 'line type' to the preset storage position for storage. The device 1 establishes a corresponding relationship between the newly added page component 'line' and the corresponding back-end configuration file.
In this embodiment, when the attribute corresponding to the "line" of the page component is not in the page component attribute database, the device 1 stores the attribute of the page component newly added by the user, and adds the attribute of the newly added page component to the page component attribute candidate library.
By applying the method to the system, the development of the platform can be quickly realized simply by dragging the component, so that the platform development efficiency is improved, the platform development process is simplified, and the development difficulty is reduced.
It should be noted that the above embodiments are only for illustrating the technical solutions of the present invention and not for limiting, and although the present invention is described in detail with reference to the preferred embodiments, it should be understood by those skilled in the art that modifications or equivalent substitutions may be made to the technical solutions of the present invention without departing from the spirit and scope of the technical solutions of the present invention.

Claims (11)

1. A method of platform development, the method comprising:
generating a front-end configuration file according to a target page component selected by a user, the attribute of the target page component and the position of the target page component on a development interface;
acquiring a back-end configuration file corresponding to the selected target page component from a preset storage position according to the attribute of the selected target page component;
determining an Application Programming Interface (API) according to the attribute of the target page component and the corresponding back-end configuration file; and
and responding to a storage instruction sent by a user, and establishing a new demand page according to the front-end configuration file, the back-end configuration file and the API.
2. The platform development method of claim 1, wherein the user selects the target page component from a library of page component alternatives displayed by a development interface of the platform, and selects the attribute of the target page component from a library of page component attribute alternatives displayed by the development interface of the platform.
3. The platform development method of claim 2, wherein before the step of generating the front-end configuration file according to the target page component selected by the user, the property of the target page component, and the position of the target page component on the development interface, the method further comprises:
and acquiring a development interface of the platform, wherein the development interface comprises a configuration page of a page component, and a user selects the target page component, the attribute of the target page component and the position of the target page component on the development interface in a dragging control mode.
4. The platform development method of claim 2, wherein the development interface comprises a development page for a page component, the method further comprising:
acquiring a newly added page component according to the shape of the page component drawn on the development interface of the page component by the user and the set attribute of the page component;
generating a back-end configuration file corresponding to the newly added page component according to a logic instruction corresponding to the newly added page component, which is written on a development interface of the page component by a user;
adding the newly added page component to the page component alternative library, and adding a back-end configuration file corresponding to the newly added view component to the preset storage position for storage;
and establishing a corresponding relation between the newly added page component and the back-end configuration file corresponding to the newly added view component.
5. The platform development method according to claim 4, wherein when the page component in the page component candidate library and the attribute of the page component in the page component attribute candidate library cannot provide the function of the page requirement information, the page component and the page component attribute are added.
6. The platform development method of claim 5, wherein the method further comprises:
and the user divides the page components and the attributes of the page components according to the functions of the page demand information.
7. The platform development method of claim 2, wherein a page component corresponds to at least one page component attribute.
8. The platform development method of claim 5, wherein the method further comprises:
and adding the attribute of the newly added page component to the page component attribute alternative library.
9. The platform development method of claim 1 wherein the page components include buttons, check boxes, drop down menus, and text entry boxes.
10. An apparatus comprising a memory, a processor, and a platform development program stored on the memory and executable on the processor, the platform development program when executed by the processor implementing the steps of the platform development method of any one of claims 1 to 9.
11. A computer-readable storage medium, characterized in that a computer program is stored thereon, which computer program, when being executed by a processor, realizes the steps of the platform development method according to any one of claims 1 to 9.
CN201910898684.4A 2019-09-23 2019-09-23 Platform development method, device and computer readable storage medium Pending CN112540747A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910898684.4A CN112540747A (en) 2019-09-23 2019-09-23 Platform development method, device and computer readable storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910898684.4A CN112540747A (en) 2019-09-23 2019-09-23 Platform development method, device and computer readable storage medium

Publications (1)

Publication Number Publication Date
CN112540747A true CN112540747A (en) 2021-03-23

Family

ID=75013057

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910898684.4A Pending CN112540747A (en) 2019-09-23 2019-09-23 Platform development method, device and computer readable storage medium

Country Status (1)

Country Link
CN (1) CN112540747A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113535165A (en) * 2021-06-11 2021-10-22 中电金信软件有限公司 Interface generation method and device, electronic equipment and computer readable storage medium

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108572821A (en) * 2018-04-11 2018-09-25 连向辉 The generation method and plug-in unit of user interface code
CN109871500A (en) * 2019-01-24 2019-06-11 平安科技(深圳)有限公司 Page loading method, device, computer equipment and storage medium
CN109992269A (en) * 2019-04-04 2019-07-09 睿驰达新能源汽车科技(北京)有限公司 A kind of development approach and device of operation platform

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108572821A (en) * 2018-04-11 2018-09-25 连向辉 The generation method and plug-in unit of user interface code
CN109871500A (en) * 2019-01-24 2019-06-11 平安科技(深圳)有限公司 Page loading method, device, computer equipment and storage medium
CN109992269A (en) * 2019-04-04 2019-07-09 睿驰达新能源汽车科技(北京)有限公司 A kind of development approach and device of operation platform

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113535165A (en) * 2021-06-11 2021-10-22 中电金信软件有限公司 Interface generation method and device, electronic equipment and computer readable storage medium

Similar Documents

Publication Publication Date Title
CN109325195B (en) Rendering method and system for browser, computer device and computer storage medium
CN109901834B (en) Document page generation method, device, computer equipment and storage medium
US20190384801A1 (en) Application processing method, computer device, and storage medium
CN1815440B (en) Method and system for a digital device menu editor
CN108287708B (en) Data processing method and device, server and computer readable storage medium
CN111045653B (en) System generation method and device, computer readable medium and electronic equipment
CN110928802A (en) Test method, device, equipment and storage medium based on automatic generation of case
CN103984626A (en) Method and device for generating test-case script
CN113741898B (en) Form generation method, device and equipment
CN111033465B (en) Terminal device, UI extension method, and recording medium
CN112631911A (en) Automatic testing method and device, computer equipment and storage medium
CN112711640A (en) Method and device for configuring business handling process
CN111857674A (en) Business product generation method and device, electronic equipment and readable storage medium
CN111552463A (en) Page jump method and device, computer equipment and storage medium
CN108228611B (en) Document information copying method and device
CN112540747A (en) Platform development method, device and computer readable storage medium
CN106302011B (en) Multi-terminal-based test method and terminal
CN110955449A (en) Method and device for releasing gray scale of client
CN116257226A (en) Data verification method and device, electronic equipment and storage medium
CN108536715B (en) Preview page generation method, device, equipment and storage medium
CN114637672A (en) Automatic data testing method and device, computer equipment and storage medium
CN110968311A (en) Front-end page construction method and device and electronic equipment
CN114741294A (en) Page debugging method, device, equipment and storage medium
US9787552B2 (en) Operation process creation program, operation process creation method, and information processing device
CN113094052A (en) Application construction method and device, computer equipment and storage medium

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
CB02 Change of applicant information

Address after: 530033 plant B of Foxconn Nanning science and Technology Park, No. 51 Tongle Avenue, Jiangnan District, Nanning City, Guangxi Zhuang Autonomous Region

Applicant after: Nanning Fulian Fugui Precision Industry Co.,Ltd.

Address before: 530007 the Guangxi Zhuang Autonomous Region Nanning hi tech Zone headquarters road 18, China ASEAN enterprise headquarters three phase 5 factory building

Applicant before: NANNING FUGUI PRECISION INDUSTRIAL Co.,Ltd.

CB02 Change of applicant information