CN111460340B - Method and device for generating TOM system embedded page address - Google Patents

Method and device for generating TOM system embedded page address Download PDF

Info

Publication number
CN111460340B
CN111460340B CN202010262702.2A CN202010262702A CN111460340B CN 111460340 B CN111460340 B CN 111460340B CN 202010262702 A CN202010262702 A CN 202010262702A CN 111460340 B CN111460340 B CN 111460340B
Authority
CN
China
Prior art keywords
embedded page
generating
parameter
verification
page address
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
CN202010262702.2A
Other languages
Chinese (zh)
Other versions
CN111460340A (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.)
Beijing Siwei Zhi Lian Technology Co ltd
Original Assignee
Beijing Siwei Zhi Lian 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 Beijing Siwei Zhi Lian Technology Co ltd filed Critical Beijing Siwei Zhi Lian Technology Co ltd
Priority to CN202010262702.2A priority Critical patent/CN111460340B/en
Publication of CN111460340A publication Critical patent/CN111460340A/en
Application granted granted Critical
Publication of CN111460340B publication Critical patent/CN111460340B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/955Retrieval from the web using information identifiers, e.g. uniform resource locators [URL]
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/958Organisation or management of web site content, e.g. publishing, maintaining pages or automatic linking

Abstract

The invention discloses a method and a device for generating an embedded page address of a TOM system, wherein the method comprises the following steps: checking the number of parameters; after the verification is passed, generating all embedded page addresses based on the verification result, deleting all text document files except readme.txt under the current folder, and storing all embedded page addresses into the text document files of the current date. The embedded page address generation method and device can quickly and accurately generate the embedded page address.

Description

