CN111309368A - Development information management method, system, equipment and readable storage medium based on B/S framework - Google Patents

Development information management method, system, equipment and readable storage medium based on B/S framework Download PDF

Info

Publication number
CN111309368A
CN111309368A CN202010168185.2A CN202010168185A CN111309368A CN 111309368 A CN111309368 A CN 111309368A CN 202010168185 A CN202010168185 A CN 202010168185A CN 111309368 A CN111309368 A CN 111309368A
Authority
CN
China
Prior art keywords
framework
management method
information management
information
module
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CN202010168185.2A
Other languages
Chinese (zh)
Other versions
CN111309368B (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.)
Shandong Chaoyue CNC Electronics Co Ltd
Original Assignee
Shandong Chaoyue CNC Electronics 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 Shandong Chaoyue CNC Electronics Co Ltd filed Critical Shandong Chaoyue CNC Electronics Co Ltd
Priority to CN202010168185.2A priority Critical patent/CN111309368B/en
Publication of CN111309368A publication Critical patent/CN111309368A/en
Application granted granted Critical
Publication of CN111309368B publication Critical patent/CN111309368B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/70Software maintenance or management
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/70Software maintenance or management
    • G06F8/71Version control; Configuration management

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Computer Security & Cryptography (AREA)
  • Stored Programmes (AREA)

Abstract

The invention provides a development information management method, a system, equipment and a readable storage medium based on a B/S framework, which are used for acquiring preset function information and configuring preset parameters based on the function information; decomposing the preset function information into functional modules; configuring parameter information of each functional module; decomposing according to different users to design a system use case diagram; analyzing functions corresponding to all nodes of the system use case diagram, and forming a complete management system according to a preset arrangement mode; and testing the management system. The B/S framework development information management method realizes the construction and deployment of the B/S framework to the terminal equipment at present, can play the role of the B/S framework development information management method, realizes the operation and use of programs in the terminal equipment, and brings convenience to users. And moreover, the test is carried out, and the stability of the system operation is ensured.

Description

