CN109697192B - Method and device for storing pseudo terminal log file - Google Patents

Method and device for storing pseudo terminal log file Download PDF

Info

Publication number
CN109697192B
CN109697192B CN201711001154.2A CN201711001154A CN109697192B CN 109697192 B CN109697192 B CN 109697192B CN 201711001154 A CN201711001154 A CN 201711001154A CN 109697192 B CN109697192 B CN 109697192B
Authority
CN
China
Prior art keywords
log file
state value
switch state
pseudo terminal
path
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN201711001154.2A
Other languages
Chinese (zh)
Other versions
CN109697192A (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.)
Loongson Technology Corp Ltd
Original Assignee
Loongson Technology Corp 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 Loongson Technology Corp Ltd filed Critical Loongson Technology Corp Ltd
Priority to CN201711001154.2A priority Critical patent/CN109697192B/en
Publication of CN109697192A publication Critical patent/CN109697192A/en
Application granted granted Critical
Publication of CN109697192B publication Critical patent/CN109697192B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/30Monitoring
    • G06F11/34Recording or statistical evaluation of computer activity, e.g. of down time, of input/output operation ; Recording or statistical evaluation of user activity, e.g. usability assessment
    • G06F11/3466Performance evaluation by tracing or monitoring
    • G06F11/3476Data logging

Abstract

According to the method and the device for storing the pseudo terminal log file, the terminal process is started when the pseudo terminal is started, the terminal process inquires the current switch state value after the terminal process is started, the terminal process determines the storage path according to the current switch state value, and the pseudo terminal log file is created under the storage path, so that the pseudo terminal log file is determined and stored to the corresponding storage path according to the current switch state value through the terminal process, and the problem that the system operation is influenced when the pseudo terminal log file is directly stored in the default storage path of the system by the terminal process in the prior art is solved.

Description

