Movatterモバイル変換


[0]ホーム

URL:


CN114553971A - Application framework design method, system, device and medium - Google Patents

Application framework design method, system, device and medium
Download PDF

Info

Publication number
CN114553971A
CN114553971ACN202210177912.0ACN202210177912ACN114553971ACN 114553971 ACN114553971 ACN 114553971ACN 202210177912 ACN202210177912 ACN 202210177912ACN 114553971 ACN114553971 ACN 114553971A
Authority
CN
China
Prior art keywords
application
page
data
determining
layer
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
CN202210177912.0A
Other languages
Chinese (zh)
Other versions
CN114553971B (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.)
Inspur General Software Co Ltd
Original Assignee
Shandong Inspur Genersoft Information 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 Shandong Inspur Genersoft Information Technology Co LtdfiledCriticalShandong Inspur Genersoft Information Technology Co Ltd
Priority to CN202210177912.0ApriorityCriticalpatent/CN114553971B/en
Publication of CN114553971ApublicationCriticalpatent/CN114553971A/en
Application grantedgrantedCritical
Publication of CN114553971BpublicationCriticalpatent/CN114553971B/en
Activelegal-statusCriticalCurrent
Anticipated expirationlegal-statusCritical

Links

Images

Classifications

Landscapes

Abstract

The application discloses a method, a system, equipment and a medium for designing an application framework. The method comprises the following steps: determining a protocol interface through a service layer, determining a data format transmitted by the protocol interface, and determining a communication channel according to the protocol interface and the data format; accessing the database through the service layer to access the data, and transmitting the acquired data with the application management editing layer through the communication channel; the method comprises the steps that the mobile terminal is in butt joint with an application management editing layer to obtain the application of the mobile terminal, and the application attribute of the application is edited according to the application requirement; the mobile terminal accesses the application browsing layer, acquires data through the application browsing layer, determines an application page according to the data and the application attribute, and sends the page to the mobile terminal. The H5 mobile terminal page is directly generated by the mobile terminal application framework, so that great flexibility can be provided for business personnel. The problem of slow page loading caused by the conditions of overlarge pictures, terminal rendering and the like is solved, and the page loading efficiency of the mobile terminal is improved.

Description

