CN102722544A - Method and device for decoding character strings - Google Patents

Method and device for decoding character strings Download PDF

Info

Publication number
CN102722544A
CN102722544A CN2012101654441A CN201210165444A CN102722544A CN 102722544 A CN102722544 A CN 102722544A CN 2012101654441 A CN2012101654441 A CN 2012101654441A CN 201210165444 A CN201210165444 A CN 201210165444A CN 102722544 A CN102722544 A CN 102722544A
Authority
CN
China
Prior art keywords
character
decoding
coded data
decoded
data
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN2012101654441A
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.)
Beijing Gridsum Technology Co Ltd
Original Assignee
Beijing Gridsum 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 Gridsum Technology Co Ltd filed Critical Beijing Gridsum Technology Co Ltd
Priority to CN2012101654441A priority Critical patent/CN102722544A/en
Publication of CN102722544A publication Critical patent/CN102722544A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Compression, Expansion, Code Conversion, And Decoders (AREA)

Abstract

The invention discloses a method and a device for decoding character strings. The method for decoding the character strings comprises the following steps of: reading code data; acquiring a decoding mode corresponding to the code data; and decoding the code data according to the acquired decoding mode. By the method and the device, the problem that errors are easy to produce when the character strings are decoded in the prior art is solved, and the decoding accuracy is improved.

Description