Method and device for storing pseudo terminal log file
Technical Field
The present invention relates to computer technologies, and in particular, to a method and an apparatus for storing a pseudo terminal log file.
Background
A dummy terminal is defined as a pair of virtual character devices, which may particularly refer to a master-slave device of a bi-directional pipe connection conforming to line regulations. When the pseudo terminal is started, all information interaction conditions occurring between the master device and the slave device are recorded by the terminal process used for generating the log file according to the captured information interaction conditions, and the generated log file is the pseudo terminal log file.
In the prior art, the pseudo terminal log file and the temporary file generated when the system runs software are both saved in a default saving path of the system and a corresponding temporary storage space, such as a temporary folder under/tmp. However, generally, since the operation time of the pseudo terminal is long, information interaction between the master device and the slave device is frequent, and the storage space occupied by the corresponding pseudo terminal log file is large, the temporary storage space of the system is squeezed, and the situation of insufficient space is easily caused, so that the normal operation of the system and each software is affected.
Disclosure of Invention
The invention provides a method and a device for storing a pseudo terminal log file, aiming at the problem that the operation of a system is influenced because the pseudo terminal log file requires a large storage space and occupies a large amount of temporary storage space in the prior art.
The invention provides a method for storing a pseudo terminal log file, which comprises the following steps:
when the pseudo terminal is started, starting a terminal process;
the terminal process inquires the current switch state value after being started;
and the terminal process determines a saving path according to the current switch state value and creates a pseudo terminal log file under the saving path.
In an optional implementation manner, before starting the terminal process, the method further includes:
updating the switch state value according to the received switch state value updating instruction;
and storing the updated switch state value.
In an optional implementation manner, the determining, by the terminal process, a saving path according to the current switch state value includes:
and the terminal process calls and reads a path function corresponding to the current switch state value according to the current switch state value, wherein the path function is used for defining a storage path.
In one optional embodiment, the path function includes a function for defining a default save path of the system.
In an optional implementation manner, the method for storing the pseudo terminal log further includes:
generating a file name of the pseudo terminal log file according to a preset rule;
and/or setting the access authority of the pseudo terminal log file.
The invention provides a device for storing a pseudo terminal log file, which comprises:
the starting unit is used for starting the terminal process when the pseudo terminal is started;
the query unit is used for querying the current switch state value after the terminal process is started;
and the execution unit is used for determining a saving path according to the current switch state value and creating a pseudo terminal log file under the saving path.
In an optional embodiment, the method further comprises: a configuration unit;
the configuration unit is used for updating the switch state value according to the received switch state value updating instruction and storing the updated switch state value.
In an optional implementation manner, the execution unit is specifically configured to:
and the terminal process calls and reads a path function corresponding to the current switch state value according to the current switch state value, wherein the path function is used for defining a storage path.
In an optional implementation manner, the apparatus for storing a pseudo terminal log file further includes:
the file name generating unit is used for generating the file name of the pseudo terminal log file according to a preset rule;
and/or the access authority generating unit is used for setting the access authority of the pseudo terminal log file.
The invention provides a device for saving a pseudo terminal log file, which is characterized by comprising the following steps: a processor and a memory for storing processor-executable instructions;
wherein the processor is configured to:
when the pseudo terminal is started, starting a terminal process;
the terminal process inquires the current switch state value after being started;
and the terminal process determines a saving path according to the current switch state value and creates a pseudo terminal log file under the saving path.
According to the method and the device for saving the pseudo terminal log file, the terminal process is started when the pseudo terminal is started, the current switch state value is inquired after the terminal process is started, the terminal process determines the saving path according to the current switch state value, and the log memory of the pseudo terminal is saved to the saving path, so that the pseudo terminal log file is determined and saved to the corresponding saving path according to the current switch state value through the terminal process, and the problem that the system operation is influenced when the terminal process directly saves the pseudo terminal log file in the default saving path of the system in the prior art is solved.
Drawings
The accompanying drawings, which are incorporated in and constitute a part of this specification, illustrate embodiments consistent with the present disclosure and together with the description, serve to explain the principles of the disclosure.
Fig. 1 is a schematic flowchart of a method for saving a pseudo terminal log file according to an embodiment of the present invention;
fig. 2 is a schematic structural diagram of a pseudo terminal log file saving device according to a second embodiment of the present invention;
fig. 3 is a schematic diagram of a hardware structure of a pseudo terminal log file saving device according to a second embodiment of the present invention.
With the foregoing drawings in mind, certain embodiments of the disclosure have been shown and described in more detail below. These drawings and written description are not intended to limit the scope of the disclosed concepts in any way, but rather to illustrate the concepts of the disclosure to those skilled in the art by reference to specific embodiments.
Detailed Description
Reference will now be made in detail to the exemplary embodiments, examples of which are illustrated in the accompanying drawings. When the following description refers to the accompanying drawings, like numbers in different drawings represent the same or similar elements unless otherwise indicated. The implementations described in the exemplary embodiments below are not intended to represent all implementations consistent with the present disclosure. Rather, they are merely examples of apparatus and methods consistent with certain aspects of the present disclosure, as detailed in the appended claims.
The pseudo terminal is defined as a pair of virtual character devices, and under the Linux operating system, the pseudo terminal can specifically refer to a master device and a slave device which are connected by a bidirectional pipeline and conform to a line regulation. When the pseudo terminal is started, any write operation on the master device is reflected to the slave device, and vice versa; in addition, the application process on the slave device can read input from the application on the master device and output information to the master device application as with a conventional terminal. The above information interaction conditions are captured by the terminal process and generate a corresponding log file, and the log file is a pseudo terminal log file.
In the prior art, some temporary files generated when the system runs software and used for rollback and logs including the pseudo terminal log file are saved into a default saving path of the system and a corresponding temporary storage space, such as a temporary folder under/tmp.
Generally, because the running time of the pseudo terminal is long, information interaction between a master device and a slave device is frequent, and the occupied storage space of the corresponding pseudo terminal log file is large. In most systems, the storage space of the temporary folder is very limited, and when the storage space is full, the temporary files of the system and the software cannot be stored in time, so that the rollback of the system and the software is limited, and the operation is influenced.
The following describes the technical solutions of the present invention and how to solve the above technical problems with specific embodiments. The following several specific embodiments may be combined with each other, and details of the same or similar concepts or processes may not be repeated in some embodiments. Embodiments of the present invention will be described below with reference to the accompanying drawings.
Fig. 1 is a schematic flowchart of a method for saving a pseudo terminal log file according to an embodiment of the present invention. As shown in fig. 1, the log saving method of the pseudo terminal includes:
step 101, starting a terminal process when the pseudo terminal is started.
And 102, inquiring the current switch state value after the terminal process is started.
And 103, the terminal process determines a saving path according to the current switch state value and creates a pseudo terminal log file under the saving path.
The execution main body of the method for saving the pseudo terminal log file provided by the invention is a pseudo terminal log file saving device, and the pseudo terminal log file saving device can be applied to each electronic device under each operating system.
In addition, the storage device of the pseudo terminal log file can be written by C/C + +, Java, Shell or Python and other languages; the electronic device may be a desktop computer, a tablet computer, a smart phone, or the like.
The method comprises the steps of starting a terminal process, starting a pseudo terminal log file, and establishing the pseudo terminal log file according to a current switch state value.
The switch state value may be a variable function stored in a system attribute file, and may be called and read by a terminal process. Meanwhile, the specific value of the switch state value can be preset and stored, and can also be automatically set and stored according to preset conditions.
In one optional implementation manner, the terminal process calls and reads a path function corresponding to the current switch state value according to the current switch state value, where the function is used to define a save path.
In particular, the path function may include a plurality of functions, one of which is a function for defining a default saved path of the system.
For example, the path function includes a first path function and a second path function, where the first path function is used to define a first saving path, the second path function is used to define a second saving path, one of the first saving path and the second saving path may be a system default saving path, such as/tmp, and the other may be a user-defined saving path, such as/var/tmp.
In the specific implementation process, for example, the determining, by the terminal process according to the current switch state value, the saving path may specifically be: if the current switch state value is 0, calling a first path function which defines a saving path as a default saving path of the system; if the current switch state value is not 0, calling a second path function which defines a storage path as a user-defined storage path. Of course, other implementations are possible, and this embodiment is not limited to this. The first path function can use the default path function of the system in the prior art, and the second path function can be defined by the user and stored in the corresponding storage space of the system in advance for the terminal process to call.
In addition, in other optional embodiments, the method may further include:
generating a file name of the pseudo terminal log file according to a preset rule; and/or setting the access authority of the pseudo terminal log file.
Specifically, after the terminal process is started, the terminal process may generate a file name of the pseudo terminal log file according to a preset rule, where the file name is used to identify the pseudo terminal log file and should be a unique identifier.
For example, the file name may include a random code, such as a 6-bit string. The obtaining mode can be generated by calling a corresponding function, such as a random code generating function: calling a pseudo-random number function or a random seed function; and may also receive the acquisition directly, such as sending corresponding random generation instructions to other applications running on the host computer, and receiving the returned random code, where the other applications include but are not limited to: a random code generator, a random number extractor, etc. In addition, the file name may be obtained in other manners, which is not limited in this embodiment.
And/or after the terminal process is started, the terminal process can also set the access authority of the pseudo terminal log file, and the access authority is used for limiting a user or a terminal which can access/edit the pseudo terminal log file. The specific authority generation mode and authority setting rule may adopt any one of the existing implementation modes, and the present invention does not limit this.
In other optional embodiments, the method for storing the pseudo terminal log file provided by the present invention may further include:
and updating the switch state value according to the received switch state value updating instruction, and storing the updated switch state value.
Specifically, when the pseudo terminal is started, an interface is generally provided for a user to input configuration information of the pseudo terminal during operation on the interface, so that a switch state value setting button can be added to the interface for the user to select a saving path of the pseudo terminal log file through the setting button.
That is, the storage device for the pseudo terminal log file according to the present invention can update the switch state value according to the received switch state value update instruction, in which the pseudo terminal updates the switch state value and stores the updated switch state value.
According to the method for storing the pseudo terminal log file, provided by the embodiment of the invention, the terminal process is started when the pseudo terminal is started, the terminal process inquires the current switch state value after being started, the terminal process determines the storage path according to the current switch state value, and the pseudo terminal log file is created under the storage path, so that the pseudo terminal log file is determined and stored to the corresponding storage path according to the current switch state value through the terminal process, and the problem that the system operation is influenced when the pseudo terminal process directly stores the pseudo terminal log file in the default storage path of the system in the prior art is solved.
Fig. 2 is a schematic structural diagram of a pseudo terminal log file storage apparatus according to a second embodiment of the present invention, and as shown in fig. 2, the pseudo terminal log file storage apparatus includes:
the starting unit 11 is used for starting a terminal process when the pseudo terminal is started;
the query unit 12 is configured to query a current switch state value after the terminal process is started;
and the execution unit 13 is configured to determine a saving path according to the current switch state value, and create a pseudo terminal log file under the saving path.
The execution main body of the method for saving the pseudo terminal log file provided by the invention is a pseudo terminal log file saving device, and the pseudo terminal log file saving device can be applied to each electronic device.
In addition, the storage device of the pseudo terminal log file can be written by C/C + +, Java, Shell or Python and other languages; the electronic device may be a desktop computer, a tablet computer, a smart phone, or the like.
Specifically, when the pseudo terminal is started, the starting unit 11 is used to start the terminal process, and unlike the prior art, after the terminal process in the present invention is started, the step of recording the pseudo terminal log file is not directly started, but the query unit 12 queries the current switch state value, the execution unit 13 determines the saving path of the pseudo terminal log file generated this time according to the current switch state value, and creates the pseudo terminal log file under the saving path.
The switch state value may be a variable function stored in a system attribute file, and may be called and read by a terminal process. Meanwhile, the specific value of the switch state value can be preset and stored, and can also be automatically set and stored according to preset conditions.
In other optional embodiments, the execution unit 13 is specifically configured to:
and the terminal process calls and reads a path function corresponding to the current switch state value according to the current switch state value, wherein the function is used for defining and storing the path.
In particular, the path function may include a plurality of functions, one of which is a function for defining a default saved path of the system.
For example, the path function includes a first path function and a second path function, where the first path function is used to define a first saving path, the second path function is used to define a second saving path, one of the first saving path and the second saving path may be a system default saving path, such as/tmp, and the other may be a user-defined saving path, such as/var/tmp.
For example, in the implementation process, the determining, by the execution unit 13 according to the current switch state value, the saving path may specifically be: if the execution unit 13 determines that the current switch state value is 0, a first path function defining a saving path as a default saving path of the system is called; if the execution unit 13 determines that the current switch state value is not 0, a second path function defining a saving path defined by the user as the saving path defined by the user is called. Of course, other implementations are possible, and this embodiment is not limited to this. The first path function may use a default path function of a system in the prior art, and the second path function may be defined by a user and pre-stored in a corresponding storage space of the system for the execution unit 13 to call.
In another optional embodiment, the apparatus for storing a pseudo terminal log file further includes: and a configuration unit.
The configuration unit is used for updating the switch state value according to the received instruction sent by the pseudo terminal before the starting unit starts the terminal process, and storing the updated switch state value.
Specifically, when the pseudo terminal is started, an interface is generally provided for a user to input configuration information of the pseudo terminal during operation on the interface, so that a switch state value setting button can be added to the interface for the user to select a saving path of the pseudo terminal log file through the setting button.
That is, the configuration unit provided by the present invention updates the switch state value according to the received switch state value update command, and stores the updated switch state value.
In another optional embodiment, the apparatus for storing a pseudo terminal log file further includes:
the file name generating unit is used for generating the file name of the pseudo terminal log file according to a preset rule; and/or the access authority generating unit is used for setting the access authority of the pseudo terminal log file.
Specifically, after the terminal process is started, the file name generating unit generates a file name of the pseudo terminal log file according to a preset rule, wherein the file name is used for identifying the pseudo terminal log file and is a unique identifier. For example, if the file name includes a random code, such as 6-bit characters, the file name generating unit may invoke a corresponding random code generating function to generate the random code in the file name, where the random code generating function is a pseudo-random number function or a random seed function, which is not limited in this embodiment.
And/or after the terminal process is started, the access authority of the pseudo terminal log file can be set through the access authority generation unit, the access authority is used for limiting a user or a terminal which can access/edit the pseudo terminal log file, and the specific authority generation mode and the authority setting rule can adopt any existing implementation mode, which is not limited by the invention.
It can be clearly understood by those skilled in the art that, for convenience and brevity of description, the specific working process and corresponding beneficial effects of the system described above may refer to the corresponding process in the foregoing method embodiments, and are not described herein again.
In other embodiments, fig. 3 is a schematic diagram of a hardware structure of a pseudo terminal log file storage device according to a second embodiment of the present invention. As shown in fig. 3, the apparatus for saving a pseudo terminal log file may specifically be a non-transitory computer-readable storage medium including instructions, and includes:
a processor 32 and a memory 31 for storing processor-executable instructions;
wherein the processor 32 is configured to:
when the pseudo terminal is started, starting a terminal process; the terminal process inquires the current switch state value after being started; and the terminal process determines a saving path according to the current switch state value and creates a pseudo terminal log file under the saving path.
The memory 31 may be a ROM, a Random Access Memory (RAM), a CD-ROM, a magnetic tape, a floppy disk, an optical data storage device, and the like. And processor 32 may be implemented by one or more Application Specific Integrated Circuits (ASICs), Digital Signal Processors (DSPs), Digital Signal Processing Devices (DSPDs), Programmable Logic Devices (PLDs), Field Programmable Gate Arrays (FPGAs), controllers, micro-controllers, microprocessors, or other electronic components.
The above-mentioned instructions can be written by using languages such as C/C + +, Java, Shell, Python, etc., which is not limited in this embodiment.
The pseudo terminal log file saving device provided by the second embodiment of the present invention starts a terminal process when the pseudo terminal is started, the terminal process queries a current switch state value after the terminal process is started, the terminal process determines a saving path according to the current switch state value, and creates the pseudo terminal log file under the saving path, so that the pseudo terminal log file is determined and saved to a corresponding saving path according to the current switch state value by the terminal process, thereby avoiding a problem that the system operation is affected when the terminal process directly saves the pseudo terminal log file in a default saving path of the system in the prior art.
Other embodiments of the disclosure will be apparent to those skilled in the art from consideration of the specification and practice of the disclosure disclosed herein. This application is intended to cover any variations, uses, or adaptations of the disclosure following, in general, the principles of the disclosure and including such departures from the present disclosure as come within known or customary practice within the art to which the disclosure pertains. It is intended that the specification and examples be considered as exemplary only, with a true scope and spirit of the disclosure being indicated by the following claims.
It will be understood that the present disclosure is not limited to the precise arrangements described above and shown in the drawings and that various modifications and changes may be made without departing from the scope thereof. The scope of the present disclosure is limited only by the appended claims.

