CN104391690A - Application development system and method - Google Patents

Application development system and method Download PDF

Info

Publication number
CN104391690A
CN104391690A CN201410613566.1A CN201410613566A CN104391690A CN 104391690 A CN104391690 A CN 104391690A CN 201410613566 A CN201410613566 A CN 201410613566A CN 104391690 A CN104391690 A CN 104391690A
Authority
CN
China
Prior art keywords
user
management module
application
module
code
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
CN201410613566.1A
Other languages
Chinese (zh)
Other versions
CN104391690B (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.)
Petrochina Co Ltd
Original Assignee
Petrochina 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 Petrochina Co Ltd filed Critical Petrochina Co Ltd
Priority to CN201410613566.1A priority Critical patent/CN104391690B/en
Publication of CN104391690A publication Critical patent/CN104391690A/en
Application granted granted Critical
Publication of CN104391690B publication Critical patent/CN104391690B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Landscapes

  • Stored Programmes (AREA)

Abstract

The embodiment of the application discloses an application development system and a method, which comprises the following steps: the account management module is used for receiving a request of a user for registering an account and recording the registration information of the user; the framework code module is used for providing framework program codes and plug-in codes required by development for users; the sandbox management module is used for providing the running environment and resources of the application program for the user; the access authority module is used for verifying the verification information of the user access service bus management module; the service bus management module is used for receiving a request for accessing the background server sent by a user; the source code management module is used for receiving the application codes uploaded by the users and establishing the corresponding relation between the application codes and the code versions; the database is used for storing the configuration information in the process of development; the configuration information at least includes: code for applications and framework code. The application development system and the application development method can improve the efficiency of developing the application and realize convenient calling of the developed application.

Description

