CN113495720B - Website development system and method - Google Patents

Website development system and method Download PDF

Info

Publication number
CN113495720B
CN113495720B CN202010266747.7A CN202010266747A CN113495720B CN 113495720 B CN113495720 B CN 113495720B CN 202010266747 A CN202010266747 A CN 202010266747A CN 113495720 B CN113495720 B CN 113495720B
Authority
CN
China
Prior art keywords
database
server
interface
scheduled
scheduling
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
CN202010266747.7A
Other languages
Chinese (zh)
Other versions
CN113495720A (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.)
China Mobile Communications Group Co Ltd
China Mobile Group Chongqing Co Ltd
Original Assignee
China Mobile Communications Group Co Ltd
China Mobile Group Chongqing 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 China Mobile Communications Group Co Ltd, China Mobile Group Chongqing Co Ltd filed Critical China Mobile Communications Group Co Ltd
Priority to CN202010266747.7A priority Critical patent/CN113495720B/en
Publication of CN113495720A publication Critical patent/CN113495720A/en
Application granted granted Critical
Publication of CN113495720B publication Critical patent/CN113495720B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/40Transformation of program code
    • G06F8/41Compilation
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/21Design, administration or maintenance of databases
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/20Software design
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/60Software deployment
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/48Program initiating; Program switching, e.g. by interrupt
    • G06F9/4806Task transfer initiation or dispatching
    • 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

Abstract

The embodiment of the invention relates to the technical field of Internet, and discloses a website development system and a method, wherein the system comprises the following steps: the system comprises a database aided design system, an interface document generation system, a timing task scheduling system and an integrated release system; the database aided design system is used for generating a corresponding database script according to the database design requirement submitted by a user, and issuing the database script to the server for execution; the interface document generation system is used for acquiring annotation information in the website development code and generating an interface document according to the annotation information; the timing task scheduling system is used for performing task scheduling according to preset scheduling parameters; the integrated release system is used for releasing the files deployed on the managed server to the preset server through the managed server. Through the mode, the embodiment of the invention realizes high-efficiency website development.

Description