Method and device for generating TOM system embedded page address
Technical Field
The invention relates to the technical field of TOM (Telematics Operations Management) systems, in particular to a method and a device for generating an embedded page address of a TOM system.
Background
The embedded page address is composed of a fixed request address, multiple parameters, and a token encrypted by combining the multiple parameters and date, and then connected together. And the parameters of the multi-parameter part and the parameters before the encryption of the token are also in one-to-one correspondence. The embedded page addresses vary throughout the day due to date changes and possibly request parameters. It is now common to write multiple parameters in an address manually, then concatenate and encrypt the parameters with the current date to obtain a token, and concatenate both with the fixed request address to obtain the embedded page address.
Therefore, the conventional common method for generating the embedded page address is manual operation, which is time-consuming, and can not ensure that 100% of operations are correct in the operation process, and it is uncertain how many people need to acquire the current embedded page address every day in the project, each person needs to perform more than one complicated operation, so that workload is wasted, the embedded page has 5 functions, html (HyperText Markup Language ) addresses corresponding to each function are different, and even if one of the addresses is acquired, html names in url (uniform resource locator, uniform resource location system) need to be changed again when other addresses are accessed, and 5 addresses can be written out manually.
Therefore, how to quickly and accurately generate the embedded page address is a problem to be solved.
Disclosure of Invention
In view of the above, the present invention provides a method for generating an embedded page address of a TOM system, which can generate the embedded page address quickly and accurately.
The invention provides a method for generating an embedded page address of a TOM system, which comprises the following steps:
checking the number of parameters;
after the verification is passed, generating all embedded page addresses based on the verification result;
deleting all text document files except readme.txt under the current folder;
and saving all the embedded page addresses in the text document file of the current date.
Preferably, after the verification is passed, generating all embedded page addresses based on the verification result, including:
determining that the verification result is a non-input parameter;
all embedded page addresses are generated using the default frame number.
Preferably, after the verification is passed, generating all embedded page addresses based on the verification result, including:
determining that the verification result is 1 parameter input;
checking whether the parameter is 17-bit digital English, if so, then:
generating the full embedded page address.
Preferably, after the verification is passed, generating all embedded page addresses based on the verification result, including:
determining that the verification result is 3 parameters input;
checking whether the first parameter is 17-bit digital English, if yes, then:
generating the full embedded page address.
An apparatus for generating a TOM system embedded page address, comprising:
the verification module is used for verifying the number of parameters;
the generation module is used for generating all embedded page addresses based on the verification result after the verification is passed;
the deleting module is used for deleting all text document files except readme.txt under the current folder;
and the storage module is used for storing all the embedded page addresses into the text document file of the current date.
Preferably, the generating module includes:
the first determining unit is used for determining that the verification result is a non-input parameter;
the first generation unit is used for generating all embedded page addresses by using the default frame number.
Preferably, the generating module includes:
the second determining unit is used for determining that the checking result is 1 parameter input;
the first checking unit is used for checking whether the parameter is 17-bit digital English;
and the second generation unit is used for generating all embedded page addresses when the parameter is 17-bit digital English.
Preferably, the generating module includes:
the third determining unit is used for determining that the checking result is 3 parameters input;
the second checking unit is used for checking whether the first parameter is 17-bit digital English;
and the third generation unit is used for generating all embedded page addresses when the first parameter is 17-bit digital English.
In summary, the invention discloses a method for generating an embedded page address of a TOM system, when the embedded page address needs to be generated, firstly checking the number of parameters, then generating all the embedded page addresses based on the checking result after the checking is passed, deleting all text document files except readme.txt under the current folder, and storing all the embedded page addresses into the text document file of the current date. The embedded page address generation method and device can automatically generate the embedded page address, and improve the accuracy and efficiency of generating the embedded page address.
Drawings
In order to more clearly illustrate the embodiments of the invention or the technical solutions in the prior art, the drawings that are required in the embodiments or the description of the prior art will be briefly described, it being obvious that the drawings in the following description are only some embodiments of the invention, and that other drawings may be obtained according to these drawings without inventive effort for a person skilled in the art.
FIG. 1 is a flowchart of an embodiment 1 of a method for generating TOM system embedded page addresses according to the present disclosure;
FIG. 2 is a flowchart of an embodiment 2 of a method for generating TOM system embedded page addresses according to the present disclosure;
FIG. 3 is a flowchart of an embodiment 3 of a method for generating TOM system embedded page addresses according to the present disclosure;
FIG. 4 is a flowchart of an embodiment 4 of a method for generating TOM system embedded page addresses according to the present disclosure;
FIG. 5 is a schematic diagram of an embodiment 1 of an apparatus for generating an embedded page address of a TOM system according to the present invention;
FIG. 6 is a schematic flow chart of an embodiment 2 of an apparatus for generating an embedded page address of a TOM system according to the present invention;
FIG. 7 is a schematic diagram of an embodiment 3 of an apparatus for generating an embedded page address of a TOM system according to the present invention;
fig. 8 is a schematic structural diagram of an apparatus embodiment 4 for generating an embedded page address of a TOM system according to the present invention.
Detailed Description
The following description of the embodiments of the present invention will be made clearly and completely with reference to the accompanying drawings, in which it is apparent that the embodiments described are only some embodiments of the present invention, but not all embodiments. All other embodiments, which can be made by those skilled in the art based on the embodiments of the invention without making any inventive effort, are intended to be within the scope of the invention.
As shown in fig. 1, a method flowchart of an embodiment 1 of a method for generating an embedded page address of a TOM system according to the present disclosure may include the following steps:
s101, checking the number of parameters;
when the embedded page address of the TOM system needs to be automatically generated, the java code is started through the bat file, namely, the java code is started through the batch file ending with the bat, a parameterized generating tool is realized, and the number of parameters is checked, namely, the number of parameters is judged.
S102, after verification is passed, generating all embedded page addresses based on a verification result;
and after the verification is passed, generating all embedded page addresses correspondingly according to the verification result.
S103, deleting all text document files except readme.txt under the current folder;
after generating the full embedded page address, all. Txt files under the current folder except readme.
S104, storing all the embedded page addresses into the text document file of the current date.
After deleting all text document files under the current folder, storing all generated embedded page addresses into the current date txt file.
In summary, in the above embodiment, when the embedded page address needs to be generated, the number of parameters is first checked, then after the checking is passed, all the embedded page addresses are generated based on the checking result, all the text document files except readme. The embedded page address generation method and device can automatically generate the embedded page address, and improve the accuracy and efficiency of generating the embedded page address.
As shown in fig. 2, a method flowchart of embodiment 2 of a method for generating an embedded page address of a TOM system according to the present disclosure may include the following steps:
s201, checking the number of parameters;
when the embedded page address of the TOM system needs to be automatically generated, the java code is started through the bat file, namely, the java code is started through the batch file ending with the bat, a parameterized generating tool is realized, and the number of parameters is checked, namely, the number of parameters is judged.
S202, determining that a verification result is not input parameters;
after the verification is passed, further judging whether the verification result is a non-input parameter.
S203, generating all embedded page addresses by using a default frame number;
and when the verification result is that no parameters are input, generating all embedded page addresses by using the default frame number.
S204, deleting all text document files except readme.txt under the current folder;
after generating the full embedded page address, all. Txt files under the current folder except readme.
S205, storing all the embedded page addresses into the text document file of the current date.
After deleting all text document files under the current folder, storing all generated embedded page addresses into the current date txt file.
In summary, in the above embodiment, when the embedded page address needs to be generated, the number of parameters is first checked, then after the checking is passed, it is determined that the checking result is no parameter input, the default frame number is used to generate all the embedded page addresses, all text document files under the current folder except readme. When no parameter is input, the embedded page address can be automatically generated, and the accuracy and efficiency of generating the embedded page address are improved.
As shown in fig. 3, a method flowchart of embodiment 3 of a method for generating an embedded page address of a TOM system according to the present disclosure may include the following steps:
s301, checking the number of parameters;
when the embedded page address of the TOM system needs to be automatically generated, the java code is started through the bat file, namely, the java code is started through the batch file ending with the bat, a parameterized generating tool is realized, and the number of parameters is checked, namely, the number of parameters is judged.
S302, determining that a verification result is 1 parameter input;
after the verification is passed, further judging whether the verification result is 1 parameter input.
S303, checking whether the parameter is 17-bit digital English, if so, entering S304:
when the checking result is that 1 parameter is input, further judging whether the input 1 parameter is 17-bit digital English.
S304, generating all embedded page addresses;
when the input 1 parameter is 17-bit digital English, generating all embedded page addresses; correspondingly, when the input 1 parameter is not 17 digits English, namely verification fails, outputting a usage instruction.
S305, deleting all text document files except readme.txt under the current folder;
after generating the full embedded page address, all. Txt files under the current folder except readme.
S306, storing all the embedded page addresses into the text document file of the current date.
After deleting all text document files under the current folder, storing all generated embedded page addresses into the current date txt file.
To sum up, in the above embodiment, when the embedded page address needs to be generated, the number of parameters is first checked, then the checking result is determined to be 1 parameter, and whether the checking parameter is 17-bit digital english or not is determined, if yes, then: and generating all embedded page addresses, deleting all text document files except readme.txt under the current folder, and storing all the embedded page addresses into the text document files on the current date. According to the invention, when 1 parameter is input and the parameter is 17-bit digital English, the embedded page address can be automatically generated, and the accuracy and efficiency of generating the embedded page address are improved.
As shown in fig. 4, a method flowchart of a method embodiment 4 of generating a TOM system embedded page address disclosed in the present invention may include the following steps:
s401, checking the number of parameters;
when the embedded page address of the TOM system needs to be automatically generated, the java code is started through the bat file, namely, the java code is started through the batch file ending with the bat, a parameterized generating tool is realized, and the number of parameters is checked, namely, the number of parameters is judged.
S402, determining that the verification result is 3 parameters;
after the verification is passed, further judging whether the verification result is 3 parameters.
S403, checking whether the first parameter is 17-bit digital English, if so, entering S404:
when the checking result is that 3 parameters are input, further judging whether the 1 st parameter in the 3 parameters is 17-bit digital English.
S404, generating all embedded page addresses;
when the 1 st parameter is 17-bit digital English, generating all embedded page addresses; correspondingly, when the 1 st parameter is not 17 digits English, namely verification fails, the instruction is output.
S405, deleting all text document files except readme.txt under the current folder;
after generating the full embedded page address, all. Txt files under the current folder except readme.
S406, storing all the embedded page addresses in the text document file of the current date.
After deleting all text document files under the current folder, storing all generated embedded page addresses into the current date txt file.
To sum up, in the above embodiment, when the embedded page address needs to be generated, the number of parameters is first checked, then the checking result is determined to be 3 parameters, and it is checked whether the first parameter is 17-bit digital english, if yes, then: and generating all embedded page addresses, deleting all text document files except readme.txt under the current folder, and storing all the embedded page addresses into the text document files on the current date. According to the invention, when 3 parameters are input and the 1 st parameter is 17-bit digital English, the embedded page address can be automatically generated, and the accuracy and efficiency of generating the embedded page address are improved.
As shown in fig. 5, a schematic structural diagram of an embodiment 1 of an apparatus for generating an embedded page address of a TOM system according to the present invention may include:
a verification module 501, configured to verify the number of parameters;
when the embedded page address of the TOM system needs to be automatically generated, the java code is started through the bat file, namely, the java code is started through the batch file ending with the bat, a parameterized generating tool is realized, and the number of parameters is checked, namely, the number of parameters is judged.
The generating module 502 is configured to generate all embedded page addresses based on the verification result after the verification is passed;
and after the verification is passed, generating all embedded page addresses correspondingly according to the verification result.
A deleting module 503, configured to delete all text document files under the current folder except readme.txt;
after generating the full embedded page address, all. Txt files under the current folder except readme.
A saving module 504, configured to save all the embedded page addresses in the text document file of the current date.
After deleting all text document files under the current folder, storing all generated embedded page addresses into the current date txt file.
In summary, in the above embodiment, when the embedded page address needs to be generated, the number of parameters is first checked, then after the checking is passed, all the embedded page addresses are generated based on the checking result, all the text document files except readme. The embedded page address generation method and device can automatically generate the embedded page address, and improve the accuracy and efficiency of generating the embedded page address.
As shown in fig. 6, a schematic structural diagram of an embodiment 2 of an apparatus for generating an embedded page address of a TOM system according to the present invention may include:
the verification module 601 is used for verifying the number of parameters;
when the embedded page address of the TOM system needs to be automatically generated, the java code is started through the bat file, namely, the java code is started through the batch file ending with the bat, a parameterized generating tool is realized, and the number of parameters is checked, namely, the number of parameters is judged.
A first determining unit 602, configured to determine that the verification result is a non-input parameter;
after the verification is passed, further judging whether the verification result is a non-input parameter.
A first generating unit 603, configured to generate all embedded page addresses using a default frame number;
and when the verification result is that no parameters are input, generating all embedded page addresses by using the default frame number.
A deleting module 604, configured to delete all text document files under the current folder except readme.txt;
after generating the full embedded page address, all. Txt files under the current folder except readme.
A saving module 605 for saving all the embedded page addresses in the current date text document file.
After deleting all text document files under the current folder, storing all generated embedded page addresses into the current date txt file.
In summary, in the above embodiment, when the embedded page address needs to be generated, the number of parameters is first checked, then after the checking is passed, it is determined that the checking result is no parameter input, the default frame number is used to generate all the embedded page addresses, all text document files under the current folder except readme. When no parameter is input, the embedded page address can be automatically generated, and the accuracy and efficiency of generating the embedded page address are improved.
As shown in fig. 7, a schematic structural diagram of an embodiment 3 of an apparatus for generating an embedded page address of a TOM system according to the present invention may include:
a verification module 701, configured to verify the number of parameters;
when the embedded page address of the TOM system needs to be automatically generated, the java code is started through the bat file, namely, the java code is started through the batch file ending with the bat, a parameterized generating tool is realized, and the number of parameters is checked, namely, the number of parameters is judged.
A second determining unit 702, configured to determine that the verification result is 1 parameter input;
after the verification is passed, further judging whether the verification result is 1 parameter input.
A first checking unit 703, configured to check whether the parameter is 17-bit digital english;
when the checking result is that 1 parameter is input, further judging whether the input 1 parameter is 17-bit digital English.
A second generating unit 704, configured to generate all embedded page addresses when the parameter is 17-bit digital english;
when the input 1 parameter is 17-bit digital English, generating all embedded page addresses; correspondingly, when the input 1 parameter is not 17 digits English, namely verification fails, outputting a usage instruction.
A deleting module 705, configured to delete all text document files under the current folder except readme.txt;
after generating the full embedded page address, all. Txt files under the current folder except readme.
A saving module 706, configured to save all the embedded page addresses in the text document file of the current date.
After deleting all text document files under the current folder, storing all generated embedded page addresses into the current date txt file.
To sum up, in the above embodiment, when the embedded page address needs to be generated, the number of parameters is first checked, then the checking result is determined to be 1 parameter, and whether the checking parameter is 17-bit digital english or not is determined, if yes, then: and generating all embedded page addresses, deleting all text document files except readme.txt under the current folder, and storing all the embedded page addresses into the text document files on the current date. According to the invention, when 1 parameter is input and the parameter is 17-bit digital English, the embedded page address can be automatically generated, and the accuracy and efficiency of generating the embedded page address are improved.
As shown in fig. 8, a schematic structural diagram of an embodiment 4 of an apparatus for generating an embedded page address of a TOM system according to the present invention may include:
a verification module 801, configured to verify the number of parameters;
when the embedded page address of the TOM system needs to be automatically generated, the java code is started through the bat file, namely, the java code is started through the batch file ending with the bat, a parameterized generating tool is realized, and the number of parameters is checked, namely, the number of parameters is judged.
A third determining unit 802, configured to determine that the verification result is 3 parameters;
after the verification is passed, further judging whether the verification result is 3 parameters.
A second checking unit 803 for checking whether the first parameter is 17-bit digital English;
when the checking result is that 3 parameters are input, further judging whether the 1 st parameter in the 3 parameters is 17-bit digital English.
A third generating unit 804, configured to generate all embedded page addresses when the first parameter is 17-bit digital english;
when the 1 st parameter is 17-bit digital English, generating all embedded page addresses; correspondingly, when the 1 st parameter is not 17 digits English, namely verification fails, the instruction is output.
A deleting module 805 configured to delete all text document files under the current folder except readme.txt;
after generating the full embedded page address, all. Txt files under the current folder except readme.
A saving module 806 for saving all the embedded page addresses to the current date text document file.
After deleting all text document files under the current folder, storing all generated embedded page addresses into the current date txt file.
To sum up, in the above embodiment, when the embedded page address needs to be generated, the number of parameters is first checked, then the checking result is determined to be 3 parameters, and it is checked whether the first parameter is 17-bit digital english, if yes, then: and generating all embedded page addresses, deleting all text document files except readme.txt under the current folder, and storing all the embedded page addresses into the text document files on the current date. According to the invention, when 3 parameters are input and the 1 st parameter is 17-bit digital English, the embedded page address can be automatically generated, and the accuracy and efficiency of generating the embedded page address are improved.
In the present specification, each embodiment is described in a progressive manner, and each embodiment is mainly described in a different point from other embodiments, and identical and similar parts between the embodiments are all enough to refer to each other. For the device disclosed in the embodiment, since it corresponds to the method disclosed in the embodiment, the description is relatively simple, and the relevant points refer to the description of the method section.
Those of skill would further appreciate that the various illustrative elements and algorithm steps described in connection with the embodiments disclosed herein may be implemented as electronic hardware, computer software, or combinations of both, and that the various illustrative elements and steps are described above generally in terms of functionality in order to clearly illustrate the interchangeability of hardware and software. Whether such functionality is implemented as hardware or software depends upon the particular application and design constraints imposed on the solution. Skilled artisans may implement the described functionality in varying ways for each particular application, but such implementation decisions should not be interpreted as causing a departure from the scope of the present invention.
The steps of a method or algorithm described in connection with the embodiments disclosed herein may be embodied directly in hardware, in a software module executed by a processor, or in a combination of the two. The software modules may be disposed in Random Access Memory (RAM), memory, read Only Memory (ROM), electrically programmable ROM, electrically erasable programmable ROM, registers, hard disk, a removable disk, a CD-ROM, or any other form of storage medium known in the art.
The previous description of the disclosed embodiments is provided to enable any person skilled in the art to make or use the present invention. Various modifications to these embodiments will be readily apparent to those skilled in the art, and the generic principles defined herein may be applied to other embodiments without departing from the spirit or scope of the invention. Thus, the present invention is not intended to be limited to the embodiments shown herein but is to be accorded the widest scope consistent with the principles and novel features disclosed herein.

