CN110599112A - Method and device for developing and maintaining network page - Google Patents

Method and device for developing and maintaining network page Download PDF

Info

Publication number
CN110599112A
CN110599112A CN201810606133.1A CN201810606133A CN110599112A CN 110599112 A CN110599112 A CN 110599112A CN 201810606133 A CN201810606133 A CN 201810606133A CN 110599112 A CN110599112 A CN 110599112A
Authority
CN
China
Prior art keywords
target area
processing logic
page
target
service
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
CN201810606133.1A
Other languages
Chinese (zh)
Other versions
CN110599112B (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.)
Bairong Zhixin Beijing Technology Co ltd
Original Assignee
Beijing Shun Zhixin 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 Beijing Shun Zhixin Technology Co Ltd filed Critical Beijing Shun Zhixin Technology Co Ltd
Priority to CN201810606133.1A priority Critical patent/CN110599112B/en
Publication of CN110599112A publication Critical patent/CN110599112A/en
Application granted granted Critical
Publication of CN110599112B publication Critical patent/CN110599112B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q10/00Administration; Management
    • G06Q10/10Office automation; Time management
    • G06Q10/103Workflow collaboration or project management
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/02Protocols based on web technology, e.g. hypertext transfer protocol [HTTP]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/50Network services
    • H04L67/51Discovery or management thereof, e.g. service location protocol [SLP] or web services

