CN113918203A - Applet management method and system - Google Patents
Applet management method and system Download PDFInfo
- Publication number
- CN113918203A CN113918203A CN202110970873.5A CN202110970873A CN113918203A CN 113918203 A CN113918203 A CN 113918203A CN 202110970873 A CN202110970873 A CN 202110970873A CN 113918203 A CN113918203 A CN 113918203A
- Authority
- CN
- China
- Prior art keywords
- applet
- small program
- small
- time
- module
- 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.)
- Pending
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F8/00—Arrangements for software engineering
- G06F8/70—Software maintenance or management
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/20—Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
- G06F16/25—Integrating or interfacing systems involving database management systems
- G06F16/252—Integrating or interfacing systems involving database management systems between a Database Management System and a front-end application
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/20—Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
- G06F16/28—Databases characterised by their database models, e.g. relational or object models
- G06F16/284—Relational databases
- G06F16/285—Clustering or classification
Landscapes
- Engineering & Computer Science (AREA)
- Databases & Information Systems (AREA)
- Theoretical Computer Science (AREA)
- General Engineering & Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Data Mining & Analysis (AREA)
- Software Systems (AREA)
- Stored Programmes (AREA)
Abstract
The invention provides a small program management method and a small program management system, and relates to the technical field of small program management. Which comprises the following steps: acquiring function description of the applet and associated data of first use time; uploading the function description and the associated data of each small program to a preset database; classifying the applets according to the functional description of the database; storing the applets of different categories to different categories of functional partitions in a database; cleaning up unused small programs with more than long time; the system also comprises an acquisition module, a storage module and a display module, wherein the acquisition module is used for acquiring the function description of the applet and the associated data of the first use time; the device comprises a storage module, a classification module, a normalization module and a cleaning module; the small programs to be used can be quickly searched according to a plurality of categories, and after classification and cleaning are carried out, the number of the small programs in a single classification area is effectively controlled, so that the target small program can be quickly found when the small programs are searched, and the efficiency and the practicability of the small program use are improved.
Description
Technical Field
The invention relates to the technical field of applet management, in particular to an applet management method and system.
Background
With the saturation of the APP market, most users have developed a use habit, and new APPs are difficult to develop and survive in the market. In addition, the high cost and non-competitive fact of APP development and promotion has led to the emergence of small programs; an applet is an application that can be used without downloading and installation, and its idea is that the application is "reachable" and "walk after use"; the method has the advantages that the user does not need to care about the problem of too many application installation, and frequent application switching is avoided.
When the existing small programs are used, the small programs of various different types are mixed together, when the small programs are required to be used, a user needs to select the small programs from the small programs, when the number of the small programs in a program library is large, the selection has certain trouble, the small programs required to be used are not easy to find, the arrangement of the small programs is too disordered, the finding and the use of the related small programs are influenced, and the popularization of the small programs is not facilitated.
In view of the above problems, how to design a method and a system for managing an applet is a urgent need to solve at present.
Disclosure of Invention
The present invention is directed to a method and system for managing an applet, so as to solve the problems in the background art.
The embodiment of the invention is realized by the following steps:
in a first aspect, an embodiment of the present application provides an applet management method, which includes the following steps:
acquiring function description of the applet and associated data of first use time;
uploading the function description and the associated data of each small program to a preset database;
classifying each applet according to the functional description of the database;
respectively storing the applets of different types into different types of functional partitions in a database;
and cleaning up unused small programs exceeding a preset time period regularly.
In some embodiments of the present invention, the above further includes: the clicks per applet are sorted in different functional partitions.
In some embodiments of the present invention, the above sorting by click volume of each applet comprises the following steps:
acquiring the number of clicks of each applet and time data of each click;
the small programs are arranged in sequence from high to low through the number of clicks.
In some embodiments of the present invention, the classifying each applet according to the functional description of the database comprises the following steps:
extracting keywords and words in the function description of each small program;
analyzing keywords and words extracted from the function description;
and dividing the functional partition corresponding to each small program.
In some embodiments of the present invention, the above-mentioned periodical cleaning of the unused applet beyond a preset time period comprises the following steps:
counting the investment time of the small program through the system time and the associated data;
if the click rate of the small program is one within the input time, comparing the input time with the preset time length;
if the click rate of the small program is greater than one within the input time, comparing the time data of the small program clicked at the last time with the preset time length;
and when the input time or the time data is greater than or equal to the preset time length, removing the corresponding small program from the attributive functional partition, and transmitting the small program to another functional partition.
In a second aspect, an embodiment of the present application provides an applet management system, which includes:
the acquisition module is used for acquiring the function description of the applet and the associated data of the first use time;
the storage module is used for storing the function description and the associated data of each small program;
the classification module is used for classifying each small program according to the functional description of the storage module;
the regulating module is used for sequencing a plurality of applets in the same functional partition;
and the cleaning module is used for periodically cleaning the unused small programs with the time length exceeding the preset time length.
In some embodiments of the present invention, the above-mentioned warping module comprises:
the feedback submodule is used for acquiring and recording the click times of each small program and the time data of each click;
and the sequencing execution submodule is used for sequencing the small programs in the functional partition according to the total clicking number of each small program recorded by the feedback submodule.
In some embodiments of the invention, the classification module comprises:
the extraction submodule is used for extracting keywords and words in the function description of each small program;
the analysis submodule is used for analyzing the category of the small program according to the extracted keywords and words;
and the division submodule is used for regulating the applets of the same category to the same functional partition.
In a third aspect, an embodiment of the present application provides an electronic device, which includes: at least one processing unit; and at least one memory, bus connected with the processing unit;
wherein, the processing unit and the memory complete the communication with each other through the bus;
the processing unit is used for calling the program instructions in the memory so as to execute any method of the management method.
In a fourth aspect, embodiments of the present application provide a non-transitory computer-readable storage medium storing computer instructions that cause a computer to perform any one of the above management methods.
Compared with the prior art, the embodiment of the invention has at least the following advantages or beneficial effects: through the matching use of the steps of the method and the system, namely, the small programs are normalized and classified, the small programs of the same category are stored together, and the small programs which are not used for a long time are cleaned, so that the small programs which need to be used can be quickly searched according to the categories when the small programs are used next time, and the number of the small programs in a single classification area is effectively controlled after the small programs are classified and cleaned, so that the small programs can be quickly found when being searched, and the efficiency and the practicability of the small programs are improved.
Drawings
In order to more clearly illustrate the technical solutions of the embodiments of the present invention, the drawings needed to be used in the embodiments will be briefly described below, it should be understood that the following drawings only illustrate some embodiments of the present invention and therefore should not be considered as limiting the scope, and for those skilled in the art, other related drawings can be obtained according to the drawings without inventive efforts.
FIG. 1 is a flow chart of a method in an embodiment of the invention;
fig. 2 is a connection block diagram in the embodiment of the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the embodiments of the present application clearer, the technical solutions in the embodiments of the present application will be clearly and completely described below with reference to the drawings in the embodiments of the present application, and it is obvious that the described embodiments are some embodiments of the present application, but not all embodiments. The components of the embodiments of the present application, generally described and illustrated in the figures herein, can be arranged and designed in a wide variety of different configurations.
Thus, the following detailed description of the embodiments of the present application, presented in the accompanying drawings, is not intended to limit the scope of the claimed application, but is merely representative of selected embodiments of the application. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present application.
It should be noted that: like reference numbers and letters refer to like items in the following figures, and thus, once an item is defined in one figure, it need not be further defined and explained in subsequent figures.
It is noted that, herein, relational terms such as first and second, and the like may be used solely to distinguish one entity or action from another entity or action without necessarily requiring or implying any actual such relationship or order between such entities or actions. Also, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising an …" does not exclude the presence of other identical elements in a process, method, article, or apparatus that comprises the element.
In the description of the present application, it should be noted that the terms "upper", "lower", "inner", "outer", and the like indicate orientations or positional relationships based on orientations or positional relationships shown in the drawings or orientations or positional relationships conventionally found in use of products of the application, and are used only for convenience in describing the present application and for simplification of description, but do not indicate or imply that the referred devices or elements must have a specific orientation, be constructed in a specific orientation, and be operated, and thus should not be construed as limiting the present application.
In the description of the present application, it is also to be noted that, unless otherwise explicitly specified or limited, the terms "disposed" and "connected" are to be interpreted broadly, e.g., as being either fixedly connected, detachably connected, or integrally connected; can be mechanically or electrically connected; they may be connected directly or indirectly through intervening media, or they may be interconnected between two elements. The specific meaning of the above terms in the present application can be understood in a specific case by those of ordinary skill in the art.
Some embodiments of the present application will be described in detail below with reference to the accompanying drawings. The embodiments described below and the individual features of the embodiments can be combined with one another without conflict.
Example 1
Referring to fig. 1-2, fig. 1 is a flow chart of a method according to an embodiment of the present invention; fig. 2 is a connection block diagram in the embodiment of the present invention.
In a first aspect, an embodiment of the present application provides an applet management method, which includes the following steps:
s1, acquiring function description of the applet and associated data of the first use time; i.e. after the applet has been put into use and when the user first uses the applet, i.e. from the introduction of the applet, a functional description of the applet is obtained and the time of first use is recorded.
S2, uploading the function description and the associated data of each small program to a preset database; the purpose of this step is to store the function description of each applet with associated data, and the preset database is a data storage center provided in the system.
S3, classifying each small program according to the function description of the database; that is, each applet is classified according to its functional description, and its categories include life category, game category, service category, and so on.
S4, storing the applets of different categories into different categories of functional partitions in the database respectively; namely, after each applet is classified, the applets of each category are respectively stored in each dedicated functional partition, that is, the applets of the same type are stored in the same functional partition similar to a folder, so that the searching and the use are convenient.
And S5, periodically cleaning the unused small programs exceeding the preset time. According to the information of the associated data, namely the initial invested time of each applet, and the time of each use can be recorded, so that the time length of each applet which is not used can be calculated, namely how long the applet is not used; and according to the length, after a certain period of time, the small programs which are not used for a long time are cleaned, so that the purpose is achieved, and the problem that the small programs are inconvenient to find when needing to be used due to the fact that excessive small programs are stored together after the small programs are used for a period of time is avoided.
The small programs of the same category are stored together and the small programs which are not used for a long time are cleaned, so that the small programs which need to be used can be quickly searched according to the categories when the small programs are used next time, and the number of the small programs in a single classification area is effectively controlled after the small programs are classified and cleaned, so that the small programs can be quickly found when the small programs are searched, and the efficiency and the practicability of the small programs are improved.
In some embodiments of the present invention, the above further includes: the clicks per applet are sorted in different functional partitions. Namely, in the functional partition of a single small program category, the training sequence is carried out according to the click rate of each small program, and the preferred embodiment is that the click rate is arranged from large to small, so that the user can quickly find the small programs which are frequently used.
In some embodiments of the present invention, the above sorting by click volume of each applet comprises the following steps:
acquiring the number of clicks of each applet and time data of each click; i.e. each click on the applet, so that the time of each click on the applet and the accumulated value of the applet clicks are recorded.
The small programs are arranged in sequence from high to low through the number of clicks. The ranking is performed by the accumulated value in the above steps, that is, the total click amount of the single applet, and the ranking is performed sequentially from high to low.
In some embodiments of the present invention, the classifying each applet according to the functional description of the database comprises the following steps:
extracting keywords and words in the function description of each small program; that is, when classifying a plurality of applets, keywords or keywords in the function description of each applet are first extracted.
Analyzing keywords and words extracted from the function description; that is, the keywords or keywords extracted in the previous step are analyzed to obtain the category of each applet, such as game, life, shopping, etc.
And dividing the functional partition corresponding to each small program. And after the functional description of the small programs is analyzed, an analysis result is obtained, so that the category of each small program is divided according to the analysis result.
In some embodiments of the present invention, the above-mentioned periodical cleaning of the unused applet beyond a preset time period comprises the following steps:
counting the investment time of the small program through the system time and the associated data; that is, the used time, that is, the invested time of the applet is obtained by calculating the current time of the system and the used time of the applet, that is, the associated data.
If the click rate of the small program is one within the input time, comparing the input time with the preset time length; that is, in the time that has been used, if the applet has not been used, the click amount of the applet is 1 in the invested time, the first click to use is removed, that is, 0, so that the invested time is compared with the preset time, that is, the time set by the user or the system, and the applet that is not used is about to be cleaned in the time that exceeds the preset time, that is, if the invested time is longer than the preset time, the operation of cleaning the applet is performed.
If the click rate of the small program is greater than one within the input time, comparing the time data of the small program clicked at the last time with the preset time length; in this step, that is, in the invested time, if the applet is used, the time of the last use of the applet, that is, the time data, is calculated by the time data and the time of the system, so as to calculate the invested time, and then the invested time is compared with the preset time.
And when the input time or the time data is greater than or equal to the preset time length, removing the corresponding small program from the attributive functional partition, and transmitting the small program to another functional partition. The step is that when the small program is not used for more than the preset time, the small program is removed from the original functional partition and stored in another functional area, and the functional area is specially used for storing the removed small program, so that the user can conveniently retrieve the small program from the functional area.
Example 2
In a second aspect, as shown in fig. 2, an embodiment of the present application provides an applet management system, which includes:
the acquisition module is used for acquiring the function description of the applet and the associated data of the first use time;
the storage module is used for storing the function description and the associated data of each small program;
the classification module is used for classifying each small program according to the functional description of the storage module;
the regulating module is used for sequencing a plurality of applets in the same functional partition;
and the cleaning module is used for periodically cleaning the unused small programs with the time length exceeding the preset time length.
In some embodiments of the present invention, the above-mentioned warping module comprises:
the feedback submodule is used for acquiring and recording the click times of each small program and the time data of each click;
and the sequencing execution submodule is used for sequencing the small programs in the functional partition according to the total clicking number of each small program recorded by the feedback submodule.
In some embodiments of the invention, the classification module comprises:
the extraction submodule is used for extracting keywords and words in the function description of each small program;
the analysis submodule is used for analyzing the category of the small program according to the extracted keywords and words; and the division submodule is used for regulating the applets of the same category to the same functional partition.
Example 3
In a third aspect, an embodiment of the present application provides an electronic device, which includes: at least one processing unit; and at least one memory, bus connected with the processing unit;
wherein, the processing unit and the memory complete the communication with each other through the bus;
the processing unit is used for calling the program instructions in the memory so as to execute any method of the management method.
Example 4
In a fourth aspect, embodiments of the present application provide a non-transitory computer-readable storage medium storing computer instructions that cause a computer to perform any one of the above management methods.
The working principle of the small program management method and the system is as follows: by the method, the steps and the system are matched, namely, the small programs of the same category are arranged and classified, the small programs of the same category are stored together, and the small programs which are not used for a long time are cleaned, so that the small programs which need to be used can be quickly searched according to the categories when the small programs are used next time, and the number of the small programs in a single classification area is effectively controlled after the small programs are classified and cleaned.
The Memory module is also a Memory, and the Memory may be, but not limited to, a Random Access Memory (RAM), a Read Only Memory (ROM), a Programmable Read-Only Memory (PROM), an Erasable Read-Only Memory (EPROM), an electrically Erasable Read-Only Memory (EEPROM), and the like.
Of course, the system also includes a processor, which may be an integrated circuit chip having signal processing capabilities. The Processor may be a general-purpose Processor including a Central Processing Unit (CPU), a Network Processor (NP), etc.; but also Digital Signal Processors (DSPs), Application Specific Integrated Circuits (ASICs), Field Programmable Gate Arrays (FPGAs) or other Programmable logic devices, discrete Gate or transistor logic devices, discrete hardware components.
It will be appreciated that the configuration shown in fig. 1 is merely illustrative and may include more or fewer components than shown in fig. 1 or have a different configuration than shown in fig. 1. The components shown in fig. 1 may be implemented in hardware, software, or a combination thereof.
In the embodiments provided in the present application, it should be understood that the disclosed apparatus and method may be implemented in other ways. The apparatus embodiments described above are merely illustrative, and for example, the flowchart and block diagrams in the figures illustrate the architecture, functionality, and operation of possible implementations of apparatus, methods and computer program products according to various embodiments of the present application. In this regard, each block in the flowchart or block diagrams may represent a module, segment, or portion of code, which comprises one or more executable instructions for implementing the specified logical function(s). It should also be noted that, in some alternative implementations, the functions noted in the block may occur out of the order noted in the figures. For example, two blocks shown in succession may, in fact, be executed substantially concurrently, or the blocks may sometimes be executed in the reverse order, depending upon the functionality involved. It will also be noted that each block of the block diagrams and/or flowchart illustration, and combinations of blocks in the block diagrams and/or flowchart illustration, can be implemented by special purpose hardware-based systems which perform the specified functions or acts, or combinations of special purpose hardware and computer instructions.
In addition, functional modules in the embodiments of the present application may be integrated together to form an independent part, or each module may exist separately, or two or more modules may be integrated to form an independent part.
The functions, if implemented in the form of software functional modules and sold or used as a stand-alone product, may be stored in a computer readable storage medium. Based on such understanding, the technical solution of the present application or portions thereof that substantially contribute to the prior art may be embodied in the form of a software product stored in a storage medium and including instructions for causing a computer device (which may be a personal computer, a server, or a network device) to execute all or part of the steps of the method according to the embodiments of the present application. And the aforementioned storage medium includes: a U-disk, a removable hard disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a magnetic disk or an optical disk, and other various media capable of storing program codes.
It will be evident to those skilled in the art that the present application is not limited to the details of the foregoing illustrative embodiments, and that the present application may be embodied in other specific forms without departing from the spirit or essential attributes thereof. The present embodiments are therefore to be considered in all respects as illustrative and not restrictive, the scope of the application being indicated by the appended claims rather than by the foregoing description, and all changes which come within the meaning and range of equivalency of the claims are therefore intended to be embraced therein. Any reference sign in a claim should not be construed as limiting the claim concerned.
Claims (10)
1. An applet management method comprising the steps of:
acquiring function description of the applet and associated data of first use time;
uploading the function description and the associated data of each small program to a preset database;
classifying each applet according to the functional description of the database;
respectively storing the applets of different types into different types of functional partitions in a database;
and cleaning up unused small programs exceeding a preset time period regularly.
2. The applet management method according to claim 1, further comprising: the clicks per applet are sorted in different functional partitions.
3. The applet management method according to claim 2, wherein the ranking by click through number per applet comprises the steps of:
acquiring the number of clicks of each applet and time data of each click;
the small programs are arranged in sequence from high to low through the number of clicks.
4. The applet management method according to claim 1, characterized in that the classification of each applet according to the functional description of the database comprises the following steps:
extracting keywords and words in the function description of each small program;
analyzing keywords and words extracted from the function description;
and dividing the functional partition corresponding to each small program.
5. The applet management method according to claim 3, characterized in that the periodical cleaning of the unused applets for more than a preset time period comprises the following steps:
counting the investment time of the small program through the system time and the associated data;
if the click rate of the small program is one within the input time, comparing the input time with the preset time length;
if the click rate of the small program is greater than one within the input time, comparing the time data of the small program clicked at the last time with the preset time length;
and when the input time or the time data is greater than or equal to the preset time length, removing the corresponding small program from the attributive functional partition, and transmitting the small program to another functional partition.
6. An applet management system, comprising:
the acquisition module is used for acquiring the function description of the applet and the associated data of the first use time;
the storage module is used for storing the function description and the associated data of each small program;
the classification module is used for classifying each small program according to the functional description of the storage module;
the regulating module is used for sequencing a plurality of applets in the same functional partition;
and the cleaning module is used for periodically cleaning the unused small programs with the time length exceeding the preset time length.
7. The applet management system according to claim 6, wherein the warping module comprises:
the feedback submodule is used for acquiring and recording the click times of each small program and the time data of each click;
and the sequencing execution submodule is used for sequencing the small programs in the functional partition according to the total clicking number of each small program recorded by the feedback submodule.
8. The applet management system according to claim 7, wherein the classification module comprises:
the extraction submodule is used for extracting keywords and words in the function description of each small program;
the analysis submodule is used for analyzing the category of the small program according to the extracted keywords and words;
and the division submodule is used for regulating the applets of the same category to the same functional partition.
9. An electronic device, comprising: at least one processing unit; and at least one memory, bus connected with the processing unit;
the processing unit and the memory complete mutual communication through the bus;
the processing unit is configured to call program instructions in the memory to perform the method of any of claims 1-5.
10. A non-transitory computer-readable storage medium storing computer instructions that cause a computer to perform the method of any one of claims 1-5.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202110970873.5A CN113918203A (en) | 2021-08-23 | 2021-08-23 | Applet management method and system |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202110970873.5A CN113918203A (en) | 2021-08-23 | 2021-08-23 | Applet management method and system |
Publications (1)
Publication Number | Publication Date |
---|---|
CN113918203A true CN113918203A (en) | 2022-01-11 |
Family
ID=79233181
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN202110970873.5A Pending CN113918203A (en) | 2021-08-23 | 2021-08-23 | Applet management method and system |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN113918203A (en) |
-
2021
- 2021-08-23 CN CN202110970873.5A patent/CN113918203A/en active Pending
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN110532451B (en) | Method and device for searching policy text, storage medium and electronic device | |
CN104298679B (en) | Applied business recommended method and device | |
CN107484134B (en) | Resident position analysis method and device | |
CN112750011A (en) | Commodity recommendation method and device and electronic equipment | |
CN106649334B (en) | Processing method and device of associated word set | |
CN109697231A (en) | A kind of display methods, system, storage medium and the processor of case document | |
CN110347788A (en) | Service inquiry method, apparatus and storage medium, computer equipment | |
CN114780606B (en) | Big data mining method and system | |
CN113064930A (en) | Cold and hot data identification method and device of data warehouse and electronic equipment | |
CN112948460A (en) | Method and device for screening network flow data and computer readable storage medium | |
CN109145109B (en) | User group message propagation abnormity analysis method and device based on social network | |
CN106708880B (en) | Topic associated word acquisition method and device | |
CN113609389A (en) | Community platform information pushing method and system | |
KR102585283B1 (en) | User interesting topic forming method automatically through social big-data analysis | |
CN109462635B (en) | Information pushing method, computer readable storage medium and server | |
CN113918203A (en) | Applet management method and system | |
CN108170693B (en) | Hot word pushing method and device | |
CN110737691B (en) | Method and apparatus for processing access behavior data | |
CN110781211B (en) | Data analysis method and device | |
CN116228374A (en) | Logistics industry market single data early warning method, device, equipment and storage medium | |
CN108170664B (en) | Key word expansion method and device based on key words | |
CN113282807B (en) | Keyword expansion method, device, equipment and medium based on bipartite graph | |
CN111414074A (en) | Screen browsing data processing method, device, medium and electronic equipment | |
CN111428037B (en) | Method for analyzing matching performance of behavior policy | |
CN111382342B (en) | Method, device and equipment for acquiring hot search words and 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 |