Application development system and method
Technical Field
The application relates to the technical field of application of the Internet of things, in particular to an application development system and method.
Background
The internet of things is an important component of a new generation of information technology, is an application expansion of the internet, is a network, and is not a business and an application.
With the development of the internet of things technology, the application systems of petroleum service information in the field of oil and gas exploration are increasing continuously. At present, the field of oil and gas exploration has opened up a plurality of field applications, such as oil and gas field geographic position information application, monitoring video information application and the like.
And considering the incidence relation among all services in the oil and gas exploration field, data interaction is required to be carried out among different application systems. However, existing internet of things applications in the field of oil and gas exploration are usually provided by platform operators, components in the applications are often closed by the platform operators, and the applications can only be used by developers after being developed. Meanwhile, different application systems usually use different databases, and data sources are dispersed, so that data sharing and service association of the application systems cannot be flexibly and quickly realized.
For some existing application components, sharing of application systems cannot be achieved, so that the application systems with the same functions are repeatedly developed by different developers, and the cost for developing the application systems is increased.
Disclosure of Invention
The embodiment of the application aims to provide an application development system and method so as to improve the efficiency of application development and realize convenient calling of developed applications.
In order to solve the above technical problem, an embodiment of the present application provides an application development system and method, which are implemented as follows:
an application development system comprising: the system comprises an account management module, a frame code module, a sandbox management module, an access authority module, a service bus management module, a source code management module and a database; wherein,
the account management module is used for receiving a request of a user for registering an account and recording the registration information of the user; the account management module is also used for determining whether the user is allowed to carry out the next operation in the application development system or not by verifying the registration information of the user;
the frame code module is used for providing frame program codes and plug-in codes required by development for users;
the sandbox management module is used for providing the running environment and resources of the application program for the user;
the access authority module is used for verifying the verification information of the user accessing the service bus management module;
the service bus management module is used for receiving a request sent by a user for accessing the background server; the service bus management module is also used for bus access to a background server; the access bus management module is matched with the service bus management module for use;
the source code management module is used for receiving the application codes uploaded by the users and establishing the corresponding relation between the application codes and the code versions;
the database is used for storing configuration information in the process of development; the configuration information at least includes: code for applications and framework code.
In a preferred scheme, the program running environment provided by the sandbox management module for the user is a configured running environment, and the configured running environment is consistent with the final running environment of the program.
In a preferred scheme, the access bus management module is matched with the service bus management module for use; the method comprises the following steps:
when the access bus management module receives a request for accessing a background server sent by a user, the access bus management module analyzes authority information in the request and sends the authority information to an access authority module; the access authority module verifies the authority information by using a verification rule and authorization information preset by the background server and feeds back verification result information obtained by verification to the service bus management module;
if the verification result information received by the service bus module passes the verification, the service bus management module accesses the background server and returns an access result to the user; or,
and if the verification result information received by the service bus module does not pass the verification, the service bus management module does not access the background server and feeds back the verification result information to the user.
In a preferred scheme, the source code management module is realized by adopting SVN software.
In a preferred embodiment, the application development system further includes: a continuous integration module; the continuous integration module is used for automatically compiling and testing the application codes uploaded by the user; and after the application code passes the test, the continuous integration module is also used for automatically releasing the application code to a program running environment.
In a preferred embodiment, the continuous integration module is implemented by a Hudson program.
In a preferred embodiment, the application development system further includes: a middleware; the middleware is used for centralizing modules in the development system into one interface, and a user selects the corresponding module through the interface of the middleware.
In a preferred embodiment, the application development system further includes: an existing application integration module; the existing application integration module is used for integrating existing applications.
In a preferred embodiment, the application development system further includes: a service management module; the service management module is used for realizing the function of service registration; specifically, the service management module is used for recording the information of the address, the input parameter, the output result and the use example of the service in the service bus management module.
An application development method comprising:
receiving registration information of a user, and recording the registration information of the user by using an account management module;
receiving a request of a user for downloading a frame program code, and feeding back the frame program code corresponding to the request for downloading the frame program code to the user;
receiving a request of a user for applying a sandbox, and providing a program running environment and resources for the user according to the request of applying the sandbox;
receiving an application code uploaded by a user, and establishing a corresponding relation between the application code and version information by using a source code management module;
receiving a request of a user for testing and releasing the application, automatically compiling and testing the application code needing to be tested and released by using the continuous integration module, and releasing the application after the test.
According to the technical scheme provided by the embodiment of the application, the application development system and the method in the embodiment of the application can provide framework program codes and resources required by development for users, the program running environment provided for the users is configured and can be consistent with the final running environment of the program, the users are not required to write the framework program codes in the application development process, meanwhile, the sandbox management module in the application development system can provide the corresponding program running environment and program running resources for the users according to the needs of the users, the development time can be saved, and the consistency of the development, test and production environments can be ensured. Therefore, the application development system and the application development method disclosed by the embodiment of the application can improve the efficiency of developing the application by the user, ensure that the application developed by the user is uniformly integrated in the application development system, and facilitate the user to call the required application.
Drawings
In order to more clearly illustrate the embodiments of the present application or the technical solutions in the prior art, the drawings needed to be used in the description of the embodiments or the prior art will be briefly introduced below, it is obvious that the drawings in the following description are only some embodiments described in the present application, and for those skilled in the art, other drawings can be obtained according to the drawings without any creative effort.
FIG. 1 is a schematic diagram of an embodiment of an application development system;
FIG. 2 is a flowchart of an embodiment of an application development method according to the present application.
Detailed Description
The embodiment of the application provides an application development system and method.
In order to make those skilled in the art better understand the technical solutions in the present application, the technical solutions in the embodiments of the present application will be clearly and completely described below with reference to the drawings in the embodiments of the present application, and it is obvious that the described embodiments are only a part of the embodiments of the present application, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present application.
Fig. 1 is a block diagram of an embodiment of an application development system according to the present application. The application development system can facilitate a user to develop application components in the system. As shown in fig. 1, the application development system may include:
account management module 101, framework code module 102, sandbox management module 103, access rights module 104, service bus management module 105, source code management module 106, and database 107.
The account management module 101 may be configured to receive a request for registering an account from a user, and record registration information of the user. The registration information may include: user name and password of the user. The account management module can determine whether to allow the user to perform the next operation in the application development system by verifying the registration information of the user.
The framework code module 102 may be configured to provide framework code and plug-in code required for development for a user. When a frame code download request is sent by a user authenticated by the account management module 101, the frame code module 102 may receive the frame code download request, and the frame code module 102 may provide a preset frame program and plug-in code for the user. For example, a storage address of the code of the framework program and the plug-in is provided, and the user can download the code of the framework program and the plug-in from the storage address. The code of the framework program and the plug-ins can be expanded and selected according to the needs of the user. The code of the framework program and the plug-in can be convenient for a user to develop application, and the time and the cost for developing the application by the user are saved.
The sandbox management module 103 may be configured to provide a running environment and resources of an application program for a user. When the sandbox management module 103 receives a sandbox request sent by a user, a program running environment and resources may be provided for the user according to the sandbox request. The sandbox request may include: the space required by program operation, voice environment and other information. The running environment of the program provided to the user by the sandbox management module 103 is configured and may be consistent with the final running environment of the program. The sandbox management module 103 can avoid different users from building program running environments and distributing program running resources, save development time, and ensure consistency of development, test and production environments.
The access right module 104 may be configured to verify the verification information of the user accessing the service bus management module 105. The Access right module 104 may verify the Access right of the user by using a bus in combination with an LDAP (Lightweight Directory Access Protocol) server.
The service bus management module 105 may be configured to receive a request sent by a user to access a backend server. The service bus management module 105 may also be used for bus access to backend servers.
The access bus management module 104 may be used in conjunction with the service bus management module 105. When the access bus management module 105 receives a request for accessing the LDAP server from a user, the access bus management module 105 may parse the permission information in the request and send the permission information to the access permission module 104. The access permission module 104 may verify the permission information by using a verification rule and authorization information preset by the LDAP server, and feed back verification result information obtained by the verification to the service bus management module 105. If the verification result information received by the service bus module 105 is that the verification is passed, the service bus management module 105 may access the LDAP server and return the access result to the user. If the verification result information received by the service bus module 105 does not pass the verification, the service bus management module 105 may not access the LDAP server, and feed back the verification result information to the user.
The source code management module 106 may be configured to receive an application code uploaded by a user, and establish a corresponding relationship between the application code and a code version. The source code management module 106 may be implemented by svn (subversion) software.
The database 107 may be used to store configuration information during the development process. The configuration information may include: application code, framework code, etc.
The application development system disclosed in the above embodiment can provide framework program codes and resources required for development for a user, the program running environment provided for the user is configured and can be consistent with the final running environment of the program, and the user is not required to write the framework program codes in the process of developing the application. Therefore, the application development system disclosed by the embodiment of the application can improve the efficiency of application development of the user, ensure that the applications developed by the user are uniformly integrated in the application development system, and facilitate the user to call the required applications.
In a preferred embodiment, the application development system may further include: the modules are continuously integrated. The continuous integration module can be used for automatically compiling and testing the application codes uploaded by the user. After the application code passes the test, the continuous integration module can also automatically release the application code to a program running environment. The continuous integration module can be realized by a Hudson program. The continuous integration module can avoid the development personnel from manually compiling and compiling the application code to be tested, thereby saving the time for developing the application by the user.
In a preferred embodiment, the application development system may further include: and (4) an intermediate piece. The middleware can be used for centralizing modules in the development system into one interface, and a user can select the corresponding module through the interface of the middleware. The middleware can facilitate the user to select the required service, save the time for the user to develop the application and improve the development efficiency.
In a preferred embodiment, the application development system may further include: application integration modules are already available. The existing application integration module can be used for integrating existing applications. Specifically, a service address of an existing application input by a user may be received and stored. When a user needs to call an existing application, the application can be acquired through the stored service address of the application. The existing application integration module can effectively integrate the existing application, so that the existing application which is newly developed is integrated in the system, and a user can conveniently call the application.
In a preferred real-time manner, the application development system may further include: and a service management module. The service management module may be configured to implement a function of service registration. Specifically, the service management module may be configured to record information such as an address, an input parameter, an output result, and a use example of each service in the service bus management module. The service management module can help developers to quickly master the calling method and the service query method of the service in the application development system. For example, a user can query the range content of the required service in the application development system according to information such as names and keywords, and the service management module can classify according to the queried service content, so that developers can browse the classified service quickly and search the required service information.
A method for performing application development by using the application development system disclosed in the embodiment of the present application may be as shown in fig. 2. The application development method may include:
s201: and receiving the registration information of the user, and recording the registration information of the user by using an account management module.
The registration information may include: user name and password of the user. The account management module may record registration information of the user. When the user needs to call the service of the development system, whether the user is allowed to carry out the next operation in the application development system or not can be determined by verifying the registration information of the user.
S202: receiving a request of a user for downloading the frame program codes, and feeding back the frame program codes corresponding to the request of downloading the frame program codes to the user.
When receiving a frame code downloading request from a user, the frame code module provides preset frame program and plug-in code for the user. For example, a storage address of the code of the framework program and the plug-in is provided, and the user can download the code of the framework program and the plug-in from the storage address.
S203: and receiving a request of a user for applying the sandbox, and providing a program running environment and resources for the user according to the request for applying the sandbox.
When a request for applying for a sandbox sent by a user is received, a program running environment and resources can be provided for the user according to the request for applying for the sandbox. The sandbox request may include: the space required by program operation, voice environment and other information. The program running environment provided for the user is configured, and can be ensured to be consistent with the final running environment of the program.
S204: and receiving the application code uploaded by the user, and establishing the corresponding relation between the application code and the version information by using a source code management module.
After receiving the application code uploaded by the user, the corresponding relationship between the application code and the code version can be established. In particular, svn (subversion) software may be employed for implementation.
S205: and receiving a request of a user for testing and releasing the application, automatically compiling and testing the application code needing to be tested and released by using the continuous integration module, and releasing the application after the test is passed.
After receiving the application test release request of the user, the application code required to be tested and released by the user can be automatically compiled and tested. After the application code passes the test, the continuous integration module can also automatically release the application code to a program running environment.
The application development method disclosed by the embodiment corresponds to the application development system embodiment of the application, can improve the efficiency of application development of the user, ensures that the applications developed by the user are uniformly integrated in the application development system, and is convenient for the user to call the required applications.
In the 90 s of the 20 th century, improvements in a technology could clearly distinguish between improvements in hardware (e.g., improvements in circuit structures such as diodes, transistors, switches, etc.) and improvements in software (improvements in process flow). However, as technology advances, many of today's process flow improvements have been seen as direct improvements in hardware circuit architecture. Designers almost always obtain the corresponding hardware circuit structure by programming an improved method flow into the hardware circuit. Thus, it cannot be said that an improvement in the process flow cannot be realized by hardware physical modules. For example, a Programmable Logic Device (PLD), such as a Field Programmable Gate Array (FPGA), is an integrated circuit whose Logic functions are determined by programming the Device by a user. A digital system is "integrated" on a PLD by the designer's own programming without requiring the chip manufacturer to design and fabricate a dedicated integrated circuit chip 2. Furthermore, nowadays, instead of manually making an Integrated Circuit chip, such Programming is often implemented by "logic compiler" software, which is similar to a software compiler used in program development and writing, but the original code before compiling is also written by a specific Programming Language, which is called Hardware Description Language (HDL), and HDL is not only one but many, such as abel (advanced Boolean Expression Language), ahdl (alternate Language Description Language), traffic, pl (core unified Programming Language), HDCal, jhddl (Java Hardware Description Language), langue, Lola, HDL, laspam, hardbyscript Description Language (vhigh Description Language), and vhigh-Language (Hardware Description Language), which is currently used by most popular. It will also be apparent to those skilled in the art that hardware circuitry that implements the logical method flows can be readily obtained by merely slightly programming the method flows into an integrated circuit using the hardware description languages described above.
The controller may be implemented in any suitable manner, for example, the controller may take the form of, for example, a microprocessor or processor and a computer-readable medium storing computer-readable program code (e.g., software or firmware) executable by the (micro) processor, logic gates, switches, an Application Specific Integrated Circuit (ASIC), a programmable logic controller, and an embedded microcontroller, examples of which include, but are not limited to, the following microcontrollers: ARC 625D, AtmelAT91SAM, Microchip PIC18F26K20, and Silicone Labs C8051F320, the memory controller may also be implemented as part of the control logic for the memory.
Those skilled in the art will also appreciate that, in addition to implementing the controller as pure computer readable program code, the same functionality can be implemented by logically programming method steps such that the controller is in the form of logic gates, switches, application specific integrated circuits, programmable logic controllers, embedded microcontrollers and the like. Such a controller may thus be considered a hardware component, and the means included therein for performing the various functions may also be considered as a structure within the hardware component. Or even means for performing the functions may be regarded as being both a software module for performing the method and a structure within a hardware component.
The systems, devices, modules or units illustrated in the above embodiments may be implemented by a computer chip or an entity, or by a product with certain functions.
For convenience of description, the above devices are described as being divided into various units by function, and are described separately. Of course, the functionality of the units may be implemented in one or more software and/or hardware when implementing the present application.
From the above description of the embodiments, it is clear to those skilled in the art that the present application can be implemented by software plus necessary general hardware platform. With this understanding in mind, the present solution, or portions thereof that contribute to the prior art, may be embodied in the form of a software product, which in a typical configuration includes one or more processors (CPUs), input/output interfaces, network interfaces, and memory. The computer software product may include instructions for causing a computing device (which may be a personal computer, a server, or a network device, etc.) to perform the methods described in the various embodiments or portions of embodiments of the present application. The computer software product may be stored in a memory, which may include forms of volatile memory in a computer readable medium, Random Access Memory (RAM) and/or non-volatile memory, such as Read Only Memory (ROM) or flash memory (flash RAM). Memory is an example of a computer-readable medium. Computer-readable media, including both non-transitory and non-transitory, removable and non-removable media, may implement information storage by any method or technology. The information may be computer readable instructions, data structures, modules of a program, or other data. Examples of computer storage media include, but are not limited to, phase change memory (PRAM), Static Random Access Memory (SRAM), Dynamic Random Access Memory (DRAM), other types of Random Access Memory (RAM), Read Only Memory (ROM), Electrically Erasable Programmable Read Only Memory (EEPROM), flash memory or other memory technology, compact disc read only memory (CD-ROM), Digital Versatile Discs (DVD) or other optical storage, magnetic cassettes, magnetic tape magnetic disk storage or other magnetic storage devices, or any other non-transmission medium that can be used to store information that can be accessed by a computing device. As defined herein, computer readable media does not include transitory computer readable media (transient media), such as modulated data signals and carrier waves.
The embodiments in the present specification are described in a progressive manner, and the same and similar parts among the embodiments are referred to each other, and each embodiment focuses on the differences from the other embodiments. In particular, for the system embodiment, since it is substantially similar to the method embodiment, the description is simple, and for the relevant points, reference may be made to the partial description of the method embodiment.
The application is operational with numerous general purpose or special purpose computing system environments or configurations. For example: personal computers, server computers, hand-held or portable devices, tablet-type devices, multiprocessor systems, microprocessor-based systems, set top boxes, programmable consumer electronics, network PCs, minicomputers, mainframe computers, distributed computing environments that include any of the above systems or devices, and the like.
The application may be described in the general context of computer-executable instructions, such as program modules, being executed by a computer. Generally, program modules include routines, programs, objects, components, data structures, etc. that perform particular tasks or implement particular abstract data types. The application may also be practiced in distributed computing environments where tasks are performed by remote processing devices that are linked through a communications network. In a distributed computing environment, program modules may be located in both local and remote computer storage media including memory storage devices.
While the present application has been described with examples, those of ordinary skill in the art will appreciate that there are numerous variations and permutations of the present application without departing from the spirit of the application, and it is intended that the appended claims encompass such variations and permutations without departing from the spirit of the application.