Website development system and method
Technical Field
The embodiment of the invention relates to the technical field of Internet, in particular to a website development system and method.
Background
The internet industry is rapidly developed, various internet products are penetrated into various fields of modern social and economic life, and great convenience is provided for daily life, work and study of people.
The development of a website is usually done by cooperation of a plurality of teams, and the adoption of a system which is usually heterogeneous is performed on the using tools due to the technical direction inconsistency of the teams. Because the data of the same subsystem in the heterogeneous website development system is not uniform, the website development efficiency is low.
Disclosure of Invention
In view of the above problems, the embodiments of the present invention provide a website development system and method, which are used to solve the problem in the prior art that the website development efficiency of the heterogeneous website development system is low.
According to an aspect of an embodiment of the present invention, there is provided a website development system including:
the system comprises a database aided design system, an interface document generation system, a timing task scheduling system and an integrated release system;
the database aided design system is used for generating a corresponding database script according to the database design requirement submitted by a user, and issuing the database script to a server for execution;
the interface document generation system is used for acquiring annotation information in the website development code and generating an interface document according to the annotation information;
the timing task scheduling system is used for performing task scheduling according to preset scheduling parameters;
the integrated release system is used for releasing the files deployed on the managed server to a preset server through the managed server.
Optionally, the database aided design system is further configured to determine remaining resources of each server, and issue the database script to a server with the largest remaining resources for execution.
Optionally, the database aided design system is further configured to audit the database design requirement, and when the audit is passed, the database aided design system generates a corresponding database script according to the database design requirement, and issues the database script to a server for execution.
Optionally, the database aided design system is further configured to present, to the user, description information of the database obtained by executing the database script.
Optionally, the interface document generating system is configured to obtain annotation information in the website development code, and generate an interface document according to the annotation information, and includes:
the interface document generating system acquires annotation information in a website development code;
the interface document generation system analyzes the annotation information to obtain interface description information of the website development code;
the interface document generation system converts the interface description information into a preset format to obtain unified interface description information;
the interface document generating system generates an interface document according to the unified interface description information.
Optionally, the scheduling parameters include task execution frequency, interface address, start-stop condition; the timing task scheduling system is used for performing task scheduling according to preset scheduling parameters, and comprises the following steps:
and the timing task scheduling system schedules the task corresponding to the interface address when the start-stop condition is met according to the task execution frequency.
Optionally, the timing task scheduling system is further configured to sort the tasks to be scheduled, where the sorting includes adding, deleting, and modifying the tasks to be scheduled.
Optionally, the file deployed on the hosting server is a release file, and the integrated release system is configured to release, by using the hosting server, the file deployed on the hosting server to a preset server, including:
the hosting server receives a release file deployed by a user;
the hosting server publishes the publication file to a preset server through the integrated publication system.
Optionally, the file deployed on the hosting server is a compiled file, and the integrated publishing system is configured to publish, by the hosting server, the file deployed on the hosting server to a preset server, including:
the hosting server receives a compiled file deployed by a user;
the hosting server compiles the compiling file to obtain a release file;
the hosting server publishes the publication file to a preset server through the integrated publication system.
According to another aspect of the embodiment of the present invention, there is provided a website development method, including:
the database aided design system acquires database design requirements submitted by a user, generates corresponding database scripts according to the database design requirements, and issues the database scripts to a server for execution;
the interface document generation system acquires annotation information in the website development code and generates an interface document according to the annotation information;
the timing task scheduling system performs task scheduling according to preset scheduling parameters;
and the integrated release system releases the files deployed on the managed server to a preset server.
The database aided design system automatically generates a database, the interface document generation system generates uniform type interface documents from various types of website development codes, the timing task scheduling system performs task scheduling according to scheduling parameters, and the integrated release system automatically performs file release. The embodiment of the invention improves the efficiency of website development and saves the cost of human resources.
The foregoing description is only an overview of the technical solutions of the embodiments of the present invention, and may be implemented according to the content of the specification, so that the technical means of the embodiments of the present invention can be more clearly understood, and the following specific embodiments of the present invention are given for clarity and understanding.
Drawings
The drawings are only for purposes of illustrating embodiments and are not to be construed as limiting the invention. Also, like reference numerals are used to designate like parts throughout the figures. In the drawings:
FIG. 1 shows a schematic diagram of a website development system according to an embodiment of the present invention;
FIG. 2 shows a flowchart of a method for developing a website according to an embodiment of the present invention;
FIG. 3 illustrates a schematic diagram of a computing device according to an embodiment of the present invention.
Detailed Description
Exemplary embodiments of the present invention will be described in more detail below with reference to the accompanying drawings. While exemplary embodiments of the present invention are shown in the drawings, it should be understood that the present invention may be embodied in various forms and should not be limited to the embodiments set forth herein.
Fig. 1 shows a schematic structural diagram of a website development system according to an embodiment of the present invention. As shown in fig. 1, the system includes: database aided design system 10, interface document generation system 20, timed task scheduling system 30, and integrated publication system 40.
The database aided design system 10 is used for generating corresponding database scripts according to database design requirements submitted by users, and issuing the database scripts to a server for execution. The interface document generation system 20 is used for acquiring annotation information in the website development code and generating an interface document according to the annotation information. The timed task scheduling system 30 is configured to schedule tasks according to preset scheduling parameters. The integrated publishing system 40 is used to publish files deployed on the hosting server to a preset server through the hosting server.
The database design requirements submitted by the user comprise database types, and the database aided design system 10 generates corresponding database scripts according to the database types and issues the generated database scripts to the server for execution. In some embodiments, there are a plurality of servers executing the database script, and the database aided design system 10 issues the database script to the server with the largest remaining resources for execution according to the resource remaining of each server, so that the execution efficiency of the database script is improved.
In some embodiments, database assistance design system 10 reviews database design requirements submitted by users. The database aided design system 10 is provided with a database administrator (database administrator, DBA) that reviews the database design requirements submitted by the user and generates a corresponding database according to the database types in the database design requirements when the reviews pass. When the database is audited by the DBA, if the database design requirements submitted by the user meet the basic requirements of the database design, such as consistency of the database design, and the like, the database audit is passed. If the basic requirements of the database design are not met, the database audit is not passed. If the database audit is not passed, the DBA can feed back the audit result to the user, and the problem in the database design requirement is clarified in the audit result, so that the user can modify the submitted database design requirement conveniently.
In some embodiments, if the database design requirements submitted by the user are ambiguous, the DBA may also query the user submitting the database design requirements about relevant details of the database design to refine the user's database design requirements.
In some embodiments, the database aided design system 10 is further configured to present to a user the description of the database resulting from executing the database script. The description information of the database includes field information of the database and a data table. In a database obtained after the database script is executed, a table of field information and a data table are stored respectively. The different types of databases store tables of field information and tables of data. For example, if the database is MySQL database, the table storing field information in the database is columns, and the table storing the data table is tables; the table storing field information in the Oracle database is user_tab_columns, and the table storing data table is user_tables. After the database script is executed to obtain the database, the database aided design system 10 actively presents the information of the corresponding table to the user according to the database type for the user to confirm. In some embodiments, the user may make a corresponding query based on the type of database established at the time of design requirement.
With the database aided design system 10 of the embodiment of the present invention, a user may submit a database design requirement to the database aided design system 10, and the database aided design system 10 designs a corresponding database according to the database design requirement submitted by the user. The database design requirements submitted by each user are uniformly designed by the database aided design system 10, and compared with the database design of each user, the embodiment of the invention avoids the problem of inconsistent storage formats of corresponding fields of the database, and is convenient for users to inquire related information of the database. In addition, the user can obtain the designed database only by submitting the design requirement of the database, so that the design flow of the website development system is simplified.
The interface document generating system 20 acquires annotation information in the website development code, and analyzes the annotation information to obtain interface description information of the website development code. And converting the interface description information into a uniform format to obtain uniform interface description information, and generating an interface document according to the uniform interface description information. Wherein the annotation information is contained in an interface definition of the website development code. Annotation information of website development codes written in each language is different. For example, in java language, a function module of a document is marked by Api, an action marks a function, apiReqAparams marks response parameters, and a Table marks a relationship between an entity class and a database Table. In the net development language, the annotation information is xml information. The interface document generation system 20 parses the acquired annotation information to generate interface description information. When the annotation information is analyzed, the corresponding function of the code is acquired. For example, the labeling information of a class in java language is: and (3) carrying out @ Api ("student management"), wherein the function of obtaining the website development code after analysis is student management, and the field corresponding to the code function in the generated interface description information is student management. The interface description information obtained after the annotation information is analyzed is a JS object numbered musical notation (javascript object notation). And converting the interface description information into a preset format to obtain unified interface description information. The format of the interface description information may be preset in the interface document generating system, and the embodiment of the invention is not limited to the specific format of the interface description information. For example, in one embodiment, the interface description information includes specific information such as functions of the website development code, request parameters, response parameters, and the like. The unified interface description information is stored as a document, namely an interface document.
The interface document generation system 20 can generate unified interface documents with website development codes corresponding to different development languages, and when all interfaces are inter-modulated, the interface documents according to the unified format can be efficiently called, so that the barriers generated when the interfaces of the different development languages are in butt joint are avoided.
There is an interface between the task executor and the task scheduler in the timed task scheduling system 30. The timed task scheduling system 30 is preset with task scheduling parameters. In one embodiment, the task scheduling parameters include task execution frequency, interface address, start-stop conditions. The task scheduling system 30 calls the task executor through the interface to execute the corresponding task when the start-stop condition is satisfied according to the task execution frequency.
In some embodiments, the timed task scheduling system 30 is also used to sort tasks to be scheduled, including adding, deleting, and modifying tasks to be scheduled. Setting corresponding scheduling parameters for newly added tasks to be scheduled; for the deleted tasks to be scheduled, the corresponding scheduling parameters are deleted as well; and for modifying the task to be scheduled, adaptively modifying corresponding scheduling parameters according to scheduling requirements of the task to be scheduled.
Through the timing task scheduling system 30, corresponding tasks can be automatically scheduled in a mode of presetting scheduling parameters, and compared with the mode of setting a set of independent scheduling system for each task scheduling in the prior art, the timing task scheduling system 30 in the embodiment of the invention reduces the task quantity of website development and reduces the cost of subsequent website dimensions.
In one embodiment, the files deployed on the hosting servers of integrated publication system 40 are publication files. That is, the compiled file is locally compiled to generate a release file, and then the release file is deployed on the hosting server. The hosting server publishes the publication file to a preset server through the integrated publication system 40.
In another embodiment, the file deployed on the hosting server of integrated publication system 40 is a compiled file. The hosting server receives the compiled file deployed by the user, compiles the compiled file to obtain a release file, and releases the release file to the preset server through the integrated release system 40. Compared with the method for deploying the release file on the hosting server, the method and the device for deploying the release file on the hosting server do not need users to compile and generate the release file locally, so that manpower resource cost is saved, and release efficiency is improved.
The database aided design system 10 in the website development system of the embodiment of the invention can automatically generate a database, the interface document generation system 20 can generate various forms of website development codes into uniform type interface documents, the timing task scheduling system 30 can perform task scheduling according to scheduling parameters, and the integrated release system 40 can automatically release files. The website development system provided by the embodiment of the invention improves the efficiency of website development and saves the cost of human resources.
FIG. 2 shows a flowchart of a website development method according to an embodiment of the present invention. As shown in fig. 2, the method comprises the steps of:
step 210: the database aided design system acquires the database design requirements submitted by the user, generates corresponding database scripts according to the database design requirements, and issues the database scripts to the server for execution.
Step 220: the interface document generating system acquires annotation information in the website development code and generates an interface document according to the annotation information.
Step 230: and the timing task scheduling system performs task scheduling according to preset scheduling parameters.
Step 240: and the integrated release system releases the files deployed on the managed server to a preset server.
The website development method in the embodiment of the present invention corresponds to the website development system in fig. 1, and please refer to the specific description of the website development system embodiment, which is not described herein.
The database aided design system automatically generates a database, the interface document generation system generates uniform type interface documents from various types of website development codes, the timing task scheduling system performs task scheduling according to scheduling parameters, and the integrated release system automatically performs file release. The embodiment of the invention improves the efficiency of website development and saves the cost of human resources.
FIG. 3 illustrates a schematic diagram of a computing device architecture according to an embodiment of the invention, and the particular embodiment of the invention is not limited to a particular implementation of the computing device.
As shown in fig. 3, the computing device may include: a processor 402, a communication interface (Communications Interface) 404, a memory 406, and a communication bus 408.
Wherein: processor 402, communication interface 404, and memory 406 communicate with each other via communication bus 408. A communication interface 404 for communicating with network elements of other devices, such as clients or other servers. Processor 402 is configured to execute program 410, and may specifically perform the relevant steps described above for the website development method embodiment.
In particular, program 410 may include program code including computer-executable instructions.
The processor 402 may be a central processing unit CPU, or a specific integrated circuit ASIC (Application Specific Integrated Circuit), or one or more integrated circuits configured to implement embodiments of the present invention. The one or more processors included by the computing device may be the same type of processor, such as one or more CPUs; but may also be different types of processors such as one or more CPUs and one or more ASICs.
Memory 406 for storing programs 410. Memory 406 may comprise high-speed RAM memory or may also include non-volatile memory (non-volatile memory), such as at least one disk memory.
Program 410 may be specifically invoked by processor 402 to cause a computing device to perform steps 210-240 of fig. 2.
Embodiments of the present invention provide a computer readable storage medium storing at least one executable instruction that, when executed on a computing device/apparatus, cause the computing device/apparatus to perform a website development method in any of the method embodiments described above.
Embodiments of the present invention provide a computer program that is callable by a processor to cause a computing device to perform the website development method of any of the method embodiments described above.
Embodiments of the present invention provide a computer program product comprising a computer program stored on a computer readable storage medium, the computer program comprising program instructions which, when run on a computer, cause the computer to perform the website development method of any of the method embodiments described above.
The algorithms or displays presented herein are not inherently related to any particular computer, virtual system, or other apparatus. Various general-purpose systems may also be used with the teachings herein. The required structure for a construction of such a system is apparent from the description above. In addition, embodiments of the present invention are not directed to any particular programming language. It will be appreciated that the teachings of the present invention described herein may be implemented in a variety of programming languages, and the above description of specific languages is provided for disclosure of enablement and best mode of the present invention.
In the description provided herein, numerous specific details are set forth. However, it is understood that embodiments of the invention may be practiced without these specific details. In some instances, well-known methods, structures and techniques have not been shown in detail in order not to obscure an understanding of this description.
Similarly, it should be appreciated that in the above description of exemplary embodiments of the invention, various features of the embodiments of the invention are sometimes grouped together in a single embodiment, figure, or description thereof for the purpose of streamlining the disclosure and aiding in the understanding of one or more of the various inventive aspects. However, the disclosed method should not be construed as reflecting the intention that: i.e., the claimed invention requires more features than are expressly recited in each claim. Rather, as the following claims reflect, inventive aspects lie in less than all features of a single foregoing disclosed embodiment. Thus, the claims following the detailed description are hereby expressly incorporated into this detailed description, with each claim standing on its own as a separate embodiment of this invention.
Those skilled in the art will appreciate that the modules in the apparatus of the embodiments may be adaptively changed and disposed in one or more apparatuses different from the embodiments. The modules or units or components of the embodiments may be combined into one module or unit or component and, furthermore, they may be divided into a plurality of sub-modules or sub-units or sub-components. Any combination of all features disclosed in this specification (including any accompanying claims, abstract and drawings), and all of the processes or units of any method or apparatus so disclosed, may be used in combination, except insofar as at least some of such features and/or processes or units are mutually exclusive. Each feature disclosed in this specification (including any accompanying claims, abstract and drawings), may be replaced by alternative features serving the same, equivalent or similar purpose, unless expressly stated otherwise.
Furthermore, those skilled in the art will appreciate that while some embodiments herein include some features but not others included in other embodiments, combinations of features of different embodiments are meant to be within the scope of the invention and form different embodiments. For example, in the following claims, any of the claimed embodiments can be used in any combination.
It should be noted that the above-mentioned embodiments illustrate rather than limit the invention, and that those skilled in the art will be able to design alternative embodiments without departing from the scope of the appended claims. In the claims, any reference signs placed between parentheses shall not be construed as limiting the claim. The word "comprising" does not exclude the presence of elements or steps not listed in a claim. The word "a" or "an" preceding an element does not exclude the presence of a plurality of such elements. The invention may be implemented by means of hardware comprising several distinct elements, and by means of a suitably programmed computer. In the unit claims enumerating several means, several of these means may be embodied by one and the same item of hardware. The use of the words first, second, third, etc. do not denote any order. These words may be interpreted as names. The steps in the above embodiments should not be construed as limiting the order of execution unless specifically stated.

