CN104572145B - File edition management method and system - Google Patents

File edition management method and system Download PDF

Info

Publication number
CN104572145B
CN104572145B CN201310485245.3A CN201310485245A CN104572145B CN 104572145 B CN104572145 B CN 104572145B CN 201310485245 A CN201310485245 A CN 201310485245A CN 104572145 B CN104572145 B CN 104572145B
Authority
CN
China
Prior art keywords
file
file object
version information
check
webservice
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.)
Expired - Fee Related
Application number
CN201310485245.3A
Other languages
Chinese (zh)
Other versions
CN104572145A (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.)
New Founder Holdings Development Co ltd
Pku Founder Information Industry Group Co ltd
Peking University Founder Group Co Ltd
Beijing Founder Electronics Co Ltd
Original Assignee
Founder Information Industry Holdings Co Ltd
Peking University Founder Group Co Ltd
Beijing Founder Electronics 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 Founder Information Industry Holdings Co Ltd, Peking University Founder Group Co Ltd, Beijing Founder Electronics Co Ltd filed Critical Founder Information Industry Holdings Co Ltd
Priority to CN201310485245.3A priority Critical patent/CN104572145B/en
Publication of CN104572145A publication Critical patent/CN104572145A/en
Application granted granted Critical
Publication of CN104572145B publication Critical patent/CN104572145B/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Landscapes

  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The present invention provides a kind of file edition management method and system.This method comprises: com component is arranged in client;File object is created, and by com component the corresponding physical file of the file object is uploaded onto the server, and records the version information of the file object in version information table, the physical file is recorded in the information table of file address and stores information;Operation is updated to the file object using the method in WebService, and by com component the corresponding physical file of updated file object is uploaded onto the server, and records the new version information of the file object in version information table;Operation is downloaded to the file object using the method in WebService.The present invention overcomes obstacle is accessed between platform, cross-platform operation is achieved the effect that.

Description

File edition management method and system
Technical field
The present invention relates to technical field of software development, in particular to a kind of file edition management method and system.
Background technique
With the expansion of software development scale, system module and program quantity are also increasing, for part system, in each journey The version management functional requirement of file and file of circulating between sequence increasingly increases.
In the prior art, has plenty of the circulation of the file edition management function and file independently realized between each program.
The version management function of file is safeguarded by the server-side of software systems, when needing restoring files, then by servicing File is directly passed to each client by end, when each different client needs to transmit file, is independently realized by client The transmitting and management function of file.
In the prior art, server end often relies on Windows operating system, it is impossible to be used in the operation of non-Windows System, but client (visitor or caller) can arbitrarily be built on any platform, and server cannot achieve to carrying The management of FileVersion and the circulation of file in the client of different operating system.
Summary of the invention
The present invention is intended to provide a kind of file edition management method and system, with solve cross-platform file edition management with And the problem of restoring files.
For this purpose, the invention provides the following technical scheme:
A kind of file edition management method, comprising:
In client, com component is set;
File object is created, and by com component the corresponding physical file of the file object is uploaded onto the server, And the version information of the file object is recorded in version information table, the physical file is recorded in the information table of file address Store information;
Operation is updated to the file object using the method in WebService, and will be updated by com component During the corresponding physical file of file object afterwards is uploaded onto the server, and the new of the file object is recorded in version information table Version information;
Operation is downloaded to the file object using the method in WebService.
Preferably, the file object includes: the address of file or folder, title, version information.
Preferably, the method using in WebService is updated operation to the file object and includes:
The file object is carried out to check out operation by the CheckOut method provided in WebService;
Check-in operation is carried out to the file object checked out by the CheckIn method provided in WebService.
Preferably, the method also includes:
File object is carried out after checking out operation, file check out recorded in table the file object be check out state, institute File is stated to check out in table comprising for recording corresponding informance of the obj ect file checked out in version information table.
Preferably, the CheckIn method by providing in WebService signs the file object checked out Entering operation includes:
Determine the address information of file object to be checked in;
It is checked out according to the address information from the file and checks whether the file object is in the state of checking out in table, and Check whether the file object has correct version information;
If detecting that the file object is in the state that checks out and has correct version information, to the file pair As carrying out check-in operation.
Preferably, the method also includes:
The operation that labels is carried out to directory object by the MarkLabel method provided in WebService.
A kind of file edition management system, comprising:
Setup module, for com component to be arranged in client;
File object creation module, for creating file object;
Uploading module, used in the corresponding physical file of the file object to be uploaded onto the server by com component;
Logging modle, for recording the version information of the file object in version information table, in file address information The physical file storage information is recorded in table;
File object update module, for being updated behaviour to the file object using the method in WebService Make;
The uploading module is also used to upload to the corresponding physical file of updated file object by com component In server;
The logging modle is also used to record the new version information of the file object in version information table;
Download module, for being downloaded operation to the file object using the method in WebService.
Preferably, the file object update module includes:
Operating unit is checked out, the file object is carried out for the CheckOut method by being provided in WebService Check out operation;
Operating unit is checked in, for the CheckIn method by providing in WebService to the file object checked out Carry out check-in operation.
Preferably, the logging modle is also used to check out after operating unit carries out checking out operation to file object described, It is checked out in file and records the file object in table to check out state, it includes to be checked out in table for recording that the file, which checks out, Corresponding informance of the obj ect file in version information table.
Preferably, the check-in operating unit includes:
Subelement is determined, for determining the address information of file object to be checked in;
Subelement is checked, for checking out whether check the file object in table from the file according to the address information In the state that checks out, and check whether the file object has correct version information;
Subelement is operated, for detecting that the file object is in the state that checks out and with just in the inspection subelement True version information then carries out check-in operation to the file object.
Preferably, the system also includes:
Label module, carries out mark to directory object for the MarkLabel method by providing in WebService Label operation.
The file edition management method and system of the above embodiment of the present invention use WebService technology, overcome Obstacle is accessed between platform, has achieved the effect that cross-platform operation.
Detailed description of the invention
The drawings described herein are used to provide a further understanding of the present invention, constitutes part of this application, this hair Bright illustrative embodiments and their description are used to explain the present invention, and are not constituted improper limitations of the present invention.In the accompanying drawings:
Fig. 1 is database structure schematic diagram used in the embodiment of the present invention;
Fig. 2 is the flow chart of file edition management method of the embodiment of the present invention;
Fig. 3 is the structural schematic diagram of file edition management system of the embodiment of the present invention.
Specific embodiment
The scheme of embodiment in order to enable those skilled in the art to better understand the present invention with reference to the accompanying drawing and is implemented Mode is described in further detail the embodiment of the present invention.
The present invention provides a kind of file edition management method and device thereof, for realizing in software system development to text The version management of part and the function of restoring files.In embodiments of the present invention, file or folder is uniformly put into service It is managed.It is embedded in com component in client, which is responsible for being communicated with server, and component is by all FileVersions It manages relevant operation and is all encapsulated in component internal, outside does not have to the details of concerned with internal file edition management, calls directly COM The interface that component provides, Lai Shixian file download upload, and submit the correlation function of version.
In embodiments of the present invention, each file or file are indicated by file object, the format of file object Such as: FFS: 1/ file of // file, 2/ file: the character string of version number, between each client or server-side and client When end carries out the transmitting of file, character string as shown above is only transmitted, then give the character string to insertion by client Com component, com component are communicated by the character string with server end, and specific file or folder content are got visitor The specified position in family end, realizes the downloading of file.
Further, in embodiments of the present invention, file download or upload when also there is verifying function.Specifically, literary When part is downloaded, com component gets the MD5 check code of this document from server end first, to file after the completion of file download The verification code value for recalculating MD5, is compared with the check code got before.If check code is identical, then it represents that file It transmits errorless;If check code is different, supporting paper downloading is wrong, needs to re-download.When file uploads, in order to reduce not Necessary upload number, the MD5 of the first calculation document of meeting verifies code value before uploading, and the verification code value is first sent to server End, if the code value has existed in server end, then it represents that this document has existed in server end, i.e., without uploading, directly It connects and can return to upload successfully mark.
In embodiments of the present invention, server end and the communication mode of client use Web Service, Web Services is by the application on site service of its specific business needs of the completion of enterprise's publication, other companies or application software can It is accessed by internet and uses this online service.Data and service are provided to its logicality for other applications, respectively Application program accesses Web Service by network protocol and defined some standard data formats (Http, XML, Soap), Obtain required as a result, Web Service can be executed from simple request to complicated commercial affairs by being executed inside Web Service Any function of processing.
Client file calibration technology can use MD5 algorithm, and MD5 is message digest algorithm, it can be to any file Generate a unique MD5 identifying code, once this file in transmission process, if content is damaged or is modified, The MD5 code of so this file will change, and by the verifying to file MD5, can learn whether the file of acquisition is complete It is whole.
Com component is the behavior exploitation that Microsoft is more in line with the mankind for the software production of computer industry A kind of new software development technique.Under COM framework, people can develop various function-specific components, then They are combined as required, constitutes complicated application system.Some advantages that arise therefrom is various: can be by system In component replaced with new, to carry out the upgrading and customization of system at any time;Benefit can be repeated in multiple application systems With the same component;What be can be convenient expands to application system under network environment;COM and language, platform-independent characteristic make The ability and intelligence and speciality that all programmers can give full play to oneself write assembly module.
For the convenience of description, by the Data Sheet Design in the embodiment of the present invention, in which:
Database structure used in the embodiment of the present invention is done a simple declaration first by FileObj_Info, such as Fig. 2 institute Show.Including:
FileObj_Info, this table are used to record file object and directory object (FileObj), are treelike structural table.
FileObj_ID(major key ID), FileObj_ParentID(father ID), file and directory object are referred to as FileObj, and (FileObj_Type=0 is directory object, and 1 is file object) is distinguished with FileObj_Type field.
FileObj_Version, this table are used to record All Files object version information, and check-in operation every time can be to increase The file of one new version.
FileObj_CheckOut, what this table was used to record file object checks out state, when file object is checked out, no Allow to operate file.
FileObj_Label, this table are used to record the label of directory object.
File_Info, this table are used to record the storage information of physical file corresponding to file object.
User, this table are used to record operation user.
Based on above-mentioned database structure, file edition management method of the embodiment of the present invention is done further specifically below It is bright.
As shown in Fig. 2, being the flow chart of file edition management method of the embodiment of the present invention, comprising the following steps:
Step 201, com component is set in client.
Step 202, file object is created, and is uploaded to the corresponding physical file of the file object by com component In server, and the version information of the file object is recorded in version information table, institute is recorded in the information table of file address State physical file storage information.
It is specifically as follows: provides a customized directory address for create directory object and file object, such as Location ffs: in // directory A/directory A B/ file ABC:0, directory A and directory A B are directory object, for indicating directory object name Claiming, file ABC:0 is file object, and file ABC is file object title: 0 is fileversion number.Create the directory object and File object embodies mesh with tree structure (FileObj_ID, FileObj_ParentID) in FileObj_Info table Object and file object structure are recorded, being distinguished with FileObj_Type field is directory object or file object.
The creation of file object can follow following rule:
1, in the table default there are root object/, all FileObj in root object/lower creation, there is no with The FileObj of root object peer.
2, it is not allow for that FileObj identical (file object allows to possess different editions, uses file under peer FileObj Object name: version number is distinguished).
After the completion of creating FileObj, by the method for uploading provided in com component, physical file is uploaded to and is set in advance In the ftp server set, and file object version information is added in FileObj_Version table, add in File_Info table Physical file is added to store information.
Step 203, the file object is updated using the method in WebService, and will by com component During the corresponding physical file of updated file object is uploaded onto the server, and the file object is recorded in version information table New version information.
It is above-mentioned that the operation including being checked out, being checked in file object is updated to file object.
It is described check out (CheckOut) operation refer to visitor will to this document object execute modification operation, this document object Occupied by current visitor, before the visitor is not carried out check-in (CheckIn) operation, other visitors do not allow to sign again This file object out.
The concrete operations checked out are as follows: provide one for accessing the address of file object, such as step by visitor first Address ffs in 202: // directory A/directory A B/ file ABC:0, it can be with by the CheckOut method that is provided in WebService File ABC:0 is carried out to check out operation, the file record in the state that checks out is in FileObj_CheckOut table.FileObj_ FileVer_ID field is used to record the corresponding letter in FileObj_Version table of the file checked out in CheckOut table Breath.
Check-in (CheckIn) operation proposes the file object execution write operation that refers to and will once check out.
The concrete operations of check-in are as follows: based on the above-mentioned file object checked out, check-in operation can be carried out to it, passed through The CheckIn method provided in WebService carries out check-in operation to file ABC:0, when executing check-in operation, needs to mention For a FileObj address information to be checked in, address described in step 202 is continued to use, detects whether the FileObj is signed first (information is checked out in detection FileObj_CheckOut table) out, then detect the version information of the FileObj with the presence or absence of (detection This document object version in FileObj_Version).When detect the FileObj be in check out state and detect correctly FileObj version information (if detecting version information from FileObject_Version table, as correct FileObj Version information) when, check-in operation is carried out to it.If the version information detected is incorrect, assert that this time check-in operation is lost It loses.
Check-in operation will be deleted the information that checks out of the FileObj first, then the upload side by providing in com component Method carries out upload operation to it, and the check-in new version information of the FileObj can be finally recorded in FileObj_Version table, Version number is that the current latest edition number got adds 1.
Step 204, operation is downloaded to the file object using the method in WebService.
The concrete operations of downloading are as follows: provide one for downloading the address of file object, such as above-mentioned check-in by visitor The newly-increased file object address ffs: // directory A/directory A B/ file ABC:1 of operation, passes through what is provided in WebService DownloadFfsFile method can be downloaded operation to file ABC:1, and (method for down loading in the WebService is pair The calling that method for down loading in com component carries out).This method inquires version information (different editions corresponding to FileObj first The corresponding physical address of FileObj it is different, determine that the corresponding different physical files of different editions are shown in tables of data Fig. 1. File_ID is recorded in FileObj_Version table, which is the major key of File_Info table, is recorded in File_Info table The physical address of file.), next searches actual physical address information corresponding to the FileObj, by under com component Support method is downloaded operation to it.
In embodiments of the present invention, the concrete operations that file object version information obtains are as follows: provide one and be used to obtain text The address information of part object, such as address ffs: // directory A/directory A B/ file ABC, FileObj file ABC is in above-mentioned check-in It has increased a version in operation newly, has there is version 0 and version 1 at present.Providing method GetFileVersion can in WebService To return to a FileObj_Version array about this document object, wherein including version 0 and version 1.
It should be noted that in embodiments of the present invention, it can also be using the method provided in WebService to catalogue Object carries out the operation that labels.
The operation (MarkLabel) that labels is that single or multiple file objects are marked, and is used for sort file Object records the version information of certain current file object.
The concrete operations that directory object labels are as follows: the operation that labels can be carried out to a certain catalogue, directory object labels Operation the All Files object under the catalogue that needs label can be all created a new version and saved, can be in access It is accessed with directory object name tag name, such as ffs: // directory A label A/directory A B/ file ABC:1.In WebService Providing method MarkLabel can carry out the operation that labels to above-mentioned catalogue, first look for the All Files object under the catalogue, Then file object is increased a new version and records the label of this document object by circulate operation.Mark can be passed through in access It signs to find file corresponding under the catalogue.
File or folder is uniformly put into service and is managed by the file edition management method of the embodiment of the present invention. It is embedded in com component in client, which is responsible for being communicated with server, and component is relevant by all file edition managements Operation is all encapsulated in component internal, and outside does not have to the details of concerned with internal file edition management, calls directly com component offer Interface, Lai Shixian file download upload, and submit the correlation function of version.Access obstacle between platform to overcome, reached across The effect of platform operation.
Correspondingly, the embodiment of the present invention also provides a kind of file edition management system, as shown in figure 3, being the one of the system Kind structural schematic diagram.
The system includes:
Setup module 301, for com component to be arranged in client;
File object creation module 302, for creating file object;
Uploading module 303, for the corresponding physical file of the file object to be uploaded onto the server by com component In;
Logging modle 304 is believed for recording the version information of the file object in version information table in file address The physical file storage information is recorded in breath table;
File object update module 305, for being updated using the method in WebService to the file object Operation;
The uploading module 303 is also used to upload the corresponding physical file of updated file object by com component Into server;
The logging modle 304 is also used to record the new version information of the file object in version information table;
Download module 306, for being downloaded operation to the file object using the method in WebService.
Wherein, a kind of specific implementation structure of file object update module 305 includes:
Operating unit is checked out, the file object is carried out for the CheckOut method by being provided in WebService Check out operation;
Operating unit is checked in, for the CheckIn method by providing in WebService to the file object checked out Carry out check-in operation.
Correspondingly, logging modle 304 is also used to check out after operating unit carries out checking out operation to file object described, It is the state that checks out that file, which checks out and records the file object in table, and the file checks out in table comprising for recording pair checked out As corresponding informance of the file in version information table.
The check-in operating unit may include:
Subelement is determined, for determining the address information of file object to be checked in;
Subelement is checked, for checking out whether check the file object in table from the file according to the address information In the state that checks out, and check whether the file object has correct version information;
Subelement is operated, for detecting that the file object is in the state that checks out and with just in the inspection subelement True version information then carries out check-in operation to the file object.
In practical applications, the system can also further comprise:
The module that labels (not shown), for the MarkLabel method by being provided in WebService to directory object Carry out the operation that labels.
The specific operation process of above-mentioned each module can refer to the description in the embodiment of the present invention method of front, no longer superfluous herein It states.
File or folder is uniformly put into service and is managed by the file edition management system of the embodiment of the present invention. All relevant operations of file edition management are all encapsulated in component internal, outside does not have to concerned with internal file edition management Details calls directly the interface of com component offer, and Lai Shixian file download uploads, and submits the correlation function of version.To overcome Obstacle is accessed between platform, has achieved the effect that cross-platform operation.
All the embodiments in this specification are described in a progressive manner, same and similar portion between each embodiment Dividing may refer to each other, and each embodiment focuses on the differences from other embodiments.Especially for system reality For applying example, since it is substantially similar to the method embodiment, so describing fairly simple, related place is referring to embodiment of the method Part explanation.
Obviously, those skilled in the art should be understood that above-mentioned modules of the invention or each step can be used General computer installation is realized.JAVA object+template side can be passed through as workbench operates the content that application is shown Formula realizes that the mode that XML data source+XSLT conversion module equally also can be used is realized.Attribute field storage configuration, attribute word Section application configuration, workbench application, which such as show at the modules, can be concentrated on a single computing device, or be distributed in multiple meters It calculates on network composed by device, optionally, they can be realized with the program code that computing device can perform, so as to It is stored in storage device and is performed by computing device, or they are fabricated to each integrated circuit modules, Or single integrated circuit module is maked multiple modules or steps in them to realize.In this way, the present invention is not limited to Any specific hardware and software combines.
The foregoing is only a preferred embodiment of the present invention, is not intended to restrict the invention, for the skill of this field For art personnel, the invention may be variously modified and varied.All within the spirits and principles of the present invention, made any to repair Change, equivalent replacement, improvement etc., should all be included in the protection scope of the present invention.