Application framework design method, system, device and medium
Technical Field
The present application relates to the field of computer technologies, and in particular, to a method, a system, a device, and a medium for designing an application framework.
Background
The development of mobile-end web application development on the market at present tends to be an agile development direction more and more, however, the independent development process of the traditional H5 application is too long and is not suitable for the development trend of the current fast pace. In addition, conventional development requires individual modification of each application developed when problems requiring repair are encountered. The use environment and the equipment of the mobile terminal are idle, so that the mobile terminal is easily influenced by network fluctuation and the user experience is not good; when the mobile device performs page calculation and rendering, especially when the application of Vue, Angular or fact is loaded, the operation and rendering of part of the low-end device are too slow, so that the waiting time of a user is too long.
Disclosure of Invention
In order to solve the above problem, the present application provides a method for designing an application framework, including: determining a protocol interface through a service layer, determining a data format transmitted by the protocol interface, and determining a communication channel according to the protocol interface and the data format; accessing a database through the service layer to access data, and transmitting the acquired data to an application management editing layer through the communication channel; the application management editing layer is in butt joint with a mobile terminal to obtain the application of the mobile terminal, and the application attribute of the application is edited according to the application requirement; accessing an application browsing layer through the mobile terminal, acquiring the data through the application browsing layer, determining a page of the application according to the data and the application attribute, and sending the page to the mobile terminal.
In one example, determining a data format transmitted by the protocol interface, and determining a communication channel according to the protocol interface and the data format specifically includes: determining a design style of the protocol interface, and determining a data format corresponding to the design style according to the design style; and providing the corresponding communication channel for the design style and the data format through an Application Programming Interface (API) of the service layer so as to access a database and a file storage system through the communication channel.
In one example, the method further comprises: acquiring the characteristics of the data in the database through the communication channel, and modifying the data according to the characteristics to edit the application attribute, wherein the application attribute comprises the page and page elements corresponding to the page; and acquiring a stored application file in the file storage system through the communication channel, and storing the application file with the edited application attribute in the file storage system.
In one example, before editing the application properties of the application according to the application requirements, the method further includes: determining a plurality of pages of the application, and determining a page element corresponding to each page to determine the application attribute; determining a hierarchy of the application according to the application attribute, and determining application-level data according to the hierarchy, wherein the application-level data includes at least background music; and determining page level data according to the page elements, wherein the page level data at least comprises a page type, a logic width, a logic height and a background map.
In one example, the method further comprises: editing the page hierarchy data through the page elements, wherein the page elements comprise basic attributes and extended attributes, and the basic attributes at least comprise width, height, X-axis coordinates, Y-axis coordinates and rotation angles; and dividing the page elements into text elements, picture elements and other elements according to element types, and editing the text elements and the picture elements through the extended attributes.
In one example, the obtaining the data through the application browsing layer, and determining the page of the application according to the data and the application attribute specifically include: acquiring the data in the database, and determining page elements according to the application attributes; and determining an API of an application framework NUXT, and splicing the data and the page elements through the API to obtain the page.
In another aspect, the present application further provides a design system of an application framework, including: the service layer provides a protocol interface, determines a data format according to the protocol interface and provides a communication channel according to the protocol interface and the data format; the application management layer is connected with the service layer through the communication channel, acquires the application of the mobile terminal and edits the application attribute of the application according to the application requirement; and the application browsing layer is connected with the service layer through the communication channel, acquires data of a database, determines a page of the application according to the data and the application attribute, and sends the page to the mobile terminal.
In one example, the system further comprises: and the basic service layer comprises the database and is connected with the database through the communication channel so as to access the data.
On the other hand, the present application also proposes a design apparatus of an application framework, including: at least one processor; and a memory communicatively coupled to the at least one processor; wherein the memory stores instructions executable by the at least one processor to enable the design facility of the application framework to perform: a method as in any preceding example.
In another aspect, the present application further provides a non-volatile computer storage medium storing computer-executable instructions, wherein the computer-executable instructions are configured to: a method as in any preceding example.
According to the method and the device, the H5 mobile terminal page is directly generated through the mobile terminal application framework, and one-to-one restoration of the UI effect diagram can be realized by utilizing the designed element coordinate positioning function, so that great flexibility can be provided for business personnel. And through the frame design, the problem of slow page loading caused by the conditions of overlarge pictures, terminal rendering and the like is solved, and the page loading efficiency of the mobile terminal is improved.
Drawings
The accompanying drawings, which are included to provide a further understanding of the application and are incorporated in and constitute a part of this application, illustrate embodiment(s) of the application and together with the description serve to explain the application and not to limit the application. In the drawings:
FIG. 1 is a schematic flow chart illustrating a method for designing an application framework according to an embodiment of the present application;
FIG. 2 is a schematic structural diagram of a design system of an application framework in an embodiment of the present application;
FIG. 3 is a diagram illustrating a mobile-end application framework according to an embodiment of the present application;
FIG. 4 is a schematic flow chart of a design system of an application framework according to an embodiment of the present application;
fig. 5 is a schematic diagram of a design device of an application framework in an embodiment of the present application.
Detailed Description
In order to make the objects, technical solutions and advantages of the present application more apparent, the technical solutions of the present application will be described in detail and completely with reference to the following specific embodiments of the present application and the accompanying drawings. It should be apparent that the described embodiments are only some 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.
The technical solutions provided by the embodiments of the present application are described in detail below with reference to the accompanying drawings.
Currently, because of the popularity of agile development processes, each role of the development process is well defined, with the higher the decoupling among the participants in the process, the better. Some H5 mobile-end application development frameworks have appeared in the industry, but the current frameworks are only simple to list page elements, cannot enable implementers to directly and well reproduce effect pages designed by designers, and are poor in use effect of project implementers. In addition, these frameworks do not take into account the overlapping situation of various external factors, such as network situation, mobile device performance, etc., in a real complex usage environment, which may result in a part of the user experience being poor.
The technology has at least the following problems: due to the limitation of the mobile application framework, the implementers cannot reproduce the effect diagram in percentage, and the expected effect is difficult to achieve. In a real use scene, a mobile terminal user has too long page content loading time or fails to load page content, so that the user generates anxiety.
As shown in fig. 1, in order to solve the above problem, an application framework design method provided in an embodiment of the present application is applied to an application framework design system, where the application framework design system includes a service layer, an application management editing layer, and an application browsing layer. The method comprises the following steps:
s101: determining a protocol interface through a service layer, determining a data format transmitted by the protocol interface, and determining a communication channel according to the protocol interface and the data format.
As shown in fig. 2, the design system of the application framework is further attached with a basic Service layer, through which a hardware environment is provided for the Service layer as basic support, wherein the basic Service layer includes a MongoDB database based on distributed file Storage, and a file Storage system, i.e. an Object Storage Service (OSS). Providing an HTTP protocol Interface through an Application Programming Interface (API) of a service layer, determining a data format transmitted by the HTTP protocol Interface, establishing a communication channel according to the protocol Interface and the data format, and transmitting data in a mongoDB database through the communication channel.
S102: and accessing the database through the service layer to access the data, and transmitting the acquired data with the application management editing layer through the communication channel.
And a communication channel is upwards provided for the application browsing layer and the application management editing layer through the service layer, and the MongoDB database is downwards connected so as to provide the database access capability for the application browsing layer and the application management editing layer.
In one embodiment, a design style of the HTTP protocol interface is determined, such as a RESTful style, and a data format corresponding to the style is determined according to the RESTful style, for example: and providing an HTTP protocol interface in a RESTful style through a service layer, wherein the data format is a standard JSON format. And providing a corresponding communication channel for the RESTful style and the JSON format through an API of the service layer so as to access the database and the OSS system through the communication channel.
In one embodiment, the characteristics of JSON format data can be directly accessed through a MongoDB database, modification operations such as addition, deletion, modification, query and the like can be very conveniently performed on application attributes according to the characteristics, a uniform access method can be provided for application files such as pictures, audio and the like, the application files are stored in an OSS system, and distributed system cloud storage services provided by the OSS system are used for reducing bandwidth and flow pressure of large files on a service layer server. For example: the a.png file is switched and stored to the OSS system from the server of the terminal, after the front-end page is modified, the a.png file in the cloud storage can be directly accessed when the terminal accesses the a.png file, and the a.png file is not downloaded from the server of the terminal, so that the bandwidth and the flow pressure of the server of the terminal are reduced.
S103: and the application management editing layer is in butt joint with the mobile terminal to obtain the application of the mobile terminal, and the application attribute of the application is edited according to the application requirement.
As shown in fig. 4, the mobile terminal may be divided into a mobile device terminal and an application editing terminal according to functions. When the application attribute is edited, the application editing terminal is connected with the management editing layer through the Nginx server, load balancing of a front-end page is performed through the Nginx server, and an editing request is sent to a server of the application management editing layer. The server of the application management editing layer accesses the file service to the OSS system to acquire static elements; and accessing a server of the API service layer, acquiring data, editing the data and elements to finish editing the application attribute, and storing the edited application attribute to the MongoDB database.
In one embodiment, the application management editing layer subsystem provides management of mobile-end applications, as shown in fig. 3, each application corresponds to one or more pages, each page corresponds to a plurality of page elements, and the page elements include text elements, picture elements, and the like. The plurality of pages and page elements constitute application attributes, and corresponding attributes exist at different physical levels from application to pages. In the application hierarchy, application hierarchy data is set, and taking application 1 as an example, an attribute on the application hierarchy of the entire application 1 is described as the application hierarchy data of the application 1. By modifying the application-level data, modifications can be made to the application page, such as: the related information of the background music is changed by modifying the application level data. In the hierarchy of the page, page hierarchy data is set. The page level data contains basic attribute description of the page, such as: page type, logical width, logical height, background map, etc.
In one embodiment, the page hierarchy includes a plurality of page element definitions, each page element is composed of a basic attribute and an extended attribute, and the basic attribute includes a width, a height, an X-axis coordinate, a Y-axis coordinate, a rotation angle, and the like. The page elements are divided into text elements, picture elements and other elements according to element types, and the extended attributes are the specific attributes of each page element, such as the character color of the text elements, the picture addresses of the picture elements and the like. Each page element realizes that the editing can be freely dragged in the page through the vuedragable component.
S104: accessing an application browsing layer through the mobile terminal, acquiring the data through the application browsing layer, determining a page of the application according to the data and the application attribute, and sending the page to the mobile terminal.
As shown in fig. 4, when accessing an application page, the mobile device terminal connects with the management editing layer through the nginnx server, performs load balancing of the front-end preloaded page through the nginnx server, and sends an access request to the server of the application browsing layer. The server of the application browsing layer accesses the OSS system for file service to obtain static elements; and accessing the server of the API service layer, acquiring data, editing the data and elements, reading the application page from the MongoDB database, and sending the read application page to the mobile equipment terminal.
The application browsing layer provides the function of independently parsing H5 mobile-end application. The conventional Vue application needs data rendering at the client, and for the mobile terminal, the waiting time of the rendering form of the client is long, so that the power consumption of the mobile terminal is increased. According to the application, the NUXT is used for rendering the server side, the mobile side accesses the application browsing layer, the data are obtained through the application browsing layer, the page of the application is determined according to the data and the application attribute, and the page is sent to the mobile side.
In one embodiment, data in a database is obtained and page elements are determined based on application attributes. And the application framework NUXT calls the service layer API, after the data is obtained, the data and the page elements are assembled to form a complete html page, and the complete html page is directly returned to the mobile terminal browser so as to facilitate the browsing of the user. Therefore, the rendering pressure of the client can be reduced, the waiting time of a user is reduced, and the user experience is improved. The application browsing layer can directly use the OSS file address for large files such as picture files and the like, and the pressure of an application server and an API service layer server is reduced.
In one embodiment, each tier of servers may be load balanced individually. Through load balancing of the database server and the API service, the request can be processed quickly, and waiting of data and interfaces is reduced. Through load balancing of the OSS file server, the method can enable the large files in different regional editing applications or browsing applications to be downloaded and browsed quickly. By applying the load balance of the browsing layer server side rendering, the browser can reduce the rendering pressure and quickly analyze the page display.
As shown in fig. 2, an application framework design system provided in the embodiment of the present application includes:
the service layer comprises an API and a log system, provides a protocol interface, determines a data format according to the protocol interface, and provides a communication channel according to the protocol interface and the data format.
The application management layer is in a multi-level structure construction form, supports component expansion, and is provided with a vueddragable component to realize free dragging in a page. And the application management layer is connected with the service layer through the communication channel to acquire the application of the mobile terminal and edit the application attribute of the application according to the application requirement.
And the application browsing layer is a multi-level structure construction form and is provided with a function of performing server-side rendering by NUXT. And the application browsing layer is connected with the service layer through the communication channel, acquires the data of the database, determines the page of the application according to the data and the application attribute, and sends the page to the mobile terminal.
The design system of the application framework is also added with a basic service layer which comprises a MongoDB database, a cloud server and an OSS system, and the service layer is connected with the database through a communication channel so as to access data. And performing file storage service through the OSS system.
As shown in fig. 5, an embodiment of the present application further provides a design apparatus for an application framework, including:
at least one processor; and the number of the first and second groups,
a memory communicatively coupled to the at least one processor; wherein,
the memory stores instructions executable by the at least one processor to enable the design apparatus of the application framework to perform the method according to any of the embodiments described above.
An embodiment of the present application further provides a non-volatile computer storage medium, which stores computer-executable instructions configured to: a method as in any preceding embodiment.
The embodiments in the present application are described in a progressive manner, and the same and similar parts among the embodiments can be referred to each other, and each embodiment focuses on the differences from the other embodiments. In particular, for the device and media embodiments, the description is relatively simple as it is substantially similar to the method embodiments, and reference may be made to some descriptions of the method embodiments for relevant points.
The device and the medium provided by the embodiment of the application correspond to the method one by one, so the device and the medium also have the beneficial technical effects similar to the corresponding method.
As will be appreciated by one skilled in the art, embodiments of the present application may be provided as a method, system, or computer program product. Accordingly, the present application may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, the present application may take the form of a computer program product embodied on one or more computer-usable storage media (including, but not limited to, disk storage, CD-ROM, optical storage, and the like) having computer-usable program code embodied therein.
The present application is described with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems), and computer program products according to embodiments of the application. It will be understood that each flow and/or block of the flow diagrams and/or block diagrams, and combinations of flows and/or blocks in the flow diagrams and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, embedded processor, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be stored in a computer-readable memory that can direct a computer or other programmable data processing apparatus to function in a particular manner, such that the instructions stored in the computer-readable memory produce an article of manufacture including instruction means which implement the function specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be loaded onto a computer or other programmable data processing apparatus to cause a series of operational steps to be performed on the computer or other programmable apparatus to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide steps for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
In a typical configuration, a computing device includes one or more processors (CPUs), input/output interfaces, network interfaces, and memory.
The memory 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, a computer readable medium does not include a transitory computer readable medium such as a modulated data signal and a carrier wave.
It should also be noted that 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 an … …" does not exclude the presence of other like elements in a process, method, article, or apparatus that comprises the element.
The above description is only an example of the present application and is not intended to limit the present application. Various modifications and changes may occur to those skilled in the art. Any modification, equivalent replacement, improvement, etc. made within the spirit and principle of the present application should be included in the scope of the claims of the present application.

