CN106230889B - resource management method and system for mobile application service components - Google Patents

resource management method and system for mobile application service components Download PDF

Info

Publication number
CN106230889B
CN106230889B CN201610560292.3A CN201610560292A CN106230889B CN 106230889 B CN106230889 B CN 106230889B CN 201610560292 A CN201610560292 A CN 201610560292A CN 106230889 B CN106230889 B CN 106230889B
Authority
CN
China
Prior art keywords
resource
service component
package
construction strategy
construction
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
CN201610560292.3A
Other languages
Chinese (zh)
Other versions
CN106230889A (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.)
Fujian Tianquan Educational Technology Ltd
Original Assignee
Fujian Tianquan Educational Technology 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 Fujian Tianquan Educational Technology Ltd filed Critical Fujian Tianquan Educational Technology Ltd
Priority to CN201610560292.3A priority Critical patent/CN106230889B/en
Publication of CN106230889A publication Critical patent/CN106230889A/en
Application granted granted Critical
Publication of CN106230889B publication Critical patent/CN106230889B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • 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/10Protocols in which an application is distributed across nodes in the network
    • H04L67/104Peer-to-peer [P2P] networks
    • H04L67/1074Peer-to-peer [P2P] networks for supporting data block transmission mechanisms
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Stored Programmes (AREA)
  • Mobile Radio Communication Systems (AREA)

Abstract

The invention provides a method and a system for managing resources of a mobile application service assembly, wherein the method comprises the following steps: adding resource type configuration to a server, wherein the resource type configuration comprises preset different resource types and a combination of more than two preset resource types; acquiring more than two service components, and the ID, the resource packet and the construction strategy of each service component; associating the ID, the resource packet and the construction strategy corresponding to each service component; determining a corresponding relation between a resource package and a resource type or a combination in resource type configuration according to a resource type of a resource contained in the resource package; and uploading the resource package, the ID associated with the resource package and the construction strategy to a corresponding position of the resource type configuration in the server according to the corresponding relation. Configuring a corresponding position by uploading the associated ID, the construction strategy and the resource package to a resource type in the server; and classified collection and dynamic management of service component resources are realized.

Description