Claims (8)

1. A method for storing a pseudo terminal log file is characterized by comprising the following steps:
when the pseudo terminal is started, starting a terminal process;
the terminal process inquires the current switch state value after being started;
the terminal process calls and reads a path function corresponding to the current switch state value according to the current switch state value, wherein the path function is used for defining a storage path;
and creating a pseudo terminal log file under the saving path.
2. The method for storing the pseudo terminal log file according to claim 1, wherein before the starting the terminal process, the method further comprises:
updating the switch state value according to the received switch state value updating instruction; and storing the updated switch state value.
3. The pseudo terminal log file saving method according to claim 1, wherein the path function includes a function for defining a saving path of a system default.
4. The method for storing a pseudo terminal log file according to any one of claims 1 to 3, further comprising:
generating a file name of the pseudo terminal log file according to a preset rule;
and/or setting the access authority of the pseudo terminal log file.
5. A pseudo terminal log file storage apparatus, comprising:
the starting unit is used for starting the terminal process when the pseudo terminal is started;
the query unit is used for querying the current switch state value after the terminal process is started;
and the execution unit is used for calling and reading a path function corresponding to the current switch state value by the current switch state value, wherein the path function is used for defining a saving path and creating a pseudo terminal log file under the saving path.
6. The pseudo terminal log file saving apparatus according to claim 5, further comprising: a configuration unit;
the configuration unit is used for updating the switch state value according to the received switch state value updating instruction and storing the updated switch state value.
7. The pseudo terminal log file saving apparatus according to claim 5 or 6, further comprising:
the file name generating unit is used for generating the file name of the pseudo terminal log file according to a preset rule;
and/or the access authority generating unit is used for setting the access authority of the pseudo terminal log file.
8. A pseudo terminal log file storage apparatus, comprising: a processor and a memory for storing processor-executable instructions;
wherein the processor is configured to:
when the pseudo terminal is started, starting a terminal process;
the terminal process inquires the current switch state value after being started;
and the terminal process calls and reads a path function corresponding to the current switch state value according to the current switch state value, wherein the path function is used for defining a saving path and creating a pseudo terminal log file under the saving path.
CN201711001154.2A 2017-10-24 2017-10-24 Method and device for storing pseudo terminal log file Active CN109697192B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201711001154.2A CN109697192B (en) 2017-10-24 2017-10-24 Method and device for storing pseudo terminal log file

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201711001154.2A CN109697192B (en) 2017-10-24 2017-10-24 Method and device for storing pseudo terminal log file

