CN108073389B - Engine system based on script language - Google Patents

Engine system based on script language Download PDF

Info

Publication number
CN108073389B
CN108073389B CN201711310305.2A CN201711310305A CN108073389B CN 108073389 B CN108073389 B CN 108073389B CN 201711310305 A CN201711310305 A CN 201711310305A CN 108073389 B CN108073389 B CN 108073389B
Authority
CN
China
Prior art keywords
module
engine system
database
class
http
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
CN201711310305.2A
Other languages
Chinese (zh)
Other versions
CN108073389A (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.)
Changsha Haimi Networks Technology Co ltd
Original Assignee
Changsha Haimi Networks 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 Changsha Haimi Networks Technology Co ltd filed Critical Changsha Haimi Networks Technology Co ltd
Priority to CN201711310305.2A priority Critical patent/CN108073389B/en
Publication of CN108073389A publication Critical patent/CN108073389A/en
Application granted granted Critical
Publication of CN108073389B publication Critical patent/CN108073389B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/20Software design
    • G06F8/24Object-oriented
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/445Program loading or initiating
    • G06F9/44505Configuring for program initiating, e.g. using registry, configuration files

Landscapes

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

Abstract

The invention relates to the technical field of computer servers, in particular to an engine system based on a script language, which comprises a database access module, an HTTP service module, a producer consumer module and a timing execution module, wherein the engine system stores configuration files of all large modules and script languages related to all the large modules, and the initialization of all the large modules can be quickly finished by calling the configuration files by using the script language; the engine system is also provided with base classes corresponding to the large modules, so that the scheduling of the large modules is facilitated, and the coupling degree of software can be effectively reduced.

Description

