CN109324792B - Automatic route construction method based on programming language and electronic equipment - Google Patents

Automatic route construction method based on programming language and electronic equipment Download PDF

Info

Publication number
CN109324792B
CN109324792B CN201811172314.4A CN201811172314A CN109324792B CN 109324792 B CN109324792 B CN 109324792B CN 201811172314 A CN201811172314 A CN 201811172314A CN 109324792 B CN109324792 B CN 109324792B
Authority
CN
China
Prior art keywords
file
path
paths
files
programming language
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
CN201811172314.4A
Other languages
Chinese (zh)
Other versions
CN109324792A (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.)
Shenzhen Dianmao Technology Co Ltd
Original Assignee
Shenzhen Dianmao 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 Shenzhen Dianmao Technology Co Ltd filed Critical Shenzhen Dianmao Technology Co Ltd
Priority to CN201811172314.4A priority Critical patent/CN109324792B/en
Publication of CN109324792A publication Critical patent/CN109324792A/en
Application granted granted Critical
Publication of CN109324792B publication Critical patent/CN109324792B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/31Programming languages or programming paradigms
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/34Graphical or visual programming

Abstract

The invention discloses a programming language-based automatic route construction method and electronic equipment, wherein the method comprises the following steps: A. opening folder monitoring, and monitoring a designated folder; B. when a renaming event is monitored, acquiring all files in a designated folder, and mapping the file path of each file into an absolute path; C. traversing all files, filtering all files with extension names of vue, generating a file set Arr-Match, and converting file paths in the file set into relative paths; D. and reading the output file, judging whether the output file and the file set have routing information with the same name and different file paths, and if so, replacing the relative path with the absolute path. The invention monitors the change of the file, automatically detects the change and packs the file after the file is newly added or modified and packs the file every time when the path is changed, and replaces the path when the path is changed, thereby completing partial function iteration to a certain extent.

Description

