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

A kind of software development methodology and system Download PDF

Info

Publication number
CN107145350A
CN107145350A CN201710297496.7A CN201710297496A CN107145350A CN 107145350 A CN107145350 A CN 107145350A CN 201710297496 A CN201710297496 A CN 201710297496A CN 107145350 A CN107145350 A CN 107145350A
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.)
Granted
Application number
CN201710297496.7A
Other languages
Chinese (zh)
Other versions
CN107145350B (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 system, it is 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 Internet;Boundary layer is used for:Show view interface;Boundary layer includes view, view logical program and view controller, and view controller is used for:Data model in data model layer sets view;Data model layer is used for:Data model is deposited, 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;Internet is used for:Returned to network request after Json data, 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 and the increase of developer of scale of the project, what disparity items was used Coding style and module calling rule are often different, and then cause code and module that various styles occur in final project, Project coupling more and more higher.When being safeguarded to the software after exploitation, developer change unfamiliar module when very Difficulty is started with, new to add the coding rules that exploitation member needs to spend longer time study different.
For the ease of developing and safeguarding to software, existing software development methodology is generally:Typically first to large-scale Project carries out " transversely layered ", for example, client is divided into multilayer:Boundary layer, logical layer, Internet 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, for a business demand, the interface of every layer of developer's correspondence agreement realizes that joint debugging connects Enter test.
But, there is following defect in the above method:
(1) to realize that each layer assigns corresponding developer to develop and safeguard, it is necessary to for each layer of outfit phase respectively 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 it is generally necessary to which maintenance is developed in relatively senior exploitation, 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, it is 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.
For example:View controller in existing boundary layer needs to manage simultaneously deposits in several views, therefore view controller In a variety of view logics, and then drastically increase the degree of coupling of software.
And for 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 refreshed after corresponding view is found 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:1st, network request obtains Json data, 2, right Json data map obtaining data model, and the degree of coupling of Internet is higher.
(3) because all layers are relied on from top to bottom, therefore the work (exploitation and maintenance) of lower floor needs to wait upper strata work It could start to start after sending out into, and then cause that the agility of whole development is poor, operating efficiency is relatively low.
The content of the invention
For defect present in 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, the software development methodology that the present invention is provided, comprises the following steps:
S1:The working lining with software context is created, working lining includes boundary layer, data model layer, operation layer and Internet;
Boundary layer is used for:Show view interface;Boundary layer includes view, view logical program and view controller, view Controller is used for:Data model in data model layer sets view;
Data model layer is used for:Data model is deposited, data model includes local logic data model and network data is reflected Penetrate model;
Operation layer is used for:Business interface is provided for the view logical program and view controller of boundary layer;
Internet is used for:Returned to network request after Json data, Json data are mapped as network data mapping model.
The software development system that the present invention is provided, including working lining creation module, it is used for:Create the work with software context Make layer, working lining includes boundary layer, data model layer, operation layer and Internet;
Boundary layer is used for:Show view interface;Boundary layer includes view, view logical program and view controller, view Controller is used for:Data model in data model layer sets view;
Data model layer is used for:Data model is deposited, data model includes local logic data model and network data is reflected Penetrate model;
Operation layer is used for:Business interface is provided for the view logical program and view controller of boundary layer;
Internet is used for:Returned to network request after Json data, Json data are mapped as network data mapping model.
Compared with prior art, the advantage of the invention is that:
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, being under the jurisdiction of the developer of same department needs to handle working lining each layer (boundary layer, number According to model layer, operation layer etc.) exploitation maintenance work, developer intervened whole flow process from the beginning;And prior art In be under the jurisdiction of the developer of same department and only handle one layer in working lining of exploitation maintenance work.Therefore, present invention reduces Human cost, is very suitable for promoting.
On this basis, being under the jurisdiction of the developer of same department needs the exploitation for handling each layer of working lining to safeguard work Make, can make it that the workflow of different departments is independent, it is to avoid the dependence between different departments in the prior art occur, and then Improve the agility and operating efficiency of whole development.
At the same time, the invention enables the framework and mark that the developer for being under the jurisdiction of different departments defers to " vertical layered " Standard, so cause different departments developer coding standard in order, will not because of personal style it is inconsistent have influence on it is whole Body, and then decoupling improve prerequisite for realize during software development.
Further, different departments by the sub-project " assembling " researched and developed of the present invention into after female project, due to every sub-project Between the degree of coupling it is relatively low and framework and coding rule of per sub-project are unified, therefore by many sub-projects " assembling " into mother During project, female project only can be completed with the program of many sub-projects is bolted together, its operating process is very simple, is easy to People use.
(2) compared with managing the view controller of several views simultaneously in the prior art, the present invention is every 1 width view configuration 1 estrade controller, and then corresponding program's code file can be detached from father's controller, realize and view controller is carried out " weight reducing " uncoupled purpose.Compared with it there is the view controller of a variety of view logics in the prior art, son control of the invention Device processed only keeps the logical relation of management with father's controller, therefore sub-controller of the invention and the degree of coupling of father's controller are very It is low.
(3) compared with Internet of the prior art, Internet 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 that Json data are carried out to map To data model.Therefore, the present invention realizes the decoupling of Internet, 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 Call.In terms of autgmentability, if the mapping scheme of network request bottom scheme or data model layer has modification, respectively for API Layer and service layer individually change, and are highly convenient for people and use.
By (2) and (3), the present invention is split to large-scale working lining (view controller and Internet), entered And the coupling of project is reduced on a physical layer.Originally need the multiple demands changed in one file are split to assign to not Same file, reduces the demand collision problem of many 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, directly by sub-controller according to the data model after change, refresh corresponding view, not only to business 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, directly set the view of binding, significantly improve Operating efficiency.
(5) basal layer of the invention can be unified the different general purpose module of many set logical programs, and then be caused soft The exploitation and maintenance of part only need to operate logical program in 1, it is to avoid the problem of versatility code repeats to add, it is ensured that patrol The uniformity realized is collected, work difficulty is not only significantly reduced, operating efficiency is improved, and the code quality in later stage is controlled There is great help with GF global functions modification, be very suitable for promoting.
Brief description of the drawings
Fig. 1 be the embodiment of the present invention in software working lining structured flowchart;
Fig. 2 is the flow chart of software development methodology in the embodiment of the present invention.
Embodiment
The present invention is described in further detail below in conjunction with drawings and Examples.
Referring to shown in Fig. 1 and Fig. 2, the software development methodology in the embodiment of the present invention comprises the following steps:
S1:Create the working lining (boundary layer, data model layer, operation layer and Internet) with software context;
Boundary layer is used for:View interface is shown, boundary layer includes view, view logical program and view controller, view Controller is used for:Data model in data model layer sets view;
Data model layer is used for:Data model is deposited, data model includes local logic data model and network data is reflected Penetrate model;
Operation layer is used for:Business interface is provided for the view logical program and view controller of boundary layer;
Internet is used for:To network request return Json data (JavaScript Object Notation, lightweight Data) after, Json data are mapped as network data mapping model.
It can be seen from S1, compared with " transversely layered " in the prior art, the embodiment of the present invention carries out the working lining of software " vertical layered " (when developing and safeguard to working lining, being under the jurisdiction of the developer of same department needs to handle working lining 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 The developer of department only handles one layer in working lining of exploitation maintenance work.Therefore, the embodiment of the present invention significantly reduces people Power cost, is very suitable for promoting.
On this basis, being under the jurisdiction of the developer of same department needs the exploitation for handling each layer of working lining to safeguard work Make, can make it that the workflow of different departments is independent, it is to avoid the dependence between different departments in the prior art occur, and then Improve the agility and operating 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.
It can be seen from S2, compared with managing the view controller of several views simultaneously in the prior art, the embodiment of the present invention The 1 estrade controller for every 1 width view configuration, and then can detach corresponding program's code file from father's controller, realize " weight reducing " uncoupled purpose is carried out to view controller.With there is the view controller phase of a variety of view logics 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 set, is associated with the corresponding data model in data model layer, when When data model changes, sub-controller refreshes corresponding view according to the data model after change.
It can be seen from S3, 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, directly by sub-controller according to the data model after change to refresh corresponding View, not only to operation layer, data model layer and boundary layer between realize it is decoupling, and with view in the prior art Controller finds corresponding view in several views and compared, and sub-controller need not search view, directly sets regarding for binding Figure, significantly improves operating efficiency.
S4:Internet is divided into service layer and api layer (Application Programming Interface, using journey Sequence DLL 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 returned are asked to be mapped as network data mapping model api layer.
It can be seen from S4, compared with Internet of the prior art, the embodiment of the present invention by Internet 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 map obtaining data model.Therefore, the embodiment of the present invention realizes the decoupling of Internet, and uncoupled effect is not The decomposition of responsibility is only embodied in, 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 Call.
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 and use.
S5:Create and general service layer logical program is provided with basal layer, basal layer, its purpose is:In most of projects In, can have a general purpose module that purpose is identical but many set logical programs is different, basal layer can will many set logical programs it is different General purpose module is unified, and then cause the exploitation and maintenance of software to only need to operate logical program in 1, it is to avoid lead to The problem of repeating to add with code, it is ensured that the uniformity of logic realization, not only significantly reduces work difficulty, improves work effect Rate, and have great help to the code quality control and GF global functions modification in later stage, 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, Internet;
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 Internet;
Boundary layer is used for:Show view interface;Boundary layer includes view, view logical program and view controller, view Controller is used for:Data model in data model layer sets view;
Data model layer is used for:Data model is deposited, data model includes local logic data model and network data is reflected Penetrate model;
Operation layer is used for:Business interface is provided for the view logical program and view controller of boundary layer;
Internet is used for:Returned to network request after Json data, Json data are mapped as network data mapping model.
View controller, which splits module, to be used for:View controller is divided into 1 father's controller and at least 3 estrade controllers, Respectively bound per estrade controller with a width view;Sub-controller is used for:According to the data model in data model layer, 1 width is set View, father's controller is used for:Manage the work of all sub-controllers.
Data model relating module is used for:By every 1 estrade controller set view, with data model layer in it is corresponding Data model association, when data model changes, sub-controller refreshes according to the data model after change corresponding to be regarded Figure.
Internet, which splits module, to be used for:Internet 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 returned are asked to be mapped as network data mapping model api layer.
Basal layer creation module is used for:Create and general service layer logical program is provided with basal layer, basal layer.
By the embodiment of the present invention, requirement developing can be completed in the project the invention enables team developer Whole process, individual skill is improved, and is not in that transversely layered individual turns into the situation of project bottleneck, and due to general Code organization standard and decoupling scheme, therefore mutually independent of and then significant increase team efficiency, base between team exploitation member The addition of plinth layer equally serves decoupling lifting team efficiency, strengthens the purpose of project robustness.
Further, the sub-project " assembling " that different departments are researched and developed by the embodiment of the present invention is into after female project, due to each The degree of coupling between sub-project is relatively low and framework and coding rule of per sub-project are unified, therefore by many sub-project " groups When dress " is into female project, female project only can be completed with the program of many sub-projects is bolted together, its operating process is very simple It is single, it is easy to people to use.
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, some 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 known to professional and technical personnel in the field Art.

Claims (10)

1. a kind of software development methodology, it is characterised in that this method comprises the following steps:
S1:The working lining with software context is created, working lining includes boundary layer, data model layer, operation layer and Internet;
Boundary layer is used for:Show view interface;Boundary layer includes view, view logical program and view controller, view control Device is used for:Data model in data model layer sets view;
Data model layer is used for:Data model is deposited, data model includes local logic data model and network data mapping mould Type;
Operation layer is used for:Business interface is provided for the view logical program and view controller of boundary layer;
Internet is used for:Returned to network request after Json data, Json data are mapped as network data mapping model.
2. software development methodology as claimed in claim 1, it is characterised 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 per estrade controller with a width view;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, it is characterised in that further comprising the steps of after S2:S3:By every 1 The view that estrade controller is set, is associated with the corresponding data model 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 claimed in claim 1, it is characterised 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 returned are asked to be mapped as network data mapping model api layer.
5. the software development methodology as described in any one of Claims 1-4, it is characterised in that:It is further comprising the steps of after S1: S5:Create and general service layer logical program is provided with basal layer, basal layer.
6. a kind of software development system, it is characterised in that:The system includes working lining creation module, and it is used for:Create and software The working lining of association, working lining includes boundary layer, data model layer, operation layer and Internet;
Boundary layer is used for:Show view interface;Boundary layer includes view, view logical program and view controller, view control Device is used for:Data model in data model layer sets view;
Data model layer is used for:Data model is deposited, data model includes local logic data model and network data mapping mould Type;
Operation layer is used for:Business interface is provided for the view logical program and view controller of boundary layer;
Internet is used for:Returned to network request after Json data, 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 also includes view controller and splits mould Block, it is used for:View controller is divided into 1 father's controller and at least 3 estrade controllers, respectively regarded per estrade controller with a width 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 also includes data model relating module, It is used for:The view that every 1 estrade controller is set, associates with the corresponding data model 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 also includes Internet and splits module, its For:Internet 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 returned are asked to be mapped as network data mapping model api layer.
10. the software development system as described in any one of claim 6 to 9, it is characterised in that:The system also includes basal layer and created Block is modeled, it is used for:Create and general service layer logical program is provided with basal layer, 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 true CN107145350A (en) 2017-09-08
CN107145350B 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)

Cited By (5)

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

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101446892A (en) * 2007-11-26 2009-06-03 康佳集团股份有限公司 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
WO2015082479A1 (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 low-delay synchronization of data structures in the form of graphs
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

Family Cites Families (5)

* 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
CN104572761A (en) * 2013-10-23 2015-04-29 中国科学院沈阳自动化研究所 Layered application technology framework
CN107145350B (en) * 2017-04-28 2018-08-21 武汉斗鱼网络科技有限公司 A kind of software development methodology and system

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101446892A (en) * 2007-11-26 2009-06-03 康佳集团股份有限公司 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
WO2015082479A1 (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 low-delay synchronization of data structures in the form of graphs
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

Cited By (5)

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

Also Published As

Publication number Publication date
CN107145350B (en) 2018-08-21
WO2018196408A1 (en) 2018-11-01

Similar Documents

Publication Publication Date Title
CN107145350B (en) A kind of software development methodology and system
Li et al. A blockchain-and IoT-based smart product-service system for the sustainability of prefabricated housing construction
CN104331767B (en) For the multisystem cooperative system and method for the control of Discrete Manufacturing Enterprise production process
US8739113B2 (en) Tracking device and method for very large-scale software development projects
Augusto et al. A modeling and simulation framework for health care systems
Lee et al. Application of intelligent data management in resource allocation for effective operation of manufacturing systems
CN102999800A (en) Automatic identification of user-aligned fragments in business process models
Lee et al. Optimal capacity and operation design of a robot logistics system for the hotel industry
CN101964081A (en) Production information system based on factory management infrastructure platform
CN105427055A (en) Internet + industrial 4.0 intelligent manufacturing management method and system
CN105654228A (en) Common plant model for modelling of physical plant items of production plant
CN105654227A (en) Common plant model for modelling of physical plant items of production plant
CN106774240A (en) A kind of service-oriented industrial production control and monitoring method and system
CN105654226A (en) Common plant model for modelling of physical plant items of production plant
CN109063122A (en) A kind of information synchronization method, related system and the equipment of ERP system and MES system
CN105204834B (en) A kind of visual software modeling editing machine for constructing software model
Leyva et al. Lean Manufacturing application in textile industry
CN104346669A (en) Business logic modeling system based on 6W
CN107817968A (en) A kind of computer software development system
CN104268733A (en) Lean logistics system based on spectaculars
CN109302459A (en) The service scheduling apparatus and method of service-oriented smart grid Dispatching Control System
CN104252671A (en) Lean logistics implementation method based on display board
CN107274135A (en) The raw tobacco material overall planning method and system shared based on cooperative information
Rittberger et al. Continuous improvement of lean processes with industry 4.0 technologies
CN106104560A (en) Sensor data analysis for multiple users

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.