The coding/decoding method of character string and device
Technical field
The present invention relates to data processing field, in particular to a kind of coding/decoding method and device of character string.
Background technology
Under complicated internet environment, because various browsers and http protocols limit, a lot of complex characters (comprising Chinese and various symbols) can not directly be received and transmit by browser.The way that industry is general is that whole character string is carried out network address coding (urlencoding), and then network address decoding (decode).
For example: search " character string " in Baidu, we see that the address on browser hurdle is:
http://www.baidu.com/s?tn=monline_5_dg&bs=javascript+%D7%D6%B7%FB%B4%AEcontain&f=8&rsv_bp=1&wd=%D7%D6%B7%FB%B4%AE&inputT=3935
" %D7%D6%B7%FB%B4%AE " in " wd=%D7%D6%B7%FB%B4%AE " is exactly the content behind " character string " three word codes.If the decode method of using various programming languages to provide can revert to " character string " three words.But under the internet environment of complicacy, for the character string of urlencoding, problem is arranged but in the time of decoding, the character string of receiving is uncontrollable.The inventor finds for the main cause that the character string of having encoded goes wrong when decoding easily: when coded data is decoded, directly call general decoding functions and decode; And employed coded system when not considering character string encoded; Cause loss of learning or mistake when specifying decoding, and then cause decoding to make mistakes.
Occur wrong problem easily when in the correlation technique character string being decoded, do not propose effective solution at present as yet.
Summary of the invention
Fundamental purpose of the present invention is to provide a kind of coding/decoding method and device of character string, occurs wrong problem when to solve in the prior art character string being decoded easily.
To achieve these goals, according to an aspect of the present invention, a kind of coding/decoding method of character string is provided, has comprised: read coded data; Obtain the decoding process corresponding with coded data; And coded data is decoded according to the decoding process that gets access to.
Further, obtain the decoding process corresponding in the following manner: the coded system of obtaining coded data with coded data; And search the decoding process corresponding with coded system, obtain the decoding process corresponding with coded data.
Further, adopt regular expression that coded data is surveyed to obtain the coded system of coded data.
Further, according to the decoding process that gets access to coded data is decoded and comprise: coded data is carried out the decoding first time according to the decoding process that gets access to; Judge whether decoded data comprise first characteristic symbol for the first time; And when judging that decoded data comprise first characteristic symbol for the first time, coded data is carried out the decoding second time according to the decoding process that gets access to.
Further, after according to the decoding process that gets access to coded data being decoded, coding/decoding method also comprises: the character behind the scan decoder; And screen out first character in the character that scans, and obtain decoded data, wherein, first character is a unrecognizable character.
Further, first character that screens out in the character that scans comprises: the character in first character and the preset characters storehouse is compared to judge whether the character in first character and the preset characters storehouse is complementary; And the character in judging first character and preset characters storehouse screens out first character when not being complementary.
Further, first character in screening out the character that scans obtains after the decoded data, and coding/decoding method also comprises: whether the judge code data comprises second characteristic symbol; And when judging that decoded data comprises second characteristic symbol, according to the decoding process that gets access to coded data is decoded again.
Further, first character in screening out the character that scans obtains after the decoded data, and coding/decoding method also comprises: the number of types of obtaining the character in the decoded data; Judge that whether the number of types that gets access to is greater than predetermined number; And the number of types that gets access in judgement is decoded to coded data according to the decoding process that gets access to during greater than predetermined number again.
To achieve these goals, according to a further aspect in the invention, a kind of decoding device of character string is provided, this decoding device is used to carry out the coding/decoding method of any character string that the invention described above provides.
To achieve these goals, according to a further aspect in the invention, a kind of decoding device of character string is provided, has comprised: first processing module is used to read coded data; Second processing module is connected with first processing module, is used to obtain the decoding process corresponding with coded data; And the 3rd processing module, be connected with second processing module, be used for coded data being decoded according to the decoding process that gets access to.
Further, the 3rd processing module comprises: first processing sub is used for according to the decoding process that gets access to coded data being carried out the decoding first time; Second processing sub is connected with first processing sub, is used for judging whether decoded data comprise first characteristic symbol for the first time; And the 3rd processing sub, be connected with second processing sub, be used for when judging that decoded data comprise first characteristic symbol for the first time, according to the decoding process that gets access to coded data is carried out second time and decode.
Through the present invention; The decoding process corresponding with coded data obtained in employing, and according to the decoding process that gets access to coded data decoded, and the coded system that is adopted when encoding through being directed against takes corresponding decoding process to decode; Avoided because loss of learning or mistake during the unknown decoding that is caused of coded system; And then avoided decoding error, solved in the prior art when character string decoded and occurred wrong problem easily, and then reached the effect that improves the decoding accuracy.
Description of drawings
The accompanying drawing that constitutes the application's a part is used to provide further understanding of the present invention, and illustrative examples of the present invention and explanation thereof are used to explain the present invention, do not constitute improper qualification of the present invention.In the accompanying drawings:
Fig. 1 is the process flow diagram according to the coding/decoding method of the embodiment of the invention;
Fig. 2 is the process flow diagram of coding/decoding method according to the preferred embodiment of the invention; And
Fig. 3 is the synoptic diagram according to the decoding device of the embodiment of the invention.
Embodiment
Need to prove that under the situation of not conflicting, embodiment and the characteristic among the embodiment among the application can make up each other.Below with reference to accompanying drawing and combine embodiment to specify the present invention.
The embodiment of the invention provides a kind of coding/decoding method of character string, below the coding/decoding method of the character string that the embodiment of the invention provided is introduced.
Fig. 1 is the process flow diagram according to the coding/decoding method of the embodiment of the invention.
As shown in Figure 1, this method comprises that following step S102 is to step S106:
S102: read coded data; Particularly, this coded data can be the data of coming through internet transmission.
S104: obtain the decoding process corresponding with coded data; Particularly, can obtain the coded system of coded data, through searching the decoding process corresponding, promptly correspondingly obtain the decoding process corresponding again with coded data with coded system through coded data is surveyed.
S106: the decoding process according to getting access to is decoded to coded data.
The coding/decoding method of the character string among this embodiment adopts and obtains the decoding process corresponding with coded data; And coded data is decoded according to the decoding process that gets access to; The coded system that is adopted when encoding through being directed against takes corresponding decoding process to decode; Avoided because loss of learning or mistake during the unknown decoding that is caused of coded system; And then avoided decoding error, solved in the prior art when character string decoded and occurred wrong problem easily, and then reached the effect that improves the decoding accuracy.
Wherein, step S104 in the embodiment of the invention and step S106 can implement through following concrete steps:
At first, the coded data that reads among the step S102 is surveyed, obtained the coded system of coded data, particularly, can mate the characteristic in the coded data through regular expression; Secondly; Obtain after the coded system of coded data, search the decoding process corresponding, in embodiments of the present invention with the coded system that gets access to; With the coded system that gets access to is that the utf8 coded system is illustrated; That is, after the coded system that obtains coded data is the utf8 coded system, search the decoding process corresponding with the utf8 coded system; At last, utilize the corresponding decoding process of utf8 coded system that coded data is decoded; If the coded system of the coded data that gets access to is not the utf8 coded system, the decoding process that other coded system that then adopts and get access to is complementary is decoded to coded data.Wherein, UTF8 coding (Unicode) is a kind of character code method, but it is by international organizational design, can hold the encoding scheme of all spoken and written languages of the whole world.The formal name used at school of Unicode is " Universal Multiple-Octet Coded CharacterSet ", abbreviates UCS as.UCS can be regarded as the abbreviation of " Unicode Character Set ".UTF-8 is to encode to UCS in the unit with 8 exactly.
Fig. 2 is the process flow diagram of coding/decoding method according to the preferred embodiment of the invention.
As shown in Figure 2, this method comprises that following step S202 is to step S212:
S202: read the data behind the coding; This step is identical with step S102 in the above embodiment of the present invention.
S204: the coded data to reading is surveyed, and confirms the coded system of coded data.Particularly; Whether contain character " % " in the coded data if detect, then adopt regular expression that the characteristic in the coded data is compared coupling, be a certain specific coded system with the coded system of determining coded data; In the preferred embodiment of the present invention; Still be illustrated as a specific coded system with the utf8 coded system, that is whether, adopting regular expression that coded data is surveyed coupling is the utf8 mode with the coded system of judging coded data.
S206: after the coded system of confirming coded data, confirm the decoding process corresponding, and coded data is once decoded according to the decoding process of confirming with coded system; Particularly, be the utf8 mode if step S204 determines the coded system of coded data, then directly utilize the corresponding decoding process of utf8 coded system that coded data is once decoded; If the coded system that step S204 determines is other coded system, then adopt the decoding process corresponding that coded data is once decoded with other coded system.
S208: after step S206; Judge that whether carry out once decoded data also need once decode again, particularly, can judge and carry out once whether also containing in the decoded data character " 25% "; If carry out once also containing in the decoded data character " 25% "; Then need decoding once more, execution in step S206 does not comprise character " 25% " in decoded data again; If carry out once not containing in the decoded data character " 25% ", then do not need to decode execution in step S210 once more.
S210: judge the requirement that whether hits pay dirk and decode through the data after the decoding step.If through the hit pay dirk requirement of decoding of the data after the decoding step, execution in step S212 then; If, then return step S204 through the requirement that the data after the decoding step can not hit pay dirk and decode.
S212: deposit decoded data in database.
In the decoding process of the preferred embodiment of the present invention; Through judging whether comprise specific character in the decoded data; When repeatedly encoding situation, correspondingly coded data is repeatedly decoded, improved the validity and the readability of decoding degree of accuracy and decoding back data to be in coded data.
Wherein, step S210 can realize in the following manner:
Mode one: at first; Decoded data are carried out character scanning, judge in scanning process whether the character that scans is the character in the preset characters storehouse, if the character that scans is the character in the preset characters storehouse; Confirm that then this character is a recognizable character; If the character that scans is not the character in the preset characters storehouse, confirm that then this character is a unrecognizable character, is carrying out in the scanning process unrecognizable character being deleted to character; Secondly, through after scanning and screening out unrecognizable character, judge whether comprise characteristic character " % " in the remaining character,, confirm that then decoded data is not by successfully decoding if comprise characteristic character " % " in the remaining character in decoded data; If do not comprise characteristic character " % " in the remaining character, confirm that then decoded data is by successfully decoding.
In the technology that coded data is decoded; The decoding and screen out unrecognizable character after; Whether also comprising characteristic character " % " in the remaining character is an important sign judging that whether coded data successfully decodes, if do not comprise characteristic character " % " in the residue character, explains that then coded data is by successfully decoding; If also contain characteristic character " % "; Coded data then is described by successfully decoding, so, the scanning of in the mode one decoded data being carried out, screen out and judge that identification has realized accurately confirming that whether coded data is by the effect of success decoding.
Mode two: at first; Decoded data are carried out character scanning, judge in scanning process whether the character that scans is the character in the preset characters storehouse, if the character that scans is the character in the preset characters storehouse; Confirm that then this character is a recognizable character; If the character that scans is not the character in the preset characters storehouse, confirm that then this character is a unrecognizable character, is carrying out in the scanning process unrecognizable character being deleted to character; Secondly, in decoded data through after scanning and screening out unrecognizable character, the character string that remaining character the is constituted evaluation of giving a mark, giving a mark mainly is to judge whether to decode successfully.To the success of whether decoding of each character, can judge through characteristic and carry out.Each character all have oneself classification (like Japanese, simplified form of Chinese Character, Chinese-traditional, pinyin character; Classification such as invisible), particularly, obtain the number of types of the character in the remaining character; If a character string classification is too disperseed, then score is lower, confirms its success of not decoding.If the character string classification is consistent, then score is higher, confirms it and decodes successfully.For example, assume that screening by scanning remaining after a string of characters for "red rose on Tiananmen Square", the string contains only simplified, you can determine the type of character number is 1; suppose after screening by scanning the remaining characters constitute the string is "red flag up on Tiananmen Square", the string contains both simplified and traditional Chinese characters, you can determine the type of character number is 2; assuming screening by scanning remaining after a string of characters as "day an red door l ", the string contains both simplified and traditional characters and pinyin, you can determine the type of character number is 3.In the preferred embodiment, if the number of types of the character that gets access to greater than 1, that is, character types are not single, confirm that then decoded data is by successfully decoding; If the number of types of the character that gets access to is not more than 1, that is, the number of types of the character that gets access to equals 1, and character types are single, confirms that then decoded data is by successfully decoding.According to actual needs, comparative parameter that can also categorical data is set to not be other concrete numerical value of 1.
In the technology that coded data is decoded, after decoding and screening out unrecognizable character, the character string that remaining character the is constituted evaluation of giving a mark has realized accurately judging whether coded data is reduced into the effect of former character string effectively.
The embodiment of the invention also provides a kind of decoding device of character string, below the decoding device of the embodiment of the invention is introduced.
Need to prove; Coding/decoding method in the character string of the embodiment of the invention can be carried out through the decoding device of the character string that the embodiment of the invention provided, and the decoding device of the character string of the embodiment of the invention also can be used to carry out the coding/decoding method of the character string that the embodiment of the invention provides.
Fig. 3 is the synoptic diagram according to the decoding device of the embodiment of the invention, and is as shown in Figure 3, and the decoding device of this embodiment comprises first processing module 10, second processing module 20 and the 3rd processing module 30.Wherein, first processing module 10 is used to read coded data, and particularly, this coded data can be the data of coming through internet transmission.Second processing module 20 is connected with first processing module 10, is used to obtain the decoding process corresponding with coded data; Particularly, can obtain the coded system of coded data, through searching the decoding process corresponding, promptly correspondingly obtain the decoding process corresponding again with coded data with coded system through coded data is surveyed.The 3rd processing module 30 is connected with second processing module 20, is used for according to the decoding process that gets access to coded data being decoded.
In the present embodiment; The decoding process corresponding with coded data obtained in employing, and according to the decoding process that gets access to coded data decoded, and the coded system that is adopted when encoding through being directed against takes corresponding decoding process to decode; Avoided because loss of learning or mistake during the unknown decoding that is caused of coded system; And then avoided decoding error, solved in the prior art when character string decoded and occurred wrong problem easily, and then reached the effect that improves the decoding accuracy.
Wherein, The 3rd processing module 30 can comprise a plurality of processing sub; Particularly; First processing sub is used for according to the decoding process that gets access to coded data being carried out the decoding first time; Judge through whether also comprising first characteristic symbol in the decoded data of first processing sub by second processing sub that is connected with first processing sub then, when in judging, also comprising first characteristic symbol, according to the coding/decoding method that gets access to the decoded data of first processing sub are carried out the decoding second time once more by the 3rd processing sub that is connected with second processing sub via the decoded data of first processing sub; Particularly; Can judge to carry out once whether also containing character " 25% " in the decoded data,, then need decoding once more if carry out once also containing in the decoded data character " 25% ".
Judge whether comprise specific character in the decoded data through the 3rd processing module, when repeatedly encoding situation, correspondingly coded data is repeatedly decoded, improved the validity and the readability of decoding degree of accuracy and decoding back data to be in coded data.
Obviously, it is apparent to those skilled in the art that above-mentioned each module of the present invention or each step can realize with the general calculation device; They can concentrate on the single calculation element; Perhaps be distributed on the network that a plurality of calculation element forms, alternatively, they can be realized with the executable program code of calculation element; Thereby; Can they be stored in the memory storage and carry out, perhaps they are made into each integrated circuit modules respectively, perhaps a plurality of modules in them or step are made into the single integrated circuit module and realize by calculation element.Like this, the present invention is not restricted to any specific hardware and software combination.
The above is merely the preferred embodiments of the present invention, is not limited to the present invention, and for a person skilled in the art, the present invention can have various changes and variation.All within spirit of the present invention and principle, any modification of being done, be equal to replacement, improvement etc., all should be included within protection scope of the present invention.

