CN111770120A - Real-time remote backup method of VS editor and storage medium - Google Patents

Real-time remote backup method of VS editor and storage medium Download PDF

Info

Publication number
CN111770120A
CN111770120A CN201910256298.5A CN201910256298A CN111770120A CN 111770120 A CN111770120 A CN 111770120A CN 201910256298 A CN201910256298 A CN 201910256298A CN 111770120 A CN111770120 A CN 111770120A
Authority
CN
China
Prior art keywords
content
editor
backup
server
edited
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.)
Withdrawn
Application number
CN201910256298.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.)
Jiangsu Huazhang Logistics Technology Co ltd
Original Assignee
Jiangsu Huazhang Logistics 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 Jiangsu Huazhang Logistics Technology Co ltd filed Critical Jiangsu Huazhang Logistics Technology Co ltd
Priority to CN201910256298.5A priority Critical patent/CN111770120A/en
Publication of CN111770120A publication Critical patent/CN111770120A/en
Withdrawn legal-status Critical Current

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/10Protocols in which an application is distributed across nodes in the network
    • H04L67/1095Replication or mirroring of data, e.g. scheduling or transport for data synchronisation between network nodes
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/07Responding to the occurrence of a fault, e.g. fault tolerance
    • G06F11/14Error detection or correction of the data by redundancy in operation
    • G06F11/1402Saving, restoring, recovering or retrying
    • G06F11/1446Point-in-time backing up or restoration of persistent data
    • G06F11/1448Management of the data involved in backup or backup restore
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/54Interprogram communication
    • G06F9/546Message passing systems or structures, e.g. queues
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/34Network arrangements or protocols for supporting network services or applications involving the movement of software or configuration parameters 
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2209/00Indexing scheme relating to G06F9/00
    • G06F2209/54Indexing scheme relating to G06F9/54
    • G06F2209/548Queue

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Software Systems (AREA)
  • Quality & Reliability (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The invention provides a real-time allopatric backup method of a VS editor, which comprises the following steps: acquiring a remote backup interface address of a server; searching a process ID of the VS editor, and acquiring a class name and a process handle of the VS editor according to the process ID; according to the class name and the process handle, injecting the class name and the process where the process handle is located, monitoring the state of a storage button of a VS editor and/or monitoring the content edited in the VS editor to be written into a local disk of a PC; acquiring edited contents in response to a state in which a save button of the VS editor is pressed; analyzing the edited content to obtain a backup content; sending the backup content to a remote backup interface of the server; the remote backup interface receives the backup content; and writing the backup content into a server disk to complete remote backup. The real-time remote backup method and the storage medium of the VS editor provided by the invention realize real-time remote backup and avoid the loss caused by data loss, misoperation deletion, file movement and the like.

Description

Real-time remote backup method of VS editor and storage medium
Technical Field
The invention relates to the technical field of data backup, in particular to a real-time remote backup method and a storage medium of a VS editor.
Background
Microsoft Visual Studio (VS) is a development kit product of Microsoft corporation of America. The VS is a substantially complete set of development tools that includes most of the tools required throughout the software lifecycle, such as UML tools, code instrumentation tools, Integrated Development Environments (IDEs), and so forth. The object code written is applicable to all platforms supported by microsoft.
In the prior art, few solutions are available for providing real-time off-site backup of source code. At present, when an organization, an enterprise and an individual use the editor, the organization, the enterprise and the individual usually use a computer windows system, when a source code file is edited, added, moved and deleted, the source code file needs to be manually uploaded to an SVN, a server, a network disk and the like for remote backup, before the manual backup, if the source code data is lost, the data can not be guaranteed to be usable and recoverable, and the real-time remote backup is realized in the process of editing the source code without a related scheme.
In the prior art, even in the common remote backup of files, a form of actively transmitting character strings to a remote server is mostly adopted, for example, chinese patent document with patent application number CN201611076159.7 discloses a remote backup method of platform data, which actively transmits the obtained data operation types and data of operation to a primary site asynchronous backup service; even so, the programmer still needs to take the data security and backup problems into consideration in a dispersed manner or in a time during working, which affects the working efficiency of the programmer and causes poor backup timeliness.
Disclosure of Invention
The invention aims to provide a method and a storage medium for real-time remote backup of VS editor source codes, so as to solve the problem that the prior art does not realize the real-time remote backup of the VS editor source codes.
The above object of the invention is achieved by the features of the independent claims, the dependent claims developing the features of the independent claims in alternative or advantageous ways.
In order to achieve the purpose, the technical scheme adopted by the invention is as follows:
a real-time allopatric backup method of VS editor, is suitable for carrying on the real-time allopatric backup to the server in the content edited in VS editor that runs on PC, including the following method:
acquiring a remote backup interface address of a server;
searching the process ID of the VS editor on the PC, and acquiring the class name of the VS editor and the process handle of the VS editor according to the process ID;
injecting the class name and the process of the process handle according to the class name and the process handle, and monitoring the state of a storage button of the VS editor and/or the content edited in the VS editor to be written into a local disk of the PC through the injected process;
acquiring the content edited by the VS editor in response to the state that the save button of the VS editor is pressed; analyzing the edited content to obtain a backup content;
according to the address of the remote backup interface of the server, the backup content is sent to the remote backup interface of the server through the injection process;
a remote backup interface of the server receives the backup content;
and writing the backup content into a server disk to complete remote backup.
In a further embodiment, the acquiring content edited by the VS editor includes:
defining a receiving function for receiving and saving the edited content, and monitoring the edited content of the VS editor to be written into the local disk of the PC by monitoring the 'WriteFile' function in response to the state that the saving button of the VS editor is pressed, wherein the receiving function receives the edited content.
In a further embodiment, the edited content includes a name of the "Write File" function and a parameter corresponding to the name.
In a further embodiment, the parsing the edited content to obtain the backed-up content includes:
converting the acquired parameters into data objects according to a predefined format of the backup content, and sending the data objects to a message queue; the message queue is used for storing data objects.
In a further embodiment, the data object is at least one of a character string, an integer type, and a byte type, and includes a file name and a file content.
In a further embodiment, the method further comprises: before sending the backup content to the remote backup interface of the server, the PC starts a new thread to poll the message queue, and when finding that a data object exists in the message queue, the PC sends the data object to the remote backup interface of the server according to the remote backup interface address of the server.
In a further embodiment, the content of the backup includes a file name and file content, and the writing the content of the backup into the server disk to complete the remote backup includes:
responding to the remote backup interface of the server to receive the backup content, and judging whether the file name exists in the server disk;
if yes, writing the backup content into the file corresponding to the file name;
if not, a file is created according to the file name, and the backed-up content is written into the created file.
In a further embodiment, the type of the remote backup interface of the server is at least one of WebService, Wcf and TCP/IP.
In a further embodiment, the method further comprises:
acquiring the content edited by the VS editor in response to the state that the save button of the VS editor is pressed; analyzing the edited content to obtain a backup content;
and writes the backed up content to the PC's own disk.
According to an improvement of the present invention, there is also proposed a storage medium storing a program, wherein the program, when executed, causes a PC and a server to:
acquiring a remote backup interface address of a server;
searching the process ID of the VS editor on the PC, and acquiring the class name of the VS editor and the process handle of the VS editor according to the process ID;
injecting the class name and the process where the process handle is located according to the class name and the process handle, and monitoring the state of a storage button of the VS editor and/or monitoring the content edited by the VS editor to be written into a local disk of the PC through the injected process;
acquiring the content edited by the VS editor in response to the state that the save button of the VS editor is pressed; analyzing the edited content to obtain a backup content;
according to the address of the remote backup interface of the server, the backup content is sent to the remote backup interface of the server through the injection process;
a remote backup interface of the server receives the backup content;
and writing the backed-up content into a server disk.
Compared with the prior art, the technical scheme of the invention has the obvious beneficial effects that the injection process is adopted, the content edited by the VS editor is monitored and obtained, the edited content is analyzed to obtain the backup content, and the backup content is sent to the server through injection to complete the remote real-time backup, so that the loss caused by the conditions of data loss, misoperation deletion, file movement and the like is avoided, the working efficiency is improved to a greater extent, the property safety is ensured, and a programmer does not need to scatter the attention or consider the data safety and the backup problem in working time.
Other features, characteristics and advantages of the present invention will become more apparent from the following detailed description of embodiments of the present invention, which is to be read in connection with the accompanying drawings.
Drawings
The drawings are not intended to be drawn to scale. In the drawings, each identical or nearly identical component that is illustrated in various figures may be represented by a like numeral. For purposes of clarity, not every component may be labeled in every drawing. Embodiments of various aspects of the present invention will now be described, by way of example, with reference to the accompanying drawings, in which:
fig. 1 is a flowchart illustrating a method for backing up a VS editor in real time in different locations according to a preferred embodiment of the present invention.
Detailed Description
In order to better understand the technical content of the present invention, specific embodiments are described below with reference to the accompanying drawings.
In this disclosure, aspects of the present invention are described with reference to the accompanying drawings, in which a number of illustrative embodiments are shown. Embodiments of the present disclosure are not necessarily intended to include all aspects of the invention. It should be appreciated that the various concepts and embodiments described above, as well as those described in greater detail below, may be implemented in any of numerous ways, as the disclosed concepts and embodiments are not limited to any one implementation. In addition, some aspects of the present disclosure may be used alone, or in any suitable combination with other aspects of the present disclosure.
Fig. 1 is a flowchart of a real-time remote backup method for a VS editor according to an embodiment of the present invention, which is a real-time remote backup method for a VS editor, and is adapted to perform real-time remote backup of contents edited in a VS editor running on a PC to a server, and includes the following steps:
the PC machine obtains the remote backup interface address of the server.
And searching the process ID of the VS editor in the current task manager of the PC, and acquiring the class name of the VS editor and the process handle of the VS editor according to the process ID.
And injecting (hook) the process where the class name and the process handle are located according to the class name and the process handle, and monitoring the state of a save button of the VS editor and/or monitoring the content edited in the VS editor to be written into a local disk of the PC through the operation of the injecting (hook) process. The foregoing implantation (hook) is well known to those skilled in the art and will not be described herein.
In response to a state where a save button of the VS editor is pressed, acquiring content edited by the VS editor, the edited content including insertion, deletion, update of data (source code), and operated data (source code). And then analyzing the edited content to obtain the backed-up content. The backed up content includes the file name and the file content.
And the PC sends the backup content to the remote backup interface of the server through the injection (hook) process according to the remote backup interface address of the server.
And a remote backup interface of the server receives the backup content.
And writing the backup content into a server disk to complete real-time remote backup.
Therefore, an injection (hook) process is adopted, the content (data (source code) inserted, deleted and updated, the operated data (source code) and the like) edited by the VS editor is monitored and obtained, the edited content is analyzed to obtain the backup content, the backup content is sent to the server through the injection (hook), remote real-time backup is completed, and loss caused by data loss, misoperation deletion, file movement and the like is avoided.
In some preferred embodiments, the acquiring content edited by the VS editor includes: defining a receiving function for receiving the edited content, and in response to the state that the save button of the VS editor is pressed, listening to the edited content in the VS editor to be written to the local disk of the PC by listening to the "WriteFile" function. In this embodiment, the windows system of the PC calls the "kernel 32. dll" dynamic library, executes the "WriteFile" function, and intercepts the "WriteFile" function address. When a save button of the VS editor is pressed, the function of monitoring the 'WriteFile' is triggered to jump to a receiving function, and the receiving function receives the edited content according to the function address of the 'WriteFile'. The edited content comprises the name of the function of the Write File and the parameter corresponding to the name.
In this embodiment, the content of the parameter corresponding to the function name of "WriteFile" is as follows:
parameter(s) Type and description
hFile Long, a handle to a file.
lpBuffer Any, a data buffer to be written.
nNumberO fBytesTo Write Long, the number of bytes of data to be written. If zero bytes are written, it means that nothing is written, but the text is updated The "last modification time" of a piece. For named pipes located in remote systems, limited to 65535 bytes to And (4) the following steps.
lpNumber OfBytesW ritten Long, the number of bytes actually written to the file.
lpOverla pped OVERLAPPED, this parameter if the FILE is opened with a FILE _ FLAG _ OVERLAPPED designation A special structure must be introduced. That structure defines an asynchronous write operation. Otherwise, the parameter should Set to null (change assertion to ByVal As Long and pass a zero value).
It should be understood that the aforementioned "WriteFile" function and receive function are well known to those skilled in the art and will not be described herein.
In some embodiments, as shown in fig. 1, the parsing the edited content to obtain the backed-up content includes:
converting the acquired parameters into data objects (namely backup contents) according to a predefined format of the backup contents, and sending the data objects (namely the backup contents) to a message queue; the message queue is used to store data objects (i.e., backup content). In this embodiment, the buffer address is obtained according to the obtained parameter; then opening the highest authority of an existing process object, and reading the edited content into a buffer zone corresponding to the buffer zone address; reading a byte array from the unmanaged memory; converting the byte array into a character string; sending the character string to a message queue (the message queue is used for storing the character string); and (4) immediately jumping out of the message queue after the character string is put into the message queue, so that the storage command of the VS editor is normally carried out, and the content is written into a local disk of the PC. It should be noted that the data object is at least one of a character string, an integer type, and a byte type, and the data object (i.e., the backup content) includes a file name and a file content.
In certain embodiments, the method further comprises: before sending the backup content to the remote backup interface of the server, the PC starts a new thread to poll the message queue, and when finding that a data object (i.e. backup content) exists in the message queue, the PC sends the data object (i.e. backup content) to the remote backup interface of the server according to the remote backup interface address of the server. The type of the remote backup interface of the server is at least one of WebService, Wcf and TCP/IP. In this embodiment, the remote backup interface of the server is a WebService type, and the remote backup interface is released on the server, is carried by the IIS component to operate, and configures a port and an IP to be exposed in an environment accessible by an intranet or an extranet.
In some embodiments, writing the backed-up content (including the file name and the file content) to the server disk to perform the offsite backup comprises: and responding to the backup content received by the remote backup interface of the server, and judging whether the file name exists in the server disk. If yes, writing the backed-up content into the file corresponding to the file name. If not, a file is created according to the file name, and the backed-up content is written into the created file. In this embodiment, the remote backup interface of the server also feeds back the result of the successful or failed backup to the PC.
Preferably, as shown in fig. 1, the method further comprises: acquiring the content edited by the VS editor in response to the state that the save button of the VS editor is pressed; analyzing the edited content to obtain a backup content; and writes the backed up content to the PC's own disk. Therefore, the programmer does not need to take the data security and backup problems into consideration in a dispersed manner or time during working, and the normal work of the programmer is not influenced.
According to an improvement of the present invention, there is also proposed a storage medium installed on a PC and a server for storing a program, wherein the program, when executed, causes the PC and the server to perform the following operations:
and acquiring a remote backup interface address of the server.
And searching the process ID of the VS editor on the PC, and acquiring the class name of the VS editor and the process handle of the VS editor according to the process ID.
And injecting the class name and the process of the process handle according to the class name and the process handle, and monitoring the state of a save button of the VS editor and/or monitoring the content edited by the VS editor to be written into a local disk of the PC through the injected process.
Acquiring the content edited by the VS editor in response to the state that the save button of the VS editor is pressed; and analyzing the edited content to obtain the backed-up content.
And according to the address of the remote backup interface of the server, sending the backup content to the remote backup interface of the server through the injection process.
And a remote backup interface of the server receives the backup content.
And writing the backed-up content into a server disk.
Therefore, the real-time allopatric backup method of the VS editor and the storage medium provided by the invention adopt the injection process, monitor and acquire the content edited by the VS editor, analyze the edited content to obtain the backup content, and transmit the backup content to the server through injection to complete allopatric real-time backup, thereby avoiding the loss caused by the conditions of data loss, misoperation deletion, file movement and the like, improving the working efficiency to a greater extent and ensuring the property safety, and programmers do not need to consider the data safety and the backup problem in dispersed energy or time during working.
Although the present invention has been described with reference to the preferred embodiments, it is not intended to be limited thereto. Those skilled in the art can make various changes and modifications without departing from the spirit and scope of the invention. Therefore, the protection scope of the present invention should be determined by the appended claims.

Claims (10)

  1. A real-time allopatric backup method of a VS editor is suitable for performing real-time allopatric backup on contents edited in the VS editor running on a PC to a server, and is characterized by comprising the following steps:
    acquiring a remote backup interface address of a server;
    searching the process ID of the VS editor on the PC, and acquiring the class name of the VS editor and the process handle of the VS editor according to the process ID;
    injecting the class name and the process of the process handle according to the class name and the process handle, and monitoring the state of a storage button of the VS editor and/or monitoring the content edited in the VS editor to be written into a local disk of the PC through the injected process;
    acquiring the content edited by the VS editor in response to the state that the save button of the VS editor is pressed; analyzing the edited content to obtain a backup content;
    according to the address of the remote backup interface of the server, the backup content is sent to the remote backup interface of the server through the injection process;
    a remote backup interface of the server receives the backup content;
    and writing the backup content into a server disk to complete remote backup.
  2. 2. The method of claim 1, wherein the obtaining the content edited by the VS editor comprises:
    defining a receiving function for receiving the edited content, and in response to the state that the save button of the VS editor is pressed, listening to the edited content of the VS editor to be written to the local disk of the PC by listening to the "WriteFile" function, wherein the receiving function receives the edited content.
  3. 3. The method of claim 2, wherein the edited content includes the name of the "Write File" function and the parameter corresponding to the name.
  4. 4. The method of claim 3, wherein the parsing the edited content to obtain the backed-up content comprises:
    converting the acquired parameters into data objects according to a predefined format of the backup content, and sending the data objects to a message queue; the message queue is used for storing data objects.
  5. 5. The method of claim 4, wherein the data object is at least one of a string, an integer type, and a byte type, and comprises a file name and a file content.
  6. 6. The method for real-time offsite backup of VS editor of claim 4, further comprising: before sending the backup content to the remote backup interface of the server, the PC starts a new thread to poll the message queue, and when finding that a data object exists in the message queue, the PC sends the data object to the remote backup interface of the server according to the remote backup interface address of the server.
  7. 7. The method of claim 1, wherein the backed-up content includes a file name and a file content, and the writing the backed-up content to a server disk to perform the remote backup comprises:
    responding to the remote backup interface of the server to receive the backup content, and judging whether the file name exists in the server disk;
    if yes, writing the backup content into the file corresponding to the file name;
    if not, a file is created according to the file name, and the backed-up content is written into the created file.
  8. 8. The method of claim 1, wherein the type of the remote backup interface of the server is at least one of WebService, Wcf, and TCP/IP.
  9. 9. The method for real-time offsite backup of VS editor of any of claims 1-8, further comprising:
    acquiring the content edited by the VS editor in response to the state that the save button of the VS editor is pressed; analyzing the edited content to obtain a backup content;
    and writing the backed-up content to the local disk of the PC.
  10. 10. A storage medium storing a program, wherein the program when executed causes a PC and a server to:
    acquiring a remote backup interface address of a server;
    searching the process ID of the VS editor on the PC, and acquiring the class name of the VS editor and the process handle of the VS editor according to the process ID;
    injecting the class name and the process where the process handle is located according to the class name and the process handle, and monitoring the state of a storage button of the VS editor and/or monitoring the content edited by the VS editor to be written into a local disk of the PC through the injected process;
    acquiring the content edited by the VS editor in response to the state that the save button of the VS editor is pressed; analyzing the edited content to obtain a backup content;
    according to the address of the remote backup interface of the server, the backup content is sent to the remote backup interface of the server through the injection process;
    a remote backup interface of the server receives the backup content;
    and writing the backed-up content into a server disk.
CN201910256298.5A 2019-04-01 2019-04-01 Real-time remote backup method of VS editor and storage medium Withdrawn CN111770120A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910256298.5A CN111770120A (en) 2019-04-01 2019-04-01 Real-time remote backup method of VS editor and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910256298.5A CN111770120A (en) 2019-04-01 2019-04-01 Real-time remote backup method of VS editor and storage medium

Publications (1)

Publication Number Publication Date
CN111770120A true CN111770120A (en) 2020-10-13

Family

ID=72718110

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910256298.5A Withdrawn CN111770120A (en) 2019-04-01 2019-04-01 Real-time remote backup method of VS editor and storage medium

Country Status (1)

Country Link
CN (1) CN111770120A (en)

Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101324882A (en) * 2008-07-29 2008-12-17 深圳市金蝶移动互联技术有限公司 System and method for editing supporting documents
CN102402562A (en) * 2010-09-14 2012-04-04 中兴通讯股份有限公司 Database remote disaster tolerant method and system
CN102968479A (en) * 2012-11-19 2013-03-13 嘉兴电力局 Safety zone crossing database backup method
US20140236902A1 (en) * 2011-09-29 2014-08-21 Beijing Qihoo Technology Company Limited User Data Backup Method and Apparatus
CN104486330A (en) * 2014-12-11 2015-04-01 上海爱数软件有限公司 Two-way communication system based on remote procedure calls (RPCs)
CN105930740A (en) * 2016-04-15 2016-09-07 重庆鑫合信科技有限公司 Source tracing method during modification of software file, monitoring method and restoration method and system
US20160314048A1 (en) * 2013-12-13 2016-10-27 Beijing Zhigu Rui Tuo Tech Co., Ltd. Backup and related operations
CN106603635A (en) * 2016-11-29 2017-04-26 北京科技大学 Platform data remote backup method
CN106909464A (en) * 2015-12-22 2017-06-30 北京奇虎科技有限公司 A kind of information synchronization method and device
CN108234554A (en) * 2016-12-15 2018-06-29 北京金山云网络技术有限公司 A kind of cloud file editing method and device

Patent Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101324882A (en) * 2008-07-29 2008-12-17 深圳市金蝶移动互联技术有限公司 System and method for editing supporting documents
CN102402562A (en) * 2010-09-14 2012-04-04 中兴通讯股份有限公司 Database remote disaster tolerant method and system
US20140236902A1 (en) * 2011-09-29 2014-08-21 Beijing Qihoo Technology Company Limited User Data Backup Method and Apparatus
CN102968479A (en) * 2012-11-19 2013-03-13 嘉兴电力局 Safety zone crossing database backup method
US20160314048A1 (en) * 2013-12-13 2016-10-27 Beijing Zhigu Rui Tuo Tech Co., Ltd. Backup and related operations
CN104486330A (en) * 2014-12-11 2015-04-01 上海爱数软件有限公司 Two-way communication system based on remote procedure calls (RPCs)
CN106909464A (en) * 2015-12-22 2017-06-30 北京奇虎科技有限公司 A kind of information synchronization method and device
CN105930740A (en) * 2016-04-15 2016-09-07 重庆鑫合信科技有限公司 Source tracing method during modification of software file, monitoring method and restoration method and system
CN106603635A (en) * 2016-11-29 2017-04-26 北京科技大学 Platform data remote backup method
CN108234554A (en) * 2016-12-15 2018-06-29 北京金山云网络技术有限公司 A kind of cloud file editing method and device

Similar Documents

Publication Publication Date Title
US10996947B2 (en) Diagnosing production applications
CN104268055B (en) The monitoring method and device of a kind of program exception
US9940225B2 (en) Automated error checking system for a software application and method therefor
US9354868B2 (en) Integrated exchange of development tool console data
US6539501B1 (en) Method, system, and program for logging statements to monitor execution of a program
EP1179777B1 (en) Generation of runtime execution traces of applications and error detection
US7058927B2 (en) Computer software run-time analysis systems and methods
US6698016B1 (en) Method for injecting code into another process
US7900198B2 (en) Method and system for parameter profile compiling
US20050160427A1 (en) System and method for managing log files
US7096339B2 (en) System and method for detecting memory management programming errors
US8533683B2 (en) Stack walking enhancements using sensorpoints
US7502967B1 (en) Identifying an object in a data file that causes an error in an application
CN109189687A (en) A kind of method and apparatus obtaining Android log
CN109144525A (en) A kind of software installation method and system of network self-adapting
CN111459764B (en) Log management method and terminal
US7447947B2 (en) System and method for economizing trace operations
CN108920260B (en) Interaction method and device for heterogeneous system
CN114003269A (en) Component processing method and device, electronic equipment and storage medium
CN108446224B (en) Performance analysis method of application program on mobile terminal and storage medium
CN111770120A (en) Real-time remote backup method of VS editor and storage medium
CN111258802A (en) Method for capturing application program crash information and related equipment
CN111045891B (en) Monitoring method, device, equipment and storage medium based on java multithreading
CN109901831A (en) The multi-platform compatibility operation method and compatibility operation device of software
US20030188225A1 (en) Extended "run to" function

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
WW01 Invention patent application withdrawn after publication

Application publication date: 20201013

WW01 Invention patent application withdrawn after publication