Automatic route construction method based on programming language and electronic equipment
Technical Field
The invention relates to the technical field of computers, in particular to a programming language-based automatic route construction method and electronic equipment.
Background
Js is a progressive framework for building data-driven web interfaces. Js is aimed at implementing responsive data-binding and combined view components through as simple APIs as possible, which is not only easy to handle, but also facilitates integration with third party libraries or existing projects.
The existing Vue framework uses modular development, and the path of the route and the incoming path need to be re-modified every time a module is added or modified, and development time is wasted every time the path is compared.
Meanwhile, in the existing Vue packaging process, if the routing file changes, the main file will also change, and partial function iteration cannot be performed.
Accordingly, the prior art is yet to be improved and developed.
Disclosure of Invention
In view of the above disadvantages of the prior art, an object of the present invention is to provide a method for automating routing construction based on a programming language and an electronic device, which are used to solve the problems of low path comparison efficiency, partial functions that cannot be iterated, and the like in the prior art.
The technical scheme of the invention is as follows:
a method for automating route construction based on a programming language, comprising the steps of:
A. opening folder monitoring, and monitoring a designated folder;
B. when a renaming event is monitored, acquiring all files in a designated folder, and mapping the file path of each file into an absolute path;
C. traversing all files, filtering all files with extension names of vue, generating a file set Arr-Match, and converting file paths in the file set into relative paths;
D. and reading the output file, judging whether the output file and the file set have routing information with the same name and different file paths, and if so, replacing the relative path with the absolute path.
The automatic route construction method based on the programming language, wherein the step D specifically includes:
d1, reading the output file, and converting the format of the file content of the output file;
d2, converting the routing character string information in the file content into an array Arr-Route;
d3, traversing the file set Arr-Match and the array Arr-Route, and judging whether the routing information with the same name and different file paths exists.
The automated routing building method based on programming language, wherein the step D3 is followed by:
d4, if the routing information with the same name and different file paths exists, acquiring the relative path of the corresponding file in the file set Arr-Match, and replacing the file path of the corresponding file in the appointed folder with the relative path.
The automatic routing construction method based on the programming language, wherein the step D is followed by the steps of:
and writing an import function into the head of the corresponding file in the file set Arr-Match, and reintroducing the component.
The automatic route construction method based on the programming language is characterized in that in the step A, fs.watch in the Node is called to monitor the specified folder.
The automated routing building method based on programming language, wherein in the step D1, the file content of the output file is converted from Blob format to uft-8 format.
The automatic route construction method based on the programming language further comprises the following steps before the step A:
presetting a designated folder to be monitored.
An electronic device, comprising:
a processor adapted to implement the instructions, an
A storage device adapted to store a plurality of instructions, the instructions adapted to be loaded and executed by a processor to:
opening folder monitoring, and monitoring a designated folder;
when a renaming event is monitored, acquiring all files in a designated folder, and mapping the file path of each file into an absolute path;
traversing all files, filtering all files with extension names of vue, generating a file set Arr-Match, and converting file paths in the file set into relative paths;
and reading the output file, judging whether the output file and the file set have routing information with the same name and different file paths, and if so, replacing the relative path with the absolute path.
A non-transitory computer-readable storage medium storing computer-executable instructions that, when executed by one or more processors, cause the one or more processors to perform the programming language based route building automation method.
A computer program product, wherein the computer program product comprises a computer program stored on a non-transitory computer readable storage medium, the computer program comprising program instructions that, when executed by a processor, cause the processor to perform the programming language based route building automation method.
Has the advantages that: the invention monitors the change of the file, automatically detects the change and packs the file after the file is newly added or modified and packs the file every time when the path is changed, and replaces the path when the path is changed, thereby completing partial function iteration to a certain extent.
Drawings
FIG. 1 is a flow chart of a preferred embodiment of a method for automating routing build based on programming language according to the present invention.
Fig. 2 is a block diagram of an electronic device according to a preferred embodiment of the invention.
Detailed Description
The invention provides a programming language-based automatic route construction method and electronic equipment, and the invention is further described in detail below in order to make the purpose, technical scheme and effect of the invention clearer and clearer. It should be understood that the specific embodiments described herein are merely illustrative of the invention and are not intended to limit the invention.
Referring to fig. 1, fig. 1 is a flow chart of a preferred embodiment of a programming language based routing building automation method of the present invention, which includes the steps of:
s1, opening folder monitoring and monitoring a designated folder;
s2, when a renaming event is monitored, all files in the designated folder are obtained, and the file path of each file is mapped into an absolute path;
s3, traversing all files, filtering all files with extension names of vue, generating a file set Arr-Match, and converting file paths in the file set into relative paths;
and S4, reading the output file, judging whether the output file and the file set have the routing information with the same name and different file paths, and if so, replacing the absolute path with the relative path.
The invention monitors the change of the file, automatically detects the change and packs the file after the file is newly added or modified and packs the file every time when the path is changed, and replaces the path when the path is changed, thereby completing partial function iteration to a certain extent.
In step S1, folder listening is started, and a specified folder is listened.
And in particular, fs.watch in the Node can be called to monitor the specified folder. Of course, a designated folder needs to be set before this step.
Watch this method is implemented by listening to various "events" (messages issued by the kernel) provided by the operating system.
The watch method is realized as follows:
fs.watch(filename,[options],[listener]);
monitoring files or directories
Monitoring files or directories and performing processing when modifications are monitored;
the watch returns an fs.FSWatcher object, having a close method for stopping the watch operation;
when fs.watch has file change, it will trigger change event of fs.FSWatcher object, err error object, file name changed file name
/**
Filename, complete path and filename or directory name;
event, listener event, having two parameters, event representing rename for indicating that there is rename, delete or move operation in specified file or directory or change for indicating that there is modification, filename for indicating changed file path
*/
Namely, the step S1 is preceded by:
presetting a designated folder to be monitored. That is, it is necessary to set in advance specified folders which need to be monitored.
In step S2, when a renaming event is monitored, all files in the designated folder are acquired, and the file path of each file is mapped to an absolute path.
Specifically, when an event is monitored, whether the monitored event is a renamed event is judged, if yes, all files in a designated folder are obtained, and path mapping is performed.
In addition, in this step, the extension name of the file to be detected is set to be vue in advance, and in the subsequent step, the file with the extension name of vue can be detected and filtered.
In addition, in this step, a read-designated folder may be further provided so that all files therein can be acquired. And meanwhile, setting an output file which is a route file of vue.
In the step S3, traverse all files in the designated folder, filter out all files with extension name of. vue, and generate a file set Arr-Match.
The file with the extension of. vue is a custom file type that describes a Vue component in an HTML-like syntax. Each vue file contains three types of top level language blocks < template >, < script >, and < style >. These three parts represent html, js, css, respectively.
Regarding template part:
an vue file, whose template represents its html structure. An html tag needs to be placed in template to wrap all the codes.
Regarding script part:
first, two custom components are required, first referenced. Examples are as follows:
import Header from'../components/header.vue'
import Footer from'../components/footer.vue'
secondly, except for the cited files, all the code is wrapped in the following code:
export default{
// code
}
Specifically, the source files of the two components, i.e., the Header and the Footer, can be introduced first, and then the referenced components are declared to the components. Thus, it can be used in template.
Regarding style parts:
some styles are written for html elements where content appears in templates.
In addition, the file paths in the file collection are converted into relative paths.
In step S4, the output file is read, and it is determined whether the output file and the file set Arr-Match have the same name and different file paths, if so, the relative path needs to be replaced by the absolute path.
Further, the step S4 specifically includes:
s41, reading the output file, and converting the format of the file content of the output file;
s42, converting the routing character string information in the file content into an array Arr-Route;
s43, traversing the file set Arr-Match and the array Arr-Route, and judging whether the routing information with the same name and different file paths exists.
In step S41, the format of the file content of the output file is converted. For example, converting the file content from the Blob format to the uft-8 format.
The output file is the routing file, js. Js is a mechanism, equivalent to an administrator, that manages routes. Js can search in routes to find the corresponding home content, so that the home content is displayed in the page.
Blob (binary large object), a blob, is a container that can store a binary file.
In a computer, Blob is often the type of field in a database used to store a binary file.
A Blob is a large file, typically a picture or a sound file, which, due to their size, must be processed in a special way (e.g., uploaded, downloaded, or stored in a database).
uft-8(8-bit Unicode Transformation Format) is a variable length character code for Unicode, also known as Unicode. Now standardized as RFC 3629. uft-8 encode Unicode characters with 1 to 6 bytes. When the Chinese character input method is used on a webpage, the Chinese characters, simplified and traditional Chinese characters and other languages can be displayed on the webpage in a unified way. UTF-8 encoding rule: if only one byte exists, the highest binary bit is 0; if the byte is multi-byte, the first byte starts from the most significant bit, the number of consecutive binary bit values of 1 determines the number of bytes encoded, and the rest bytes start with 10.
In step S42, the routing string information in the file content is converted into an array Arr-Route, which facilitates subsequent matching.
In step S43, each file in the file set Arr-Match and the array Arr-Route is traversed, whether the file set Arr-Match and the array Arr-Route have the same name and different file paths is determined, and if yes, replacement processing is required.
That is, the method further includes, after the step S43:
s44, if the routing information with the same name and different file paths exists, obtaining the relative path of the corresponding file in the file set Arr-Match, and replacing the file path of the corresponding file in the appointed folder with the relative path.
If the routing information with the same name and different file paths does not exist, the process is directly ended without changing.
Further, the step S4 is followed by:
and writing an import function into the head of the corresponding file in the file set Arr-Match, and reintroducing the component.
And the like, matching each file, and thus completing the automatic construction of the route.
After a component (or module) is defined, the component can be introduced using import function, the syntax is as follows:
import module1[,module2[,...moduleN]]
for example, to refer to module math, it can be imported with import math at the beginning of the file (i.e., the header). When calling a function in the math module, the following references are necessary:
function name of module name
When the interpreter encounters an import statement, the module will be imported if it is in the current search path.
The search path is a list of all directories that the interpreter will search first. Py, the command needs to be placed at the top of the script. A module is only imported once, no matter how many times the import function is executed, which prevents the imported module from being executed one after another.
The present invention also provides an electronic device 10, as shown in fig. 2, comprising:
a processor 110 adapted to implement instructions, an
A storage device 120 adapted to store a plurality of instructions adapted to be loaded and executed by the processor 110:
opening folder monitoring, and monitoring a designated folder;
when a renaming event is monitored, acquiring all files in a designated folder, and mapping the file path of each file into an absolute path;
traversing all files, filtering all files with extension names of vue, generating a file set Arr-Match, and converting file paths in the file set into relative paths;
and reading the output file, judging whether the output file and the file set have routing information with the same name and different file paths, and if so, replacing the relative path with the absolute path.
The processor 110 may be a general purpose processor, a Digital Signal Processor (DSP), an Application Specific Integrated Circuit (ASIC), a Field Programmable Gate Array (FPGA), a single chip, an arm (acorn RISC machine) or other programmable logic device, discrete gate or transistor logic, discrete hardware components, or any combination of these components. Also, the processor may be any conventional processor, microprocessor, or state machine. A processor may also be implemented as a combination of computing devices, e.g., a combination of a DSP and a microprocessor, a plurality of microprocessors, one or more microprocessors in conjunction with a DSP core, or any other such configuration.
The storage device 120, which is a non-volatile computer-readable storage medium, may be used to store non-volatile software programs, non-volatile computer-executable programs, and modules, such as program instructions corresponding to the routing building automation method based on programming language in the embodiment of the present invention. The processor executes various functional applications and data processing of the programming language based route building automation method by executing nonvolatile software programs, instructions and units stored in the storage device, namely, the above method embodiments are realized.
The details of the electronic device 10 are described in the above method, and thus will not be described in detail.
The present invention also provides a non-transitory computer-readable storage medium having stored thereon computer-executable instructions that, when executed by one or more processors, cause the one or more processors to perform the programming language based route building automation method.
The present invention also provides a computer program product comprising a computer program stored on a non-transitory computer readable storage medium, the computer program comprising program instructions which, when executed by a processor, cause the processor to perform the programming language based route building automation method.
It is to be understood that the invention is not limited to the examples described above, but that modifications and variations may be effected thereto by those of ordinary skill in the art in light of the foregoing description, and that all such modifications and variations are intended to be within the scope of the invention as defined by the appended claims.