Resource management method and system for mobile application service components
Technical Field
the invention relates to the technical field of computers, in particular to a resource management method and system for a mobile application service component.
Background
with the progress of society, the development of intelligent equipment is overwhelming, the popularization rate is higher and higher, and the high-end is higher and higher, and the wide application in scenes such as recreation, amusement, mobile office. The application software of the mobile equipment with strong functions is produced, so that the mobile equipment is more convenient and quicker to use, and unprecedented opportunities are brought to application software developers of the mobile equipment. The application software of the mobile equipment is modularized, and the rapid assembly, configuration and version iteration of the application software of the mobile equipment can adapt to wide services, individual requirements and respond to market changes most quickly. Therefore, there is a need to provide a technical solution that can implement convenient client configuration and diversified service component resource management.
disclosure of Invention
The technical problem to be solved by the invention is as follows: the method and the system for managing the resources of the mobile application service components can manage the resources of the service components.
in order to solve the technical problems, the invention adopts the technical scheme that:
a method for managing resources of a mobile application service component comprises the following steps:
Adding resource type configuration to a server, wherein the resource type configuration comprises preset different resource types and a combination of more than two preset resource types;
acquiring more than two service components, and the ID, the resource packet and the construction strategy of each service component;
associating the ID, the resource packet and the construction strategy corresponding to each service component;
determining a corresponding relation between a resource package and a resource type or a combination in resource type configuration according to a resource type of a resource contained in the resource package;
and uploading the resource package, the ID associated with the resource package and the construction strategy to a corresponding position of the resource type configuration in the server according to the corresponding relation.
the invention provides another technical scheme as follows:
A mobile application service component resource management system, comprising:
The system comprises a setting module, a resource configuration module and a resource configuration module, wherein the setting module is used for adding resource types to a server, and the resource type configuration comprises preset different resource types and a combination of more than two preset resource types;
the acquisition module is used for acquiring more than two service components, and the ID, the resource package and the construction strategy of each service component;
the association module is used for associating the ID, the resource packet and the construction strategy corresponding to each service component;
a corresponding module, configured to determine, according to a resource type of a resource included in a resource bundle, a corresponding relationship between the resource bundle and a resource type or a combination in a resource type configuration;
and the uploading module is used for uploading the resource package, the ID associated with the resource package and the construction strategy to a corresponding position of the resource type configuration in the server according to the corresponding relation.
the invention has the beneficial effects that: setting the resource types to be collected by adding resource type configuration which comprises different preset resource types and combination of more than two resource types; after the IDs, the resource packages and the construction strategies of the service components are obtained, for each service component, the resource types of the resources contained in the resource packages of the service components correspond to the resource types or the combinations in the resource type configuration, and the resource packages, the associated IDs and the construction strategies can be uploaded to the corresponding positions of the resource type configuration in the server; the resources of the service components are classified and uploaded according to the resource types, and are managed in a centralized manner, so that the user can call the resources conveniently.
Drawings
FIG. 1 is a flowchart of a resource management method for a mobile application service component according to an embodiment of the present invention;
FIG. 2 is a schematic structural diagram of a mobile application service component resource management system according to an embodiment of the present invention;
Fig. 3 is a flowchart of a method for managing resources of a mobile application service component according to a first embodiment of the present invention;
fig. 4 is a schematic structural diagram of a mobile application service component resource management system according to a second embodiment of the present invention.
description of reference numerals:
1. setting a module; 2. an acquisition module; 3. a correlation module; 4. a corresponding module; 5. an uploading module; 6. an ID determination module; 7. a first acquisition module; 8. and generating a module.
Detailed Description
in order to explain technical contents, achieved objects, and effects of the present invention in detail, the following description is made with reference to the accompanying drawings in combination with the embodiments.
The most key concept of the invention is as follows: adding resource type configuration to a server, wherein the resource type configuration comprises preset different resource types and a combination of more than two resource types; and acquiring a resource package of the service assembly, and uploading the resource package of the service assembly to a position corresponding to the resource type configuration.
the technical terms related to the invention are explained as follows:
Referring to fig. 1, the present invention provides:
A method for managing resources of a mobile application service component comprises the following steps:
adding resource type configuration to a server, wherein the resource type configuration comprises preset different resource types and a combination of more than two preset resource types;
acquiring more than two service components, and the ID, the resource packet and the construction strategy of each service component;
associating the ID, the resource packet and the construction strategy corresponding to each service component;
determining a corresponding relation between a resource package and a resource type or a combination in resource type configuration according to a resource type of a resource contained in the resource package;
And uploading the resource package, the ID associated with the resource package and the construction strategy to a corresponding position of the resource type configuration in the server according to the corresponding relation.
From the above description, the method for managing resources of a mobile application service component of the present invention has the following beneficial effects: determining the resource type of a resource packet of a service component needing to be collected by adding resource type configuration; thereby enabling the resource package of the business component to correspond to a resource type or combination in the resource types; the associated ID, the construction strategy and the resource package can be uploaded to a corresponding position of resource type configuration in the server; and classified collection and dynamic management of resources of the business components are realized. The user can select the needed resource package from the server, and can also upload the resource package of the service assembly to the server.
further, the uploading the resource package, the ID and the construction policy associated with the resource package to a corresponding location of a resource type configuration in a server according to the correspondence, and then further includes:
determining the ID of the service component required by the application program to be manufactured, which is configured in the server corresponding to the resource type;
acquiring a corresponding resource packet and a construction strategy according to the ID of the required service component;
And generating the application program according to the resource package and the construction strategy.
As can be seen from the above description, when an application is created, first, an ID of resource type configuration corresponding to a service component required by the application in a server is obtained, for example, the ID of the service component required by the application M is C; and acquiring the resource package and the construction strategy corresponding to the C, and performing actions such as decompression, file initialization and the like on the resource package according to the construction strategy to generate the application program M.
further, the ID is composed of a service component namespace and a service component name.
as can be seen from the above description, for a business component, the business component name space and the business component name can be used as the unique identifier of the business component; other unique identification codes may be used as the ID.
Further, the resource type configuration includes a resource type and a construction policy.
As can be seen from the above description, the ID, the resource type and the construction policy are basic resource information of a service component, and may also include other configurations; specifically, it may be added as required.
further, the resource package comprises a resource package version and a resource help document.
from the above description, the resource package version and the resource help document are the most basic information contained in the resource package.
Referring to fig. 2, another technical solution of the present invention is:
a mobile application service component resource management system, comprising:
The system comprises a setting module 1, a resource type configuration module and a resource management module, wherein the setting module is used for adding resource type configuration to a server, and the resource type configuration comprises preset different resource types and a combination of more than two preset resource types;
The acquisition module 2 is used for acquiring more than two service components, and the ID, the resource package and the construction strategy of each service component;
the association module 3 is used for associating the ID, the resource packet and the construction strategy corresponding to each service component;
A corresponding module 4, configured to determine, according to a resource type of a resource included in a resource bundle, a corresponding relationship between the resource bundle and a resource type or a combination in resource type configuration;
and the uploading module 5 is used for uploading the resource package, the ID associated with the resource package and the construction strategy to a corresponding position of the resource type configuration in the server according to the corresponding relation.
It can be known from the above description that, the resource type configuration is added through the setting module 1, the obtaining module 2 and the associating module 3 respectively obtain and associate a plurality of service component IDs, resource packages and construction strategies, and then the resource packages of the service components correspond to the resource types or combinations in the resource type configuration through the corresponding module 4, so that the uploading module can upload the IDs and the construction strategies associated with the resource packages to the corresponding positions of the resource type configuration in the server according to the corresponding relationship, thereby realizing the classified collection and dynamic management of the resources of the service components and facilitating the user to call.
further, the method also comprises the following steps:
an ID determining module 6, configured to determine an ID, configured in the server, of a service component required by the application to be manufactured, the ID corresponding to the resource type;
a first obtaining module 7, configured to obtain a corresponding resource package and a construction policy according to the ID of the required service component;
and the generating module 8 is used for generating the application program according to the resource package and the construction strategy.
As can be seen from the above description, after the ID determining module 6 determines the ID of the service component required by the application to be manufactured, configured in the server corresponding to the resource type, the first obtaining module 7 can obtain the corresponding resource package and the construction policy according to the ID, so that the generating module 8 can generate the application according to the obtained resource package and the construction policy. The method has the advantages that the user can freely call and quickly generate the application.
further, the ID is composed of a service component namespace and a service component name.
further, the resource type configuration includes a resource type and a construction policy.
Further, the resource package comprises a resource package version and a resource help document.
Referring to fig. 3, a first embodiment of the present invention is:
A method for managing resources of a mobile application service component comprises the following steps:
adding resource type configuration to a server, wherein the resource type configuration comprises an ID of a service component, preset different resource types, a combination of more than two preset resource types and a construction strategy; for example, the resource type configuration comprises business components, skin resources, language resources, skin resources and language resources, and construction strategies; alias names, descriptions and the like of the service components can be further included, wherein the descriptions can be application types and resource package download paths;
Acquiring more than two service components, and the ID, the resource packet and the construction strategy of each service component; the ID is composed of a service component name space and a service component name; the resource package comprises a resource package version and a resource help document;
Associating the ID, the resource packet and the construction strategy corresponding to each service component; specifically, the resource package and the construction strategy are bound with the ID;
determining a corresponding relation between a resource package and a resource type or a combination in resource type configuration according to a resource type of a resource contained in the resource package; for example, if the resource package of the service component a only contains skin resources, the resource package of the service component a corresponds to the skin resources in the resource type configuration; the resource package of the business component B comprises skin resources and language resources, and the resource package of the business component B corresponds to the combination of the skin resources and the language resources in the resource type configuration;
uploading the resource package, the ID associated with the resource package and the construction strategy to a corresponding position of resource type configuration in a server according to the corresponding relation; for example, the resource package bound with the ID of the service component a is uploaded to the location of the skin resource configured by the resource type in the server, and the construction policy of the service component a is uploaded to the location of the construction policy configured by the resource type in the server, respectively; if the resource type configuration also comprises the alias of the service component and the like, acquiring the alias of the service component and correspondingly uploading the alias to the alias position of the resource type configuration in the server;
determining the ID of the service component required by the application program to be manufactured, which is configured in the server corresponding to the resource type; the ID configured for the resource type is an ID associated with a process in which the required service component uploads a resource packet to the server before, for example, the required service component is a, that is, the ID of the service component a;
Acquiring a corresponding resource packet and a construction strategy according to the ID of the required service component;
Generating the application program according to the resource package and the construction strategy; specifically, after the resource package is decompressed and initialized according to the construction strategy, the application program is generated, and the resource help document in the resource package can be used for carrying out operations such as relevant setting and the like.
The technical solution of the present invention is illustrated below by a specific example:
Adding resource type configuration, including resource types (skin resource, language resource, skin resource and language resource) of the business components, and constructing a strategy;
acquiring and associating the ID of the service component A: A. resource package and construction strategy, ID of service component B: B. resource package and construction strategy, namely, the resource package and construction strategy of the service component A and ID: binding A, and combining the resource packet of the service component B and the construction strategy with ID: b, binding; if the resource package of the service component a only contains the skin resource a1, the corresponding relationship between the resource package of the service component a and the skin resource in the resource type configuration is obtained, and the ID: uploading the skin resource A1 and the construction strategy of A to a position, corresponding to the skin resource A1 and the construction strategy, of resource type configuration in the server; resources in the resource package of the business component B include a skin resource B1 and a language resource B2, and the resource package of the business component B corresponds to a combination of the skin resource and the language resource in the resource type configuration, and an ID: B. the skin resource B1 and the language resource B2, the combination of the skin resource and the language resource of the resource type configuration uploaded to the server by the construction strategy and the corresponding position of the construction strategy.
When an application program E is manufactured, the skin resource of the service component A is needed, the resource package and the construction strategy corresponding to the service component with the ID of A are obtained, and the application program E can be generated.
Referring to fig. 4, a second embodiment of the present invention is:
a system applied to the method for managing resources of a mobile application service component in the first embodiment includes:
the system comprises a setting module 1, a configuration module and a configuration module, wherein the setting module is used for adding resource type configuration to a server, and the resource type configuration comprises an ID, preset different resource types, a combination of more than two preset resource types and a construction strategy;
the acquisition module 2 is used for acquiring more than two service components, and the ID, the resource package and the construction strategy of each service component; the ID is composed of a service component name space and a service component name; the resource package comprises a resource package version and a resource help document;
The association module 3 is used for associating the ID, the resource packet and the construction strategy corresponding to each service component;
a corresponding module 4, configured to determine, according to a resource type of a resource included in a resource bundle, a corresponding relationship between the resource bundle and a resource type or a combination in resource type configuration;
the uploading module 5 is used for uploading the resource package, the ID associated with the resource package and the construction strategy to a corresponding position of resource type configuration in the server according to the corresponding relation;
an ID determining module 6, configured to determine an ID, configured in the server, of a service component required by the application to be manufactured, the ID corresponding to the resource type;
a first obtaining module 7, configured to obtain a corresponding resource package and a construction policy according to the ID of the required service component;
And the generating module 8 is used for generating the application program according to the resource package and the construction strategy.
In summary, according to the method and system for managing resources of a mobile application service component provided by the present invention, by adding a resource configuration type, a resource packet of the service component is uploaded to an upload position corresponding to the resource configuration type of a server, so as to implement classified collection and dynamic management of resources of the service component. When the application program is manufactured, the required resource package and the construction strategy are selected from the server, and the application program to be manufactured can be generated. The invention has the advantages of shortening the development period of the application program, improving the resource reusability of the service components, greatly reducing the workload of constructing the application software of the mobile equipment and saving the cost.
The above description is only an embodiment of the present invention, and not intended to limit the scope of the present invention, and all equivalent changes made by using the contents of the present specification and the drawings, or applied directly or indirectly to the related technical fields, are included in the scope of the present invention.

