CN110599112B - Network page development and maintenance method and device - Google Patents

Network page development and maintenance method and device Download PDF

Info

Publication number
CN110599112B
CN110599112B CN201810606133.1A CN201810606133A CN110599112B CN 110599112 B CN110599112 B CN 110599112B CN 201810606133 A CN201810606133 A CN 201810606133A CN 110599112 B CN110599112 B CN 110599112B
Authority
CN
China
Prior art keywords
target area
processing logic
target
page
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.)
Active
Application number
CN201810606133.1A
Other languages
Chinese (zh)
Other versions
CN110599112A (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
Bairong Zhixin Beijing 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 Bairong Zhixin Beijing Technology Co ltd filed Critical Bairong Zhixin Beijing 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 application provides a method and a device for developing and maintaining a web page, relates to the field of IT, and can improve the management efficiency of enterprises on projects. The scheme comprises the following steps: the network equipment determines whether personalized service exists in a target area where a user is located or not, and the personalized service is determined according to the requirement of the target area; if the network equipment determines that the personalized service exists in the target area, the network equipment calls target service processing logic corresponding to the target area, wherein the target service processing logic corresponding to the target area comprises the personalized service corresponding to the target area. The application is applied to the development and maintenance processes of various products.

Description

Network page development and maintenance method and device
Technical Field
The application relates to the field of network technology (internet Technology, IT), in particular to a method and a device for developing and maintaining a network (web) page.
Background
The research and development results of the products fall to projects in different areas (ground markets), and fine adjustment or specific functions are usually added according to the requirements of the different areas. Currently, projects for different areas can be maintained by building branches around. However, building branches from place to place results in code duplication of projects, core product evolution cannot directly work on branches from place to place, and branch functions from place to place are also difficult to migrate to core versions.
Therefore, the enterprise needs to synchronously maintain the projects of a plurality of local markets, and meanwhile 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
The embodiment of the application provides a method and a device for developing and maintaining a web page, which can improve the management efficiency of enterprises on projects.
In order to achieve the above purpose, the embodiment of the present application adopts the following technical scheme:
in a first aspect, a method for developing and maintaining a web page is provided, including: the network equipment determines whether personalized service exists in a target area where a user is located or not, and the personalized service is determined according to the requirement of the target area; if the network equipment determines that the personalized service exists in the target area, the network equipment calls target service processing logic corresponding to the target area, wherein 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 project of each place is maintained by constructing branches of each place, so that the problems of repeated codes and low project management efficiency of enterprises are caused. The application can uniformly manage different areas, the network equipment can determine whether the target area where the user is located has personalized service, if the network equipment determines that the target area has personalized service, the network equipment invokes the target service processing logic corresponding to the target area, and the target service processing logic corresponding to the target area comprises personalized service corresponding to the target area. Therefore, the requirements of different areas on personalized business can be considered, the research and development of projects corresponding to a plurality of different areas are supported, the repeated development workload of codes can be reduced, the development cost is reduced, and the management efficiency of enterprises on the projects is improved. Further, if the target area does not have the personalized service, the public service processing logic can be invoked, and the public service processing logic comprises at least one general function corresponding to the area. In this way, after the public page corresponding to the public service processing logic is updated, each region can iterate and evolve synchronously, that is, the public page evolution can directly act on the project corresponding to each region, so that the management efficiency of enterprises on the project is further improved.
In a second aspect, there is provided a network device comprising: the determining unit is used for determining whether personalized service exists in a target area where the user is located or not, and the personalized service is determined according to the requirement of the target area; and the processing unit is used for calling the target service processing logic corresponding to the target area if the personalized service exists in the target area through the determining unit, wherein the target service processing logic corresponding to the target area comprises the personalized service corresponding to the target area.
The technical effects of the second aspect and its various possible implementations may be referred to the technical effects of the first aspect and its various possible implementations, and are not described herein.
Drawings
FIG. 1 is a schematic diagram of a page development and maintenance architecture according to an embodiment of the present application;
FIG. 2 is a signal flow chart of a network page development and maintenance method provided by an embodiment of the application;
FIG. 3 is a schematic diagram of a common page according to 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 network page development and maintenance methods and devices provided by the embodiment of the application are described in detail below with reference to the accompanying drawings.
For clarity and conciseness in the description of the embodiments below, a brief introduction to related concepts or technologies is first given:
and (3) heavy load: for indicating the case where functions or methods have the same name but the parameter list is not the same. Such functions or methods of the same name but different parameters are mutually referred to as override functions or methods. The reload framework may be used to run reload functions or reload methods.
I18N: is an abbreviation of internationalization, the source of which is the first and last character i and n of the internationalization, 18 being the number of characters in between.
The embodiment of the application is applied to the development and maintenance processes of a plurality of items, for example, the development and maintenance processes of a plurality of items 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 described above may be developed based on a traditional SSH integration framework, SSH Struts, spring and Hibernate; a software design method taking a model, a view and a controller (Model View Controller, MVC) as a basis; a java server page (Java Server Pages, JSP) is employed as a page template for the presentation layer. Wherein:
the service reload framework is used for calling target service processing logic corresponding to the target area, and the target service processing logic corresponding to the target area comprises personalized services corresponding to the target area. The target business processing logic corresponding to the target area is used for loading the expansion page, for example, the target business processing logic can be used for loading the personalized page I, the personalized page II or the personalized page III. The page element layout framework is used for obtaining the expansion page corresponding to the target area based on the common page rearrangement corresponding to the common business processing logic. For example, the public page is rearranged to obtain a personalized page I, a personalized page II or a personalized page III. The I18N framework is used for determining a value corresponding to the resource information name in the target business processing logic corresponding to the target area.
The term "and/or" is herein merely an association relationship describing an associated object, meaning that there may be three relationships, e.g., a and/or B, may represent: a exists alone, A and B exist together, and B exists alone. In addition, the character "/" herein generally indicates that the front and rear associated objects are an "or" relationship; in the formula, the character "/" indicates that the front and rear associated objects are a "division" relationship.
In the embodiments of the present application, "of", "corresponding to" and "corresponding to" may be used in a mixed manner, and it should be noted that the meaning of the expression is consistent when the distinction 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 personalized service exists in a target area where the user is located, and the personalized service is determined according to the requirement of the target area.
In one possible design, the network device may determine whether the file corresponding to the personalized service is contained in the storage path corresponding to the target area in which 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, the target area can be determined to have no personalized service.
For example, assuming that the target area where the user is located is Hainan province, the corresponding storage path in the directory of Hainan province is src/main/webapp/mpm/provider, whether personalized services exist in Hainan province can be determined by checking whether relevant files related to Hainan are included under the provider. For example, a hainan folder may be included under the provice, and then personalized services exist in the Hainan province.
202. If the network equipment determines that the target area does not have personalized service, the network equipment invokes public service processing logic, wherein the public service processing logic comprises general functions corresponding to at least one area, and the target area is contained in the at least one area.
The common service processing logic is used for loading the common page. As shown in fig. 3, a schematic diagram of a public page corresponding to a public service processing logic, where the public page may include a menu bar, an information display area, and link information of a product or content. If the common service processing logic includes at least one area including an area 1, an area 2 and an area 3, the extended pages respectively corresponding to the area 1, the area 2 and the area 3 can inherit the functions of the common page as shown in fig. 3.
203. If the network equipment determines that the personalized service exists in the target area, the network equipment calls target service processing logic corresponding to the target area, wherein 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 to load the extended page, and the extended page may inherit the common page, i.e., the extended page may call the function of the common page.
In one possible design, the expanded pages corresponding to the target regions are rearranged based on the common pages corresponding to the common business processing logic. Specifically, the expanded page can be obtained by removing the page of the information which 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, where 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 properties files and different properties files written according to different regions.
For dynamically generated data, different values corresponding to different locales may be determined by an application program interface (Application Programming Interface, API) class. The API class may be, for example, a Number Format (Number Format) class provided by Java, a Date Format (Date Format) class, or a dynamic text (Message Format) class.
Compared with the prior art, the project of each place is maintained by constructing branches of each place, so that the problems of repeated codes and low project management efficiency of enterprises are caused. The application can uniformly manage different areas, the network equipment can determine whether personalized service exists in the target area where the user is located, if the network equipment determines that personalized service exists in the target area, the network equipment 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 business can be considered, the research and development of projects corresponding to a plurality of different areas are supported, the repeated development workload of codes can be reduced, the development cost is reduced, and the management efficiency of enterprises on the projects is improved. Further, if the target area does not have the personalized service, the public service processing logic can be invoked, and the public service processing logic comprises at least one general function corresponding to the area. In this way, after the public page corresponding to the public service processing logic is updated, each region can iterate and evolve synchronously, that is, the public page evolution can directly act on the project corresponding to each region, so that the management efficiency of enterprises on the project 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 the user is located has a personalized service, where the personalized service is determined according to a requirement of the target area.
And a processing unit 402, configured to invoke target service processing logic corresponding to the target area if it is determined by the determining unit 401 that the personalized service exists in 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 for the target region includes a resource information name, and the value for the resource information name is determined based on an internationalized I18N framework.
Optionally, the processing unit 402 is further configured to: if it is determined by the determining unit 401 that the target area does not have the personalized service, the 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 service processing logic corresponding to the target area is configured to load an extended page, and the common service processing logic is configured to load a common page, where the extended page inherits the common page.
In one possible design, the expanded page corresponding to the target region is rearranged based on the common page corresponding to the common business processing logic.
Compared with the prior art, the project of each place is maintained by constructing branches of each place, so that the problems of repeated codes and low project management efficiency of enterprises are caused. The application can uniformly manage different areas, the network equipment can determine whether the target area where the user is located has personalized service, if the network equipment determines that the target area has personalized service, the network equipment invokes the target service processing logic corresponding to the target area, and the target service processing logic corresponding to the target area comprises personalized service corresponding to the target area. Therefore, the requirements of different areas on personalized business can be considered, the research and development of projects corresponding to a plurality of different areas are supported, the repeated development workload of codes can be reduced, the development cost is reduced, and the management efficiency of enterprises on the projects is improved. Further, if the target area does not have the personalized service, the public service processing logic can be invoked, and the public service processing logic comprises at least one general function corresponding to the area. In this way, after the public page corresponding to the public service processing logic is updated, each region can iterate and evolve synchronously, that is, the public page evolution can directly act on the project corresponding to each region, so that the management efficiency of enterprises on the project is further improved.
It should be noted that, in the specific implementation process, each step executed by the above-mentioned network page development and maintenance method shown in fig. 2 may be implemented by executing, by a processor in a hardware form, a computer execution instruction in a software form stored in a memory, and in order to avoid repetition, details are not repeated here. The program corresponding to the actions executed by the network page development and maintenance method can be stored in the memory implemented by the network page development and maintenance method in a software mode, so that the processor can call and execute the operations corresponding to the modules.
It will be clear to those skilled in the art that, for convenience and brevity of description, the specific working process of the above-described module may refer to the corresponding process in the foregoing method embodiment, which 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 manners. For example, the embodiments described above are merely illustrative, e.g., the division of the modules is merely a logical function division, and there may be additional divisions of actual implementation, e.g., multiple modules or components may be combined or integrated into another system, or some features may be omitted, or not performed. Alternatively, the coupling or direct coupling or communication connection shown or discussed with each other may be an indirect coupling or communication connection via some interfaces, devices or units, which may be in electrical, mechanical or other form.
The modules described as separate components may or may not be physically separate, and components shown as modules may or may not be physical units, may be located in one place, or may be distributed over multiple network units. Some or all of the units may be selected according to actual needs to achieve the purpose of the solution of this embodiment.
In addition, each functional unit in the embodiments of the present application may be integrated in one processing unit, or each unit may be physically included separately, or two or more units may be integrated in one unit. The integrated units may be implemented in hardware or in hardware plus software functional units.
Finally, it should be noted that: the above embodiments are only for illustrating the technical solution of the present application, and are not limiting; although the application 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 scheme described in the foregoing embodiments can be modified or some technical features thereof can be replaced by equivalents; such modifications and substitutions do not depart from the spirit and scope of the technical solutions of the embodiments of the present application.

Claims (8)

1. The network page development and maintenance method is characterized by comprising the following steps:
the network equipment determines whether personalized service exists in a target area where a user is located or not, wherein the personalized service is determined according to the requirement of the target area;
if the network equipment determines that the personalized service exists in the target area, the network equipment calls target service processing logic corresponding to the target area, wherein the target service processing logic corresponding to the target area comprises the personalized service corresponding to the target area;
if the network device determines that the target area does not have personalized service, the network device invokes public service processing logic, wherein 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.
2. The web page development and maintenance method of claim 1, wherein the target business processing logic corresponding to the target area includes a resource information name, and the value corresponding to the resource information name is determined based on an internationalized I18N framework.
3. The web page development and maintenance method according to claim 1 or 2, wherein,
the target business processing logic corresponding to the target area is used for loading an extended page, the public business processing logic is used for loading a public page, and the extended page inherits the public page.
4. The network page development and maintenance method according to claim 3, wherein the extended page corresponding to the target area is obtained based on common page rearrangement corresponding to the common service processing logic.
5. 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 personalized service exists in a target area where a user is located, and the personalized service is determined according to the requirement of the target area;
the processing unit is used for calling target service processing logic corresponding to the target area if the personalized service exists in the target area through the determining unit, wherein the target service processing logic corresponding to the target area comprises the personalized service corresponding to the target area;
and the processing unit is further configured to invoke a common service processing logic if it is determined by the determining unit that the target area does not have the personalized service, 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.
6. The network device of claim 5, wherein the target traffic processing logic for the target area comprises a resource information name, the value for the resource information name being determined based on an internationalized I18N framework.
7. The network device of claim 5 or 6, wherein,
the target business processing logic corresponding to the target area is used for loading an extended page, the public business processing logic is used for loading a public page, and the extended page inherits the public page.
8. The network device of claim 7, wherein the expanded pages corresponding to the target region are rearranged based on the common pages corresponding to the common business 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 CN110599112A (en) 2019-12-20
CN110599112B true 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)