Claims (10)

1. the coding/decoding method of a character string is characterized in that, comprising:
Read coded data;
Obtain the decoding process corresponding with said coded data; And
According to the decoding process that gets access to said coded data is decoded.
2. coding/decoding method according to claim 1 is characterized in that, obtains in the following manner and said coded number
Decoding process according to correspondence:
Obtain the coded system of said coded data; And
Search the decoding process corresponding, obtain the decoding process corresponding with said coded data with said coded system.
3. coding/decoding method according to claim 2 is characterized in that, adopts regular expression that said coded data is surveyed to obtain the coded system of said coded data.
4. coding/decoding method according to claim 1 is characterized in that, according to the decoding process that gets access to said coded data being decoded comprises:
According to the decoding process that gets access to said coded data is carried out the decoding first time;
Judge whether decoded data comprise first characteristic symbol for the first time; And
When judging that for the first time decoded data comprise said first characteristic symbol, according to the decoding process that gets access to said coded data is carried out second time and decode.
5. coding/decoding method according to claim 1 is characterized in that, after according to the decoding process that gets access to said coded data being decoded, said coding/decoding method also comprises:
Character behind the scan decoder; And
Screen out first character in the character that scans, obtain decoded data, wherein, said first character is a unrecognizable character.
6. coding/decoding method according to claim 5 is characterized in that, first character that screens out in the character that scans comprises:
Character in said first character and the preset characters storehouse is compared to judge whether the character in said first character and the said preset characters storehouse is complementary; And
When the character in judging said first character and said preset characters storehouse is not complementary, screen out said first character.
7. coding/decoding method according to claim 5 is characterized in that, first character in screening out the character that scans obtains after the decoded data, and said coding/decoding method also comprises:
Judge whether said decoded data comprises second characteristic symbol; And
When judging that said decoded data comprises said second characteristic symbol, according to the decoding process that gets access to said coded data is decoded again.
8. coding/decoding method according to claim 5 is characterized in that, first character in screening out the character that scans obtains after the decoded data, and said coding/decoding method also comprises:
Obtain the number of types of the character in the said decoded data;
Judge that whether the number of types that gets access to is greater than predetermined number; And
The number of types that gets access in judgement is decoded to said coded data according to the decoding process that gets access to during greater than said predetermined number again.
9. the decoding device of a character string is characterized in that, comprising:
First processing module is used to read coded data;
Second processing module is connected with said first processing module, is used to obtain the decoding process corresponding with said coded data; And
The 3rd processing module is connected with said second processing module, is used for according to the decoding process that gets access to said coded data being decoded.
10. decoding device according to claim 9 is characterized in that, said the 3rd processing module comprises:
First processing sub is used for according to the decoding process that gets access to said coded data being carried out the decoding first time;
Second processing sub is connected with said first processing sub, is used for judging whether decoded data comprise first characteristic symbol for the first time; And
The 3rd processing sub is connected with said second processing sub, is used for when judging that for the first time decoded data comprise said first characteristic symbol, according to the decoding process that gets access to said coded data being carried out second time and decoding.
CN2012101654441A 2012-05-24 2012-05-24 Method and device for decoding character strings Pending CN102722544A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN2012101654441A CN102722544A (en) 2012-05-24 2012-05-24 Method and device for decoding character strings

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN2012101654441A CN102722544A (en) 2012-05-24 2012-05-24 Method and device for decoding character strings