Claims (10)

1. An application development system, comprising: the system comprises an account management module, a frame code module, a sandbox management module, an access authority module, a service bus management module, a source code management module and a database; wherein,
the account management module is used for receiving a request of a user for registering an account and recording the registration information of the user; the account management module is also used for determining whether the user is allowed to carry out the next operation in the application development system or not by verifying the registration information of the user;
the frame code module is used for providing frame program codes and plug-in codes required by development for users;
the sandbox management module is used for providing the running environment and resources of the application program for the user;
the access authority module is used for verifying the verification information of the user accessing the service bus management module;
the service bus management module is used for receiving a request sent by a user for accessing the background server; the service bus management module is also used for bus access to a background server; the access bus management module is matched with the service bus management module for use;
the source code management module is used for receiving the application codes uploaded by the users and establishing the corresponding relation between the application codes and the code versions;
the database is used for storing configuration information in the process of development; the configuration information at least includes: code for applications and framework code.
2. The application development system of claim 1, wherein the program runtime environment provided by the sandbox management module to the user is a configured runtime environment, and wherein the configured runtime environment is consistent with the final runtime environment of the program.
3. An application development system according to claim 1, wherein said access bus management module is used in conjunction with said service bus management module; the method comprises the following steps:
when the access bus management module receives a request for accessing a background server sent by a user, the access bus management module analyzes authority information in the request and sends the authority information to an access authority module; the access authority module verifies the authority information by using a verification rule and authorization information preset by the background server and feeds back verification result information obtained by verification to the service bus management module;
if the verification result information received by the service bus module passes the verification, the service bus management module accesses the background server and returns an access result to the user; or,
and if the verification result information received by the service bus module does not pass the verification, the service bus management module does not access the background server and feeds back the verification result information to the user.
4. The application development system of claim 1, wherein the source code management module is implemented using SVN software.
5. The application development system of claim 1, further comprising: a continuous integration module; the continuous integration module is used for automatically compiling and testing the application codes uploaded by the user; and after the application code passes the test, the continuous integration module is also used for automatically releasing the application code to a program running environment.
6. An application development system according to claim 1 wherein said persistent integration module is implemented by a Hudson program.
7. The application development system of claim 1, further comprising: a middleware; the middleware is used for centralizing modules in the development system into one interface, and a user selects the corresponding module through the interface of the middleware.
8. The application development system of claim 1, further comprising: an existing application integration module; the existing application integration module is used for integrating existing applications.
9. The application development system of claim 1, further comprising: a service management module; the service management module is used for realizing the function of service registration; specifically, the service management module is used for recording the information of the address, the input parameter, the output result and the use example of the service in the service bus management module.
10. An application development method, comprising:
receiving registration information of a user, and recording the registration information of the user by using an account management module;
receiving a request of a user for downloading a frame program code, and feeding back the frame program code corresponding to the request for downloading the frame program code to the user;
receiving a request of a user for applying a sandbox, and providing a program running environment and resources for the user according to the request of applying the sandbox;
receiving an application code uploaded by a user, and establishing a corresponding relation between the application code and version information by using a source code management module;
receiving a request of a user for testing and releasing the application, automatically compiling and testing the application code needing to be tested and released by using the continuous integration module, and releasing the application after the test.
CN201410613566.1A 2014-11-04 2014-11-04 Application development system and method Active CN104391690B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201410613566.1A CN104391690B (en) 2014-11-04 2014-11-04 Application development system and method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201410613566.1A CN104391690B (en) 2014-11-04 2014-11-04 Application development system and method