Publications (2)

Publication Number Publication Date
CN109697192A CN109697192A (en) 2019-04-30
CN109697192B true CN109697192B (en) 2020-12-15

Family

ID=66227817

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201711001154.2A Active CN109697192B (en) 2017-10-24 2017-10-24 Method and device for storing pseudo terminal log file

Country Status (1)

Country Link
CN (1) CN109697192B (en)

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5577254A (en) * 1993-06-29 1996-11-19 Bull Hn Information Systems Inc. Method and apparatus for capturing the presentation of an interactive user session, monitoring, replaying and joining sessions
CN102708158A (en) * 2012-04-23 2012-10-03 杭州梵艺科技有限公司 PostgreSQL (postgres structured query language) cloud storage filing and scheduling system
CN104038390A (en) * 2014-06-24 2014-09-10 汪敏 Linux server cluster unified peripheral event monitoring method based on netlink
CN106790412A (en) * 2016-11-30 2017-05-31 深圳市吉祥腾达科技有限公司 A kind of Telnet simulates the method and system of consoled equipment

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7792983B2 (en) * 2007-07-31 2010-09-07 International Business Machines Corporation Method and apparatus for checkpoint and restart of pseudo terminals
US20130290475A1 (en) * 2012-04-25 2013-10-31 Akiri Solutions, Inc. Shared access to a remotely running application

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5577254A (en) * 1993-06-29 1996-11-19 Bull Hn Information Systems Inc. Method and apparatus for capturing the presentation of an interactive user session, monitoring, replaying and joining sessions
CN102708158A (en) * 2012-04-23 2012-10-03 杭州梵艺科技有限公司 PostgreSQL (postgres structured query language) cloud storage filing and scheduling system
CN104038390A (en) * 2014-06-24 2014-09-10 汪敏 Linux server cluster unified peripheral event monitoring method based on netlink
CN106790412A (en) * 2016-11-30 2017-05-31 深圳市吉祥腾达科技有限公司 A kind of Telnet simulates the method and system of consoled equipment