Claims (8)

1. A routing building automation method based on programming language is characterized by comprising the following steps:
A. opening folder monitoring, and monitoring a designated folder;
B. when a renaming event is monitored, acquiring all files in a designated folder, and mapping the file path of each file into an absolute path;
C. traversing all files, filtering all files with extension names of vue, generating a file set Arr-Match, and converting file paths in the file set into relative paths;
D. reading an output file, judging whether the output file and the file set have routing information with the same name and different file paths, and if so, replacing the relative path with the absolute path;
the step D specifically comprises the following steps:
d1, reading the output file, and converting the format of the file content of the output file;
d2, converting the routing character string information in the file content into an array Arr-Route;
d3, traversing the file set Arr-Match and the array Arr-Route, and judging whether routing information with the same name and different file paths exists;
in step B, an output file is set, and the output file is a route file of vue.
2. The automated programming language-based route building method according to claim 1, wherein said step D3 is followed by the step of:
d4, if the routing information with the same name and different file paths exists, acquiring the relative path of the corresponding file in the file set Arr-Match, and replacing the file path of the corresponding file in the appointed folder with the relative path.
3. The automated programming language-based route building method according to claim 1, further comprising, after step D:
and writing an import function into the head of the corresponding file in the file set Arr-Match, and reintroducing the component.
4. The automated programming language based routing building method of claim 1, wherein in step a fs.
5. The automated programming language based route building method according to claim 1, wherein in the step D1, the file content of the output file is converted from Blob format to uft-8 format.
6. The automated programming language-based route building method according to claim 1, wherein the step a is preceded by:
presetting a designated folder to be monitored.
7. An electronic device, comprising:
a processor adapted to implement the instructions, an
A storage device adapted to store a plurality of instructions, the instructions adapted to be loaded and executed by a processor to:
opening folder monitoring, and monitoring a designated folder;
when a renaming event is monitored, acquiring all files in a designated folder, and mapping the file path of each file into an absolute path; setting an output file, wherein the output file is a route file of vue;
traversing all files, filtering all files with extension names of vue, generating a file set Arr-Match, and converting file paths in the file set into relative paths;
reading an output file, judging whether the output file and the file set have routing information with the same name and different file paths, and if so, replacing the relative path with the absolute path;
reading an output file, and converting the format of the file content of the output file;
converting the routing character string information in the file content into an array Arr-Route;
and traversing the file set Arr-Match and the array Arr-Route, and judging whether routing information with the same name and different file paths exists.
8. A non-transitory computer-readable storage medium storing computer-executable instructions that, when executed by one or more processors, cause the one or more processors to perform the programming language based route building automation method of any one of claims 1-6.
CN201811172314.4A 2018-10-09 2018-10-09 Automatic route construction method based on programming language and electronic equipment Active CN109324792B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201811172314.4A CN109324792B (en) 2018-10-09 2018-10-09 Automatic route construction method based on programming language and electronic equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201811172314.4A CN109324792B (en) 2018-10-09 2018-10-09 Automatic route construction method based on programming language and electronic equipment