Publications (2)

Publication Number Publication Date
CN104391690A true CN104391690A (en) 2015-03-04
CN104391690B CN104391690B (en) 2019-06-11

Family

ID=52609598

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201410613566.1A Active CN104391690B (en) 2014-11-04 2014-11-04 Application development system and method

Country Status (1)

Country Link
CN (1) CN104391690B (en)

Cited By (15)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105118107A (en) * 2015-09-01 2015-12-02 国家电网公司 Application inspection method and device
CN105739966A (en) * 2016-01-19 2016-07-06 浪潮软件集团有限公司 Continuous integration method and device
CN106055319A (en) * 2016-05-25 2016-10-26 福建造梦信息技术有限公司 Construction method of VR compatible operation sandboxie
CN107621944A (en) * 2017-09-22 2018-01-23 天翼电子商务有限公司 Continuous integrating pipeline system and its method based on automation O&M
CN107656737A (en) * 2017-10-09 2018-02-02 郑州云海信息技术有限公司 A kind of incremental compilation method, apparatus, equipment and storage medium based on Git instruments
CN108845812A (en) * 2018-05-31 2018-11-20 康键信息技术(深圳)有限公司 Update of plug-in method, apparatus, computer equipment and storage medium
CN110059123A (en) * 2019-04-15 2019-07-26 福建省星云大数据应用服务有限公司 A kind of data can use sightless government data development approach and system
CN110222531A (en) * 2019-05-31 2019-09-10 阿里巴巴集团控股有限公司 A kind of method, system and equipment accessing database
CN110874228A (en) * 2018-08-30 2020-03-10 中国移动通信集团浙江有限公司 Service integration method, device and equipment in application program
CN110912734A (en) * 2019-10-31 2020-03-24 北京浪潮数据技术有限公司 Method and device for realizing multi-dimensional gray scale release of container application by cloud management platform
CN111046021A (en) * 2019-11-30 2020-04-21 许昌许继软件技术有限公司 Internet of things type distribution transformer terminal application development platform
CN111314309A (en) * 2020-01-19 2020-06-19 中信银行股份有限公司 Data transmission method and device, electronic equipment and computer readable storage medium
CN111324522A (en) * 2018-12-13 2020-06-23 北京数聚鑫云信息技术有限公司 Automatic test system and method
CN111367561A (en) * 2020-03-31 2020-07-03 中国工商银行股份有限公司 Software program remote development method and device
CN111417925A (en) * 2017-11-07 2020-07-14 亚马逊技术公司 Code module selection for device design

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20020101993A1 (en) * 2001-02-01 2002-08-01 Eleazar Eskin Mobile computing and communication
US20110214117A1 (en) * 2009-02-19 2011-09-01 The Bank Of Tokyo-Mitsubishi Ufj, Ltd. Application development support device, program, and recording medium
CN103440139A (en) * 2013-09-11 2013-12-11 北京邮电大学 Acquisition method and tool facing microblog IDs (identitiesy) of mainstream microblog websites
CN103544096A (en) * 2013-10-21 2014-01-29 Tcl集团股份有限公司 Method and system for feeding back information in case of operational failure of Android terminal
US20140052703A1 (en) * 2012-08-20 2014-02-20 International Business Machines Corporation Gap Detection in a Temporally Unique Index in a Relational Database

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20020101993A1 (en) * 2001-02-01 2002-08-01 Eleazar Eskin Mobile computing and communication
US20110214117A1 (en) * 2009-02-19 2011-09-01 The Bank Of Tokyo-Mitsubishi Ufj, Ltd. Application development support device, program, and recording medium
US20140052703A1 (en) * 2012-08-20 2014-02-20 International Business Machines Corporation Gap Detection in a Temporally Unique Index in a Relational Database
CN103440139A (en) * 2013-09-11 2013-12-11 北京邮电大学 Acquisition method and tool facing microblog IDs (identitiesy) of mainstream microblog websites
CN103544096A (en) * 2013-10-21 2014-01-29 Tcl集团股份有限公司 Method and system for feeding back information in case of operational failure of Android terminal

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
谢勇: "物联网技术在智能装备中的应用", 《自动化应用》 *
赵阳: "海上钻井平台分布式管理信息系统分析与研究", 《中国优秀硕士学位论文全文数据库 信息科技辑》 *
马建辉: "持续集成的概念与应用分析", 《福建电脑》 *