Development information management method, system, equipment and readable storage medium based on B/S framework
Technical Field
The invention relates to the technical field of B/S frameworks, in particular to a development information management method, a development information management system, development information management equipment and a readable storage medium based on the B/S frameworks.
Background
The B/S framework is an advanced Internet-based program framework structure which is widely adopted at present. The current usage is already extensive, bringing a new technical revolution to the mode of program development. It is developed with the continuous development of internet technology. With the continuous development of internet technology, various information websites cannot be used and operated on one computer, so that the internet-based mode is gradually developed and applied in a large scale.
The greatest advantage of the B/S is that the program does not need to be deployed on any client side, and the system developed by using the program structure is used by using a browser, namely, the developed program is configured on a remote server for use.
How to realize the B/S framework construction and deployment to the terminal equipment and can play the role of the B/S framework to realize the operation and use of the program in the terminal equipment, which brings convenience to users and is a technical problem to be solved urgently at present.
Disclosure of Invention
In order to overcome the defects in the prior art, the invention provides a development information management method based on a B/S framework, which comprises the following steps:
acquiring preset function information, and configuring preset parameters based on the function information;
step two, decomposing the preset function information into functional modules;
step three, configuring parameter information of each functional module;
step four, decomposing according to different users, and designing a system use case diagram;
analyzing functions corresponding to all nodes of the system use case diagram, and forming a complete management system according to a preset arrangement mode;
and step six, testing the management system.
Preferably, the first step further comprises:
configuring a parameter operation port;
acquiring preset parameter information through a parameter operation port;
and storing the parameter information.
Preferably, the parameter information is compared with past data;
finding past data within a threshold range;
and displaying the past data.
Preferably, step two further comprises:
designing a whole functional module diagram of the system according to the user and the use case diagram;
and arranging and displaying the functional modules according to a preset mode.
Preferably, step four further comprises:
step 1: according to the functional module of the system, various entity objects meeting the system are found out, and an E-R diagram of the entity objects is designed;
step 2: analyzing the E-R diagram, and establishing a main database table corresponding to the entity object;
step 3: analyzing nodes of the E-R graph as fields in each table, wherein the attributes of the analyzed fields comprise the information length and the information type stored in the attributes;
step 4: and analyzing the relation among the entity objects to obtain an associated database table of the system.
Preferably, step six further comprises:
configuring a test case of each functional module;
and setting a test case of the management system.
The invention also provides a development information management system based on the B/S framework, which comprises the following steps: the device comprises a parameter acquisition module, a decomposition module, a design module and a test module;
the parameter acquisition module is used for acquiring preset function information and configuring preset parameters based on the function information;
the decomposition module is used for decomposing the preset function information into a functional module; configuring parameter information of each functional module;
the design module is used for decomposing according to different users to design a system use case diagram; analyzing functions corresponding to all nodes of the system use case diagram, and forming a complete management system according to a preset arrangement mode;
the test module is used for testing the management system.
Preferably, the design module is further configured to design an E-R graph of the entity objects according to the functional modules of the system; analyzing the E-R diagram, and establishing a main database table corresponding to the entity object;
analyzing nodes of the E-R graph as fields in each table, wherein the attributes of the analyzed fields comprise the information length and the information type stored in the attributes;
and analyzing the relation among the entity objects to obtain an associated database table of the system.
The invention also provides a device for realizing the development information management method based on the B/S framework, which comprises the following steps: a memory for storing a computer program and developing an information management method based on a B/S framework; and a processor for executing the computer program and the development information management method based on the B/S framework to realize the steps of the development information management method based on the B/S framework.
The present invention also provides a readable storage medium having a B/S framework based development information management method stored thereon, the readable storage medium having a computer program executed by a processor to implement the steps of the B/S framework based development information management method.
According to the technical scheme, the invention has the following advantages:
the B/S framework development information management method realizes the construction and deployment of the B/S framework to the terminal equipment at present, can play the role of the B/S framework development information management method, realizes the operation and use of programs in the terminal equipment, and brings convenience to users.
Moreover, functions can be configured based on requirements, the system is split into the Google function modules, the function modules are combined to form a whole set of system, B/S framework development is achieved, and the use requirements are met. And moreover, the test is carried out, and the stability of the system operation is ensured.
Drawings
In order to more clearly illustrate the technical solution of the present invention, the drawings used in the description will be briefly introduced, 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 based on these drawings without creative efforts.
FIG. 1 is a flow chart of a development information management method based on a B/S framework.
FIG. 2 is a schematic diagram of a development information management system based on a B/S framework.
Detailed Description
Those of ordinary skill in the art will appreciate that the elements and algorithm steps of the examples described in connection with the embodiments disclosed herein may be embodied in electronic hardware, computer software, or combinations of both, and that the components and steps of the examples have been described in a functional general in the foregoing description for the purpose of illustrating clearly the interchangeability of hardware and software. Whether such functionality is implemented as hardware or software depends upon the particular application and design constraints imposed on the implementation. Skilled artisans may implement the described functionality in varying ways for each particular application, but such implementation decisions should not be interpreted as causing a departure from the scope of the present invention.
The block diagrams shown in the figures are functional entities only and do not necessarily correspond to physically separate entities. I.e. these functional entities may be implemented in the form of software, or in one or more hardware modules or integrated circuits, or in different networks and/or processor means and/or microcontroller means.
In the several embodiments provided in the present application, it should be understood that the disclosed system, apparatus and method may be implemented in other ways. For example, the above-described apparatus embodiments are merely illustrative, and for example, the division of the units is only one logical division, and other divisions may be realized in practice, for example, a plurality of units or components may be combined or integrated into another system, or some features may be omitted, or not executed. In addition, the shown or discussed mutual coupling or direct coupling or communication connection may be an indirect coupling or communication connection through some interfaces, devices or units, and may also be an electric, mechanical or other form of connection.
The invention provides a development information management method based on a B/S framework, as shown in figure 1, the method comprises the following steps:
acquiring preset function information, and configuring preset parameters based on the function information;
configuring a parameter operation port;
acquiring preset parameter information through a parameter operation port;
and storing the parameter information.
Comparing the parameter information with the past data;
finding past data within a threshold range;
and displaying the past data.
Specifically, before B/S framework development is carried out, data is searched to know whether the system exists or not, and supplementary development is carried out on the part needing improvement of the existing system if the system exists; then, the development background, the purpose and the requirement of the system are investigated, and the design idea is clearly developed according to the investigation result.
And if the past data are acquired, calling the past data as the basis of the current system management development, and realizing the construction of a system platform.
Step two, decomposing the preset function information into functional modules;
specifically, the system is disassembled, and all functional block diagrams of the system are designed according to a user and a use case diagram; and arranging and displaying the functional modules according to a preset mode.
That is, all the contents of the system are completed based on each submodule, and the submodule is arranged to realize the platform function.
Step three, configuring parameter information of each functional module;
when each sub-module is subjected to function processing, distribution is performed based on parameter information of each module, and the functions realized by the invention are realized.
That is, the functions obtained in the previous step are decomposed to determine the functions shared by all users and the different functions of different users; and designing a system with three types of users (system use case diagrams, listing the corresponding functions of each type of user), and designing all function module diagrams and parameter data information of the system according to the users and the use case diagrams.
Step four, decomposing according to different users, and designing a system use case diagram;
the method specifically comprises the following steps:
step 1: according to system requirements and functions to be realized, various entity objects meeting the system are found out, such as user information, data information and the like, and an E-R diagram of the entity objects is designed;
step 2: analyzing the E-R diagram, and establishing a main database table corresponding to the entity object;
step 3: and analyzing the nodes of the E-R graph as fields in each table, wherein the attributes of the analyzed fields comprise the length of the information stored in the attributes, the type of the information and the like.
Step 4: and analyzing the relation among the entity objects to obtain an associated database table of the system.
Analyzing functions corresponding to all nodes of the system use case diagram, and forming a complete management system according to a preset arrangement mode;
and step six, testing the management system.
Configuring a test case of each functional module;
and setting a test case of the management system.
Through the test of each functional module, if the test passes, each functional module realizes the corresponding function. And then testing the whole system, and if the whole test is passed, completing the system construction, thereby realizing the functions to be realized by the invention.
Based on the above method, the present invention further provides a development information management system based on a B/S framework, as shown in fig. 2, including: the system comprises a parameter acquisition module 1, a decomposition module 2, a design module 3 and a test module 4;
the parameter obtaining module 1 is used for obtaining preset function information and configuring preset parameters based on the function information;
the decomposition module 2 is used for decomposing the preset function information into a functional module; configuring parameter information of each functional module;
the design module 3 is used for decomposing according to different users to design a system use case diagram; analyzing functions corresponding to all nodes of the system use case diagram, and forming a complete management system according to a preset arrangement mode;
designing an E-R diagram of the entity objects according to the functional modules of the system; analyzing the E-R diagram, and establishing a main database table corresponding to the entity object;
analyzing nodes of the E-R graph as fields in each table, wherein the attributes of the analyzed fields comprise the information length and the information type stored in the attributes;
and analyzing the relation among the entity objects to obtain an associated database table of the system.
The test module 4 is used for testing the management system.
The test process of the invention can be carried out in all steps and is not limited to carrying out the test after the design is finished. After a functional module is performed, the test can be performed.
The test can be used after passing. In the using process, the functional modules can be perfected in real time based on the functional requirements, and the real-time requirements can be met through repairing.
Based on the method and the system, the invention also provides equipment for realizing the development information management method based on the B/S framework, which comprises the following steps: a memory for storing a computer program and developing an information management method based on a B/S framework; and a processor for executing the computer program and the development information management method based on the B/S framework to realize the steps of the development information management method based on the B/S framework.
The present invention also provides a readable storage medium having a B/S framework based development information management method, the readable storage medium having stored thereon a computer program, the computer program being executed by a processor to implement the steps of the B/S framework based development information management method.
The apparatus implementing the B/S framework-based development information management method is the unit and algorithm steps of the examples described in connection with the embodiments disclosed herein, and can be implemented in electronic hardware, computer software, or a combination of both, and the components and steps of the examples have been generally described in terms of functionality in the foregoing description for clarity of illustrating the interchangeability of hardware and software. Whether such functionality is implemented as hardware or software depends upon the particular application and design constraints imposed on the implementation. Skilled artisans may implement the described functionality in varying ways for each particular application, but such implementation decisions should not be interpreted as causing a departure from the scope of the present invention.
Through the above description of the embodiments, those skilled in the art will readily understand that the apparatus for implementing the method for managing development information based on the B/S framework described herein may be implemented by software, or may be implemented by software in combination with necessary hardware. Therefore, the technical solution according to the disclosed embodiment of the apparatus for implementing the B/S framework-based development information management method may be embodied in the form of a software product, which may be stored in a non-volatile storage medium (which may be a CD-ROM, a usb disk, a mobile hard disk, etc.) or on a network, and includes several instructions to make a computing device (which may be a personal computer, a server, a mobile terminal, or a network device, etc.) execute the indexing method according to the disclosed embodiment.
The previous description of the disclosed embodiments is provided to enable any person skilled in the art to make or use the present invention. Various modifications to these embodiments will be readily apparent to those skilled in the art, and the generic principles defined herein may be applied to other embodiments without departing from the spirit or scope of the invention. Thus, the present invention is not intended to be limited to the embodiments shown herein but is to be accorded the widest scope consistent with the principles and novel features disclosed herein.