Publications (1)

Publication Number Publication Date
CN102722544A true CN102722544A (en) 2012-10-10

Family

ID=46948305

Family Applications (1)

Application Number Title Priority Date Filing Date
CN2012101654441A Pending CN102722544A (en) 2012-05-24 2012-05-24 Method and device for decoding character strings

Country Status (1)

Country Link
CN (1) CN102722544A (en)

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103092922A (en) * 2012-12-28 2013-05-08 国家计算机网络与信息安全管理中心 Post-coding automatic decoding method aiming at uniform resource locator (URL) comprising special characters
CN104661075A (en) * 2015-02-04 2015-05-27 深圳创维数字技术有限公司 Data processing method and digital TV receiving terminal
CN103346800B (en) * 2013-07-08 2016-10-05 沈阳东软医疗系统有限公司 A kind of data compression method and device
CN108108267A (en) * 2016-11-25 2018-06-01 北京国双科技有限公司 The restoration methods and device of data
CN108242979A (en) * 2018-01-10 2018-07-03 四川阵风科技有限公司 Interpretation method, device, spectrum detector and storage medium
CN110635864A (en) * 2019-10-09 2019-12-31 中国联合网络通信集团有限公司 Parameter decoding method, device, equipment and computer readable storage medium

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101605018A (en) * 2009-06-17 2009-12-16 中兴通讯股份有限公司 A kind of decoding depth message detection protocol method, equipment and system based on stream
CN102131161A (en) * 2010-01-14 2011-07-20 华为技术有限公司 Method, device and system for encoding short message

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101605018A (en) * 2009-06-17 2009-12-16 中兴通讯股份有限公司 A kind of decoding depth message detection protocol method, equipment and system based on stream
CN102131161A (en) * 2010-01-14 2011-07-20 华为技术有限公司 Method, device and system for encoding short message