Cited By (24)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105118107B (en) * 2015-09-01 2018-04-20 国家电网公司 Using method for inspecting and device
CN105118107A (en) * 2015-09-01 2015-12-02 国家电网公司 Application inspection method and device
CN105739966A (en) * 2016-01-19 2016-07-06 浪潮软件集团有限公司 Continuous integration method and device
CN106055319A (en) * 2016-05-25 2016-10-26 福建造梦信息技术有限公司 Construction method of VR compatible operation sandboxie
CN107621944A (en) * 2017-09-22 2018-01-23 天翼电子商务有限公司 Continuous integrating pipeline system and its method based on automation O&M
CN107656737A (en) * 2017-10-09 2018-02-02 郑州云海信息技术有限公司 A kind of incremental compilation method, apparatus, equipment and storage medium based on Git instruments
CN111417925B (en) * 2017-11-07 2024-04-05 亚马逊技术公司 Code module selection for device design
CN111417925A (en) * 2017-11-07 2020-07-14 亚马逊技术公司 Code module selection for device design
CN108845812A (en) * 2018-05-31 2018-11-20 康键信息技术(深圳)有限公司 Update of plug-in method, apparatus, computer equipment and storage medium
CN108845812B (en) * 2018-05-31 2024-04-05 康键信息技术(深圳)有限公司 Plug-in updating method, device, computer equipment and storage medium
CN110874228A (en) * 2018-08-30 2020-03-10 中国移动通信集团浙江有限公司 Service integration method, device and equipment in application program
CN110874228B (en) * 2018-08-30 2023-08-01 中国移动通信集团浙江有限公司 Service integration method, device and equipment in application program
CN111324522A (en) * 2018-12-13 2020-06-23 北京数聚鑫云信息技术有限公司 Automatic test system and method
CN110059123A (en) * 2019-04-15 2019-07-26 福建省星云大数据应用服务有限公司 A kind of data can use sightless government data development approach and system
CN110222531B (en) * 2019-05-31 2023-07-07 创新先进技术有限公司 Method, system and equipment for accessing database
CN110222531A (en) * 2019-05-31 2019-09-10 阿里巴巴集团控股有限公司 A kind of method, system and equipment accessing database
CN110912734B (en) * 2019-10-31 2022-07-22 北京浪潮数据技术有限公司 Method and device for realizing multi-dimensional gray scale release of container application by cloud management platform
CN110912734A (en) * 2019-10-31 2020-03-24 北京浪潮数据技术有限公司 Method and device for realizing multi-dimensional gray scale release of container application by cloud management platform
CN111046021A (en) * 2019-11-30 2020-04-21 许昌许继软件技术有限公司 Internet of things type distribution transformer terminal application development platform
CN111046021B (en) * 2019-11-30 2023-11-10 许昌许继软件技术有限公司 Internet of things type distribution transformer terminal application development platform
CN111314309B (en) * 2020-01-19 2022-04-15 中信银行股份有限公司 Data transmission method and device, electronic equipment and computer readable storage medium
CN111314309A (en) * 2020-01-19 2020-06-19 中信银行股份有限公司 Data transmission method and device, electronic equipment and computer readable storage medium
CN111367561A (en) * 2020-03-31 2020-07-03 中国工商银行股份有限公司 Software program remote development method and device
CN111367561B (en) * 2020-03-31 2023-09-22 中国工商银行股份有限公司 Remote development method and device for software program