Claims (10)

1. a kind of file edition management method characterized by comprising
Com component is set in client, wherein the com component is connect with server communication, and the com component is by file version The relevant operation of this management is encapsulated in component internal, and is provided out and uploads for realizing file download, submits the phase of version Close the interface of function;
File object is created, and the method for uploading provided by com component uploads the corresponding physical file of the file object Into server, and the version information of the file object is recorded in version information table, is recorded in the information table of file address The physical file stores information, wherein and the file object includes: the address of file or folder, title, version information, The version information table and the file address information table are the tables of data in database;
Operation, and the upload provided by com component are updated to the file object using the method in WebService During method uploads onto the server the corresponding physical file of updated file object, and the text is recorded in version information table The new version information of part object;
Operation is downloaded to the file object using the method in WebService, wherein described to utilize WebService In method operation is downloaded to the file object, comprising: inquire the file object in the version information table Version information, according to the version information, the actual physical of the file object is inquired in the file address information table Location information is downloaded operation to the file object by the method for down loading that com component provides.
2. the method according to claim 1, wherein the method using in WebService is to the text Part object is updated operation
The file object is carried out to check out operation by the CheckOut method provided in WebService;
Check-in operation is carried out to the file object checked out by the CheckIn method provided in WebService.
3. according to the method described in claim 2, it is characterized in that, the method also includes:
File object is carried out after checking out operation, file check out recorded in table the file object be check out state, the text Part checks out in table comprising for recording corresponding informance of the obj ect file checked out in version information table.
4. according to the method described in claim 2, it is characterized in that, the side CheckIn by being provided in WebService Method carries out check-in operation to the file object checked out
Determine the address information of file object to be checked in;
It is checked out according to the address information from file and checks whether the file object is in the state of checking out in table, and described in inspection Whether file object has correct version information;
If detect the file object be in check out state and have correct version information, to the file object into Row check-in operation.
5. method according to any one of claims 1 to 4, which is characterized in that the method also includes:
The operation that labels is carried out to directory object by the MarkLabel method provided in WebService.
6. a kind of file edition management system characterized by comprising
Setup module, for com component to be arranged in client, wherein the com component is connect with server communication, the COM The relevant operation of file edition management is encapsulated in component internal by component, and be provided out and uploaded for realizing file download, Submit the interface of the correlation function of version;
File object creation module, for creating file object, wherein the file object includes: the ground of file or folder Location, title, version information;
Uploading module, the method for uploading for being provided by com component upload to the corresponding physical file of the file object In server;
Logging modle, for recording the version information of the file object in version information table, in the information table of file address Record the physical file storage information, wherein the version information table and the file address information table is in databases Tables of data;
File object update module, for being updated operation to the file object using the method in WebService;
The uploading module, the method for uploading for being also used to provide by com component is by the corresponding physics of updated file object During file is uploaded onto the server;
The logging modle is also used to record the new version information of the file object in version information table;
Download module, for being downloaded operation to the file object using the method in WebService;
The download module is further configured the version information for inquiring the file object in the version information table, According to the version information, the actual physical address information of the file object is inquired in the file address information table, is led to The method for down loading for crossing com component offer is downloaded operation to the file object.
7. system according to claim 6, which is characterized in that the file object update module includes:
Operating unit is checked out, the file object is checked out for the CheckOut method by being provided in WebService Operation;
Operating unit is checked in, the file object checked out is carried out for the CheckIn method by being provided in WebService Check-in operation;
The check-in operating unit is further used for being downloaded the file object by the method for down loading that com component provides Operation.
8. system according to claim 7, which is characterized in that
The logging modle is also used to check out after operating unit carries out checking out operation to file object described, check out in file It is the state that checks out that the file object is recorded in table, and the file checks out in table comprising existing for recording the obj ect file checked out Corresponding informance in version information table.
9. system according to claim 7, which is characterized in that the check-in operating unit includes:
Subelement is determined, for determining the address information of file object to be checked in;
It checks subelement, checks whether the file object is in table for being checked out according to the address information from file and check out State, and check whether the file object has correct version information;
Subelement is operated, for detecting that the file object is in the state that checks out and with correct in the inspection subelement Version information then carries out check-in operation to the file object.
10. according to the described in any item systems of claim 6 to 9, which is characterized in that the system also includes:
Label module, carries out the behaviour that labels to directory object for the MarkLabel method by providing in WebService Make.
CN201310485245.3A 2013-10-16 2013-10-16 File edition management method and system Expired - Fee Related CN104572145B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201310485245.3A CN104572145B (en) 2013-10-16 2013-10-16 File edition management method and system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201310485245.3A CN104572145B (en) 2013-10-16 2013-10-16 File edition management method and system

Publications (2)

Publication Number Publication Date
CN104572145A CN104572145A (en) 2015-04-29
CN104572145B true CN104572145B (en) 2019-08-30

Family

ID=53088310

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201310485245.3A Expired - Fee Related CN104572145B (en) 2013-10-16 2013-10-16 File edition management method and system

Country Status (1)

Country Link
CN (1) CN104572145B (en)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107451104A (en) * 2017-06-23 2017-12-08 江苏艾科半导体有限公司 A kind of file version information storage method and its special purpose device
CN108170747A (en) * 2017-12-20 2018-06-15 北京酷我科技有限公司 A kind of method that picture in APP is managed on iOS
CN108228846B (en) * 2018-01-08 2020-09-11 江苏神州信源系统工程有限公司 Resource file management method and device

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101206564A (en) * 2006-12-20 2008-06-25 鸿富锦精密工业(深圳)有限公司 Document version pipe control interface arrangement and method

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101145101A (en) * 2006-09-14 2008-03-19 国际商业机器公司 Method, device and system for customizing and executing strategy in edition control

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101206564A (en) * 2006-12-20 2008-06-25 鸿富锦精密工业(深圳)有限公司 Document version pipe control interface arrangement and method

Also Published As

Publication number Publication date
CN104572145A (en) 2015-04-29

Similar Documents

Publication Publication Date Title
US8001145B1 (en) State management for user interfaces
US8539050B2 (en) Method for distributing update modules for computer software over a network
US20030225811A1 (en) Automatically deriving an application specification from a web-based application
US9864793B2 (en) Language tag management on international data storage
US9274783B2 (en) Dynamic delivery and integration of static content into cloud
CN107025108B (en) Exporting hierarchical data from a Source Code Management (SCM) system to a Product Lifecycle Management (PLM) system
CN102722439B (en) Method, device and system for improving running stability of FLASH assembly
Lennon Beginning CouchDB
CN103248524A (en) Flexible test technology based test data version control method, device and system
CN105589959A (en) Form processing method and form processing system
CN107169000A (en) Static resource dissemination method and device
CN102317905A (en) Web application building system, web application building method, web application building program, and recording medium on which web application building is recorded
CN104572145B (en) File edition management method and system
CN107430614A (en) Application partial-depth to corresponding resource links
CN102144230A (en) Record based code structure
CN104361094A (en) Storage method and device for file in search result, and browser client
Leitner et al. Lessons learned from tool integration with oslc
WO2016028973A1 (en) Plug-in manager and deployment system
CN101145936A (en) A method and system for adding tags in Web pages
CN104539697B (en) A kind of client, server and the method for making Android mobile application
CN103246962A (en) Enterprise comprehensive information management system
CN103023910B (en) Data transmission method between mobile device and computing device
Yuxian PhoneGap and angularJS for cross-platform development
US8024745B2 (en) Communication mechanism between disconnected applications in a web browser
CN115242638B (en) Feasible touch screening method and device, electronic equipment and storage medium

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant
CP01 Change in the name or title of a patent holder

Address after: 100871, Beijing, Haidian District Cheng Fu Road 298, founder building, 5 floor

Patentee after: PEKING UNIVERSITY FOUNDER GROUP Co.,Ltd.

Patentee after: PKU FOUNDER INFORMATION INDUSTRY GROUP CO.,LTD.

Patentee after: BEIJING FOUNDER ELECTRONICS Co.,Ltd.

Address before: 100871, Beijing, Haidian District Cheng Fu Road 298, founder building, 5 floor

Patentee before: PEKING UNIVERSITY FOUNDER GROUP Co.,Ltd.

Patentee before: FOUNDER INFORMATION INDUSTRY HOLDINGS Co.,Ltd.

Patentee before: BEIJING FOUNDER ELECTRONICS Co.,Ltd.

CP01 Change in the name or title of a patent holder
TR01 Transfer of patent right

Effective date of registration: 20220915

Address after: 3007, Hengqin international financial center building, No. 58, Huajin street, Hengqin new area, Zhuhai, Guangdong 519031

Patentee after: New founder holdings development Co.,Ltd.

Patentee after: BEIJING FOUNDER ELECTRONICS Co.,Ltd.

Address before: 100871, Beijing, Haidian District Cheng Fu Road 298, founder building, 5 floor

Patentee before: PEKING UNIVERSITY FOUNDER GROUP Co.,Ltd.

Patentee before: PKU FOUNDER INFORMATION INDUSTRY GROUP CO.,LTD.

Patentee before: BEIJING FOUNDER ELECTRONICS Co.,Ltd.

TR01 Transfer of patent right
CF01 Termination of patent right due to non-payment of annual fee

Granted publication date: 20190830

CF01 Termination of patent right due to non-payment of annual fee