Claims (6)

1. A web site development system, the system comprising:
the system comprises a database aided design system, an interface document generation system, a timing task scheduling system and an integrated release system;
the database aided design system is used for generating a corresponding database script according to the database type in the database design requirement submitted by a user, and issuing the database script to a server for execution; the database design requirements include database types; a plurality of servers for executing the database scripts are provided; the database aided design system is also used for determining the residual resources of each server and issuing the database script to the server with the maximum residual resources for execution;
the database aided design system is also used for displaying the description information of the database obtained by executing the database script to the user, wherein the description information of the database comprises field information and a data table of the database;
the interface document generation system is used for acquiring annotation information in website development codes and generating unified interface documents corresponding to the website development codes in different development languages according to the annotation information;
the timing task scheduling system is used for performing task scheduling according to preset scheduling parameters when each interface is used inter-modulation, and comprises the following steps: the timing task scheduling system schedules tasks corresponding to the interface addresses according to task execution frequency when the start-stop conditions are met; the scheduling parameters comprise task execution frequency, interface address and start-stop conditions; the timing task scheduling system is also used for sorting tasks to be scheduled, wherein the sorting comprises adding, deleting and modifying the tasks to be scheduled; setting corresponding scheduling parameters for newly added tasks to be scheduled; for the deleted tasks to be scheduled, the corresponding scheduling parameters are deleted as well; for modifying the task to be scheduled, adaptively modifying corresponding scheduling parameters according to scheduling requirements of the task to be scheduled;
the integrated release system is used for releasing the files deployed on the managed server to a preset server through the managed server.
2. The system of claim 1, wherein the database aided design system is further configured to audit the database design requirements, and when the audit passes, the database aided design system generates a corresponding database script according to the database design requirements, and issues the database script to a server for execution.
3. The system of claim 1, wherein the interface document generation system is configured to obtain annotation information in website development code and generate an interface document based on the annotation information, comprising:
the interface document generating system acquires annotation information in a website development code;
the interface document generation system analyzes the annotation information to obtain interface description information of the website development code;
the interface document generation system converts the interface description information into a preset format to obtain unified interface description information;
the interface document generating system generates an interface document according to the unified interface description information.
4. The system of claim 1, wherein the file deployed on the hosted server is a publishing file, and wherein the integrated publishing system is configured to publish the file deployed on the hosted server to a preset server via the hosted server, comprising:
the hosting server receives a release file deployed by a user;
the hosting server publishes the publication file to a preset server through the integrated publication system.
5. The system of claim 1, wherein the file deployed on the hosted server is a compiled file, and wherein the integrated publishing system is configured to publish the file deployed on the hosted server to a preset server via the hosted server, comprising:
the hosting server receives a compiled file deployed by a user;
the hosting server compiles the compiling file to obtain a release file;
the hosting server publishes the publication file to a preset server through the integrated publication system.
6. A method of web site development, the method comprising:
the database aided design system acquires a database design requirement submitted by a user, generates a corresponding database script according to the database type in the database design requirement, and issues the database script to a server for execution; the database design requirements include database types; a plurality of servers for executing the database scripts are provided; the database aided design system determines the residual resources of each server, and issues the database script to the server with the maximum residual resources for execution;
the database aided design system displays description information of a database obtained by executing a database script to a user, wherein the description information of the database comprises field information and a data table of the database;
the interface document generation system acquires annotation information in website development codes and generates unified interface documents corresponding to the website development codes of different development languages according to the annotation information;
the timing task scheduling system performs task scheduling according to preset scheduling parameters, and comprises the following steps: the timing task scheduling system schedules tasks corresponding to the interface addresses according to task execution frequency when the start-stop conditions are met; the scheduling parameters comprise task execution frequency, interface address and start-stop conditions; the timing task scheduling system also sorts the tasks to be scheduled, wherein the sorting comprises adding, deleting and modifying the tasks to be scheduled; setting corresponding scheduling parameters for newly added tasks to be scheduled; for the deleted tasks to be scheduled, the corresponding scheduling parameters are deleted as well; for modifying the task to be scheduled, adaptively modifying corresponding scheduling parameters according to scheduling requirements of the task to be scheduled;
and the integrated release system releases the files deployed on the managed server to a preset server.
CN202010266747.7A 2020-04-07 2020-04-07 Website development system and method Active CN113495720B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010266747.7A CN113495720B (en) 2020-04-07 2020-04-07 Website development system and method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010266747.7A CN113495720B (en) 2020-04-07 2020-04-07 Website development system and method