Cited By (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103092922A (en) * 2012-12-28 2013-05-08 国家计算机网络与信息安全管理中心 Post-coding automatic decoding method aiming at uniform resource locator (URL) comprising special characters
CN103346800B (en) * 2013-07-08 2016-10-05 沈阳东软医疗系统有限公司 A kind of data compression method and device
CN104661075A (en) * 2015-02-04 2015-05-27 深圳创维数字技术有限公司 Data processing method and digital TV receiving terminal
CN104661075B (en) * 2015-02-04 2018-07-03 深圳创维数字技术有限公司 A kind of data processing method and receiving terminal for digital television
CN108108267A (en) * 2016-11-25 2018-06-01 北京国双科技有限公司 The restoration methods and device of data
CN108108267B (en) * 2016-11-25 2021-06-22 北京国双科技有限公司 Data recovery method and device
CN108242979A (en) * 2018-01-10 2018-07-03 四川阵风科技有限公司 Interpretation method, device, spectrum detector and storage medium
CN108242979B (en) * 2018-01-10 2020-12-22 四川阵风科技有限公司 Decoding method, decoding device, spectrum detector and storage medium
CN110635864A (en) * 2019-10-09 2019-12-31 中国联合网络通信集团有限公司 Parameter decoding method, device, equipment and computer readable storage medium

Similar Documents

Publication Publication Date Title
CN102722544A (en) Method and device for decoding character strings
US10795629B2 (en) Text and custom format information processing method, client, server, and computer-readable storage medium
CN108259415B (en) Mail detection method and device
US8308056B2 (en) Method for obtaining information associated with a location
US11580760B2 (en) Visual domain detection systems and methods
CN104168293B (en) The method and system of suspicious fishing webpage are recognized with reference to local content rule base
CN101510887B (en) Method and device for identifying website
CN110688307B (en) JavaScript code detection method, device, equipment and storage medium
CN107145481B (en) Electronic equipment, storage medium, and method and device for filling webpage form
CN103870487A (en) Webpage file processing method and mobile terminal
CN101568918A (en) Web-based collocation error proofing
JPWO2012029519A1 (en) Response determination apparatus, response determination method, response determination program, recording medium, and response determination system
CN103279503A (en) Method and system for acquiring two-dimension code information from webpage
CN104063401A (en) Webpage style address merging method and device
CN102577334A (en) Method and apparatus for the automatic predictive selection of input methods for web browsers
CN106405577B (en) A kind of RTCM text conversion method and device
CN104994128A (en) Data coding type identifying and transcoding method and device
KR101143650B1 (en) An apparatus for preparing a display document for analysis
CN103544150A (en) Method and system for providing recommendation information for mobile terminal browser
US8271263B2 (en) Multi-language text fragment transcoding and featurization
CN101261643B (en) Website page information statistical method and apparatus
CN116319089B (en) Dynamic weak password detection method, device, computer equipment and medium
CN105306462A (en) Web page link detecting method and device
CN105664490A (en) Method and system for realizing game interaction
CN113127776A (en) Breadcrumb path generation method and device and terminal equipment

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C12 Rejection of a patent application after its publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20121010