Claims (10)

1. A development information management method based on a B/S framework is characterized by comprising the following steps:
acquiring preset function information, and configuring preset parameters based on the function information;
step two, decomposing the preset function information into functional modules;
step three, configuring parameter information of each functional module;
step four, decomposing according to different users, and designing a system use case diagram;
analyzing functions corresponding to all nodes of the system use case diagram, and forming a complete management system according to a preset arrangement mode;
and step six, testing the management system.
2. The B/S framework-based development information management method according to claim 1,
the first step further comprises the following steps:
configuring a parameter operation port;
acquiring preset parameter information through a parameter operation port;
and storing the parameter information.
3. The B/S framework-based development information management method according to claim 2,
comparing the parameter information with the past data;
finding past data within a threshold range;
and displaying the past data.
4. The B/S framework-based development information management method according to claim 1,
the second step further comprises:
designing a whole functional module diagram of the system according to the user and the use case diagram;
and arranging and displaying the functional modules according to a preset mode.
5. The B/S framework-based development information management method according to claim 1,
the fourth step also comprises:
step 1: according to the functional module of the system, various entity objects meeting the system are found out, and an E-R diagram of the entity objects is designed;
step 2: analyzing the E-R diagram, and establishing a main database table corresponding to the entity object;
step 3: analyzing nodes of the E-R graph as fields in each table, wherein the attributes of the analyzed fields comprise the information length and the information type stored in the attributes;
step 4: and analyzing the relation among the entity objects to obtain an associated database table of the system.
6. The B/S framework-based development information management method according to claim 1,
step six also includes:
configuring a test case of each functional module;
and setting a test case of the management system.
7. A development information management system based on a B/S framework, comprising: the device comprises a parameter acquisition module, a decomposition module, a design module and a test module;
the parameter acquisition module is used for acquiring preset function information and configuring preset parameters based on the function information;
the decomposition module is used for decomposing the preset function information into a functional module; configuring parameter information of each functional module;
the design module is used for decomposing according to different users to design a system use case diagram; analyzing functions corresponding to all nodes of the system use case diagram, and forming a complete management system according to a preset arrangement mode;
the test module is used for testing the management system.
8. The B/S framework-based development information management system according to claim 7,
the design module is also used for designing the E-R diagrams of the entity objects according to the functional modules of the system; analyzing the E-R diagram, and establishing a main database table corresponding to the entity object;
analyzing nodes of the E-R graph as fields in each table, wherein the attributes of the analyzed fields comprise the information length and the information type stored in the attributes;
and analyzing the relation among the entity objects to obtain an associated database table of the system.
9. A device for realizing a development information management method based on a B/S framework is characterized by comprising the following steps:
a memory for storing a computer program and developing an information management method based on a B/S framework;
a processor for executing the computer program and the B/S framework based development information management method to realize the steps of the B/S framework based development information management method according to any one of claims 1 to 6.
10. A readable storage medium having a B/S framework based development information management method, wherein the readable storage medium has stored thereon a computer program, the computer program being executed by a processor to implement the steps of the B/S framework based development information management method according to any one of claims 1 to 6.
CN202010168185.2A 2020-03-12 2020-03-12 Method, system, equipment and readable storage medium for developing information management based on B/S framework Active CN111309368B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010168185.2A CN111309368B (en) 2020-03-12 2020-03-12 Method, system, equipment and readable storage medium for developing information management based on B/S framework

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010168185.2A CN111309368B (en) 2020-03-12 2020-03-12 Method, system, equipment and readable storage medium for developing information management based on B/S framework