Claims (4)

1. A method for generating an embedded page address for a TOM system, comprising:
checking the number of parameters;
after the verification is passed, generating all embedded page addresses based on the verification result;
deleting all text document files except readme.txt under the current folder;
storing all the embedded page addresses into a text document file of the current date;
and after the verification is passed, generating all embedded page addresses based on the verification result, wherein the method comprises the following steps:
determining that the verification result is 1 parameter input;
checking whether the parameter is 17-bit digital English, if so, then:
generating all embedded page addresses;
and/or the number of the groups of groups,
and after the verification is passed, generating all embedded page addresses based on the verification result, wherein the method comprises the following steps:
determining that the verification result is 3 parameters input;
checking whether the first parameter is 17-bit digital English, if yes, then:
generating the full embedded page address.
2. The method of claim 1, wherein generating the full embedded page address based on the verification result after the verification is passed, further comprises:
determining that the verification result is a non-input parameter;
all embedded page addresses are generated using the default frame number.
3. An apparatus for generating an embedded page address for a TOM system, comprising:
the verification module is used for verifying the number of parameters;
the generation module is used for generating all embedded page addresses based on the verification result after the verification is passed;
the deleting module is used for deleting all text document files except readme.txt under the current folder;
the storage module is used for storing all the embedded page addresses into a text document file of the current date;
the generation module comprises:
the second determining unit is used for determining that the checking result is 1 parameter input;
the first checking unit is used for checking whether the parameter is 17-bit digital English;
the second generation unit is used for generating all embedded page addresses when the parameter is 17-bit digital English;
and/or, the generating module comprises:
the third determining unit is used for determining that the checking result is 3 parameters input;
the second checking unit is used for checking whether the first parameter is 17-bit digital English;
and the third generation unit is used for generating all embedded page addresses when the first parameter is 17-bit digital English.
4. The apparatus of claim 3, wherein the generating module further comprises:
the first determining unit is used for determining that the verification result is a non-input parameter;
the first generation unit is used for generating all embedded page addresses by using the default frame number.
CN202010262702.2A 2020-04-03 2020-04-03 Method and device for generating TOM system embedded page address Active CN111460340B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010262702.2A CN111460340B (en) 2020-04-03 2020-04-03 Method and device for generating TOM system embedded page address

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010262702.2A CN111460340B (en) 2020-04-03 2020-04-03 Method and device for generating TOM system embedded page address

Publications (2)

Publication Number Publication Date
CN111460340A CN111460340A (en) 2020-07-28
CN111460340B true CN111460340B (en) 2023-09-26

Family

ID=71683603

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010262702.2A Active CN111460340B (en) 2020-04-03 2020-04-03 Method and device for generating TOM system embedded page address

Country Status (1)

Country Link
CN (1) CN111460340B (en)

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102855432A (en) * 2011-06-27 2013-01-02 奇智软件(北京)有限公司 Document and document folder unlocking and deleting method and system
WO2015062441A1 (en) * 2013-10-30 2015-05-07 蓝盾信息安全技术有限公司 Cgi web interface multi-session verification code generation and verification method

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20120198388A1 (en) * 2011-01-27 2012-08-02 Fernando Santesteban Three dimensional system for managing information in electronic devices and methods thereof

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102855432A (en) * 2011-06-27 2013-01-02 奇智软件(北京)有限公司 Document and document folder unlocking and deleting method and system
WO2015062441A1 (en) * 2013-10-30 2015-05-07 蓝盾信息安全技术有限公司 Cgi web interface multi-session verification code generation and verification method

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
朱永生 ; 王军 ; .基于Web内容的一种数据自动抽取方法.计算机技术与发展.2012,(05),全文. *

Also Published As