Engine system based on script language
Technical Field
The invention relates to the technical field of computer servers, in particular to an engine system based on a script language.
Background
Information technology, and in particular computer networking technology, has developed at a rapid pace over the last decade. People benefit from huge opportunities brought by the information revolution, various server frameworks are produced, and convenience is provided for developers to develop for the second time.
The scripting language (Script language) is a computer programming language created to shorten the traditional write-compile-link-run (Script-compile-link-run) process. A scripting language, also known as an extension language, or dynamic language, is a programming language used to control software applications, scripts are typically stored in text (e.g., ASCII) and interpreted or compiled only when called. The advantage is that the syntax and structure are usually simple, usually with an easy to modify "interpretation" of the program as the way it runs, and no "compilation" is required.
For an existing platform operation system, complex logic service functions need to be completed, particularly for analysis of service data, high-concurrency and unrepeatable order issuing processing often needs to be performed, however, a logic layer and a display layer of the system often cannot be effectively separated, so that coupling degree of software is improved, and software development efficiency is low.
Therefore, designing an engine system based on a script language has been one of the issues of intensive research by those skilled in the art.
Disclosure of Invention
The technical problem to be solved by the present invention is to provide an engine system based on a scripting language, aiming at the above-mentioned defects in the prior art, to solve the problems that high concurrency cannot be performed and repeated order issuing processing is easy to occur, a logic layer and a presentation layer cannot be effectively separated, a software coupling degree is high, and a software development efficiency is low.
To solve the technical problem, the present invention provides an engine system based on a scripting language, the engine system comprising a database access module, an HTTP service module, a producer-consumer module, and a timing execution module, wherein,
the database access module is used for calling a configuration file by using a scripting language and building a database access model, and the database access model can be interacted with a database and can be called by an HTTP service module, a producer consumer module and a timing execution module;
the HTTP service module calls a configuration file by using a script language, builds an HTTP server and dynamically adjusts the processing capacity of the HTTP server;
the producer consumer module calls a configuration file by using a script language, builds a producer model, a consumer model and a buffer area, the producer model produces data and carries out judgment and repeat processing, the data are placed in the buffer area, and the consumer model reads the data from the buffer area;
and the timing execution module calls the configuration file by using a script language and builds a timing execution model for executing the task at a fixed time.
Wherein, the preferred scheme is: the engine system is preset with configuration files of a database access module, an HTTP service module, a producer consumer module and a timing execution module, and is also preset with a base class for providing a method for calling the configuration files.
Wherein, the preferred scheme is: the engine system is preset with a database access module, an HTTP service module, a producer consumer module and a script language of a timing execution module, and is also preset with a base class for providing a method for executing the script language.
Wherein, the preferred scheme is: the script language is Lua script language.
Wherein, the preferred scheme is: the database access module is provided with a database connection pool management class, a database connection pool class and a database access method class, wherein the database connection pool management class is used for providing a method for starting the database connection pool, the database connection pool class is used for calling a configuration file and building a database connection pool, and the database access method class is used for providing an access method of the database and can use a script language to access the database through the access method.
Wherein, the preferred scheme is: the database is a MYSQL database.
Wherein, the preferred scheme is: the HTTP server comprises an HTTP client and an HTTP server, the HTTP service module is provided with a plurality of objects responding to the HTTP client and a plurality of objects responding to the HTTP server, and the HTTP service module is further provided with a plurality of objects loading script languages.
Wherein, the preferred scheme is: the number of the producer models is one, and the number of the consumer models is multiple.
Wherein, the preferred scheme is: the engine system also comprises a port module, wherein the port module creates a plurality of working threads, constructs an IOCP model under Windows and constructs an EPLL model under Linux.
Wherein, the preferred scheme is: the engine system further comprises an HTTP client module, the HTTP client module calls the configuration file by using a script language and builds an HTTP client, the engine system further comprises a response module, the response module provides a method for sending a request response to the HTTP client and a method for sending request data to the HTTP server, and the response module further provides a base class for creating the method.
Compared with the prior art, the invention has the beneficial effects that the invention can rapidly complete the initialization of each large module by designing the engine system based on the script language, wherein the engine system is stored with the configuration files of each large module and the script language related to each large module, and the script language is used for calling the configuration files; the engine system is also provided with base classes corresponding to the large modules, so that the scheduling of the large modules is facilitated, and the coupling degree of software can be effectively reduced; in addition, the producer consumer module has concurrency capability and repeated processing capability, development efficiency can be improved, repeated order issuing processing does not exist, and error rate is reduced.
Drawings
The invention will be further described with reference to the accompanying drawings and examples, in which:
FIG. 1 is a schematic diagram of an engine system of the present invention;
FIG. 2 is a schematic diagram of a database access module of the present invention;
FIG. 3 is a schematic diagram of the HTTP service module of the present invention;
FIG. 4 is a schematic diagram of a producer consumer module of the present invention;
FIG. 5 is a schematic diagram of a timing execution module of the present invention;
FIG. 6 is a schematic illustration of a configuration file of the present invention;
FIG. 7 is a schematic diagram of a scripting language of the present invention;
FIG. 8 is a schematic diagram of a port module of the present invention;
FIG. 9 is a schematic diagram of a response module of the present invention;
FIG. 10 is a schematic diagram of the engine system of the present invention at the time of final execution.
Detailed Description
The preferred embodiments of the present invention will now be described in detail with reference to the accompanying drawings.
As shown in fig. 1 to 10, the present invention provides a preferred embodiment of a scripting language-based engine system.
Specifically, referring to fig. 1, a scripting language-based engine system is characterized in that: the engine system comprises a database access module 100, an HTTP service module 200, a producer consumer module 300 and a timing execution module 400, wherein the HTTP service module 200, the producer consumer module 300 and the timing execution module 400 can respectively call the database access module 100 at will.
Referring to fig. 2, the database access module 100 using a scripting language to call a configuration file, and building a database access model, the database access model being interactive with a database and being called by the HTTP service module 200, the producer consumer module 300, and the timing execution module 400; and the number of connections can be modified through configuration files according to business requirements.
In this embodiment, the database access module 100 is provided with a database connection pool management class, a database connection pool class, and a database access method class, where the database connection pool management class is used to provide a method for starting a database connection pool, the database connection pool class is used to retrieve a configuration file and build a database connection pool, and the database access method class is used to provide an access method for a database, and a scripting language may be used to access the database through the access method. That is, referring to fig. 2, the cmssqlconnectpoolmanager class is a connection pool management class that accesses a MYSQL-type database, and the initialization, start, addition, and the like of each database connection pool provide a method by this class. Thus, database connection pool access only requires that such be exposed; the CMySqlConnectPool class is a database connection pool class, the database connection pool is a channel for accessing the database by a database access model, the class is a thread class which is inherited to the ACE _ Task _ Base class, and the rule management of the database connection pool is completed by reading information in a configuration file; CMySqlDB classes provide methods for access to a MYSQL type database, such as connecting the database, executing SQL, taking a result set and the like, which are exposed to lua scripting language through luabind modes, so that the methods can be directly used for accessing the database when scripts are written, and meanwhile, the methods are also needed when a database connection pool is established in the CMySqlConnectPool classes. By the database connection pool access mode, the problem that a large amount of system resources are consumed when the database is accessed in a connected mode can be solved. Preferably, the database is a MYSQL database.
Referring to fig. 3, the HTTP service module 200 calls a configuration file using a scripting language, builds an HTTP server, and dynamically adjusts the processing capability of the HTTP server, for example, by modifying the configuration file, the maximum number of connection requests to be maintained and the connection processing capability can be modified.
In this embodiment, the HTTP service module 200 needs to consider both the received data of the network link, the connection error or the timeout processing, and also the script execution corresponding to each link, which is much more complicated than other functional modes. The HTTP server includes an HTTP client and an HTTP server, the HTTP service module 200 creates a plurality of objects responding to the HTTP client and a plurality of objects responding to the HTTP server, and the HTTP service module 200 also creates a plurality of objects loading a script language. That is, referring to fig. 3, in this section, the chttpserververprocessor class is a core class of the server, and an object m _ ClientHandleArray of the ChttpClientHandle class and an object m _ LuaClientProcessorArray of the cluahttpclientprocessorprocessorare defined therein; in this way, the connection processing of the socket server and the loading and execution work of the corresponding connection script are completed by scheduling the two objects; for receiving the connected Socket connection, an independent thread is adopted to specially use the connection request of the accept client. Therefore, a CSockestacceptThread class is introduced here, and the inheritance of the class is similar to that of ACE _ Task _ Base; because single accept thread does not process the connection when more connections are accessed, a plurality of objects m _ accept thread are created, and therefore, the aim that a plurality of clients are connected with a plurality of servers is facilitated.
The producer consumer module 300 calls a configuration file by using a script language, builds a producer model, a consumer model and a buffer area, the producer model produces data and performs judging and reprocessing, the data is placed in the buffer area, the consumer model reads the data from the buffer area, the producer model controls the data production rate, the consumer model processes the actual logic flow of the data, and meanwhile, the producer model and the consumer model have concurrency capability and simultaneously perform corresponding tasks. Referring to fig. 4, the CProducerConsumer module class is a class exposed by the producer consumer execution module, the m _ ProducerConsumer is an object of the CProducerConsumer class, and the m _ ModuleInfo is an object of the CProducerConsumer ModuleInfo class, which are all member objects of the CProducerConsumer class, and since the producer model is one and the consumer model is multiple, there is only one object m _ producer of the CLuaConsumer class in the CProducerConsumer class, and the objects of the clua producer classes define the m _ ConsumerArray in an array manner here; thus, the execution of such scripts and the reading of configuration information can be accomplished by scheduling objects of the cproducerconsummermodule class.
The timing execution module 400 calls the configuration file by using a scripting language, and builds a timing execution model, wherein the timing execution model is used for executing the task at a fixed time and can quickly complete the task, namely, the task can meet the requirements, such as data statistics or exception handling. Referring to FIG. 5, the CScheduleExecutionModule class completes the processing of the timing type task and exposes the external class, and m _ Processor is the object of the CScheduleExecutionLuaprocessor class, and m _ ModuleInfo is the object of the CScheduleExecutionModule class, which are all the member objects of the CScheduleExecutionModule class.
In addition, the producer consumer module 300 can perform judging and reprocessing, and can solve the problem that high concurrency and unrepeatable order issuing processing is required at regular time, for example, regular statistics of service data, and analysis of current service quality data is achieved. The analysis of the business data is to establish an effective analysis model, and the algorithm of the model is verified without using the collected data, possible internal inevitable correlation events are analyzed from countless accidental data, and finally, instructive suggestions and reports are given, so that the product design and operators are helped to improve the product, the user experience is enhanced, and the targeted marketing is finished.
More specifically, referring to fig. 6, the engine system is preset with profiles of the database access module 100, the HTTP service module 200, the producer consumer module 300, and the timing execution module 400, and is also preset with a base class for providing a method of calling the profile. That is, referring to fig. 6, the CModuleInfoBase class is a base class of the configuration file, and is used for other classes to inherit, where the base class provides basic methods that all need to be used, such as LoadBaseConfig basic information reading, user initial setting information or configuration information reading setting, and the cschedledexecutormoduleinfo class is a configuration file class of the timing execution module 400 and is only used for operating the configuration file of the timing execution module 400; the chttpservervmoduleinfo class is a configuration file class of the HTTP service module 200, is only used for operating the configuration file of the HTTP service module 200, and does not interfere with the configuration of other modules; the cproducerconsummermmoduleinfo class is a configuration file class of the producer consumer module 300 and is only used for operating the configuration file of the producer consumer module 300, so that each module calls the configuration file operation class corresponding to the module to complete the operation and control of the configuration file, the scheduling of each large module is facilitated, the coupling degree can be effectively reduced, and the development efficiency is improved.
Still specifically, referring to fig. 7, the engine system is preset with scripting languages of the database access module 100, the HTTP service module 200, the producer-consumer module 300, and the timing execution module 400, and is also preset with a base class for providing a method for executing the scripting language, wherein the scripting language is Lua scripting language. That is, referring to fig. 7, the cluathhreadbase class is a base class for executing a script language, providing a common method for executing various types of scripts; meanwhile, the method of AddClassToState et al uses luabind to expose the partial classification method to the lua environment, and the partial classification method inherits the ACE _ Task _ Base class, so the partial classification method belongs to the thread class. The cschedelexecutorluaprocessor class is a subclass of cluathhreadbase, which is used to load scripts that execute the timed execution module 400. It is worth mentioning that in this class the svc function performs the timed execution function. The CLuaConsumer class and the CLuaProducer class are respectively responsible for script loading and execution of the producer consumer module 300, and queues shared by the producer model and the consumer model, generation of 'products' and taking of 'products' are independently completed in various types of svc functions. The CLuaHttpClientProcessor class is a script execution for processing the HTTP service module 200. The CLuaTools class may be referred to as the tools class, and objects of this class may be used in the CLuaThreadBase class, which provides a self-embedded approach to exposing global classes and engines to the LUA environment.
Further, referring to fig. 8, the engine system needs to solve the multi-user concurrent request, and due to different characteristics of the operating systems, the completion IOCP model is adopted under Windows, and the EPOLL model is adopted under Linux, so the engine system further includes a port module, the port module creates a plurality of working threads, constructs the IOCP model under Windows, and constructs the EPOLL model under Linux. That is, referring to fig. 8, the CSocketMessageProcessor class inherits the ACE _ Task _ Base thread class, and under Windows these threads continuously scan through the port queue by calling the GetQueuedCompletionStatus interface, and under Linux, query the network interface through the epoll _ wait interface; the CSocketMessageProcessPool class is used to create multiple worker threads of the CSocketMessageProcessor type.
Further, referring to fig. 9, the engine system further includes an HTTP client module, where the HTTP client module calls a configuration file using a scripting language to build an HTTP client, and the engine system further includes a response module, where the response module provides a method for sending a request response to the HTTP client and a method for sending request data to the HTTP server, and the response module further provides a base class for creating the method. That is, for the convenience of socket processing, we define a socket class, and the link processing for the HTTP client and the HTTP server is processed by the definition of the two classes. The CSockeHandle class is a socket class which is used as a base class and can be used for a client and a server for creating the socket, and the CSockeHandle class provides basic methods for creating, monitoring, connecting, sending and the like of the socket. The CHttpUtil class is a corresponding class of methods provided by the engine tool as the HTTP client, and among them, for example, methods for sending data to the HTTP server are provided. The CHttpClientHandle class is a method class provided when the engine tool is used as an HTTP server, and provides methods such as a method for acquiring a remote ip address and a method for returning a response.
Fig. 10 shows the final execution of the engine system, and the CLogicProcess2App class is the final execution class of the script engine, and thus inherits the ACE _ NT _ Service class, which ensures that the system runs in a Service mode under Windows. The m _ ModuleManager is an object of a CModeManager class, and the loading of each large module is completed by the class, so that the m _ ModuleManager is used as a member variable in a CLOGcProcess 2App class and can complete the scheduling of each large module, the engine system operates according to which mode, the mode depends on the function to be realized, and the mode is correspondingly configured in a configuration file, and the process is simplified. The m _ MysqlConnectPoolManager is an object of the CMySqlConnectPoolManager class, and the object is used as a member object in the CLogicProcess2App, so that the engine system can be ensured to complete the rule configuration of the database thread pool, and the required functions are realized; the m _ socketmessageprocesspool is an object of the csocketmessageprocesspool class and is available in the clogicepcess 2App, which ensures that the engine completes the creation of the network receive thread.
In summary, the above description is only a preferred embodiment of the present invention, and is not intended to limit the scope of the present invention. Any modification, equivalent replacement, improvement and the like made within the spirit and principle of the present invention should be included in the protection scope of the present invention.