Landscapes

  • Engineering & Computer Science (AREA)
  • Business, Economics & Management (AREA)
  • Human Resources & Organizations (AREA)
  • Strategic Management (AREA)
  • Signal Processing (AREA)
  • Entrepreneurship & Innovation (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Operations Research (AREA)
  • Marketing (AREA)
  • Quality & Reliability (AREA)
  • Tourism & Hospitality (AREA)
  • Physics & Mathematics (AREA)
  • General Business, Economics & Management (AREA)
  • General Physics & Mathematics (AREA)
  • Theoretical Computer Science (AREA)
  • Economics (AREA)
  • Data Mining & Analysis (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

The embodiment of the invention provides a method and a device for developing and maintaining a network page, relates to the IT field, and can improve the project management efficiency of an enterprise. The scheme comprises the following steps: the network equipment determines whether a target area where a user is located has personalized service, wherein the personalized service is determined according to the requirement of the target area; if the network device determines that the target area has the personalized service, the network device calls a target service processing logic corresponding to the target area, and the target service processing logic corresponding to the target area comprises the personalized service corresponding to the target area. The method and the device are applied to the development and maintenance processes of the multi-project product.

Description

Method and device for developing and maintaining network page
Technical Field
The present application relates to the field of Internet Technology (IT), and in particular, to a method and an apparatus for developing and maintaining a web page.
Background
The product-oriented development results are usually fine-tuned or added with specific functions according to the requirements of different areas (cities) of projects. Currently, projects for different areas can be maintained by building branches from place to place. However, constructing each local branch may cause code duplication of the project, core product evolution may not be directly applied to each local branch, and local branch functions are difficult to migrate to the core version.
Therefore, the enterprise needs to maintain projects of multiple cities synchronously, and also needs to maintain the evolution of the core version, so that the management efficiency of the enterprise on the projects is reduced.
Disclosure of Invention
Embodiments of the present application provide a method and an apparatus for developing and maintaining a web page, which can improve the management efficiency of an enterprise on a project.
In order to achieve the above purpose, the embodiment of the present application adopts the following technical solutions:
in a first aspect, a method for developing and maintaining a web page is provided, which includes: the network equipment determines whether a target area where a user is located has personalized service, wherein the personalized service is determined according to the requirement of the target area; if the network device determines that the target area has the personalized service, the network device calls a target service processing logic corresponding to the target area, and the target service processing logic corresponding to the target area comprises the personalized service corresponding to the target area.
Compared with the prior art, the method has the advantages that projects of all places are maintained by constructing branches of all places, so that the problems that codes are repeated and the management efficiency of enterprises to the projects is low are caused. The method and the device can uniformly manage different areas, the network device can determine whether the target area where the user is located has the personalized service, if the network device determines that the target area has the personalized service, the network device calls the target service processing logic corresponding to the target area, and the target service processing logic corresponding to the target area comprises the personalized service corresponding to the target area. Therefore, the requirements of different areas on personalized services can be considered, research and development of projects corresponding to a plurality of different areas can be supported, the workload of repeated code development can be reduced, the development cost is reduced, and the project management efficiency of enterprises is improved. Further, if the target area does not have the personalized service, a public service processing logic can be called, and the public service processing logic comprises a general function corresponding to at least one area. Therefore, after the public page corresponding to the public service processing logic is updated, each area can be iterated and evolved synchronously, that is, the evolution of the public page can directly act on the project corresponding to each area, and the project management efficiency of an enterprise is further improved.
In a second aspect, a network device is provided, including: the system comprises a determining unit, a processing unit and a processing unit, wherein the determining unit is used for determining whether the target area where a user is located has personalized service or not, and the personalized service is determined according to the requirement of the target area; and the processing unit is used for calling a target service processing logic corresponding to the target area if the determining unit determines that the target area has the personalized service, and the target service processing logic corresponding to the target area comprises the personalized service corresponding to the target area.
For technical effects of the second aspect and various possible implementations thereof, reference may be made to the technical effects of the first aspect and various possible implementations thereof, which are not described herein in detail.
Drawings
Fig. 1 is a schematic diagram of a page development and maintenance architecture provided in an embodiment of the present application;
fig. 2 is a signal flow chart of a method for developing and maintaining a web page according to an embodiment of the present application;
FIG. 3 is a schematic diagram of a public page provided in an embodiment of the present application;
fig. 4 is a schematic structural diagram of a network device according to an embodiment of the present application.
Detailed Description
The following describes in detail a method and an apparatus for developing and maintaining a web page according to an embodiment of the present invention with reference to the accompanying drawings.
For clarity and conciseness of the following description of the various embodiments, a brief introduction to related concepts or technologies is first presented:
heavy loading: for indicating the case where functions or methods have the same name but the parameter lists are not the same. Such functions or methods with the same name but different parameters are mutually called overloading functions or methods. The reload framework may be used to run a reload function or a reload method.
I18N: is the abbreviation of "internationalization", the source of which is the first and last characters i and n of internationalization, 18 is the number of the middle characters.
The embodiment of the application is applied to the development and maintenance processes of a plurality of projects, for example, the development and maintenance processes of a plurality of projects corresponding to a plurality of areas.
The architecture of the embodiment of the application is shown in fig. 1 and comprises a service reloading framework, a page element layout framework and an I18N framework. In one possible design, the architecture may be developed based on a traditional SSH integration framework, namely Struts, Spring, and Hibernate; a software design method using a Model, a View and a Controller (MVC) as a basis; java Server Pages (JSP) are adopted as page templates of the presentation layer. Wherein:
the service overloading framework is used for calling a target service processing logic corresponding to the target area, and the target service processing logic corresponding to the target area comprises a personalized service corresponding to the target area. The target business processing logic corresponding to the target area is used for loading the extended page, for example, the target business processing logic may be used for loading the personalized page one, the personalized page two, or the personalized page three. The page element layout frame is used for obtaining the extended page corresponding to the target area based on the common page rearrangement corresponding to the common service processing logic. For example, the public page is typeset again to obtain a personalized page one, a personalized page two or a personalized page three. The I18N framework is used to determine the value corresponding to the resource information name in the target business processing logic corresponding to the target area.
The term "and/or" herein is merely an association describing an associated object, meaning that three relationships may exist, e.g., a and/or B, may mean: a exists alone, A and B exist simultaneously, and B exists alone. In addition, the character "/" herein generally indicates that the former and latter related objects are in an "or" relationship; in the formula, the character "/" indicates that the preceding and following related objects are in a relationship of "division".
It should be noted that in the embodiments of the present invention, "of", "corresponding", and "corresponding" may be sometimes used in combination, and it should be noted that the intended meaning is consistent when the difference is not emphasized.
An embodiment of the present application provides a method for developing and maintaining a web page, as shown in fig. 2, including:
201. the network equipment determines whether a target area where the user is located has personalized service, and the personalized service is determined according to the requirement of the target area.
In one possible design, the network device may determine whether a file corresponding to the personalized service is included in the storage path corresponding to the target area where the user is located by looking at the directory of the source code. If the storage path corresponding to the target area contains the file corresponding to the personalized service, the personalized service in the target area can be determined; if the storage path corresponding to the target area does not contain the file corresponding to the personalized service, it can be determined that the personalized service does not exist in the target area.
For example, assuming that the target area where the user is located is hainan province, and the storage path of the hainan province in the directory is src/main/webapp/mpm/province, it may be determined whether there is a personalized service in the hainan province by checking whether a relevant file about hainan is included in the province. For example, a hainan folder may be included under province, and there is a personalized service in Hainan province.
202. If the network equipment determines that the target area does not have the personalized service, the network equipment calls a public service processing logic, the public service processing logic comprises a general function corresponding to at least one area, and the target area is contained in the at least one area.
The public service processing logic is used for loading the public page. As shown in fig. 3, which is a schematic diagram of a common page corresponding to a common service processing logic, the common page may include a menu bar, an information display area, and link information of a product or content. If at least one of the regions included in the common service processing logic is region 1, region 2, and region 3, the extension pages corresponding to region 1, region 2, and region 3, respectively, may inherit the function of the common page as shown in fig. 3.
203. If the network equipment determines that the target area has the personalized service, the network equipment calls a target service processing logic corresponding to the target area, and the target service processing logic corresponding to the target area comprises the personalized service corresponding to the target area.
In one possible design, the target business processing logic corresponding to the target area is used for loading the extension page, and the extension page can inherit the common page, that is, the extension page can call the function of the common page.
In one possible design, the extended page corresponding to the target area is obtained by re-typesetting based on the common page corresponding to the common service processing logic. Specifically, the extended page may be obtained by performing page removal on information that is not needed by the target area in the public page according to the page element layout frame, and adding the personalized element corresponding to the target area.
The target business processing logic corresponding to the target area comprises a resource information name, and the value corresponding to the resource information name is determined based on the I18N framework. The resource information name may include a fixed text element and data dynamically generated by the program, and the fixed text element may be, for example, a text element used by a menu bar, a navigation bar, or the like, error prompt information, status information, or the like. The dynamically generated data may be, for example, weather conditions and time information.
In one possible design, for a fixed text message, it may be written into a properties file, and different properties files may be written according to different regions.
For dynamically generated data, different values corresponding to different regions can be determined through Application Programming Interface (API) classes. The API class may be, for example, a Number Format (Number Format) class, a Date Format (Date Format) class or a dynamic text (Message Format) class provided by Java.
Compared with the prior art, the method has the advantages that projects of all places are maintained by constructing branches of all places, so that the problems that codes are repeated and the management efficiency of enterprises to the projects is low are caused. According to the method and the device, different areas can be uniformly managed, the network device can determine whether the target area where the user is located has the personalized service, if the network device determines that the target area has the personalized service, the network device calls the target service processing logic corresponding to the target area, and the target service processing logic corresponding to the target area comprises the personalized service corresponding to the target area. Therefore, the requirements of different areas on personalized services can be considered, research and development of projects corresponding to a plurality of different areas can be supported, the workload of repeated code development can be reduced, the development cost is reduced, and the project management efficiency of enterprises is improved. Further, if the target area does not have the personalized service, a public service processing logic can be called, and the public service processing logic comprises a general function corresponding to at least one area. Therefore, after the public page corresponding to the public service processing logic is updated, each area can be iterated and evolved synchronously, that is, the evolution of the public page can directly act on the project corresponding to each area, and the project management efficiency of an enterprise is further improved.
An embodiment of the present application provides a network device, as shown in fig. 4, including: a determination unit 401 and a processing unit 402, wherein:
a determining unit 401, configured to determine whether a target area where a user is located has a personalized service, where the personalized service is determined according to a requirement of the target area.
A processing unit 402, configured to, if it is determined by the determining unit 401 that the target area has the personalized service, invoke a target service processing logic corresponding to the target area, where the target service processing logic corresponding to the target area includes the personalized service corresponding to the target area.
In one possible design, the target business processing logic corresponding to the target area includes a resource information name, and a value corresponding to the resource information name is determined based on the international I18N framework.
Optionally, the processing unit 402 is further configured to: if it is determined by the determining unit 401 that there is no personalized service in the target area, a common service processing logic is invoked, where the common service processing logic includes a general function corresponding to at least one area, and the target area is included in the at least one area.
In one possible design, the target business processing logic corresponding to the target area is used to load an extended page, the common business processing logic is used to load a common page, and the extended page inherits the common page.
In one possible design, the extended page corresponding to the target area is obtained by re-typesetting based on the common page corresponding to the common service processing logic.
Compared with the prior art, the method has the advantages that projects of all places are maintained by constructing branches of all places, so that the problems that codes are repeated and the management efficiency of enterprises to the projects is low are caused. The method and the device can uniformly manage different areas, the network device can determine whether the target area where the user is located has the personalized service, if the network device determines that the target area has the personalized service, the network device calls the target service processing logic corresponding to the target area, and the target service processing logic corresponding to the target area comprises the personalized service corresponding to the target area. Therefore, the requirements of different areas on personalized services can be considered, research and development of projects corresponding to a plurality of different areas can be supported, the workload of repeated code development can be reduced, the development cost is reduced, and the project management efficiency of enterprises is improved. Further, if the target area does not have the personalized service, a public service processing logic can be called, and the public service processing logic comprises a general function corresponding to at least one area. Therefore, after the public page corresponding to the public service processing logic is updated, each area can be iterated and evolved synchronously, that is, the evolution of the public page can directly act on the project corresponding to each area, and the project management efficiency of an enterprise is further improved.
It should be noted that, in a specific implementation process, each step executed by the network page development and maintenance method shown in fig. 2 may be implemented by a processor in a hardware form executing a computer execution instruction in a software form stored in a memory, and is not described herein again to avoid repetition. The programs corresponding to the actions executed by the network page development and maintenance method can be stored in a memory implemented by the network page development and maintenance method in a software form, so that the processor can call and execute the operations corresponding to the modules.
It can be clearly understood by those skilled in the art that, for convenience and brevity of description, the specific working process of the modules described above may refer to the corresponding process in the foregoing method embodiments, and is not described herein again.
In the several embodiments provided in the present application, it should be understood that the disclosed method and apparatus may be implemented in other ways. For example, the above-described embodiments are merely illustrative, and for example, the division of the modules is merely a logical division, and an actual implementation may have another division, for example, a plurality of modules or components may be combined or integrated into another system, or some features may be omitted, or not executed. In addition, the shown or discussed mutual coupling or direct coupling or communication connection may be an indirect coupling or communication connection through some interfaces, devices or units, and may be in an electrical, mechanical or other form.
The modules described as separate parts may or may not be physically separate, and parts displayed as modules may or may not be physical units, may be located in one place, or may be distributed on a plurality of network units. Some or all of the units can be selected according to actual needs to achieve the purpose of the solution of the embodiment.
In addition, functional units in the embodiments of the present invention may be integrated into one processing unit, or each unit may be physically included alone, or two or more units may be integrated into one unit. The integrated unit can be realized in a form of hardware, or in a form of hardware plus a software functional unit.
Finally, it should be noted that: the above examples are only intended to illustrate the technical solution of the present invention, but not to limit it; although the present invention has been described in detail with reference to the foregoing embodiments, it will be understood by those of ordinary skill in the art that: the technical solutions described in the foregoing embodiments may still be modified, or some technical features may be equivalently replaced; and such modifications or substitutions do not depart from the spirit and scope of the corresponding technical solutions of the embodiments of the present invention.

Claims (10)

1. A method for developing and maintaining a network page is characterized by comprising the following steps:
the network equipment determines whether a target area where a user is located has personalized service, wherein the personalized service is determined according to the requirement of the target area;
if the network equipment determines that the target area has the personalized service, the network equipment calls a target service processing logic corresponding to the target area, and the target service processing logic corresponding to the target area comprises the personalized service corresponding to the target area.
2. The method for developing and maintaining web pages according to claim 1, wherein the target business processing logic corresponding to the target area includes a resource information name, and a value corresponding to the resource information name is determined based on an internationalized I18N framework.
3. The method for developing and maintaining web pages according to claim 1 or 2, wherein the method further comprises:
if the network equipment determines that the target area does not have the personalized service, the network equipment calls a public service processing logic, the public service processing logic comprises a general function corresponding to at least one area, and the target area is contained in the at least one area.
4. The web page development and maintenance method according to claim 1 or 2,
and the target service processing logic corresponding to the target area is used for loading an extended page, the public service processing logic is used for loading a public page, and the extended page inherits the public page.
5. The method for developing and maintaining web pages according to claim 1 or 2, wherein the extended page corresponding to the target area is obtained by re-typesetting based on the common page corresponding to the common service processing logic.
6. A network device, comprising:
the system comprises a determining unit, a processing unit and a processing unit, wherein the determining unit is used for determining whether the target area where a user is located has personalized service or not, and the personalized service is determined according to the requirement of the target area;
and the processing unit is used for calling a target service processing logic corresponding to the target area if the determining unit determines that the target area has the personalized service, and the target service processing logic corresponding to the target area comprises the personalized service corresponding to the target area.
7. The network device of claim 6, wherein the target business process logic corresponding to the target area comprises a resource information name, and a value corresponding to the resource information name is determined based on an internationalized I18N framework.
8. The network device of claim 6 or 7, wherein the processing unit is further configured to:
if the target area is determined to have no personalized service through the determining unit, a public service processing logic is called, the public service processing logic comprises a general function corresponding to at least one area, and the target area is included in the at least one area.
9. The network device of claim 6 or 7,
and the target service processing logic corresponding to the target area is used for loading an extended page, the public service processing logic is used for loading a public page, and the extended page inherits the public page.
10. The network device according to claim 6 or 7, wherein the extended page corresponding to the target area is obtained by re-typesetting based on the common page corresponding to the common service processing logic.
CN201810606133.1A 2018-06-12 2018-06-12 Network page development and maintenance method and device Active CN110599112B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201810606133.1A CN110599112B (en) 2018-06-12 2018-06-12 Network page development and maintenance method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201810606133.1A CN110599112B (en) 2018-06-12 2018-06-12 Network page development and maintenance method and device

Publications (2)

Publication Number Publication Date
CN110599112A true CN110599112A (en) 2019-12-20
CN110599112B CN110599112B (en) 2023-10-27

Family

ID=68849456

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201810606133.1A Active CN110599112B (en) 2018-06-12 2018-06-12 Network page development and maintenance method and device

Country Status (1)

Country Link
CN (1) CN110599112B (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113553522A (en) * 2020-04-24 2021-10-26 北京金山云网络技术有限公司 Page display method and device, electronic equipment and storage medium
CN114025220A (en) * 2021-11-02 2022-02-08 贵阳朗玛视讯科技有限公司 Multi-version IPTV control system and method

Citations (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1627257A (en) * 2003-06-19 2005-06-15 微软公司 Framework for creating modular web applications
CN101546403A (en) * 2008-03-27 2009-09-30 天津德智科技有限公司 Online service system and method for providing online service
CN102163206A (en) * 2011-01-30 2011-08-24 青岛海信传媒网络技术有限公司 Method and system for loading pages
CN102637184A (en) * 2011-02-15 2012-08-15 北京千橡网景科技发展有限公司 Method and system for customizing webpages
US20120260233A1 (en) * 2011-04-07 2012-10-11 Infosys Technologies Limited Method and system for automating development and customization of business applications
CN103324470A (en) * 2012-03-21 2013-09-25 阿里巴巴集团控股有限公司 Web system generation method and device
CN103379096A (en) * 2012-04-18 2013-10-30 中兴通讯股份有限公司 Internet and operator network service sharing method, service side and webpage gateway
CN105634929A (en) * 2016-02-18 2016-06-01 浪潮软件集团有限公司 Instant messaging method and device based on web page
CN106020832A (en) * 2016-05-25 2016-10-12 大唐网络有限公司 Generation method and device for interface information on application programs
CN106254418A (en) * 2016-07-13 2016-12-21 乐视控股(北京)有限公司 Website server Explore of Unified Management Ideas and system
CN107483522A (en) * 2016-06-08 2017-12-15 华为技术有限公司 The method and apparatus of Operational Visit

Patent Citations (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1627257A (en) * 2003-06-19 2005-06-15 微软公司 Framework for creating modular web applications
CN101546403A (en) * 2008-03-27 2009-09-30 天津德智科技有限公司 Online service system and method for providing online service
CN102163206A (en) * 2011-01-30 2011-08-24 青岛海信传媒网络技术有限公司 Method and system for loading pages
CN102637184A (en) * 2011-02-15 2012-08-15 北京千橡网景科技发展有限公司 Method and system for customizing webpages
US20120260233A1 (en) * 2011-04-07 2012-10-11 Infosys Technologies Limited Method and system for automating development and customization of business applications
CN103324470A (en) * 2012-03-21 2013-09-25 阿里巴巴集团控股有限公司 Web system generation method and device
CN103379096A (en) * 2012-04-18 2013-10-30 中兴通讯股份有限公司 Internet and operator network service sharing method, service side and webpage gateway
CN105634929A (en) * 2016-02-18 2016-06-01 浪潮软件集团有限公司 Instant messaging method and device based on web page
CN106020832A (en) * 2016-05-25 2016-10-12 大唐网络有限公司 Generation method and device for interface information on application programs
CN107483522A (en) * 2016-06-08 2017-12-15 华为技术有限公司 The method and apparatus of Operational Visit
CN106254418A (en) * 2016-07-13 2016-12-21 乐视控股(北京)有限公司 Website server Explore of Unified Management Ideas and system

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113553522A (en) * 2020-04-24 2021-10-26 北京金山云网络技术有限公司 Page display method and device, electronic equipment and storage medium
CN114025220A (en) * 2021-11-02 2022-02-08 贵阳朗玛视讯科技有限公司 Multi-version IPTV control system and method
CN114025220B (en) * 2021-11-02 2023-12-05 贵阳朗玛视讯科技有限公司 Control system and method for multi-version IPTV

Also Published As

Publication number Publication date
CN110599112B (en) 2023-10-27

Similar Documents

Publication Publication Date Title
US11178207B2 (en) Software version control without affecting a deployed container
US10325012B2 (en) Filtered stylesheets
CN109325195B (en) Rendering method and system for browser, computer device and computer storage medium
US9852015B2 (en) Automatic discovery of a JavaScript API
CN113312037B (en) Data processing method, device, equipment and storage medium applied to micro-service
US9652220B2 (en) Zero down-time deployment of new application versions
US10747510B1 (en) Application runtime modification
JP7048663B2 (en) Code execution methods, devices, rendering devices, storage media, and programs
CN110599112B (en) Network page development and maintenance method and device
CN114443076A (en) Mirror image construction method, device, equipment and storage medium
CN113254043A (en) Web front-end project processing method and device, electronic equipment and storage medium
CN111158777B (en) Component calling method, device and computer readable storage medium
US9606775B2 (en) Developing rich internet application
CN109408057B (en) Method, device, medium and computing equipment for automatically generating codes
CN111414154A (en) Method and device for front-end development, electronic equipment and storage medium
CN110908644A (en) Configuration method and device of state node, computer equipment and storage medium
CN113805877B (en) Project engineering construction method and device based on IDEA plug-in
CN114489674A (en) Data verification method and device of dynamic data model
CN114090118A (en) Method, device and equipment for starting small program and storage medium
CN108804236B (en) AIDL file sharing method and system
CN111880775A (en) Multi-module layered architecture implementation method and device, electronic equipment and storage medium
US20240028309A1 (en) System and method for generating package for a low-code application builder
CN116909756B (en) Cross-cloud service method and device, electronic equipment and storage medium
CN116055463A (en) Method and device for realizing open interface
CN113778942A (en) File management method, file management device, computer system and computer-readable 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
TA01 Transfer of patent application right
TA01 Transfer of patent application right

Effective date of registration: 20230630

Address after: Floor 1-3, block a, global creative Plaza, No. 10, Furong street, Chaoyang District, Beijing 100102

Applicant after: Bairong Zhixin (Beijing) Technology Co.,Ltd.

Address before: Room 116-26, 1st Floor, 101, Building 2, No. 8 Beichen West Road, Chaoyang District, Beijing, 100029

Applicant before: Beijing Shun Zhixin Technology Co.,Ltd.

GR01 Patent grant
GR01 Patent grant