CN107145350B - A kind of software development methodology and system - Google Patents

A kind of software development methodology and system Download PDF

Info

Publication number
CN107145350B
CN107145350B CN201710297496.7A CN201710297496A CN107145350B CN 107145350 B CN107145350 B CN 107145350B CN 201710297496 A CN201710297496 A CN 201710297496A CN 107145350 B CN107145350 B CN 107145350B
Authority
CN
China
Prior art keywords
layer
view
data model
controller
data
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
CN201710297496.7A
Other languages
Chinese (zh)
Other versions
CN107145350A (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.)
Daqing Jindong Petroleum Technology Development Co.,Ltd.
Original Assignee
Wuhan Douyu Network Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Wuhan Douyu Network Technology Co Ltd filed Critical Wuhan Douyu Network Technology Co Ltd
Priority to CN201710297496.7A priority Critical patent/CN107145350B/en
Publication of CN107145350A publication Critical patent/CN107145350A/en
Priority to PCT/CN2017/117370 priority patent/WO2018196408A1/en
Application granted granted Critical
Publication of CN107145350B publication Critical patent/CN107145350B/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/20Software design
    • G06F8/22Procedural

Landscapes

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

Abstract

The invention discloses a kind of software development methodology and systems, are related to field of software development.Steps of the method are:The working lining with software context is created, working lining includes boundary layer, data model layer, operation layer and network layer;Boundary layer is used for:Show view interface;Boundary layer includes that view, view logical program and view controller, view controller are used for:According to the data model in data model layer, view is set;Data model layer is used for:Data model is stored, data model includes local logic data model and network data mapping model;Operation layer is used for:Business interface is provided for the view logical program and view controller of boundary layer;Network layer is used for:After returning to Json data to network request, Json data are mapped as network data mapping model.The present invention can reduce human cost in software development, reduce the degree of coupling of software.

Description

