Movatterモバイル変換


[0]ホーム

URL:


CN110764749A - System page development management method and device, computer equipment and storage medium - Google Patents

System page development management method and device, computer equipment and storage medium
Download PDF

Info

Publication number
CN110764749A
CN110764749ACN201911026020.5ACN201911026020ACN110764749ACN 110764749 ACN110764749 ACN 110764749ACN 201911026020 ACN201911026020 ACN 201911026020ACN 110764749 ACN110764749 ACN 110764749A
Authority
CN
China
Prior art keywords
page
file path
data
development
file
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
Application number
CN201911026020.5A
Other languages
Chinese (zh)
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.)
Kingdee Software China Co Ltd
Original Assignee
Kingdee Software China 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 Kingdee Software China Co LtdfiledCriticalKingdee Software China Co Ltd
Priority to CN201911026020.5ApriorityCriticalpatent/CN110764749A/en
Publication of CN110764749ApublicationCriticalpatent/CN110764749A/en
Pendinglegal-statusCriticalCurrent

Links

Images

Classifications

Landscapes

Abstract

The embodiment of the application discloses a system page development management method, a system page development management device and a computer storage medium, which are used for backing up page generation data of a stored binary page, so that the secondary development page can be recovered by using the backed-up data subsequently, and the operability of a user can be improved. The method in the embodiment of the application comprises the following steps: and receiving a new version instruction, searching page information of secondary development according to the new version instruction, acquiring page generation data according to the page information, and storing the page generation data under a first file path.

Description