Publications (2)

Publication Number Publication Date
CN113495720A CN113495720A (en) 2021-10-12
CN113495720B true CN113495720B (en) 2023-07-21

Family

ID=77995645

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010266747.7A Active CN113495720B (en) 2020-04-07 2020-04-07 Website development system and method

Country Status (1)

Country Link
CN (1) CN113495720B (en)

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP1674991A2 (en) * 2004-12-23 2006-06-28 International Business Machines Corporation System and method for creating web services from an existing web site
CN110636123A (en) * 2014-10-30 2019-12-31 环球互连及数据中心公司 Cloud exchange and method

Family Cites Families (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7219304B1 (en) * 2000-06-19 2007-05-15 International Business Machines Corporation System and method for developing and administering web applications and services from a workflow, enterprise, and mail-enabled web application server and platform
US20040111424A1 (en) * 2002-08-21 2004-06-10 Roman Kendyl A. Data-driven web application generator and server
US20070050446A1 (en) * 2005-02-01 2007-03-01 Moore James F Managing network-accessible resources
CN103838558B (en) * 2012-11-22 2017-06-20 中国移动通信集团公司 Website build a station system and method, access website method and webpage adaptation system
CN104536819A (en) * 2014-12-29 2015-04-22 同程网络科技股份有限公司 Task scheduling method based on WEB service
US10521223B1 (en) * 2017-08-22 2019-12-31 Wells Fargo Bank, N.A. Systems and methods of a metadata orchestrator augmenting application development
US11068559B2 (en) * 2018-01-25 2021-07-20 ClickFunnels Website creation system for creating websites having at least one series of directional webpages and related methods
CN108804103A (en) * 2018-06-20 2018-11-13 郑州云海信息技术有限公司 A kind of scan interface simultaneously generates the method that can call api interface document
CN109298861A (en) * 2018-10-19 2019-02-01 中国银行股份有限公司 A kind of method and device automatically generating file according to interface document
CN110083336A (en) * 2019-03-08 2019-08-02 江苏博敏网络科技有限公司 A kind of method that high efficiency creation customizes website
CN110162296A (en) * 2019-04-15 2019-08-23 平安科技(深圳)有限公司 Generation method, device and the terminal device of application programming interface document

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP1674991A2 (en) * 2004-12-23 2006-06-28 International Business Machines Corporation System and method for creating web services from an existing web site
CN110636123A (en) * 2014-10-30 2019-12-31 环球互连及数据中心公司 Cloud exchange and method

Non-Patent Citations (4)

* Cited by examiner, † Cited by third party
Title
Web-based post-processing visualization system for finite element analysis;Wei-Chu Weng;Advances in Engineering Software;第42卷(第6期);第398-407页 *
基于Web数据分析的就业信息服务平台的设计实现;冀正强;中国优秀硕士学位论文全文数据库 信息科技辑(第4期);I138-282 *
网站对外资源共享Open API的研究与实现;高岭 等;计算机技术与发展;第23卷(第04期);第15-19页 *
集成客户ERP系统的B2B销售网站研究;陈焕林;中国优秀硕士学位论文全文数据库 信息科技辑(第3期);I139-392 *

Also Published As

Publication number Publication date
CN113495720A (en) 2021-10-12

Similar Documents

Publication Publication Date Title
CN108415832B (en) Interface automation test method, device, equipment and storage medium
US10275278B2 (en) Stream processing task deployment using precompiled libraries
US9916137B2 (en) Rest service source code generation
US7992127B2 (en) Method and system of encapsulating web site transactions for computer-aided generation of web services
US7689665B2 (en) Dynamically loading scripts
CN105872083A (en) Method and system supporting server access by different types of clients as well as server
CA2707509A1 (en) Templating system and method for updating content in real time
CN111428458A (en) Universal report generation method and device and computer readable storage medium
US11366713B2 (en) System and method for automatically identifying and resolving computing errors
US20200117704A1 (en) System and method to convert a webpage built on a legacy framework to a webpage compatible with a target framework
CN1790343A (en) System and method for producing interface code to use services of an enterprise information system
CN110955674A (en) Asynchronous export method and component based on java service
CN112860730A (en) SQL statement processing method and device, electronic equipment and readable storage medium
US20160239275A1 (en) Generating an integrated service
CN113360139A (en) Integration method and device of front-end frame, electronic equipment and storage medium
CN113495720B (en) Website development system and method
TWI492155B (en) Methods and systems for executing applications on mobile devices using cloud services
CN116346609A (en) Method for realizing route configuration and parameter binding based on go language
CN109614084A (en) Web program and its Quick Development Framework, development approach and relevant device
US20220284371A1 (en) Method, device and medium for a business function page
Schuette et al. Exploiting instruction-level resource parallelism for transparent, integrated control-flow monitoring
US11960560B1 (en) Methods for analyzing recurring accessibility issues with dynamic web site behavior and devices thereof
US9658838B2 (en) Optimized JavaServer Pages lifecycle model
CN114721642A (en) Data display method and device, storage medium and electronic equipment
Hoffmann Passing in command line arguments and parallel cluster/multicore batching in r with batch

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