Publications (2)

Publication Number Publication Date
CN109324792A CN109324792A (en) 2019-02-12
CN109324792B true CN109324792B (en) 2022-03-11

Family

ID=65261629

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201811172314.4A Active CN109324792B (en) 2018-10-09 2018-10-09 Automatic route construction method based on programming language and electronic equipment

Country Status (1)

Country Link
CN (1) CN109324792B (en)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110232050A (en) * 2019-04-24 2019-09-13 深圳点猫科技有限公司 The method and electronic equipment that a kind of language based on programming compresses file
CN110825429A (en) * 2019-11-13 2020-02-21 中孚安全技术有限公司 Web project packaging method and system
CN111694596A (en) * 2020-05-27 2020-09-22 五八有限公司 Packing method and packing device for entry paths in webpack environment

Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1627761A (en) * 2003-09-19 2005-06-15 株式会社理光 Apparatus and method for processing information
CN1922609A (en) * 2004-02-19 2007-02-28 高通剑桥有限公司 Rendering a user interface
CN105303116A (en) * 2015-11-03 2016-02-03 用友网络科技股份有限公司 ERP (enterprise resource planning) product security protection apparatus and method
CN106648638A (en) * 2016-12-09 2017-05-10 武汉斗鱼网络科技有限公司 Python-based R.java file optimization method and system
CN107203555A (en) * 2016-03-17 2017-09-26 阿里巴巴集团控股有限公司 Page loading processing method and device
CN107577486A (en) * 2017-09-29 2018-01-12 广州数鹏通科技有限公司 Weather information drawing processing method, device, computer equipment and storage medium
CN107908708A (en) * 2017-11-09 2018-04-13 北京锐安科技有限公司 A kind of method, system, equipment and the storage medium of group document synchronization
CN108038114A (en) * 2017-10-17 2018-05-15 广东欧珀移动通信有限公司 A kind of path query method, terminal, computer-readable recording medium
CN108228108A (en) * 2018-01-04 2018-06-29 西安雷风电子科技有限公司 A kind of difference virtual disk link method