Claims (10)

1. A method for managing resources of a mobile application service component is characterized by comprising the following steps:
adding resource type configuration to a server, wherein the resource type configuration comprises preset different resource types and a combination of more than two preset resource types;
Acquiring more than two service components, and the ID, the resource packet and the construction strategy of each service component;
the construction strategy refers to construction action description required by the mobile application service component resource in application construction;
Associating the ID, the resource packet and the construction strategy corresponding to each service component;
determining a corresponding relation between a resource package and a resource type or a combination in resource type configuration according to a resource type of a resource contained in the resource package;
uploading the resource package, the ID associated with the resource package and the construction strategy to a corresponding position of resource type configuration in a server according to the corresponding relation;
the associating the ID, the resource packet and the construction strategy corresponding to each service component comprises:
And binding the resource packet and the construction strategy corresponding to the service component with the ID corresponding to the service component.
2. the method for managing resources of a mobile application service component according to claim 1, wherein the uploading the resource package, the ID and the construction policy associated with the resource package to a location corresponding to a resource type configuration in a server according to the correspondence relationship further comprises:
determining the ID of the service component required by the application program to be manufactured, which is configured in the server corresponding to the resource type;
acquiring a corresponding resource packet and a construction strategy according to the ID of the required service component in the server corresponding to the resource type configuration;
And generating the application program according to the resource package and the construction strategy.
3. the method of claim 1, wherein the ID is comprised of a business component namespace and a business component name.
4. The method of claim 1, wherein the resource type configuration further comprises an ID and a build policy of a business component.
5. the method of claim 1, wherein the resource package comprises a resource package version and a resource help document.
6. a mobile application service component resource management system, comprising:
the system comprises a setting module, a resource configuration module and a resource configuration module, wherein the setting module is used for adding resource types to a server, and the resource type configuration comprises preset different resource types and a combination of more than two preset resource types;
the acquisition module is used for acquiring more than two service components, and the ID, the resource package and the construction strategy of each service component;
the construction strategy refers to construction action description required by the mobile application service component resource in application construction;
the association module is used for associating the ID, the resource packet and the construction strategy corresponding to each service component;
A corresponding module, configured to determine, according to a resource type of a resource included in a resource bundle, a corresponding relationship between the resource bundle and a resource type or a combination in a resource type configuration;
the uploading module is used for uploading the resource package, the ID and the construction strategy associated with the resource package to a corresponding position of resource type configuration in the server according to the corresponding relation;
the associating the ID, the resource packet and the construction strategy corresponding to each service component comprises:
and binding the resource packet and the construction strategy corresponding to the service component with the ID corresponding to the service component.
7. the mobile application service component resource management system of claim 6, further comprising:
The ID determining module is used for determining the ID of the service component required by the application program to be manufactured, which is configured in the server corresponding to the resource type;
the first acquisition module is used for acquiring a corresponding resource packet and a construction strategy according to the ID configured in the server corresponding to the resource type of the required service component;
and the generating module is used for generating the application program according to the resource package and the construction strategy.
8. the mobile application service component resource management system of claim 6 wherein the ID is comprised of a service component namespace and a service component name.
9. The mobile application business component resource management system of claim 6, wherein the resource type configuration further comprises an ID and a build policy for a business component.
10. the mobile application business component resource management system of claim 6, wherein the resource package comprises a resource package version and a resource help document.
CN201610560292.3A 2016-07-15 2016-07-15 resource management method and system for mobile application service components Active CN106230889B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201610560292.3A CN106230889B (en) 2016-07-15 2016-07-15 resource management method and system for mobile application service components

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201610560292.3A CN106230889B (en) 2016-07-15 2016-07-15 resource management method and system for mobile application service components