System page development management method and device, computer equipment and storage medium
Technical Field
The present application relates to the field of software development, and in particular, to a system page development management method, a system page development management apparatus, and a computer storage medium.
Background
With the progress of the network information age, the corresponding software development technology is also continuously advanced.
However, in the process of secondary development of a software system, no effective protection mechanism for secondary development results exists at present, and version management for the secondary development results is lacked. If the system page is in the development stage, the implementation modes of some requirements cannot be determined temporarily, and when a developer wants to save the development result in the current stage, a convenient and fast protection mechanism is not available for saving. In addition, if a page is not opened or is deleted carelessly due to a problem in development, redevelopment may be needed, and manpower and material resources are lost.
Disclosure of Invention
The embodiment of the application provides a system page development management method, a computer device and a computer storage medium, which are used for backing up page generation data of a secondary development page, so that the secondary development page can be recovered by using the backed-up data subsequently, the secondary development result can be rapidly recovered, the secondary development page under the scheme is prevented from being redeveloped, and the cost of manpower and material resources is saved.
A first aspect of the embodiments of the present application provides a method for system page development management, including:
receiving a new version instruction;
searching page information of secondary development according to the newly added version instruction;
acquiring page generation data according to the page information;
and saving the page generation data under the first file path.
Optionally, the page generation data includes page metadata script data and page resource data;
acquiring page generation data according to the page information, comprising:
acquiring corresponding page metadata script data in a database according to the page information;
and acquiring page resource data under the corresponding second file path according to the page information.
Optionally, the first file path includes a third file path and a fourth file path;
saving page generation data under a first file path, comprising:
saving page metadata script data under a third file path;
and saving the page resource data under the fourth file path.
Optionally, after saving the page generation data in the first file path, the method further includes:
receiving a version reduction instruction;
replacing the page metadata script data stored in the third file path into the database;
and replacing the page resource data stored in the fourth file path into the second file path.
Optionally, the third file path is the same as the fourth file path.
Optionally, after receiving the new version instruction, before obtaining the corresponding page metadata script data in the database according to the page information, the method further includes:
and searching page element data script data in the database according to the page information.
Optionally, the page resource data includes at least one of the following:
a JS file of an transliteration script language, a CSS file of a cascading style sheet, and a JAR package or CLASS file of a Java language filing.
A second aspect of the embodiments of the present application provides a system page development management apparatus, including:
the receiving unit is used for receiving the new version instruction;
the searching unit is used for searching the page information of the secondary development according to the newly added version instruction;
the acquisition unit is used for acquiring page generation data according to the page information;
and the saving unit is used for saving the page generation data under the first file path.
Optionally, the page generation data includes page metadata script data and page resource data;
optionally, the obtaining unit is specifically configured to obtain at least one page metadata script data in the database according to the page information;
optionally, the obtaining unit is specifically configured to obtain the page resource data in the second file path according to the page information.
Optionally, the first file path includes a third file path and a fourth file path;
optionally, the saving unit is specifically configured to save the page metadata script data in the third file path;
optionally, the saving unit is specifically configured to save the page resource data in the fourth file path;
optionally, the receiving unit is further configured to receive a version restoring instruction;
optionally, the system page development management device further includes:
the replacing unit is specifically used for replacing the page metadata script data stored in the third file path into the database;
the replacing unit is also used for replacing the page resource data stored in the fourth file path into the second file path;
optionally, the second file path is the same as the third file path;
optionally, the fourth file path is the same as the second file path;
optionally, the system page development management device further includes:
the searching unit is specifically used for searching page element data script data in the database according to the page information;
optionally, the page resource data includes at least one of the following:
a JS file of an transliteration script language, a CSS file of a cascading style sheet, and a JAR package or CLASS file of a Java language filing.
Operations executed by each unit in the system page development management device are similar to the method in the first aspect of the embodiment of the present application, and are not described herein again.
A third aspect of embodiments of the present application provides a computer storage medium having instructions stored therein, which when executed on a computer, cause the computer to perform the method of the first aspect of embodiments of the present application.
A fourth aspect of the embodiments of the present application provides a computer device, including a memory and a processor, where the memory stores a computer program, and the computer program is executed by the processor to implement the method of the first aspect of the embodiments of the present application.
According to the technical scheme, the embodiment of the application has the following advantages:
in the embodiment of the application, the page generation data is backed up in the first file path through the version addition instruction, so that even if the page generation data corresponding to the second-opening page of the current scheme is modified or deleted, the page generation data can be acquired from the first file path and used for generating the corresponding second-opening page, the secondary development result can be rapidly recovered, the second-opening page under the scheme is prevented from being redeveloped, and the cost of manpower and material resources is saved.
Drawings
FIG. 1 is a schematic flow chart illustrating a system page development management method according to an embodiment of the present application;
FIG. 2 is another schematic flow chart illustrating a system page development management method according to an embodiment of the present application;
FIG. 3 is a schematic structural diagram of a system page development management apparatus according to an embodiment of the present application;
FIG. 4 is a schematic structural diagram of another system page development management apparatus according to an embodiment of the present application;
fig. 5 is a schematic structural diagram of a computer device in an embodiment of the present application.
Detailed Description
The embodiment of the application provides a system page development management method, which is used for backing up page generation data of a newly added version of a secondary development page, so that the secondary development page can be recovered by using the backed-up data subsequently, and the operability of a user can be improved.
Referring to fig. 1, an embodiment of a system page development management method in the present application includes:
101. receiving a new version instruction;
when the user clicks the new version button, a new version command is received.
102. Searching page information of secondary development according to the newly added version instruction;
after receiving the new version instruction, the system page development management device searches corresponding page information according to the new version instruction, wherein the page information comprises basic information of a secondary development page needing to be backed up.
103. Acquiring page generation data according to the page information;
after the system page development management device finds the corresponding page information, the system page development management device obtains page generation data of the secondary development page according to the page information, and the page generation data is used for generating the secondary development page.
104. Saving page generation data under a first file path;
after the system page development management device obtains the page generation data, the system page development management device stores the page generation data to a first file path of the system page development management device. The page generation data may be called when needed, for example, when the user terminal needs the page generation data, the page generation data may be obtained from the first file path of the system page development management device.
Wherein, the first file path is different from the path for saving the page generation data in the step 102.
In the embodiment of the application, the system page development management device backs up the page generation data in the first file path through the newly added version instruction, so that even if the page generation data corresponding to the current secondary development page is modified or deleted, the page generation data can be acquired from the first file path and used for generating the corresponding secondary development page, and the operability of a user is improved.
Referring to fig. 2, another embodiment of the system page development management method in the embodiment of the present application includes:
201. receiving a new version instruction;
after the system page development management device stores the page generation data of the current secondary development page, when the secondary development page needs to be backed up or other stored secondary development pages need to be backed up, the newly added version button can be clicked on the development platform interface of the computer device. After clicking the new version button, the computer device generates a new version instruction and sends the new version instruction to the system page development management device, and the system page development management device receives the new version instruction sent by the user side. The new version instruction is used for instructing the system page development management device to backup the secondary development page which is already saved.
Beforestep 201, the system page development management device stores page generation data of the current secondary development page, which may specifically include: and after the saving button is clicked, the computer equipment generates a saving instruction, the saving instruction instructs the system page development management device to save the page generation data of the secondary development page, the system page development management device receives the saving instruction and saves the page generation data of the secondary development page into the system page development management device according to the saving instruction.
It should be noted that the new version instruction may instruct to backup a plurality of secondary development pages, or may instruct to backup one secondary development page. For example, a user develops a certain product on a certain development platform, the product corresponds to one or more secondary development pages, when the user edits and saves a certain secondary development page, a new version button is continuously clicked, the computer device generates indication data, the computer device has a display screen, and displays the indication data in the display screen, and the indication data includes the identifier of the saved secondary development page. The user can select one or more identifications of the secondary development page according to the displayed identifications of the secondary development page. The computer equipment acquires the one or more identifications, determines one or more secondary development pages needing to be stored according to the one or more identifications, and generates a new version instruction according to data of the one or more secondary development pages. And then the user side sends the new version instruction to the system page development management device in a wireless or wired mode, and the system page development management device receives the new version instruction.
In the embodiment of the application, after the user clicks the new version instruction, the instruction for requesting to select the secondary development page may not be triggered, but the new version instruction for instructing the system page development management device to backup all the secondary development pages that have been saved may be directly generated. For example, a user develops a certain product scheme on a certain development platform, the product scheme corresponds to one or more secondary development pages, when the user edits and saves one or more secondary development pages, the user continues to click a new version adding button, and the computer device generates a new version adding instruction according to the secondary development pages saved under the product scheme. The new version instruction instructs the system page development management device to backup all secondary development pages under the stored product scheme, the computer device sends the new version instruction to the system page development management device in a wireless or wired mode, and the system page development management device receives the new version instruction.
202. Searching page information of secondary development according to the newly added version instruction;
after receiving the new version instruction, the system page development management device searches corresponding page information according to the new version instruction, wherein the page information comprises basic information of a secondary development page needing to be backed up. For example, the information identifier of the secondary development page, the file data size information of the secondary development page, the file path of the secondary development page, and the like, the basic information may include one or more types of basic information, and is not limited herein.
203. Acquiring page element data script data under a database according to the page information;
after the system page development management device finds the corresponding page information, the page metadata script data corresponding to the secondary development page is found in the database according to the page information. After the page metadata script data corresponding to the secondary development page is found, the system page development management device obtains the page metadata script data in a copying mode.
204. Acquiring page resource data under a second file path according to the page information;
after the system page development management device finds the corresponding page information, searching page resource data corresponding to the secondary development page under a second file path of the system page development management device according to the page information. When the page resource data corresponding to the secondary development page is found, the page resource data is obtained in a copying mode, and the second file path is a saving path for saving the page resource data by the system page development management device after the user side triggers the saving button.
205. Saving page metadata script data under a third file path;
after the system page development management device acquires the page metadata script data, the page metadata script data is stored in a third file path of the system page development management device. The third file path is under the file directory of the system page development management device.
In this embodiment, the page metadata script data may be stored in the third file path in the form of a data file, for example, a folder is created in a file directory of the system page development management device, and the page metadata script data is stored in the folder.
It is understood that the page metadata script data may also be stored in a compressed file under the path, for example, a folder is created under a certain file path of the system page development management device, and a compressed file is created in the folder, and the page metadata script data is stored in the compressed file. In the specific implementation process, other storage forms are possible, and the specific implementation process is not limited herein.
206. Saving the page resource data under the fourth file path;
after the system page development management device acquires the page resource data, the page resource data is stored in a fourth file path.
In this embodiment of the application, the page resource data may be stored in the third file path in the form of a data file, for example, a folder is created under a certain file path of the system page development management apparatus, where the file path is different from the second file path, that is, different from a path stored in the current secondary development page, and the page resource data is stored in the folder.
It is understood that the page metadata script data may also be stored in a compressed file under the path, for example, a folder is created under a certain file path of the system page development management device, and a compressed file is created in the folder, and the page resource data is stored in the compressed file. In the specific implementation process, other storage forms are possible, and the specific implementation process is not limited herein.
207. Receiving a version reduction instruction;
when the secondary development page needs to be recovered, the user can click a version restoring button on the computer equipment, and the computer equipment generates a version restoring instruction and sends the version restoring instruction to the system page development management device.
Optionally, after clicking the version restoring button, the computer device generates indication data, has a display screen, and displays the indication data in the display screen, where the indication data includes an identifier of the backed-up secondary development page. The user can select one or more identifications of the secondary development page according to the displayed identifications of the secondary development page. The computer equipment acquires the one or more identifications, determines one or more secondary development pages needing to be restored according to the one or more identifications, and generates a restoration version instruction according to data of the one or more secondary development pages. And then the computer equipment sends the reduced version instruction to a system page development management device in a wireless or wired mode, and the system page development management device receives the reduced version instruction.
208. Replacing the page metadata script data stored in the third file path into the database;
after the system page development management device receives the version reduction instruction, the system page development management device determines metadata script data corresponding to the secondary development page to be reduced according to the version reduction instruction, copies page metadata script data corresponding to the secondary development page stored in a third file path of the system page development management device, and replaces the metadata script data corresponding to the secondary development page stored in the database with the page metadata script data.
209. And replacing the page resource data stored in the fourth file path into the second file path.
After the system page development management device receives the version reduction instruction, the system page development management device determines page resource data corresponding to the secondary development page to be reduced according to the version reduction instruction, copies the page resource data corresponding to the secondary development page stored in the fourth file path of the system page development management device, and replaces the page resource data corresponding to the secondary development page stored in the second file path of the system page development management device with the page resource data corresponding to the secondary development page.
In this embodiment, the page resource data may be a transliteration type scripting language JS file, a cascading style sheet CSS file, a Java language archive JAR package, or a CLASS file, which is not limited herein.
In this embodiment, the third file path may be the same as the fourth file path, and when the third file path is the same as the fourth file path, that is, when the page metadata script data and the page resource data are backed up in the same file path, there is no need to separately search when searching the page metadata script data and the page resource data, which saves system resources.
In this embodiment, the steps 206-208 are optional steps. For example, when the secondary development page data needs to be restored, the system page development management device executes the corresponding steps, and in practical application, the system page development management device may back up only the relevant data without executing the restoration steps.
In the embodiment of the application, the system page development management device replaces the page element data script data under the third file path into the database through the version restoring instruction, and replaces the page resource data under the fourth file path into the second file path, so that the backed-up secondary development page can be restored, and the operability of a user is improved.
In the embodiment of the application, the system page development management device can back up a plurality of secondary development pages through the newly added version instruction, and can select one or more secondary development pages for restoring the back-up through the version restoring instruction, so that the switching of a plurality of product schemes, namely the switching among a plurality of secondary development pages, is realized.
In this embodiment of the application, the system page development management device may also be a server, a computer, or a network device, and is not limited herein.
The above describes a system page development management method in an embodiment of the present application, and the following describes a system page development management apparatus in an embodiment of the present application, with reference to fig. 3, an embodiment of the system page development management apparatus in an embodiment of the present application includes:
a receivingunit 301, configured to receive a new version instruction;
the searchingunit 302 is configured to search for the page information of the secondary development according to the newly added version instruction;
an obtainingunit 303, configured to obtain page generation data according to the page information;
a savingunit 304, configured to save the page generation data under the first file path.
Referring to fig. 4, another embodiment of the page development management apparatus in the embodiment of the present application includes:
a receiving unit 401, configured to receive a new version instruction;
the searching unit 405 is configured to search page information of the secondary development according to the newly added version instruction;
an obtaining unit 402, configured to obtain page generation data according to the page information;
a saving unit 403, configured to save the page generation data in the first file path;
the page generation data comprises page metadata script data and page resource data;
the obtaining unit 402 is specifically configured to obtain corresponding page metadata script data in a database according to the page information;
the obtaining unit 402 is specifically configured to obtain page resource data in a second file path according to the page information;
the first file path comprises a third file path and a fourth file path;
the saving unit 403 is specifically configured to save the page metadata script data in the third file path;
the saving unit 403 is specifically configured to save the page resource data in the fourth file path;
the receiving unit 401 is further configured to receive a restore version instruction;
the system page development management device further comprises:
a replacing unit 404, configured to replace the page metadata script data stored in the third file path into the database;
a replacing unit 404, further configured to replace the page resource data stored in the fourth file path into the second file path;
the third file path is the same as the fourth file path;
the searching unit 405 is specifically configured to search page element data script data in the database according to the page information;
the page resource data includes at least one of:
a JS file of an transliteration script language, a CSS file of a cascading style sheet, and a JAR package or CLASS file of a Java language filing.
The operations performed by the units in the system page management apparatus are similar to those described in the foregoing embodiment shown in fig. 2, and are not described again here.
Fig. 5 is a schematic structural diagram of a computer device according to an embodiment of the present disclosure, where thecomputer device 500 may include one or more Central Processing Units (CPUs) 501 and amemory 505, and one or more applications or data are stored in thememory 505.
Memory 505 may be volatile storage or persistent storage, among others. The program stored inmemory 505 may include one or more modules, each of which may include a sequence of instructions for operating on a computer device. Still further, thecentral processor 501 may be arranged in communication with thememory 505 to execute a series of instruction operations in thememory 505 on thecomputer device 500.
Thecomputer apparatus 500 may also include one ormore power supplies 502, one or more wired or wireless network interfaces 503, one or more input-output interfaces 504, and/or one or more operating systems, such as Windows ServerTM, Mac OS XTM, UnixTM, LinuxTM, FreeBSDTM, etc.
Thecentral processing unit 501 may perform the operations performed by the system page development management apparatus in the embodiments shown in fig. 1 or fig. 2, which are not described herein again.
The embodiment of the present application further provides a computer-readable storage medium, on which a computer program is stored, where the computer program, when executed by a computer, implements the method flow in any of the above method embodiments.
It is clear to those skilled in the art that, for convenience and brevity of description, the specific working processes of the above-described systems, apparatuses and units may refer to the corresponding processes in the foregoing method embodiments, and are not described herein again.
In the several embodiments provided in the present application, it should be understood that the disclosed system, apparatus and method may be implemented in other manners. For example, the above-described apparatus embodiments are merely illustrative, and for example, the division of the units is only one logical division, and other divisions may be realized in practice, for example, a plurality of units or components may be combined or integrated into another system, or some features may be omitted, or not executed. In addition, the shown or discussed mutual coupling or direct coupling or communication connection may be an indirect coupling or communication connection through some interfaces, devices or units, and may be in an electrical, mechanical or other form.
The units described as separate parts may or may not be physically separate, and parts displayed as units may or may not be physical units, may be located in one place, or may be distributed on a plurality of network units. Some or all of the units can be selected according to actual needs to achieve the purpose of the solution of the embodiment.
In addition, functional units in the embodiments of the present application may be integrated into one processing unit, or each unit may exist alone physically, or two or more units are integrated into one unit. The integrated unit can be realized in a form of hardware, and can also be realized in a form of a software functional unit.
The integrated unit, if implemented in the form of a software functional unit 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 may be substantially implemented or contributed to by the prior art, or all or part of the technical solution may be embodied in a software product, which is stored in a storage medium and includes 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 various other media capable of storing program codes.

Claims (10)

CN201911026020.5A2019-10-252019-10-25System page development management method and device, computer equipment and storage mediumPendingCN110764749A (en)

Priority Applications (1)

Application NumberPriority DateFiling DateTitle
CN201911026020.5ACN110764749A (en)2019-10-252019-10-25System page development management method and device, computer equipment and storage medium

Applications Claiming Priority (1)

Application NumberPriority DateFiling DateTitle
CN201911026020.5ACN110764749A (en)2019-10-252019-10-25System page development management method and device, computer equipment and storage medium

Publications (1)

Publication NumberPublication Date
CN110764749Atrue CN110764749A (en)2020-02-07

Family

ID=69333737

Family Applications (1)

Application NumberTitlePriority DateFiling Date
CN201911026020.5APendingCN110764749A (en)2019-10-252019-10-25System page development management method and device, computer equipment and storage medium

Country Status (1)

CountryLink
CN (1)CN110764749A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
CN113377367A (en)*2020-03-102021-09-10腾讯科技(深圳)有限公司Data collection method and device, computer equipment and storage medium
TWI789168B (en)*2021-12-162023-01-01威聯通科技股份有限公司File versioning management method and file system

Citations (2)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
US20050149582A1 (en)*2003-12-292005-07-07Wissmann Joseph T.Method and system for synchronization of copies of a database
CN106933614A (en)*2015-12-302017-07-07广州爱九游信息技术有限公司A kind of single-page application upgrade method and device

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
US20050149582A1 (en)*2003-12-292005-07-07Wissmann Joseph T.Method and system for synchronization of copies of a database
CN106933614A (en)*2015-12-302017-07-07广州爱九游信息技术有限公司A kind of single-page application upgrade method and device

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
LALA隽总: "为什么要使用版本管理?"*