Publication number Publication date
CN111460340A (en) 2020-07-28

Similar Documents

Publication Publication Date Title
CN112765023B (en) Test case generation method and device
KR20140009297A (en) Formatting data by example
CN110784450A (en) Single sign-on method and device based on browser
CN104360920A (en) Automatic testing method and device for interface
CN111475376A (en) Method and device for processing test data, computer equipment and storage medium
CN109145651B (en) Data processing method and device
CN110750443A (en) Webpage testing method and device, computer equipment and storage medium
CN110570293A (en) method, device, server and storage medium for reimbursing collected invoices
CN112579461A (en) Assertion processing method, system and storage medium
CN112527414B (en) Front-end-based data processing method, device, equipment and storage medium
CN110443039A (en) Detection method, device and the electronic equipment of plug-in security
CN111460340B (en) Method and device for generating TOM system embedded page address
CN105824647A (en) Form page generating method and device
CN116069725A (en) File migration method, device, apparatus, medium and program product
CN116185825A (en) Front-end self-test method, front-end device, and computer-readable storage medium
CN113672233B (en) Server out-of-band management method, device and equipment based on Redfish
CN111143399B (en) Data processing method, device, storage medium and computer equipment
CN114186958A (en) Method, computing device and storage medium for exporting list data as spreadsheet
CN112632946A (en) Method, apparatus, computer device and storage medium for automatic table building
US20080216099A1 (en) System for Generating Optimized Computer Data Field Conversion Routines
CN115001805B (en) Single sign-on method, device, equipment and storage medium
CN110602210A (en) Method, system, client and medium for cost accounting management electronic seal
CN110740134B (en) URL authentication test method, device, equipment and medium
CN113722639B (en) Website access verification method, device, electronic equipment and readable storage medium
CN117149631A (en) Parameter verification method, device, equipment and 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