Publications (2)

Publication Number Publication Date
CN106230889A CN106230889A (en) 2016-12-14
CN106230889B true CN106230889B (en) 2019-12-17

Family

ID=57520112

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201610560292.3A Active CN106230889B (en) 2016-07-15 2016-07-15 resource management method and system for mobile application service components

Country Status (1)

Country Link
CN (1) CN106230889B (en)

Families Citing this family (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106648696B (en) * 2016-12-30 2019-12-10 腾讯科技(深圳)有限公司 Resource management method and server
CN107135103B (en) * 2017-05-08 2021-03-19 网宿科技股份有限公司 Method and system for constructing content distribution network platform on heterogeneous resources
CN109508211A (en) * 2017-09-13 2019-03-22 阿里巴巴集团控股有限公司 A kind of multilingual configuration method, device, system and electronic equipment
CN107861733A (en) * 2017-09-30 2018-03-30 福建天泉教育科技有限公司 Light application component construction method and computer-readable recording medium
CN110704026A (en) * 2018-07-10 2020-01-17 武汉斗鱼网络科技有限公司 Calling method and device of software development kit, terminal and readable medium

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP1703379A1 (en) * 2005-03-14 2006-09-20 Research In Motion Limited System and method for applying development patterns for component based applications
US8813028B2 (en) * 2012-07-19 2014-08-19 Arshad Farooqi Mobile application creation system
CN102946415B (en) * 2012-10-18 2016-01-27 北京华胜鸣天科技有限公司 A kind of implementation method of mobile terminal this locality application and device
CN105511934B (en) * 2015-12-08 2018-11-13 贵阳朗玛信息技术股份有限公司 Method for processing resource in application development and device

Also Published As

Publication number Publication date
CN106230889A (en) 2016-12-14

Similar Documents

Publication Publication Date Title
CN106230889B (en) resource management method and system for mobile application service components
KR101898170B1 (en) Automated service profiling and orchestration
CN111027921B (en) Service processing method and device, electronic equipment and storage medium
CN108055248A (en) Remote invocation method, server and storage medium based on dubbo frames
US9626215B2 (en) Virtual machine provisioning engine
CN106331135B (en) A kind of part interface update method, system, client and server-side
Da Silva et al. Internet of things out of the box: using TOSCA for automating the deployment of IoT environments
JP5807677B2 (en) Information processing system, access right management method, information processing apparatus, control method thereof, and control program
CN103077024A (en) Device and method for supporting customization and running of software-as-a-service (SaaS) application processes
US20110258620A1 (en) Method and Apparatus for Making a BPM Application Available to Multiple Tenants
CN105389160A (en) Information issuing method and device
CN105049256A (en) Method and system for realizing universal custom interface message
CN102375894B (en) Method for managing different types of file systems
US10291466B2 (en) Computing infrastructure provisioning
CN101021786A (en) Method for calling universal structure
CN106936660B (en) Data acquisition method and device
Yan et al. A model-based proxy for unified IaaS management
US10887249B2 (en) Resource trees by management controller
Liebetraut et al. Emulation-as-a-service-the past in the cloud
US9537931B2 (en) Dynamic object oriented remote instantiation
CN102855280B (en) A kind of Heterogeneous Data Processing method and apparatus
WO2007019745A1 (en) A service providing method of distributed service system
CN105791342A (en) Configuration-based monitoring method, device and system
CN115941788A (en) Centralized Application Programming Interface (API) agent for providing services provided by multiple service platforms
Zhang 2-Tier Cloud Architecture with maximized RIA and SimpleDB via minimized REST

Legal Events

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