Families Citing this family (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
CN114025220B (en) * 2021-11-02 2023-12-05 贵阳朗玛视讯科技有限公司 Control system and method for multi-version IPTV

Citations (10)

* 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
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

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20120260233A1 (en) * 2011-04-07 2012-10-11 Infosys Technologies Limited Method and system for automating development and customization of business applications

Patent Citations (10)

* 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
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

Also Published As

Publication number Publication date
CN110599112A (en) 2019-12-20

Similar Documents

Publication Publication Date Title
US9928038B2 (en) Dynamically building locale objects or subsections of locale objects based on historical data
CN109325195B (en) Rendering method and system for browser, computer device and computer storage medium
CN113312037B (en) Data processing method, device, equipment and storage medium applied to micro-service
US11853820B2 (en) Cross-process communication method, apparatus, and device
US10747510B1 (en) Application runtime modification
CN113010827A (en) Page rendering method and device, electronic equipment and storage medium
CN110599112B (en) Network page development and maintenance method and device
US9141352B2 (en) Dynamically building locale objects at run-time
CN114048415A (en) Form generation method and device, electronic equipment and computer readable storage medium
CN113778393A (en) Component generation method, device, computer system and computer-readable storage medium
CN112235132A (en) Method, device, medium and server for dynamically configuring service
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
US20110029856A1 (en) Extensible Web Context in Web Containers
CN114489674A (en) Data verification method and device of dynamic data model
CN113656041A (en) Data processing method, device, equipment and storage medium
CN113805877A (en) Project engineering construction method and device based on IDEA plug-in
CN114679491A (en) Micro front-end service application method and device, storage medium and electronic equipment
CN108804236B (en) AIDL file sharing method and system
CN111880775A (en) Multi-module layered architecture implementation method and device, electronic equipment and storage medium
CN111737964A (en) Form dynamic processing method, equipment and 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
US11726776B2 (en) Super-app extension discovery and configuration via source code management platform comments

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

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.

TA01 Transfer of patent application right
GR01 Patent grant
GR01 Patent grant