Cited By (4)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
CN113377367A (en)*2020-03-102021-09-10腾讯科技(深圳)有限公司Data collection method and device, computer equipment and storage medium
CN113377367B (en)*2020-03-102024-04-30腾讯科技(深圳)有限公司Data collection method, device, computer equipment and storage medium
TWI789168B (en)*2021-12-162023-01-01威聯通科技股份有限公司File versioning management method and file system
US11874806B2 (en)2021-12-162024-01-16Qnap Systems, Inc.File versioning management method and file system

Similar Documents

PublicationPublication DateTitle
CN110096476B (en)Data backup method, device and computer readable storage medium
EP3718011B1 (en)Performing backup operations using replicas
CN109814854B (en)Project framework generation method, device, computer equipment and storage medium
US7756835B2 (en)Database and operating system independent copying/archiving of a web base application
CN107003890B (en) Efficiently provide virtual machine reference points
US11429488B2 (en)Data recovery method based on snapshots, device and storage medium
US20110213754A1 (en)Opportunistic Asynchronous De-Duplication in Block Level Backups
US8645496B2 (en)Systems and methods for backing up data
CN112596951B (en)NAS data disaster recovery method, device, equipment and storage medium
CN105302675A (en)Method and device for data backup
US11880284B2 (en)Storage restore system, storage restore method, and storage medium
CN108829813A (en)A kind of File Snapshot method and system based on distributed memory system
CN110764749A (en)System page development management method and device, computer equipment and storage medium
CN108958971A (en)Information backup method, device and equipment
US7882073B1 (en)Backup agent for dynamically decomposing a database backup request to constituent files to facilitate backup restartability
CN110109628B (en)Data reconstruction method, device, equipment and storage medium of distributed storage system
CN111625256B (en)Application program upgrading method, system, equipment and computer storage medium
US20210055996A1 (en)Migration of backup data
CN113094211A (en)Backup data processing method and device
CN107291579B (en)Metadata cluster file snapshot method based on static subtree partition
CN108664255B (en)Software upgrading method and device
CN112732479B (en)Data backup method and device for distributed system
CN111045698A (en)Redundant picture deleting method and device, electronic equipment and storage medium
US8959061B1 (en)Rapid restore from a prepared system image
CN105786650A (en)Data management method and device

Legal Events

DateCodeTitleDescription
PB01Publication
PB01Publication
SE01Entry into force of request for substantive examination
SE01Entry into force of request for substantive examination
RJ01Rejection of invention patent application after publication

Application publication date:20200207

RJ01Rejection of invention patent application after publication

[8]ページ先頭

©2009-2025 Movatter.jp