A kind of software development methodology and system
Technical field
The present invention relates to field of software development, and in particular to a kind of software development methodology and system.
Background technology
In the development process of software, with the increase of scale of the project and the increase of developer, what disparity items used Coding style and module calling rule are often different, and then lead to the code and module that will appear various styles in final project, Project coupling is higher and higher.When being safeguarded to the software after exploitation, developer when changing unfamiliar module very Difficulty is started with, and new addition exploitation member needs that longer time is spent to learn different coding rules.
For the ease of being developed and being safeguarded to software, existing software development methodology is generally:Typically first to large size Project carries out " transversely layered ", such as client is divided into multilayer:Boundary layer, logical layer, network layer and data Layer, are then directed to Each layer of working lining assigns corresponding developer to develop and safeguard respectively, relies on from top to bottom;Opening between adjacent layer Interface is appointed between hair personnel, and for a business demand, every layer of developer corresponds to the interface realization of agreement, and joint debugging connects Enter test.
But the above method has the following defects:
(1) it to realize that each layer assigns corresponding developer to develop and safeguard respectively, need for each layer of outfit phase The developer of pass technology, and then significantly increase human cost;At the same time, due to the function of logical layer it is more complicated and It is important, therefore usually require more senior exploitation and carry out exploitation maintenance, and the less exploitation of experience has no chance to intervene substantially, The long-term growth for being unfavorable for Team Member.
(2) the merging difficulty of the software of different coding rule is larger, and with the increase of code in single software, different The degree of coupling of the software of coding rule can drastically increase, and be highly detrimental to the exploitation of software and realize new demand.
Such as:View controller in existing boundary layer needs while managing several views, therefore is deposited in view controller In a variety of view logics, and then drastically increase the degree of coupling of software.
For another example:It is existing in interface refresh view when, the notice that data model changes is forwarded to view control by operation layer Device, controller are refreshed after finding corresponding view in several views, operation layer, data model layer and boundary layer The degree of coupling is higher.
For another example:Existing network layer needs to be responsible at least following 2 functions:1, network request obtains Json data, and 2, right Json data are mapped to obtain data model, and the degree of coupling of network layer is higher.
(3) since all layers rely on from top to bottom, the work (exploitation and maintenance) of lower layer needs to wait for upper layer work It could start to start after sending out into, and then cause the agility of whole development poor, working efficiency is relatively low.
Invention content
In view of the deficiencies in the prior art, present invention solves the technical problem that being:How to be reduced in software development Human cost reduces the degree of coupling of software.
To achieve the above objectives, software development methodology provided by the invention, includes the following steps:
S1:The working lining with software context is created, working lining includes boundary layer, data model layer, operation layer and network layer;
Boundary layer is used for:Show view interface;Boundary layer includes view, view logical program and view controller, view Controller is used for:According to the data model in data model layer, view is set;
Data model layer is used for:Data model is stored, data model includes that local logic data model and network data are reflected Penetrate model;
Operation layer is used for:Business interface is provided for the view logical program and view controller of boundary layer;
Network layer is used for:After returning to Json data to network request, Json data are mapped as network data mapping model.
Software development system provided by the invention, including working lining creation module, are used for:Create the work with software context Make layer, working lining includes boundary layer, data model layer, operation layer and network layer;
Boundary layer is used for:Show view interface;Boundary layer includes view, view logical program and view controller, view Controller is used for:According to the data model in data model layer, view is set;
Data model layer is used for:Data model is stored, data model includes that local logic data model and network data are reflected Penetrate model;
Operation layer is used for:Business interface is provided for the view logical program and view controller of boundary layer;
Network layer is used for:After returning to Json data to network request, Json data are mapped as network data mapping model.
Compared with the prior art, the advantages of the present invention are as follows:
Pair (1) compared with " transversely layered " in the prior art, the working lining of software is carried out " vertical layered " by the present invention, i.e., When working lining is developed and safeguarded, the developer for being under the jurisdiction of same department needs processing work layer each layer (boundary layer, number According to model layer, operation layer etc.) exploitation maintenance work, developer intervened whole flow process from the beginning;And the prior art In be under the jurisdiction of one layer in the developer processing work layer of same department of exploitation maintenance work.Therefore, present invention reduces Human cost is very suitable for promoting.
On this basis, the developer for being under the jurisdiction of same department needs the exploitation maintenance workers of each layer of processing work layer Make, the workflow of different departments can be made independent, avoids the occurrence of the dependence between different departments in the prior art, in turn Improve the agility and working efficiency of whole development.
At the same time, the invention enables frameworks and mark that the developer for being under the jurisdiction of different departments defers to " vertical layered " Standard so that the coding standard of the developer of different department is orderly, will not because of personal style it is inconsistent influence it is whole Body, and then to realize decoupling prerequisite is improved when software development.
Further, after the sub-project " assembling " that different departments research and develop through the invention is at female project, due to every sub-project Between the degree of coupling it is relatively low and per sub-project framework and coding rule it is unified, therefore by multiple sub-projects " assembling " at mother When project, female project only can be completed with multiple subitem object programs are bolted together, operating process is very simple, is convenient for People use.
(2) compared with the view controller for managing several views simultaneously in the prior art, the present invention is every 1 width view configuration 1 estrade controller, and then can detach corresponding program's code file from father's controller, it realizes and view controller is carried out " weight reducing " uncoupled purpose.Compared with the view controller that a variety of view logics exist in the prior art, son control of the invention Device processed only keeps the logical relation of management with father's controller, therefore the degree of coupling of the sub-controller of the present invention and father's controller is very It is low.
(3) compared with network layer in the prior art, network layer is split as api layer and service layer by the present invention, api layer and Service layer is syntagmatic, and api layer is responsible for network request and obtains Json data, and service layer is responsible for Json data map To data model.Therefore, the present invention realizes the decoupling of network layer, and uncoupled effect is not only embodied in the decomposition of responsibility, And it is embodied in the enhancing of the durability and subsequent expansion of code.
In terms of durability, the code of api layer can be multiplexed that (one layer of service layer serially calls multiple in multiple service layers The interface of API files), the code of service layer can be in operation layer, view logical program, even in the view controller of lightweight It calls.In terms of autgmentability, if the mapping scheme of network request bottom scheme or data model layer has modification, it is directed to API respectively Layer and service layer individually change, and are highly convenient for people's use.
By (2) and (3) it is found that the present invention splits large-scale working lining (view controller and network layer), into And reduce the coupling of project on a physical layer.Need the multiple demands changed in one file are split to assign to not originally Same file reduces the demand collision problem of more people's exploitations.
(4) compared with refreshing view by operation layer and view controller in the prior art, the present invention can be in data When model changes, corresponding view is directly refreshed, not only to business according to the data model after change by sub-controller Realized between layer, data model layer and boundary layer it is decoupling, and with view controller in the prior art in several views In find corresponding view and compare, sub-controller need not search view, the directly view of setting binding, significantly improve Working efficiency.
(5) the different general purpose module of more set logical programs can be carried out unification by basal layer of the invention, so that soft The exploitation of part and safeguarding only needs to operate logical program in 1, avoids the problem of versatility code repeats to add, ensures to patrol The uniformity realized is collected, work difficulty is not only significantly reduced, improves work efficiency, and the code quality in later stage is controlled There is great help with GF global functions modification, is very suitable for promoting.
Description of the drawings
Fig. 1 is the structure diagram of the working lining of the software in the embodiment of the present invention;
Fig. 2 is the flow chart of software development methodology in the embodiment of the present invention.
Specific implementation mode
Invention is further described in detail with reference to the accompanying drawings and embodiments.
Shown in referring to Fig. 1 and Fig. 2, the software development methodology in the embodiment of the present invention includes the following steps:
S1:Create the working lining (boundary layer, data model layer, operation layer and network layer) with software context;
Boundary layer is used for:Show view interface, boundary layer includes view, view logical program and view controller, view Controller is used for:According to the data model in data model layer, view is set;
Data model layer is used for:Data model is stored, data model includes that local logic data model and network data are reflected Penetrate model;
Operation layer is used for:Business interface is provided for the view logical program and view controller of boundary layer;
Network layer is used for:To network request return Json data (JavaScript Object Notation, lightweight Data) after, Json data are mapped as network data mapping model.
According to S1 it is found that compared with " transversely layered " in the prior art, the embodiment of the present invention carries out the working lining of software " vertical layered " (when being developed and safeguarded to working lining, the developer for being under the jurisdiction of same department needs processing work layer Each layer of exploitation maintenance work), developer has intervened whole flow process from the beginning, and is under the jurisdiction of in the prior art same One layer of exploitation maintenance work in the developer processing work layer of department.Therefore, the embodiment of the present invention significantly reduces people Power cost is very suitable for promoting.
On this basis, the developer for being under the jurisdiction of same department needs the exploitation maintenance workers of each layer of processing work layer Make, the workflow of different departments can be made independent, avoids the occurrence of the dependence between different departments in the prior art, in turn Improve the agility and working efficiency of whole development.
S2:View controller is decomposed into 1 father's controller and at least 3 estrade controllers, per estrade controller respectively with one Width view is bound;Sub-controller is used for:According to the data model in data model layer, 1 width view is set, father's controller is used for: Manage the work of all sub-controllers.
According to S2 it is found that compared with the view controller for managing several views simultaneously in the prior art, the embodiment of the present invention For 1 estrade controller of every 1 width view configuration, and then corresponding program's code file can be detached from father's controller, realize " weight reducing " uncoupled purpose is carried out to view controller.With the view controller phase that a variety of view logics exist in the prior art Than the sub-controller of the embodiment of the present invention only keeps the logical relation of management, therefore the son of the embodiment of the present invention with father's controller The degree of coupling of controller and father's controller is very low.
S3:The view that every 1 estrade controller is arranged, data model association corresponding in data model layer, when When data model changes, sub-controller refreshes corresponding view according to the data model after change.
According to S3 it is found that compared with refreshing view by operation layer and view controller in the prior art, the present invention is real Example is applied when data model changes can directly to be refreshed corresponding according to the data model after change by sub-controller View, not only realized between operation layer, data model layer and boundary layer it is decoupling, but also with view in the prior art Controller finds corresponding view in several views and compares, and sub-controller need not search view, and what directly setting was bound regards Figure significantly improves working efficiency.
S4:Network layer is divided into service layer and api layer (Application Programming Interface, using journey Sequence programming interface layer);
Api layer is used for:Network is asked to return to Json data (JavaScript Object Notation, the number of lightweight According to);
Service layer is used for:The Json data that api layer request returns are mapped as network data mapping model.
According to S4 it is found that compared with network layer in the prior art, the embodiment of the present invention by network layer be split as api layer and Service layer, api layer and service layer are syntagmatics, and api layer is responsible for network request and obtains Json data, and service layer is responsible for Json Data are mapped to obtain data model.Therefore, the embodiment of the present invention realizes the decoupling of network layer, and uncoupled effect is not It is only embodied in the decomposition of responsibility, and is embodied in the enhancing of the durability and subsequent expansion of code.
In terms of durability, the code of api layer can be multiplexed that (one layer of service layer serially calls multiple in multiple service layers The interface of API files), the code of service layer can be in operation layer, view logical program, even in the view controller of lightweight It calls.
In terms of autgmentability, if the mapping scheme of network request bottom scheme or data model layer has modification, it is directed to respectively Api layer and service layer individually change, and are highly convenient for people's use.
S5:Basal layer is created, general service layer logical program is provided in basal layer, its purpose is that:In most of projects In, can have a general purpose module that purpose is identical but more set logical program is different, basal layer can will more set logical programs it is different General purpose module carries out unification, so that the exploitation of software and safeguarding and only needing to operate logical program in 1, avoids logical The problem of repeating to add with code ensures the uniformity that logic is realized, not only significantly reduces work difficulty, improves work effect Rate, and have great help to the control of the code quality in later stage and GF global functions modification, it is very suitable for promoting.
Software development system in the embodiment of the present invention, including working lining creation module, view controller split module, number Module and basal layer creation module are split according to model association module, network layer;
Working lining creation module is used for:The working lining with software context is created, working lining includes boundary layer, data model Layer, operation layer and network layer;
Boundary layer is used for:Show view interface;Boundary layer includes view, view logical program and view controller, view Controller is used for:According to the data model in data model layer, view is set;
Data model layer is used for:Data model is stored, data model includes that local logic data model and network data are reflected Penetrate model;
Operation layer is used for:Business interface is provided for the view logical program and view controller of boundary layer;
Network layer is used for:After returning to Json data to network request, Json data are mapped as network data mapping model.
View controller splits module and is used for:View controller is divided into 1 father's controller and at least 3 estrade controllers, It is respectively bound with a width view per estrade controller;Sub-controller is used for:According to the data model in data model layer, 1 width is set View, father's controller are used for:Manage the work of all sub-controllers.
Data model relating module is used for:By every 1 estrade controller be arranged view, with it is corresponding in data model layer Data model association, when data model changes, sub-controller refreshes according to the data model after change corresponding to be regarded Figure.
Network layer splits module and is used for:Network layer is divided into service layer and api layer;
Api layer is used for:Network is asked to return to Json data;
Service layer is used for:The Json data that api layer request returns are mapped as network data mapping model.
Basal layer creation module is used for:Basal layer is created, general service layer logical program is provided in basal layer.
Through the embodiment of the present invention it is found that the invention enables team developers can complete demand exploitation in the project Whole process, individual skill improve, and are not in the case where transversely layered individual becomes project bottleneck, and due to general Code organization standard and decoupling scheme, therefore do not depended on mutually between team exploitation member, and then significant increase team efficiency, base The addition of plinth layer equally plays decoupling and promotes team efficiency, enhances the purpose of project robustness.
Further, after the sub-project " assembling " that different departments research and develop through the embodiment of the present invention is at female project, due to each The relatively low and framework per sub-project of the degree of coupling between sub-project and coding rule are unified, therefore by multiple sub-project " groups When dress " is at female project, female project only can be completed with multiple subitem object programs are bolted together, operating process is very simple It is single, it is used convenient for people.
Further, the present invention is not limited to the above-described embodiments, for those skilled in the art, Without departing from the principles of the invention, several improvements and modifications can also be made, these improvements and modifications are also considered as the present invention Protection domain within.The content not being described in detail in this specification belongs to existing skill well known to professional and technical personnel in the field Art.