Claims (10)

1. A scripting language-based engine system, characterized by: the engine system comprises a database access module, an HTTP service module, a producer-consumer module and a timing execution module, wherein,
the database access module is used for calling a configuration file by using a scripting language, building a database access model, and is interacted with a database and called by the HTTP service module, the producer consumer module and the timing execution module;
the HTTP service module calls a configuration file by using a script language, builds an HTTP server and dynamically adjusts the processing capacity of the HTTP server;
the producer consumer module calls a configuration file by using a script language, builds a producer model, a consumer model and a buffer area, the producer model produces data and carries out judgment and repeat processing, the data are placed in the buffer area, and the consumer model reads the data from the buffer area;
and the timing execution module calls the configuration file by using a script language and builds a timing execution model for executing the task at a fixed time.
2. The engine system of claim 1, wherein: the engine system is preset with configuration files of a database access module, an HTTP service module, a producer consumer module and a timing execution module, and is also preset with a base class for providing a method for calling the configuration files.
3. The engine system of claim 2, wherein: the engine system is preset with a database access module, an HTTP service module, a producer consumer module and a script language of a timing execution module, and is also preset with a base class for providing a method for executing the script language.
4. The engine system of claim 3, wherein: the script language is Lua script language.
5. The engine system of claim 1, wherein: the database access module is provided with a database connection pool management class, a database connection pool class and a database access method class, wherein the database connection pool management class is used for providing a method for starting the database connection pool, the database connection pool class is used for calling a configuration file and building a database connection pool, and the database access method class is used for providing an access method of the database and accessing the database by using a script language and the access method.
6. The engine system of claim 5, wherein: the database is a MYSQL database.
7. The engine system of claim 6, wherein: the HTTP server comprises an HTTP client and an HTTP server, the HTTP service module is provided with a plurality of objects responding to the HTTP client and a plurality of objects responding to the HTTP server, and the HTTP service module is further provided with a plurality of objects loading script languages.
8. The engine system of claim 7, wherein: the number of the producer models is one, and the number of the consumer models is multiple.
9. The engine system of claim 1, wherein: the engine system also comprises a port module, wherein the port module creates a plurality of working threads, constructs an IOCP model under Windows and constructs an EPLL model under Linux.
10. The engine system of claim 1, wherein: the engine system further comprises an HTTP client module, the HTTP client module calls the configuration file by using a script language and builds an HTTP client, the engine system further comprises a response module, the response module provides a method for sending a request response to the HTTP client and a method for sending request data to the HTTP server, and the response module further provides a base class for creating the method.
CN201711310305.2A 2017-12-11 2017-12-11 Engine system based on script language Active CN108073389B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201711310305.2A CN108073389B (en) 2017-12-11 2017-12-11 Engine system based on script language

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201711310305.2A CN108073389B (en) 2017-12-11 2017-12-11 Engine system based on script language