Family Cites Families (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5398304A (en) * 1992-12-22 1995-03-14 Mitsubishi Denki Kabushiki Kaisha Control process for artificial intelligence software shell
JP5033680B2 (en) * 2008-03-03 2012-09-26 ペンタックスリコーイメージング株式会社 List diagram creation system, digital camera, list diagram creation program, and list diagram creation method
WO2013054248A1 (en) * 2011-10-12 2013-04-18 International Business Machines Corporation Generating a predictive data structure
US20150169207A1 (en) * 2013-12-18 2015-06-18 Dropbox, Inc. Systems and methods for generating personalized account reconfiguration interfaces
US10019461B2 (en) * 2015-03-26 2018-07-10 Ca, Inc. Transparent and near-real time code deploys
US20180173776A1 (en) * 2016-12-21 2018-06-21 Sap Se Mapping 1:Many Relationships for Elements in a Database System
CN107766532A (en) * 2017-10-27 2018-03-06 深圳市行云易通科技有限公司 A kind of front end Node.js automates positive static method
CN108390773B (en) * 2018-02-02 2021-09-28 上海汉得商业保理有限公司 Method and equipment for dynamic routing of scaffold

Patent Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1627761A (en) * 2003-09-19 2005-06-15 株式会社理光 Apparatus and method for processing information
CN1922609A (en) * 2004-02-19 2007-02-28 高通剑桥有限公司 Rendering a user interface
CN105303116A (en) * 2015-11-03 2016-02-03 用友网络科技股份有限公司 ERP (enterprise resource planning) product security protection apparatus and method
CN107203555A (en) * 2016-03-17 2017-09-26 阿里巴巴集团控股有限公司 Page loading processing method and device
CN106648638A (en) * 2016-12-09 2017-05-10 武汉斗鱼网络科技有限公司 Python-based R.java file optimization method and system
CN107577486A (en) * 2017-09-29 2018-01-12 广州数鹏通科技有限公司 Weather information drawing processing method, device, computer equipment and storage medium
CN108038114A (en) * 2017-10-17 2018-05-15 广东欧珀移动通信有限公司 A kind of path query method, terminal, computer-readable recording medium
CN107908708A (en) * 2017-11-09 2018-04-13 北京锐安科技有限公司 A kind of method, system, equipment and the storage medium of group document synchronization
CN108228108A (en) * 2018-01-04 2018-06-29 西安雷风电子科技有限公司 A kind of difference virtual disk link method

Also Published As

Publication number Publication date
CN109324792A (en) 2019-02-12

Similar Documents

Publication Publication Date Title
CN106919434B (en) Code generation method and device
CN110968325B (en) Applet conversion method and device
CN109324792B (en) Automatic route construction method based on programming language and electronic equipment
AU2002234715B2 (en) Method for compressing/decompressing a structured document
JP4997777B2 (en) Method and system for reducing delimiters
JP2006323821A (en) Method and system for sequentially accessing compiled schema
JP2006221653A (en) System and method for determining acceptance state in document analysis
CN109062906B (en) Translation method and device for program language resources
CN110362792B (en) Method and device for converting RN file into applet file and conversion equipment
JP5044943B2 (en) Method and system for high-speed encoding of data documents
JP5789236B2 (en) Structured document analysis method, structured document analysis program, and structured document analysis system
JP4776389B2 (en) Encoded document decoding method and system
CN104462157A (en) Method and device for secondary structuralizing of text data
CN113704819B (en) Coding output method and device of application log and computer readable storage medium
Le Zou et al. On synchronizing with web service evolution
JP2006221655A (en) Method and system for compiling schema
CN114625373A (en) Application conversion method and device, electronic equipment and storage medium
CN111273940B (en) Method and device for uploading program file to code warehouse
CN113485746A (en) Method and device for generating application program interface document
KR100938277B1 (en) Method and apparatus for file compression and restoration of compression format
CN110232050A (en) The method and electronic equipment that a kind of language based on programming compresses file
CN110554867A (en) Application processing method and device
CN110716746B (en) Method and device for converting RN style code into applet style code
CN111273944B (en) Method and device for generating program file and uploading program file to code warehouse
JP2010282248A (en) Programming language analysis execution program

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
GR01 Patent grant
GR01 Patent grant