Publications (2)

Publication Number Publication Date
CN111309368A true CN111309368A (en) 2020-06-19
CN111309368B CN111309368B (en) 2023-05-16

Family

ID=71158936

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010168185.2A Active CN111309368B (en) 2020-03-12 2020-03-12 Method, system, equipment and readable storage medium for developing information management based on B/S framework

Country Status (1)

Country Link
CN (1) CN111309368B (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112199428A (en) * 2020-09-30 2021-01-08 深圳市智物联网络有限公司 Application management system and method of functional data block and terminal equipment

Citations (24)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20010051953A1 (en) * 2000-06-12 2001-12-13 Kabushiki Kaisha Topcon Database constructing system, eyeglass frame selecting service system, eye test service system, and program product thereof
EP1426857A1 (en) * 2002-11-05 2004-06-09 Orimos S.A. Component-based development of software
CA2459423A1 (en) * 2004-03-03 2005-09-03 Groupe Azur Inc. A distributed software fabrication system and process for fabricating business applications
US20070129931A1 (en) * 2005-12-05 2007-06-07 Lee Ji H Apparatus and method for supporting prototype development of embedded system
CN101499115A (en) * 2008-12-19 2009-08-05 天津大学 Use case diagram detection method based on attack mode
US20100057643A1 (en) * 2008-08-29 2010-03-04 Yiching Yang Relationship management on a mobile computing device
CN101950271A (en) * 2010-10-22 2011-01-19 中国人民解放军理工大学 Modeling technology-based software security test method
CN101989230A (en) * 2010-10-22 2011-03-23 中国人民解放军理工大学 Method for extracting requirements and describing behaviors during software safety test based on profile division
CN102103713A (en) * 2009-12-18 2011-06-22 湖南城市学院 Method and system for monitoring wetland resource and ecological environment
CN104299152A (en) * 2014-10-21 2015-01-21 沈阳化工大学 Client management information system
CN104966152A (en) * 2015-06-08 2015-10-07 深圳中质安质量安全技术评价中心有限公司 Electric power safety production management system
CN104991777A (en) * 2015-07-14 2015-10-21 普元信息技术股份有限公司 System and method for implementing view development of Web application automatic testing
CN105653650A (en) * 2015-12-28 2016-06-08 湖北工业大学 D3 based discussion system mind map and developing method therefor
US20160170712A1 (en) * 2014-12-15 2016-06-16 Beijing Jinher Software Co., Ltd Method for integrally implementing development and release of APP
AU2016213771B1 (en) * 2013-03-01 2016-09-08 Heartflow, Inc. Method and system for determining treatments by modifying patient-specific geometrical models
CN106126204A (en) * 2016-06-15 2016-11-16 中邮建技术有限公司 A kind of iterative regarded as output controlling method of information system based on modularized design
CN106357724A (en) * 2016-08-18 2017-01-25 广州市利迪网络科技有限公司 Uniformly integrated information management platform system
CN106681843A (en) * 2015-11-05 2017-05-17 中国科学院沈阳自动化研究所 Parameter transmission method among sub-modules on the basis of assembly-type development mode loose coupling
CN107977195A (en) * 2016-10-21 2018-05-01 哈尔滨光凯科技开发有限公司 A kind of hospital outpatient management system construction method based on internet
US20180129480A1 (en) * 2016-11-10 2018-05-10 Sap Se User research led software design and development process
CN109325066A (en) * 2018-08-02 2019-02-12 平安科技(深圳)有限公司 A kind of database switching method and terminal device
CN109683859A (en) * 2018-12-04 2019-04-26 郑州云海信息技术有限公司 A kind of computer software development management platform, equipment and readable storage medium storing program for executing
CN109783078A (en) * 2018-12-14 2019-05-21 平安证券股份有限公司 Stand-alone development method, apparatus, equipment and the storage medium of front end page
CN110795073A (en) * 2019-10-28 2020-02-14 浙江天空信息科技有限公司 Computer software development method

Patent Citations (24)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20010051953A1 (en) * 2000-06-12 2001-12-13 Kabushiki Kaisha Topcon Database constructing system, eyeglass frame selecting service system, eye test service system, and program product thereof
EP1426857A1 (en) * 2002-11-05 2004-06-09 Orimos S.A. Component-based development of software
CA2459423A1 (en) * 2004-03-03 2005-09-03 Groupe Azur Inc. A distributed software fabrication system and process for fabricating business applications
US20070129931A1 (en) * 2005-12-05 2007-06-07 Lee Ji H Apparatus and method for supporting prototype development of embedded system
US20100057643A1 (en) * 2008-08-29 2010-03-04 Yiching Yang Relationship management on a mobile computing device
CN101499115A (en) * 2008-12-19 2009-08-05 天津大学 Use case diagram detection method based on attack mode
CN102103713A (en) * 2009-12-18 2011-06-22 湖南城市学院 Method and system for monitoring wetland resource and ecological environment
CN101950271A (en) * 2010-10-22 2011-01-19 中国人民解放军理工大学 Modeling technology-based software security test method
CN101989230A (en) * 2010-10-22 2011-03-23 中国人民解放军理工大学 Method for extracting requirements and describing behaviors during software safety test based on profile division
AU2016213771B1 (en) * 2013-03-01 2016-09-08 Heartflow, Inc. Method and system for determining treatments by modifying patient-specific geometrical models
CN104299152A (en) * 2014-10-21 2015-01-21 沈阳化工大学 Client management information system
US20160170712A1 (en) * 2014-12-15 2016-06-16 Beijing Jinher Software Co., Ltd Method for integrally implementing development and release of APP
CN104966152A (en) * 2015-06-08 2015-10-07 深圳中质安质量安全技术评价中心有限公司 Electric power safety production management system
CN104991777A (en) * 2015-07-14 2015-10-21 普元信息技术股份有限公司 System and method for implementing view development of Web application automatic testing
CN106681843A (en) * 2015-11-05 2017-05-17 中国科学院沈阳自动化研究所 Parameter transmission method among sub-modules on the basis of assembly-type development mode loose coupling
CN105653650A (en) * 2015-12-28 2016-06-08 湖北工业大学 D3 based discussion system mind map and developing method therefor
CN106126204A (en) * 2016-06-15 2016-11-16 中邮建技术有限公司 A kind of iterative regarded as output controlling method of information system based on modularized design
CN106357724A (en) * 2016-08-18 2017-01-25 广州市利迪网络科技有限公司 Uniformly integrated information management platform system
CN107977195A (en) * 2016-10-21 2018-05-01 哈尔滨光凯科技开发有限公司 A kind of hospital outpatient management system construction method based on internet
US20180129480A1 (en) * 2016-11-10 2018-05-10 Sap Se User research led software design and development process
CN109325066A (en) * 2018-08-02 2019-02-12 平安科技(深圳)有限公司 A kind of database switching method and terminal device
CN109683859A (en) * 2018-12-04 2019-04-26 郑州云海信息技术有限公司 A kind of computer software development management platform, equipment and readable storage medium storing program for executing
CN109783078A (en) * 2018-12-14 2019-05-21 平安证券股份有限公司 Stand-alone development method, apparatus, equipment and the storage medium of front end page
CN110795073A (en) * 2019-10-28 2020-02-14 浙江天空信息科技有限公司 Computer software development method

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112199428A (en) * 2020-09-30 2021-01-08 深圳市智物联网络有限公司 Application management system and method of functional data block and terminal equipment
CN112199428B (en) * 2020-09-30 2023-12-22 深圳市智物联网络有限公司 Application management system, method and terminal equipment of functional data block

Also Published As

Publication number Publication date
CN111309368B (en) 2023-05-16

Similar Documents

Publication Publication Date Title
CN109828903B (en) Automatic testing method and device, computer device and storage medium
CN110109817A (en) Automatic interface testing method, device, equipment and storage medium
CN114116065B (en) Method and device for acquiring topological graph data object and electronic equipment
CN108595316A (en) Life cycle management method, manager, equipment and the medium of Distributed Application
EP3279816A1 (en) Data analysis processing method, apparatus, computer device, and storage medium
US20140101097A1 (en) Template based database analyzer
CN110320378A (en) Application method, device, equipment and computer readable storage medium are tested in Quality Control
CN107368407B (en) Information processing method and device
CN112905323A (en) Data processing method and device, electronic equipment and storage medium
CN111026670A (en) Test case generation method, test case generation device, and storage medium
Safonova On one approach to modeling enterprise-wide function-oriented computer networks
CN111309368A (en) Development information management method, system, equipment and readable storage medium based on B/S framework
CN115422075A (en) Interface checking method and device, computer equipment and storage medium
CN112433935A (en) Test method, test device, electronic equipment and storage medium
CN114143235A (en) NFV automatic test method, device, equipment and storage medium
CN116483707A (en) Test method, test device, test apparatus, test program, and test program
CN112671565B (en) 5G core network topology discovery method and device based on signaling link
Davidovsky et al. Agent-Based Implementation for the Discovery of Structural Difference in OWL-DL Ontologies
CN114154826A (en) Business process modeling method and device, computer equipment and storage medium
CN112579275A (en) Task execution method, device, equipment and storage medium
EP2804138A1 (en) Software product consistency assessment
CN112506944B (en) Data standard conversion access method, device, equipment and medium between service systems
CN114785847B (en) Network control software development configuration method, terminal and storage medium
CN108600333B (en) Data transmission method, equipment and system based on proxy server
CN117035939A (en) Service order processing method, device, computing equipment and computer 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: 250101 no.2877 Kehang Road, Suncun Town, high tech Zone, Jinan City, Shandong Province

Applicant after: Chaoyue Technology Co.,Ltd.

Address before: 250101 no.2877 Kehang Road, Suncun Town, high tech Zone, Jinan City, Shandong Province

Applicant before: SHANDONG CHAOYUE DATA CONTROL ELECTRONICS Co.,Ltd.

CB02 Change of applicant information
GR01 Patent grant
GR01 Patent grant