Publications (2)

Publication Number Publication Date
CN108073389A CN108073389A (en) 2018-05-25
CN108073389B true CN108073389B (en) 2021-05-04

Family

ID=62158103

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201711310305.2A Active CN108073389B (en) 2017-12-11 2017-12-11 Engine system based on script language

Country Status (1)

Country Link
CN (1) CN108073389B (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110266660A (en) * 2019-06-03 2019-09-20 上海金大师网络科技有限公司 JCTP based on EPOLL model realizes system, method and medium
CN110659309A (en) * 2019-09-24 2020-01-07 腾讯科技(深圳)有限公司 Memory database communication method, device, server and storage medium

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101719093A (en) * 2009-12-09 2010-06-02 上海普元信息技术有限责任公司 System and method for realizing cross-browser Javascript debugging in enterprise Web application system
US7974990B2 (en) * 2003-07-16 2011-07-05 Hewlett-Packard Development Company, L.P. Managing program applications
CN102253946A (en) * 2010-05-20 2011-11-23 腾讯科技(北京)有限公司 Lua script interactive information-based method, Web engine and embedded terminal
CN104281488A (en) * 2013-07-08 2015-01-14 博雅网络游戏开发(深圳)有限公司 Implementation method and system of server engine

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7974990B2 (en) * 2003-07-16 2011-07-05 Hewlett-Packard Development Company, L.P. Managing program applications
CN101719093A (en) * 2009-12-09 2010-06-02 上海普元信息技术有限责任公司 System and method for realizing cross-browser Javascript debugging in enterprise Web application system
CN102253946A (en) * 2010-05-20 2011-11-23 腾讯科技(北京)有限公司 Lua script interactive information-based method, Web engine and embedded terminal
CN104281488A (en) * 2013-07-08 2015-01-14 博雅网络游戏开发(深圳)有限公司 Implementation method and system of server engine

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
"嵌入式Web服务器端脚本引擎设计与实现";徐兵等;《计算机工程与设计》;20081016;第29卷(第15期);第3933-3935页 *

Also Published As

Publication number Publication date
CN108073389A (en) 2018-05-25

Similar Documents

Publication Publication Date Title
KR102544522B1 (en) Data processing method and related products
CN102375731B (en) Coding-free integrated application platform system
CN109815283B (en) Heterogeneous data source visual query method
KR20140112427A (en) Low latency query engine for apache hadoop
CN111930365B (en) Qt-based application program rapid development framework, development method and operation method
CN105045607A (en) Method for achieving uniform interface of multiple big data calculation frames
CN111798216A (en) Robot process automation multi-tool integration method and system
CN114064152A (en) Embedded multi-core debugging system based on dynamic loading and debugging method thereof
CN108073389B (en) Engine system based on script language
CN112395736A (en) Parallel simulation job scheduling method of distributed interactive simulation system
CN1627254A (en) Method for debuging embedded system and equipment
CN109445754A (en) Data integration access mechanism, method and storage medium
US9207956B2 (en) Class loading device for a java runtime environment, cluster system and method of executing a function
US20170004064A1 (en) Actions test automation
CN114237853A (en) Task execution method, device, equipment, medium and program product applied to heterogeneous system
CN114610597A (en) Pressure testing method, device, equipment and storage medium
CN115794355B (en) Task processing method, device, terminal equipment and storage medium
US20190121620A1 (en) Extensible javascript-based data visualization toolkit
CN111324332A (en) Big data task processing method and system, electronic device and storage medium
CN111596962A (en) Real-time microkernel system based on high-speed protocol channel and initialization method thereof
CN115357606A (en) Data source query method, system, computer equipment and storage medium
CN111381811A (en) Software resource integration platform suitable for integration of multiple types of information systems
CN115167985A (en) Virtualized computing power providing method and system
CN108459844A (en) The classification of task processing method and computer equipment of frame are handled based on big data
CN114116509A (en) Program analysis method, program analysis device, electronic device, and storage medium

Legal Events

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