Also Published As

Publication number Publication date
CN104391690B (en) 2019-06-11

Similar Documents

Publication Publication Date Title
CN104391690B (en) Application development system and method
US10990367B2 (en) Application development method, tool, and device, and storage medium
KR101944570B1 (en) Transformational context-aware data source management
US11074154B2 (en) Identifying a source file for use in debugging compiled code
US8997070B2 (en) Extension mechanism for scripting language compiler
US10956232B2 (en) Instructing the use of application programming interface commands in a runtime environment
US11477179B2 (en) Searching content associated with multiple applications
CN106201850B (en) A kind of compatibility test method and device
US9081619B2 (en) Provisioning a web hosting resource using a cloud service
US10394775B2 (en) Order constraint for transaction processing with snapshot isolation on non-transactional NoSQL servers
US20200004849A1 (en) Automated database creation
CN111782300A (en) Data processing method, device, equipment and system
CN106990979A (en) A kind of configuration information update method, system, client and server
US9513762B1 (en) Static content updates
CN106201859A (en) A kind of regression testing method and system
CN106156050B (en) Data processing method and device
CN108595656B (en) Data processing method and system
CA2930061C (en) Variants of files in a file system
CN116628773A (en) Data processing method, device, electronic equipment and storage medium
CN110874322A (en) Test method and test server for application program
CN105338025B (en) Invocation component method, system, client and concentration assembly method and server
CN112988604B (en) Object testing method, testing system, electronic device and readable storage medium
CN106990944B (en) Code resource management method, device and system
US20170242668A1 (en) Content publishing
US9785543B2 (en) Dual tagging between test and pods

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant