CN116560658A - Cloud technology-based chip integrated development system - Google Patents

Cloud technology-based chip integrated development system Download PDF

Info

Publication number
CN116560658A
CN116560658A CN202310778785.4A CN202310778785A CN116560658A CN 116560658 A CN116560658 A CN 116560658A CN 202310778785 A CN202310778785 A CN 202310778785A CN 116560658 A CN116560658 A CN 116560658A
Authority
CN
China
Prior art keywords
user
service
module
queue
integrated development
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
CN202310778785.4A
Other languages
Chinese (zh)
Other versions
CN116560658B (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.)
Ruisixinke Shenzhen Technology Co ltd
Original Assignee
Ruisixinke Shenzhen 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 Ruisixinke Shenzhen Technology Co ltd filed Critical Ruisixinke Shenzhen Technology Co ltd
Priority to CN202310778785.4A priority Critical patent/CN116560658B/en
Publication of CN116560658A publication Critical patent/CN116560658A/en
Application granted granted Critical
Publication of CN116560658B publication Critical patent/CN116560658B/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/30Creation or generation of source code
    • G06F8/38Creation or generation of source code for implementing user interfaces
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/958Organisation or management of web site content, e.g. publishing, maintaining pages or automatic linking
    • 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/46Multiprogramming arrangements
    • G06F9/50Allocation of resources, e.g. of the central processing unit [CPU]
    • G06F9/5005Allocation of resources, e.g. of the central processing unit [CPU] to service a request
    • 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/46Multiprogramming arrangements
    • G06F9/54Interprogram communication
    • G06F9/547Remote procedure calls [RPC]; Web services
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management

Abstract

The invention is suitable for the technical field of integrated development platforms, and particularly relates to a chip integrated development system based on a cloud technology. The invention provides an integrated development system based on cloud technology and supporting embedded chip development, which can realize the functions of code editing, debugging running and the like of chip development only by a browser without locally installing an integrated development environment and configuration parameters; the invention integrates a multi-user and queue mechanism, and can perform balance processing between the request debugging process and the server load, thereby improving user experience and the integrity of an integrated development platform and further improving the working efficiency.

Description

Cloud technology-based chip integrated development system
Technical Field
The invention is suitable for the technical field of integrated development platforms, and particularly relates to a chip integrated development system based on a cloud technology.
Background
The current integrated development environments (Integrated Development Environment, abbreviated as IDE) such as Keil, IAR, eclipse for code editing and debugging operation mostly adopt a local installation mode, and the mode needs to download a corresponding installation package by a user first, then further configures related environments, and the mode needs to occupy local resources, so that development cost is increased.
With the development of cloud services, an integrated development environment based on a browser is generated. A tunnel is established between the cloud service end and the remotely accessed computer, and data is safely transmitted from one network to the other network, so that a user can write codes and run and debug through a browser from any device and any position.
Current browser-based development environments can be broadly divided into two categories:
the application is a quick compiling type webpage application, such as W3Cschool, the application can write codes of engine supporting language on a webpage and give out running results of certain applications, but the application is mainly used for programming language learning, front-end webpage development and the like and does not support embedded chip development;
the other type is cloud code compiling environment, such as codespace, and the application provides a set of code editing and running environment, but focuses on code editing, management, running, debugging and the like, which all need configuration scripts, are not easy to use and have limited support for embedded type and the like.
Therefore, an integrated development environment scheme capable of supporting embedded chip development is needed to meet the user's needs.
Disclosure of Invention
The invention provides an integrated development system based on a cloud technology, and aims to solve the problem that an integrated development platform in the prior art is incompatible with embedded development.
The invention provides an integrated development system based on cloud technology, which comprises a server side deployed at a cloud end and a user side deployed at a local place, wherein:
the server side comprises an account management module, a process management module, an interface module and a forwarding agent module, wherein the account management module is used for storing account information of a user;
the process management module is used for providing a chip development service, and managing a service process corresponding to the chip development service generated according to a user request according to a preset queuing mechanism, wherein the service process is at least divided into a first priority and a second priority according to the user request, and the chip development service comprises at least one of editing, management, running and debugging;
the interface module is used for providing a service logic interface to the outside;
the forwarding agent module is used for connecting the process management module and the interface module to perform forwarding agent, and forwarding the data of the chip development service of the server to the user according to the user request and a preset multi-user mechanism;
the user terminal comprises a display interface module, wherein the display interface module is used for receiving input data of a user, generating a corresponding user request to be sent to the server terminal, and receiving and displaying the chip development service returned by the server terminal.
Further, the process management module comprises a process allocation sub-module and a process concurrency sub-module, wherein the process allocation sub-module is used for allocating the corresponding service process according to the user request, and the process concurrency sub-module is used for connecting an additional queue plug-in to queue the service process waiting to be processed, and placing the service process into a processing queue for processing according to the preset queuing mechanism, and updating the queue plug-in.
Further, the preset queuing mechanism specifically includes: defining the maximum concurrent process number, setting a priority queue and a common queue for the processing queue, and if the priority queue has resources, putting the service process with the first priority into the priority queue for processing;
if the common queue has resources, firstly placing the service process of the first priority into the common queue for processing until the service process of all the first priorities is processed and dequeued, and then placing the service process of the second priority into the common queue for processing.
Further, the preset multi-user mechanism in the process management module is specifically: setting a port number for the service process corresponding to each user, and forwarding the data of the chip development service of the service terminal to the user terminal according to the port number.
Still further, the account information includes at least one of user login information, license information, and rights information.
Still further, the display interface module includes a user interface sub-module and an audit interface sub-module, wherein:
the user interface submodule is used for providing an input window to input the account information or modify the account information;
the audit interface submodule is used for providing a management window to access the account management module, check the account information and provide audit for modification of the account information.
Further, the account management module stores different account information into separate folders, and the process management module stores the data of the service process corresponding to each account information into the corresponding folder.
Still further, the service end is based on Linux.
Further, the process management module is based on a Code server, and the forwarding agent module is based on Nginx.
The integrated development system based on the cloud technology and supporting the embedded chip development has the beneficial effects that the integrated development environment and configuration parameters are not required to be installed locally, and the functions of code editing, debugging running and the like of the chip development can be realized only by a browser; the invention integrates a multi-user and queue mechanism, and can perform balance processing between the request debugging process and the server load, thereby improving user experience and the integrity of an integrated development platform and further improving the working efficiency.
Drawings
Fig. 1 is a schematic structural diagram of an integrated development system based on cloud technology according to an embodiment of the present invention;
fig. 2 is a schematic diagram of a preset queuing mechanism according to an embodiment of the present invention.
Detailed Description
The present invention will be described in further detail with reference to the drawings and examples, in order to make the objects, technical solutions and advantages of the present invention more apparent. It should be understood that the specific embodiments described herein are for purposes of illustration only and are not intended to limit the scope of the invention.
Referring to fig. 1, fig. 1 is a schematic structural diagram of an integrated development system based on cloud technology according to an embodiment of the present invention, where the integrated development system 100 includes a server end 101 deployed at a cloud end and a user end 102 deployed locally, where:
the server 101 includes an account management module 1011, a process management module 1012, an interface module 1013, and a forwarding agent module 1014, where the account management module 1011 is used to store account information of a user;
the process management module 1012 is configured to provide a chip development service, and manage, according to a preset queuing mechanism, a service process corresponding to the chip development service, where the service process is at least divided into a first priority and a second priority according to a difference between the user requests, and the chip development service includes at least one of editing, managing, running, and debugging;
the interface module 1013 is configured to provide a service logic interface to the outside;
the forwarding agent module 1014 is configured to connect the process management module and the interface module to perform forwarding agent, and forward the data of the chip development service of the server 101 to the client 102 according to the user request and a preset multi-user mechanism;
the user terminal 102 includes a display interface module 1021, which is configured to receive input data of a user, generate a corresponding user request, send the user request to the server terminal 101, and receive and display the chip development service returned by the server terminal 101.
Further, the server 101 is based on Linux. Linux is a highly customizable Unix-like operating system, and the embodiment of the invention is based on Linux to construct and realize the service end 101, in which corresponding systems and service components can be set as required, and the chip development service in the embodiment of the invention can be based on Linux to realize functions including but not limited to code management, compiling, running, debugging and the like of chip development.
Still further, the process management module 1012 is based on Code server and the forwarding agent module 1014 is based on nmginx. Code Server is a service that can run on a remote development machine; nginx is a high-performance HTTP and reverse proxy web Server responsible for forwarding proxies between Code Server processes and ports on the client 102. Based on the above services, the embodiment of the present invention can build the integrated development system capable of providing HTTP and wed services externally on hardware devices such as a computer, and enable a user to connect to the server 101 through the display interface module 1021 implemented in the client 102 and based on a browser.
Specifically, in the implementation process, when a user logs in to the Linux Server deployed at the Server 101 through the user request, according to the service port allocated in advance, the process management module 1012 may call a systemctl command to start a Code Server service, where the Code Server service may continuously run in the background in a system daemon manner, so as to maintain the continuity of the user service.
Since implementation needs to be considered limited by server performance, embodiments of the present invention provide for allowing a fixed number of users to connect and allocate processes for a period of time. Further, the process management module 1012 includes a process allocation sub-module 10121 and a process concurrency sub-module 10122, wherein the process allocation sub-module 10121 is configured to allocate the corresponding service process according to the user request, and the process concurrency sub-module 10122 is configured to connect an additional queue plug-in to queue the service process waiting to be processed, and place the service process into a processing queue for processing according to the preset queuing mechanism, and update the queue plug-in.
Referring to fig. 2, fig. 2 is a schematic diagram of a preset queuing mechanism provided in an embodiment of the present invention, and further, the preset queuing mechanism specifically includes: defining the maximum concurrent process number, setting a priority queue and a common queue for the processing queue, and if the priority queue has resources, putting the service process with the first priority into the priority queue for processing;
if the common queue has resources, firstly placing the service process of the first priority into the common queue for processing until the service process of all the first priorities is processed and dequeued, and then placing the service process of the second priority into the common queue for processing.
In practice, in order to implement queue processing, a corresponding debug interface needs to be defined in the process management module 1012, including but not limited to: inquiring the maximum concurrency interface, and returning the maximum process number currently supported by the server 101; the application process interface is used for a user to apply for a process, and the server 101 returns results of permission, queue entry and the like according to the queuing strategy; the inquiry queuing interface is used for inquiring the position of the queue where the user is located by the user; the cancellation queuing interface is used for canceling the self queuing request by the user. The queue plug-in may be a component capable of implementing a queue system independently for maintaining a current process queue.
Further, the preset multi-user mechanism in the process management module 1012 is specifically: setting a port number for the service process corresponding to each user, and forwarding the data of the chip development service of the service terminal 101 to the user terminal 102 according to the port number. In the implementation process, after the user generates the system registration of the Server 101, the background program of the forwarding agent module 1014 allocates an independent port number, and then the Code Server process in the process management module 1012 runs on the port, and the ng ix forwards the Code Server process to the path corresponding to the user name, so that the user 101 can conveniently perform jump access.
Still further, the account information includes at least one of user login information, license information, and rights information.
Still further, the display interface module 1021 includes a user interface sub-module 10211 and an audit interface sub-module 10212, wherein:
the user interface sub-module 10211 is configured to provide an input window to input the account information or modify the account information;
the audit interface sub-module 10212 is configured to provide a management window to access the account management module and view the account information and provide audit functions for modification of the account information.
The embodiment of the present invention sets two interfaces facing to the user and the manager based on the display interface module 1021, which is used for providing different functions, and on the basis of the above functions, the present invention is exemplified:
for users, the system mainly comprises several functions of user registration, login, information modification and license application: the registration function can register by taking a user mailbox as an account, and after the registration is successful, the user information is stored on the server 101 and automatically jumps to a login page; the login function is used for logging in by a registered user, when the user clicks to log in, account information is queried from the server 101, and after the login is successful, the user automatically jumps to the integrated development platform; the information modification function is mainly used for maintaining and updating personal information of a user, and after successful updating, the original information of the user on the server 101 is covered; the license application function is used for modifying default licenses by users, including authority types, expiration time and the like, and management personnel are required to examine and approve after application; the license information is used for identifying whether the integrated development system is used or not, after the user is successfully registered, a default limited license is generated for the user, the available functions of the license are limited, the user can reapply the license through the user interface sub-module 10211, and after the application is passed, the new license information is synchronized in the personal account;
for management personnel, the system mainly comprises several functions of inquiring and modifying user information, approving license and modifying authority types: the user information inquiry modification function comprises the steps of checking the last login time and license details of a user, modifying the expiration time and authority level of the license of the user and deleting the user; license approval function, the license newly applied by the main user is approved and returned to be approved and refused; the permission type modification function is mainly used for adjusting functions correspondingly supported by permissions of different types.
Still further, the account management module 1011 saves the different account information to separate folders, and the process management module 1012 saves the data of the service process corresponding to each of the account information to the corresponding folder.
By way of example, in the embodiment of the present invention, a dock (an application container) tool is deployed on the server 101, and an Open LDAP (Lightweight Directory Access Protoco, light directory access protocol) service is installed and started in the dock to implement folder setting of the server, and meanwhile, LDAP client software is installed on the server, so that after configuration, it is ensured that a user account can be synchronized with a Linux system account, thereby implementing system-level account management.
When a user normally uses the integrated development system 100, the user logs in through the display interface module 1021 of the user terminal 102, the login request is transmitted to the account management module 1011 of the server terminal 101 to identify, after the identification is successful, a corresponding service process is generated through the process management module 1012, a service interface is generated through the interface module 1013, the interface is forwarded to the user terminal 102 through the forwarding agent module 1014, and then the user can perform a chip development process through the display interface module 1021.
The integrated development system based on the cloud technology and supporting the embedded chip development has the beneficial effects that the integrated development environment and configuration parameters are not required to be installed locally, and the functions of code editing, debugging running and the like of the chip development can be realized only by a browser; the invention integrates a multi-user and queue mechanism, and can perform balance processing between the request debugging process and the server load, thereby improving user experience and the integrity of an integrated development platform and further improving the working efficiency.
Those skilled in the art will appreciate that implementing all or part of the above-described methods in accordance with the embodiments may be accomplished by way of a computer program stored on a computer readable storage medium, which when executed may comprise the steps of the embodiments of the methods described above. The storage medium may be a magnetic disk, an optical disk, a Read-Only Memory (ROM), a random access Memory (Random Access Memory, RAM) or the like.
It should be noted that, in this document, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising one … …" does not exclude the presence of other like elements in a process, method, article, or apparatus that comprises the element.
From the above description of the embodiments, it will be clear to those skilled in the art that the above-described embodiment method may be implemented by means of software plus a necessary general hardware platform, but of course may also be implemented by means of hardware, but in many cases the former is a preferred embodiment. Based on such understanding, the technical solution of the present invention may be embodied essentially or in a part contributing to the prior art in the form of a software product stored in a storage medium (e.g. ROM/RAM, magnetic disk, optical disk) comprising instructions for causing a terminal (which may be a mobile phone, a computer, a server, an air conditioner, or a network device, etc.) to perform the method according to the embodiments of the present invention.
While the embodiments of the present invention have been illustrated and described in connection with the drawings, what is presently considered to be the most practical and preferred embodiments of the invention, it is to be understood that the invention is not limited to the disclosed embodiments, but on the contrary, is intended to cover various equivalent modifications and equivalent arrangements included within the spirit and scope of the appended claims.

Claims (9)

1. The integrated development system based on the cloud technology is characterized by comprising a server side deployed at a cloud end and a user side deployed at a local place, wherein:
the server side comprises an account management module, a process management module, an interface module and a forwarding agent module, wherein the account management module is used for storing account information of a user;
the process management module is used for providing a chip development service, and managing a service process corresponding to the chip development service generated according to a user request according to a preset queuing mechanism, wherein the service process is at least divided into a first priority and a second priority according to the user request, and the chip development service comprises at least one of editing, management, running and debugging;
the interface module is used for providing a service logic interface to the outside;
the forwarding agent module is used for connecting the process management module and the interface module to perform forwarding agent, and forwarding the data of the chip development service of the server to the user according to the user request and a preset multi-user mechanism;
the user terminal comprises a display interface module, wherein the display interface module is used for receiving input data of a user, generating a corresponding user request to be sent to the server terminal, and receiving and displaying the chip development service returned by the server terminal.
2. The cloud technology-based integrated development system of claim 1, wherein the process management module includes a process allocation sub-module and a process concurrency sub-module, the process allocation sub-module is configured to allocate the corresponding service processes according to the user request, the process concurrency sub-module is configured to connect additional queue plugins to queue the service processes waiting to be processed, and place the service processes into a processing queue for processing according to the preset queuing mechanism, and update the queue plugins.
3. The integrated development system based on cloud technology as claimed in claim 2, wherein the preset queuing mechanism is specifically: defining the maximum concurrent process number, setting a priority queue and a common queue for the processing queue, and if the priority queue has resources, putting the service process with the first priority into the priority queue for processing;
if the common queue has resources, firstly placing the service process of the first priority into the common queue for processing until the service process of all the first priorities is processed and dequeued, and then placing the service process of the second priority into the common queue for processing.
4. The integrated development system based on cloud technology as claimed in claim 1, wherein said preset multi-user mechanism in said process management module is specifically: setting a port number for the service process corresponding to each user, and forwarding the data of the chip development service of the service terminal to the user terminal according to the port number.
5. The integrated development system based on cloud technology of claim 1, wherein the account information includes at least one of user login information, license information, rights information.
6. The cloud technology based integrated development system of claim 5, wherein said display interface module comprises a user interface sub-module and an audit interface sub-module, wherein:
the user interface submodule is used for providing an input window to input the account information or modify the account information;
the audit interface submodule is used for providing a management window to access the account management module, check the account information and provide audit for modification of the account information.
7. The integrated development system of claim 1, wherein the account management module stores different account information in separate folders, and the process management module stores data of the service process corresponding to each account information in the corresponding folder.
8. The integrated development system based on cloud technology of claim 1, wherein the service end is based on Linux.
9. The cloud technology based integrated development system of claim 8, wherein said process management module is Code server based and said forwarding agent module is nginnx based.
CN202310778785.4A 2023-06-29 2023-06-29 Cloud technology-based chip integrated development system Active CN116560658B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202310778785.4A CN116560658B (en) 2023-06-29 2023-06-29 Cloud technology-based chip integrated development system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202310778785.4A CN116560658B (en) 2023-06-29 2023-06-29 Cloud technology-based chip integrated development system

Publications (2)

Publication Number Publication Date
CN116560658A true CN116560658A (en) 2023-08-08
CN116560658B CN116560658B (en) 2024-02-06

Family

ID=87486385

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202310778785.4A Active CN116560658B (en) 2023-06-29 2023-06-29 Cloud technology-based chip integrated development system

Country Status (1)

Country Link
CN (1) CN116560658B (en)

Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103713889A (en) * 2012-09-29 2014-04-09 三亚中兴软件有限责任公司 Method and device for developing, compiling and debugging application
CN110502212A (en) * 2018-05-16 2019-11-26 南京慕测信息科技有限公司 It is a kind of towards the multilingual online Development Support method of high concurrent
CN111427551A (en) * 2020-02-14 2020-07-17 深圳市商汤科技有限公司 User code operation method of programming platform, equipment and storage medium
CN112328307A (en) * 2020-11-10 2021-02-05 北京神州数字科技有限公司 Development, operation and maintenance integrated system
CN112784200A (en) * 2021-01-28 2021-05-11 百度在线网络技术(北京)有限公司 Page data processing method, device, equipment, medium and computer program product
CN113590109A (en) * 2021-07-06 2021-11-02 北京亚鸿世纪科技发展有限公司 Web front-end tool with high availability of browser development environment during integrated development
CN114079653A (en) * 2021-11-17 2022-02-22 北京字节跳动网络技术有限公司 Communication method, communication device, computer equipment and storage medium
CN114510270A (en) * 2021-12-31 2022-05-17 杭州电子科技大学 Programmable controller cloud development system architecture based on B/S architecture
CN115203033A (en) * 2022-07-13 2022-10-18 北京优锘科技有限公司 Method and system for developing and debugging javascript code at front end
WO2022227411A1 (en) * 2021-04-29 2022-11-03 苏州大学 Embedded terminal remote online development system

Patent Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103713889A (en) * 2012-09-29 2014-04-09 三亚中兴软件有限责任公司 Method and device for developing, compiling and debugging application
CN110502212A (en) * 2018-05-16 2019-11-26 南京慕测信息科技有限公司 It is a kind of towards the multilingual online Development Support method of high concurrent
CN111427551A (en) * 2020-02-14 2020-07-17 深圳市商汤科技有限公司 User code operation method of programming platform, equipment and storage medium
CN112328307A (en) * 2020-11-10 2021-02-05 北京神州数字科技有限公司 Development, operation and maintenance integrated system
CN112784200A (en) * 2021-01-28 2021-05-11 百度在线网络技术(北京)有限公司 Page data processing method, device, equipment, medium and computer program product
WO2022227411A1 (en) * 2021-04-29 2022-11-03 苏州大学 Embedded terminal remote online development system
CN113590109A (en) * 2021-07-06 2021-11-02 北京亚鸿世纪科技发展有限公司 Web front-end tool with high availability of browser development environment during integrated development
CN114079653A (en) * 2021-11-17 2022-02-22 北京字节跳动网络技术有限公司 Communication method, communication device, computer equipment and storage medium
CN114510270A (en) * 2021-12-31 2022-05-17 杭州电子科技大学 Programmable controller cloud development system architecture based on B/S architecture
CN115203033A (en) * 2022-07-13 2022-10-18 北京优锘科技有限公司 Method and system for developing and debugging javascript code at front end

Also Published As

Publication number Publication date
CN116560658B (en) 2024-02-06

Similar Documents

Publication Publication Date Title
US11496523B2 (en) Policy engine for cloud platform
US11757937B2 (en) Enabling webapp security through containerization
EP0850444B1 (en) Support for application programs in a distributed environment
US20190087209A1 (en) Hypervisor-based just-in-time compilation
US20180004585A1 (en) Application Programming Interface (API) Hub
US20170228245A1 (en) Managed virtual machine deployment
CN112988394B (en) Business service publishing method, device, medium and equipment based on cloud native container
CN112291298A (en) Data transmission method and device for heterogeneous system, computer equipment and storage medium
US20200012544A1 (en) Optimizing startup time for event-driven functions
US20080183797A1 (en) Information Processing Method, Information Processing Apparatus, and Program Product
CN108289080B (en) Method, device and system for accessing file system
US11915036B2 (en) Method, system, and device for modifying internal configuration of virtual machine
CN116560658B (en) Cloud technology-based chip integrated development system
CN113438295A (en) Container group address allocation method, device, equipment and storage medium
US20180337922A1 (en) Method and device for controlling smart device, server and storage medium
US8955155B1 (en) Secure information flow
CN116107715B (en) Method for running Docker container task and task scheduler
KR101083229B1 (en) Method, apparatus, system, and recording medium for downloading necessary application of mobile terminal
CN116318859A (en) System, method and system for safely accessing application data
CN114064176A (en) View interaction method and device, electronic equipment and computer readable medium
CN112395049A (en) Service server calling method, system, equipment and storage medium
US20070045400A1 (en) Distriubuted registry for personalization
CN113472876B (en) Control method, device, equipment and storage medium for application migration
US11882123B2 (en) Kernel level application data protection
CN117369946A (en) Container deployment method and device based on DPU, electronic equipment and 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