Also Published As

Publication number Publication date
CN109697192A (en) 2019-04-30

Similar Documents

Publication Publication Date Title
CN112162795B (en) Plug-in starting method and device, computer equipment and storage medium
CN108415998A (en) Using dependence update method, terminal, equipment and storage medium
CN114510296A (en) Applet storage and calling method, device and equipment
CN109697192B (en) Method and device for storing pseudo terminal log file
CN111984293A (en) Information processing method, device and storage medium
CN110688320B (en) Global variable detection method and device and terminal equipment
CN112286559A (en) Upgrading method and device for vehicle-mounted intelligent terminal
CN111625225A (en) Program specified data output method and device
CN108920945B (en) root authority obtaining and deleting method and device, terminal equipment and storage medium
CN113704177B (en) Storage method, system and related components of server firmware upgrade file
CN114861003A (en) Object enumeration method, device and medium under specified directory
CN110378037B (en) CFD simulation data storage method and device based on Ceph and server
CN111881212A (en) Method, device, equipment and storage medium for executing check point operation
CN109408547B (en) SAM registry reading method, reading system and related device
CN113064556A (en) BIOS data storage method, device, equipment and storage medium
CN108268285B (en) BIOS version upgrading method, device, equipment and readable storage medium
CN111625302A (en) Function time consumption tracking method, device and storage medium
CN108073559B (en) Method, device and system for realizing table data updating
CN110597828A (en) Database changing method, device, equipment and storage medium
CN112035379A (en) Method and device for using storage space, storage medium and electronic device
CN117112047B (en) USB equipment management and control method, equipment and storage medium
CN113268266B (en) Multi-version coexistence management method, system and medium for applet rendering framework
CN113434502B (en) Heterogeneous database consistency implementation method, system, electronic equipment and storage medium
CN113741946B (en) Clipping method, device and equipment of public interface function library and readable storage medium
CN114676071B (en) Data processing method and device, electronic equipment and storage medium

Legal Events

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

Address after: 100095 Building 2, Longxin Industrial Park, Zhongguancun environmental protection technology demonstration park, Haidian District, Beijing

Patentee after: Loongson Zhongke Technology Co.,Ltd.

Address before: 100095 Building 2, Longxin Industrial Park, Zhongguancun environmental protection technology demonstration park, Haidian District, Beijing

Patentee before: LOONGSON TECHNOLOGY Corp.,Ltd.