Claims (10)

CN202210177912.0A2022-02-242022-02-24Application framework design method, system, equipment and mediumActiveCN114553971B (en)

Priority Applications (1)

Application NumberPriority DateFiling DateTitle
CN202210177912.0ACN114553971B (en)2022-02-242022-02-24Application framework design method, system, equipment and medium

Applications Claiming Priority (1)

Application NumberPriority DateFiling DateTitle
CN202210177912.0ACN114553971B (en)2022-02-242022-02-24Application framework design method, system, equipment and medium

Publications (2)

Publication NumberPublication Date
CN114553971Atrue CN114553971A (en)2022-05-27
CN114553971B CN114553971B (en)2024-05-28

Family

ID=81678820

Family Applications (1)

Application NumberTitlePriority DateFiling Date
CN202210177912.0AActiveCN114553971B (en)2022-02-242022-02-24Application framework design method, system, equipment and medium

Country Status (1)

CountryLink
CN (1)CN114553971B (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
CN114785874A (en)*2022-06-162022-07-22成都中科合迅科技有限公司Method for providing high-availability transmission channel based on multi-network protocol
CN115842852A (en)*2022-09-152023-03-24北京国基科技股份有限公司Inter-node communication method, system, storage medium and electronic equipment

Citations (9)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
US20110047453A1 (en)*2009-08-232011-02-24Bank Of America CorporationDisplay Rendering System With Supporting Components
CN103164201A (en)*2011-12-152013-06-19航天信息软件技术有限公司Web page generating method
CN103702221A (en)*2013-12-182014-04-02Tcl集团股份有限公司Content distribution presentation system and distribution presentation method for online videos
CN106651586A (en)*2016-12-302017-05-10上海富聪金融信息服务有限公司Multi-distributor oriented financial product marketing open service platform
CN106682028A (en)*2015-11-102017-05-17阿里巴巴集团控股有限公司Method, device and system for obtaining web application
US20180121026A1 (en)*2016-10-312018-05-03Intuit Inc.Rendering user-interface elements based on variation metamodels
CN111984888A (en)*2019-05-242020-11-24阿里巴巴集团控股有限公司Page rendering method and device, electronic equipment and computer readable medium
CN112433799A (en)*2020-11-252021-03-02平安普惠企业管理有限公司Page generation method, device, equipment and medium
CN113836462A (en)*2021-09-072021-12-24北京猿力未来科技有限公司 Method, device, device and storage medium for generating page description file

Patent Citations (9)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
US20110047453A1 (en)*2009-08-232011-02-24Bank Of America CorporationDisplay Rendering System With Supporting Components
CN103164201A (en)*2011-12-152013-06-19航天信息软件技术有限公司Web page generating method
CN103702221A (en)*2013-12-182014-04-02Tcl集团股份有限公司Content distribution presentation system and distribution presentation method for online videos
CN106682028A (en)*2015-11-102017-05-17阿里巴巴集团控股有限公司Method, device and system for obtaining web application
US20180121026A1 (en)*2016-10-312018-05-03Intuit Inc.Rendering user-interface elements based on variation metamodels
CN106651586A (en)*2016-12-302017-05-10上海富聪金融信息服务有限公司Multi-distributor oriented financial product marketing open service platform
CN111984888A (en)*2019-05-242020-11-24阿里巴巴集团控股有限公司Page rendering method and device, electronic equipment and computer readable medium
CN112433799A (en)*2020-11-252021-03-02平安普惠企业管理有限公司Page generation method, device, equipment and medium
CN113836462A (en)*2021-09-072021-12-24北京猿力未来科技有限公司 Method, device, device and storage medium for generating page description file

Cited By (2)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
CN114785874A (en)*2022-06-162022-07-22成都中科合迅科技有限公司Method for providing high-availability transmission channel based on multi-network protocol
CN115842852A (en)*2022-09-152023-03-24北京国基科技股份有限公司Inter-node communication method, system, storage medium and electronic equipment

Also Published As

Publication numberPublication date
CN114553971B (en)2024-05-28

Similar Documents

PublicationPublication DateTitle
US11711420B2 (en)Automated management of resource attributes across network-based services
CN110018878B (en)Distributed system data loading method and device
CN110557284B (en)Data aggregation method and device based on client gateway
WO2017107826A1 (en)Service information pushing method and device
CN102567516A (en)Script loading method and device
CN111753226B (en) A page loading method and device
CN114553971A (en)Application framework design method, system, device and medium
CN106886545B (en)Page display method, page resource caching method and device
CN108255708A (en)Method, apparatus, storage medium and the equipment of production file are accessed in test environment
CN112214250A (en)Application program assembly loading method and device
CN112235132A (en)Method, device, medium and server for dynamically configuring service
EP4379543A1 (en)Cloud desktop data migration method, service node, management node, server, electronic device, and computer-readable storage medium
EP2686791B1 (en)Variants of files in a file system
CN104598554B (en)Webpage loading method and device
CN113821307A (en)Method, device and equipment for quickly importing virtual machine mirror image
WO2024193561A1 (en)Document directory processing method and related device
CN114281461B (en)Management method, equipment and medium for configurable data source attribute
US10567524B2 (en)Dynamic cognitive optimization of web applications
CN113391847B (en) Application startup optimization method and device
CN112434233B (en)Method and device for accelerating first screen rendering of secondary page
CN114691136A (en) Business system development method, device, electronic device and computer storage medium
US8990265B1 (en)Context-aware durability of file variants
JP2022550164A (en) Method, computer system and computer program for determining 3rd Generation Partnership Project (3GPP) framework for live uplink streaming (FLUS) sink capabilities
CN103973750A (en)User authentication system of cloud computing system
CN118509426B (en) A method, device and storage medium for accessing client directory resources

Legal Events

DateCodeTitleDescription
PB01Publication
PB01Publication
SE01Entry into force of request for substantive examination
SE01Entry into force of request for substantive examination
TA01Transfer of patent application right

Effective date of registration:20240425

Address after:250101 Inspur science and Technology Park, 1036 Inspur Road, hi tech Zone, Jinan City, Shandong Province

Applicant after:Inspur Genersoft Co.,Ltd.

Country or region after:China

Address before:250101 Inspur science and Technology Park, 1036 Inspur Road, hi tech Zone, Jinan City, Shandong Province

Applicant before:SHANDONG INSPUR GENESOFT INFORMATION TECHNOLOGY Co.,Ltd.

Country or region before:China

TA01Transfer of patent application right
GR01Patent grant
GR01Patent grant

[8]ページ先頭

©2009-2025 Movatter.jp