Claims (10)

1. a kind of software development methodology, which is characterized in that this approach includes the following steps:
S1:Create with the working lining of software context, working lining include vertical layered boundary layer, data model layer, operation layer and Network layer;
Boundary layer is used for:Show view interface;Boundary layer includes view, view logical program and view controller, view control Device is used for:According to the data model in data model layer, view is set;
Data model layer is used for:Data model is stored, data model includes that local logic data model and network data map mould Type;
Operation layer is used for:Business interface is provided for the view logical program and view controller of boundary layer;
Network layer is used for:After returning to Json data to network request, Json data are mapped as network data mapping model.
2. software development methodology as described in claim 1, which is characterized in that further comprising the steps of after S1:S2:By view Controller is divided into 1 father's controller and at least 3 estrade controllers, is respectively bound with a width view per estrade controller;Sub-controller For:According to the data model in data model layer, 1 width view is set, father's controller is used for:Manage the work of all sub-controllers Make.
3. software development methodology as claimed in claim 2, which is characterized in that further comprising the steps of after S2:S3:By every 1 The view of estrade controller setting, data model association corresponding in data model layer, when data model changes When, sub-controller refreshes corresponding view according to the data model after change.
4. software development methodology as described in claim 1, which is characterized in that further comprising the steps of after S1:S4:By network Layer is divided into service layer and api layer;
Api layer is used for:Network is asked to return to Json data;
Service layer is used for:The Json data that api layer request returns are mapped as network data mapping model.
5. such as Claims 1-4 any one of them software development methodology, it is characterised in that:It is further comprising the steps of after S1: S5:Basal layer is created, general service layer logical program is provided in basal layer.
6. a kind of software development system, it is characterised in that:The system includes working lining creation module, is used for:Establishment and software Associated working lining, working lining include vertical layered boundary layer, data model layer, operation layer and network layer;
Boundary layer is used for:Show view interface;Boundary layer includes view, view logical program and view controller, view control Device is used for:According to the data model in data model layer, view is set;
Data model layer is used for:Data model is stored, data model includes that local logic data model and network data map mould Type;
Operation layer is used for:Business interface is provided for the view logical program and view controller of boundary layer;
Network layer is used for:After returning to Json data to network request, Json data are mapped as network data mapping model.
7. software development system as claimed in claim 6, it is characterised in that:The system further includes that view controller splits mould Block is used for:View controller is divided into 1 father's controller and at least 3 estrade controllers, is respectively regarded with a width per estrade controller Figure binding;Sub-controller is used for:According to the data model in data model layer, 1 width view is set, father's controller is used for:Management The work of all sub-controllers.
8. software development system as claimed in claim 7, it is characterised in that:The system further includes data model relating module, It is used for:The view that every 1 estrade controller is arranged, data model association corresponding in data model layer, works as data When model changes, sub-controller refreshes corresponding view according to the data model after change.
9. software development system as claimed in claim 6, it is characterised in that:The system further includes that network layer splits module, For:Network layer is divided into service layer and api layer;
Api layer is used for:Network is asked to return to Json data;
Service layer is used for:The Json data that api layer request returns are mapped as network data mapping model.
10. such as claim 6 to 9 any one of them software development system, it is characterised in that:The system further includes basal layer wound Block is modeled, is used for:Basal layer is created, general service layer logical program is provided in basal layer.
CN201710297496.7A 2017-04-28 2017-04-28 A kind of software development methodology and system Active CN107145350B (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
CN201710297496.7A CN107145350B (en) 2017-04-28 2017-04-28 A kind of software development methodology and system
PCT/CN2017/117370 WO2018196408A1 (en) 2017-04-28 2017-12-20 Software development method and system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201710297496.7A CN107145350B (en) 2017-04-28 2017-04-28 A kind of software development methodology and system

Publications (2)

Publication Number Publication Date
CN107145350A CN107145350A (en) 2017-09-08
CN107145350B true CN107145350B (en) 2018-08-21

Family

ID=59774547

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201710297496.7A Active CN107145350B (en) 2017-04-28 2017-04-28 A kind of software development methodology and system

Country Status (2)

Country Link
CN (1) CN107145350B (en)
WO (1) WO2018196408A1 (en)

Families Citing this family (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107145350B (en) * 2017-04-28 2018-08-21 武汉斗鱼网络科技有限公司 A kind of software development methodology and system
CN107817968A (en) * 2017-11-13 2018-03-20 重庆首亨软件有限公司 A kind of computer software development system
CN108769249B (en) * 2018-06-20 2021-05-25 武汉斗鱼网络科技有限公司 iOS high-performance high-expansion network device, implementation method, server and medium
CN109783072A (en) * 2019-01-23 2019-05-21 深圳智链物联科技有限公司 Method for processing business, device, terminal device and computer readable storage medium
CN110287434B (en) * 2019-07-02 2022-02-25 郑州悉知信息科技股份有限公司 Website processing method and device and storage medium

Family Cites Families (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7433935B1 (en) * 2005-04-29 2008-10-07 Hewlett-Packard Development Company, L.P. Self-adapting plug-in service
JP2007079955A (en) * 2005-09-14 2007-03-29 Sony Corp Information processing method and device, recording medium and program
CN101226525B (en) * 2007-01-19 2012-02-15 国际商业机器公司 Method, server, client terminal and system for controlling download and display of web page layout
CN101446892B (en) * 2007-11-26 2013-03-27 康佳集团股份有限公司 MVC model system data processing method and MVC model system
CN102646232A (en) * 2012-03-30 2012-08-22 云南远信科技有限公司 High concurrence enterprise integrated application system
CN104426983A (en) * 2013-09-05 2015-03-18 携程计算机技术(上海)有限公司 Website building system and method
CN104572761A (en) * 2013-10-23 2015-04-29 中国科学院沈阳自动化研究所 Layered application technology framework
DE102013225058A1 (en) * 2013-12-05 2015-06-11 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V. DEVICE, SYSTEM AND METHOD FOR THE EFFICIENT AND DELIVERABLE SYNCHRONIZATION OF GRAPHIC DATA STRUCTURES
CN105867907A (en) * 2016-03-23 2016-08-17 沈阳师范大学 JSS multi-layer Web development framework design method removing service coupling
CN105955714A (en) * 2016-04-15 2016-09-21 北京海尔广科数字技术有限公司 Mixed development front end MVC frame implementation method and system
CN106560787A (en) * 2016-12-29 2017-04-12 武汉斗鱼网络科技有限公司 MVVM-framework-based view page displaying method and apparatus
CN107145350B (en) * 2017-04-28 2018-08-21 武汉斗鱼网络科技有限公司 A kind of software development methodology and system

Also Published As

Publication number Publication date
CN107145350A (en) 2017-09-08
WO2018196408A1 (en) 2018-11-01

Similar Documents

Publication Publication Date Title
CN107145350B (en) A kind of software development methodology and system
CN108549977B (en) Multi-Agent-based order-oriented flexible production dynamic scheduling system
CN104898573B (en) A kind of digital control system data acquisition based on cloud computing and processing method
CN102508639B (en) Distributed parallel processing method based on satellite remote sensing data characteristics
CN104331767B (en) For the multisystem cooperative system and method for the control of Discrete Manufacturing Enterprise production process
CN104063835B (en) Real-time parallel processing system and real-time parallel processing method for satellite remote sensing images
Augusto et al. A modeling and simulation framework for health care systems
US8739113B2 (en) Tracking device and method for very large-scale software development projects
EP3084628B1 (en) Method for an integrated data handling for the engineering and operation of a plant
CN101964081A (en) Production information system based on factory management infrastructure platform
CN105069524B (en) Planned dispatching optimization method based on big data analysis
Li et al. Production-intralogistics synchronization of industry 4.0 flexible assembly lines under graduation intelligent manufacturing system
CN102999800A (en) Automatic identification of user-aligned fragments in business process models
CN108140155A (en) For the system and method for the Workflow Management in isolation environment
CN105654228A (en) Common plant model for modelling of physical plant items of production plant
CN103738369B (en) Based on the ATS equipment and system of OPC UA technology
CN102750606A (en) Power grid scheduling cloud system
CN106774240A (en) A kind of service-oriented industrial production control and monitoring method and system
CN109063122A (en) A kind of information synchronization method, related system and the equipment of ERP system and MES system
Tonelli et al. Cyber-physical systems (CPS) in supply chain management: from foundations to practical implementation
CN105678504A (en) XML-based field layer, MES, ERP integrated information integration method
CN106127365A (en) Quantitative remote sensing On-line Product interactive mode autonomous production method
CN113282795A (en) Data structure chart generating and updating method and device, electronic equipment and storage medium
CN105096181A (en) E-commerce transaction method and E-commerce transaction system for big data
Leyva et al. Lean Manufacturing application in textile industry

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
TR01 Transfer of patent right
TR01 Transfer of patent right

Effective date of registration: 20230802

Address after: Room 806, No.2 Kaiyuan street, Daqing economic and Technological Development Zone, Ranghulu District, Daqing City, Heilongjiang Province, 163000

Patentee after: Daqing Jindong Petroleum Technology Development Co.,Ltd.

Address before: 430000 East Lake Development Zone, Wuhan City, Hubei Province, No. 1 Software Park East Road 4.1 Phase B1 Building 11 Building

Patentee before: WUHAN DOUYU NETWORK TECHNOLOGY Co.,Ltd.