CN108073386B - Text box optimization method and device - Google Patents

Text box optimization method and device Download PDF

Info

Publication number
CN108073386B
CN108073386B CN201610992705.5A CN201610992705A CN108073386B CN 108073386 B CN108073386 B CN 108073386B CN 201610992705 A CN201610992705 A CN 201610992705A CN 108073386 B CN108073386 B CN 108073386B
Authority
CN
China
Prior art keywords
text box
browser
identification information
text
attribute value
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
CN201610992705.5A
Other languages
Chinese (zh)
Other versions
CN108073386A (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 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 CN201610992705.5A priority Critical patent/CN108073386B/en
Publication of CN108073386A publication Critical patent/CN108073386A/en
Application granted granted Critical
Publication of CN108073386B publication Critical patent/CN108073386B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/38Creation or generation of source code for implementing user interfaces

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Human Computer Interaction (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Information Transfer Between Computers (AREA)
  • User Interface Of Digital Computer (AREA)

Abstract

The invention discloses a text box optimization method and a text box optimization device, relates to the technical field of information, and solves the problem that user experience is influenced when the background color of some browser text boxes is a special color, wherein the method comprises the following steps: firstly, acquiring a textbox object with an automatic filling attribute in a browser; then saving the text box attribute value corresponding to the text box object; removing the HTML text content in the text box object to obtain a processed text box object; and configuring the text box attribute value to the text box object after the removal processing. The method is suitable for optimizing the text box.

Description

Text box optimization method and device
Technical Field
The invention relates to the technical field of information, in particular to a text box optimization method and device.
Background
In recent years, with the rapid development of the internet, the application of browsers is becoming more and more extensive, and users can log in websites through browsers to watch videos, read news, shop and the like. When a user logs in a website needing to log in by using an account by using the browser, the browser can record the account password input by the user after the user inputs the account password to log in, so that the account password is automatically filled in a form text box when the user logs in next time, and the user can log in without inputting the account password.
At present, many browsers can be selected and used by users, but when some browsers are used for automatically filling forms, the browsers can default to add private attributes to the automatically filled forms, so that backgrounds of some text boxes can be changed into special colors, the display effect of the text boxes is poor, and the user experience is influenced. For example, the chrome browser may default to add a-webkit-autofilter private attribute to the automatically filled input form, so that the background of the input text box may become yellowish, and the yellowish background may affect the display effect of the text box.
Disclosure of Invention
In view of the above, the present invention has been made to provide a text box optimization method and apparatus that overcomes or at least partially solves the above-mentioned problems.
In order to achieve the above purpose, the present invention mainly provides the following technical solutions:
in one aspect, the present invention provides a text box optimization method, including:
acquiring a textbox object with an automatic filling attribute in a browser;
saving the text box attribute value corresponding to the text box object;
removing the HTML text content in the text box object to obtain a processed text box object;
and configuring the text box attribute value to the text box object after the removal processing.
In another aspect, the present invention provides a text box optimizing apparatus, including:
the acquisition unit is used for acquiring a textbox object with an automatic filling attribute in the browser;
the storage unit is used for storing the text box attribute value corresponding to the text box object;
a removing unit, configured to remove HTML text content in the text box object to obtain a processed text box object;
and the configuration unit is used for configuring the text box attribute value to the text box object after the removal processing.
By the technical scheme, the technical scheme provided by the embodiment of the invention at least has the following advantages:
the invention provides a text box optimization method and a text box optimization device.A text box object with an automatic filling attribute in a browser is obtained; then saving the text box attribute value corresponding to the text box object; removing the HTML text content in the text box object to obtain a processed text box object; and configuring the text box attribute value to the text box object after the removal processing. Compared with the prior art, the method and the device have the advantages that the HTML text content in the text box object is removed after the attribute value corresponding to the text box object is stored, so that the purpose of removing default setting can be achieved, the background of the text box is not changed into a special color, the display effect of the text box can be improved, the optimization of the background of the text box is completed, and the user experience is improved.
Drawings
Various other advantages and benefits will become apparent to those of ordinary skill in the art upon reading the following detailed description of the preferred embodiments. The drawings are only for purposes of illustrating the preferred embodiments and are not to be construed as limiting the invention. Also, like reference numerals are used to refer to like parts throughout the drawings. In the drawings:
FIG. 1 is a flowchart illustrating a text box optimization method according to an embodiment of the present invention;
FIG. 2 is a flow chart of another text box optimization method provided by the embodiment of the invention;
FIG. 3 is a schematic structural diagram of a textbox optimizing apparatus according to an embodiment of the present invention;
fig. 4 shows a schematic structural diagram of another text box optimization device provided in the embodiment of the present invention.
Detailed Description
Exemplary embodiments of the present disclosure will be described in more detail below with reference to the accompanying drawings. While exemplary embodiments of the present disclosure are shown in the drawings, it should be understood that the present disclosure may be embodied in various forms and should not be limited to the embodiments set forth herein. Rather, these embodiments are provided so that this disclosure will be thorough and complete, and will fully convey the scope of the disclosure to those skilled in the art.
An embodiment of the present invention provides a text box optimization method, as shown in fig. 1, the method includes:
101. and acquiring a textbox object with an automatic filling property in the browser.
Wherein the auto-fill attribute may be a webkit-autofill attribute. For the embodiment of the invention, all the textbox objects needing to be optimized can be obtained by obtaining the textbox objects with the automatic filling attribute in the browser.
102. And saving the text box attribute value corresponding to the text box object.
The text box attribute value may be a value corresponding to the text box object, and may represent a value of an HTML (HyperText Markup Language) tag in the text box object.
For the embodiment of the invention, the value corresponding to the text box object is stored, so that the value corresponding to the text box object cannot be lost due to the removal of HTML text content when the text box object is optimized, the attribute of the text box object is prevented from being changed, and the accuracy of text box optimization is improved.
103. And removing the HTML text content in the text box object to obtain the processed text box object.
Wherein the HTML text content may contain tags that reference the method elements themselves.
For example, when a form is automatically filled in by a certain browser, the background of a text box will automatically turn yellow, and in order to remove this color, all text box objects with the automatic filling attribute in the browser are acquired, and after the value corresponding to the text box object is saved, the outerHTML in the text box object is removed, that is, the setting of the default yellow background of the text box of the browser can be removed.
104. And configuring the text box attribute value to the text box object after the removal processing.
For the embodiment of the invention, before the optimization of the text box object, the attribute value corresponding to the text box object is stored, and after the HTML text content in the text box object is removed, the attribute value corresponding to the stored text box object is configured to the text box object again, so that the text box object can be optimized under the condition of not damaging the attribute value of the text box object.
The invention provides a text box optimization method, which comprises the steps of firstly, acquiring a text box object with an automatic filling attribute in a browser; then saving the text box attribute value corresponding to the text box object; removing the HTML text content in the text box object to obtain a processed text box object; and configuring the text box attribute value to the text box object after the removal processing. Compared with the prior art, the method and the device have the advantages that the HTML text content in the text box object is removed after the attribute value corresponding to the text box object is stored, so that the purpose of removing default setting can be achieved, the background of the text box is not changed into a special color, the display effect of the text box can be improved, the optimization of the background of the text box is completed, and the user experience is improved.
Specifically, an embodiment of the present invention provides another text box optimization method, as shown in fig. 2, the method includes:
201. it is detected whether the identification information of the browser matches the identification information of a predetermined browser.
The identification information of the predetermined browser is identification information of a chrome browser, and can also be a browser identification which takes a Webkit (top speed) kernel corresponding to the chrome browser as a kernel.
Specifically, the step 201 may be to obtain a character string including an uppercase character of the browser name through a navigator.user agent (browser. agent identification code) by using JS (JavaScript, JS code), convert the obtained uppercase character string into a lowercase character string, and determine whether the browser using the chrome browser as a core is based on the obtained lowercase character string.
For the embodiment of the invention, whether the browser needs to be optimized is judged by acquiring the character string corresponding to the browser, so that the resource waste caused by processing the browser which does not need to be optimized can be avoided.
202. And if the identification information of the browser is matched with the identification information of a preset browser, acquiring a text box object with an automatic filling attribute in the browser.
The concept explanation of the automatic filling attribute may refer to the corresponding description in step 101, and is not described herein again.
Specifically, the obtaining of the textbox object with the automatic filling attribute in the browser may be to detect whether the browsed textbox object has the automatic filling attribute, and if the browsed textbox object has the automatic filling attribute, extract the textbox object until all textbox objects of the browser are detected.
For example, if the browser a is detected to be a browser with a chrome as a kernel, the textbox object 1, the textbox object 2, and the textbox object 3 of the browser a are detected in sequence, and the textbox object 1 and the textbox object 3 with the webkit-autofill attribute are extracted.
For the embodiment of the invention, whether the browser is the browser which takes the chrome as the kernel is determined by detecting whether the browser is the browser which needs to be optimized and the text box object with the automatic filling attribute of the browser is obtained, so that the text box object which needs to be optimized can be accurately obtained, and the accuracy rate of text box optimization is improved.
203. And saving the text box attribute value corresponding to the text box object.
The concept explanation of the text box attribute value may refer to the corresponding description in step 102, and is not repeated here.
204. And storing the text box object identification information corresponding to the text box attribute value.
The text box object identification information may be a name value corresponding to the text box object, and may be used to identify an HTML tag.
205. And removing the HTML text content in the text box object to obtain the processed text box object.
Specifically, the HTML text content in the text box object is removed, so that the background color of the text box can be optimized, for example, after the HTML text content in the text box object with the background color of yellow is removed, the yellow background of the text box can be removed, the special color is eliminated, the display effect of the text box is improved, and the purpose of optimizing the background color of the text box is achieved.
206. And configuring the text box attribute value corresponding to the text box object identification information to the text box object after the removal processing.
For the embodiment of the invention, the value and the name value respectively corresponding to the text box object are respectively stored, and after HTML text content is removed, the attribute values respectively corresponding to the text box object are configured to the text box object according to the identification information of the text box object, so that only the background color of the text box object is changed without changing the text box attribute value corresponding to the text box object when the content of the text box object is modified, and the accuracy of text box optimization is improved.
Further, the step 206 is followed by: detecting whether a textbox object without removing HTML text content exists in the browser; and if not, outputting corresponding processing success information of the browser. The information of successful processing may be text information, picture information, audio information, video information, and the like, and the embodiment of the present invention is not limited.
For example, by detecting that the identification information of the cheetah browser matches the identification information of the chrome browser, and the cheetah browser is a browser with chrome as a kernel, a text box object 1 and a text box object 2 with a webkit-autofil attribute in the cheetah browser are obtained, attribute values value1 and value2 corresponding to the two text box objects respectively are respectively stored, the two text box objects respectively correspond to identification information name1 and name2, HTML text contents in the text box object 1 and the text box object 2 are sequentially removed, then a value1 corresponding to the text box object is configured according to the identification information name1 corresponding to the text box object 1, and a value2 corresponding to the text box object is configured according to the identification information name2 corresponding to the text box object 2. After detecting that no textbox object without removing the HTML text content exists in the cheetah browser, outputting a 'processing success' word to prompt the user that the processing is finished.
The invention provides another text box optimization method, firstly, obtaining a text box object with an automatic filling attribute in a browser; then saving the text box attribute value corresponding to the text box object; removing the HTML text content in the text box object to obtain a processed text box object; and configuring the text box attribute value to the text box object after the removal processing. Compared with the prior art, the method and the device have the advantages that the HTML text content in the text box object is removed after the attribute value corresponding to the text box object is stored, so that the purpose of removing default setting can be achieved, the background of the text box is not changed into a special color, the display effect of the text box can be improved, the optimization of the background of the text box is completed, and the user experience is improved.
Further, as a specific implementation of the method shown in fig. 1, an embodiment of the present invention provides a text box optimization apparatus, and as shown in fig. 3, the apparatus includes: an acquisition unit 31, a saving unit 32, a removal unit 33, and a configuration unit 34.
The acquiring unit 31 may be configured to acquire a textbox object with an auto fill attribute in a browser.
The saving unit 32 may be configured to save the text box attribute value corresponding to the text box object.
The removing unit 33 may be configured to remove the HTML text content in the text box object to obtain a processed text box object.
The configuration unit 34 may be configured to configure the text box attribute value to the text box object after the removal processing.
It should be noted that other corresponding descriptions of the functional units related to the text box optimization apparatus provided in the embodiment of the present invention may refer to the corresponding description in fig. 1, and are not described herein again.
The invention provides a text box optimizing device, which comprises the following steps of firstly, acquiring a text box object with an automatic filling attribute in a browser; then saving the text box attribute value corresponding to the text box object; removing the HTML text content in the text box object; and configuring the text box attribute value to the text box object after the removal processing. Compared with the prior art, the method and the device have the advantages that the HTML text content in the text box object is removed after the attribute value corresponding to the text box object is stored, so that the purpose of removing default setting can be achieved, the background of the text box is not changed into a special color, the display effect of the text box can be improved, the optimization of the background of the text box is completed, and the user experience is improved.
Further, as a specific implementation of the method shown in fig. 2, an embodiment of the present invention provides another text box optimization apparatus, as shown in fig. 4, the apparatus includes: an acquisition unit 41, a saving unit 42, a removal unit 43, and a configuration unit 44.
The obtaining unit 41 may be configured to obtain a textbox object with an auto-fill attribute in the browser.
The saving unit 42 may be configured to save the text box attribute value corresponding to the text box object.
The removing unit 43 may be configured to remove the HTML text content in the text box object to obtain a processed text box object.
The configuration unit 44 may be configured to configure the text box attribute value to the text box object after the removal processing.
Further, the apparatus further comprises: a detection unit 45.
The obtaining unit 45 may be configured to detect whether the identification information of the browser matches the identification information of a predetermined browser.
Further, the obtaining unit 41 may be further configured to obtain a textbox object with an automatic filling attribute in the browser if the identification information of the browser matches the identification information of a predetermined browser.
Further, the saving unit 42 may be further configured to save text box object identification information corresponding to the text box attribute value.
Further, the apparatus further comprises: and an output unit 46.
The configuring unit 44 may be specifically configured to configure the text box attribute value corresponding to the text box object identification information to the text box object after the removal processing.
The detecting unit 45 may be further configured to detect whether a textbox object with HTML text content not removed exists in the browser.
The output unit 46 may be configured to output, if there is no text box object from which the HTML text content is not removed, the processing success information corresponding to the browser.
It should be noted that other corresponding descriptions of the functional units related to another text box optimization apparatus provided in the embodiment of the present invention may refer to the corresponding description in fig. 2, and are not described herein again.
The other text box optimizing device provided by the invention firstly obtains a text box object with an automatic filling attribute in a browser; then saving the text box attribute value corresponding to the text box object; removing the HTML text content in the text box object to obtain a processed text box object; and configuring the text box attribute value to the text box object after the removal processing. Compared with the prior art, the method and the device have the advantages that the HTML text content in the text box object is removed after the attribute value corresponding to the text box object is stored, so that the purpose of removing default setting can be achieved, the background of the text box is not changed into a special color, the display effect of the text box can be improved, the optimization of the background of the text box is completed, and the user experience is improved.
The text box optimization device comprises a processor and a memory, wherein the acquisition unit, the storage unit, the removal unit, the configuration unit and the like are stored in the memory as program units, and the processor executes the program units stored in the memory to realize corresponding functions.
The processor comprises a kernel, and the kernel calls the corresponding program unit from the memory. The kernel can be set to be one or more than one, and the problems that the service development is limited and the layout and the typesetting of the whole page are influenced in the prior art are solved by adjusting the kernel parameters.
The memory may include volatile memory in a computer readable medium, Random Access Memory (RAM) and/or nonvolatile memory such as Read Only Memory (ROM) or flash memory (flash RAM), and the memory includes at least one memory chip.
The present application further provides a computer program product adapted to perform program code for initializing the following method steps when executed on a data processing device: acquiring a textbox object with an automatic filling attribute in a browser; saving the text box attribute value corresponding to the text box object; removing the HTML text content in the text box object to obtain a processed text box object; and configuring the text box attribute value to the text box object after the removal processing.
As will be appreciated by one skilled in the art, embodiments of the present application may be provided as a method, system, or computer program product. Accordingly, the present application may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, the present application may take the form of a computer program product embodied on one or more computer-usable storage media (including, but not limited to, disk storage, CD-ROM, optical storage, and the like) having computer-usable program code embodied therein.
The present application is described with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems), and computer program products according to embodiments of the application. It will be understood that each flow and/or block of the flow diagrams and/or block diagrams, and combinations of flows and/or blocks in the flow diagrams and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, embedded processor, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be stored in a computer-readable memory that can direct a computer or other programmable data processing apparatus to function in a particular manner, such that the instructions stored in the computer-readable memory produce an article of manufacture including instruction means which implement the function specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be loaded onto a computer or other programmable data processing apparatus to cause a series of operational steps to be performed on the computer or other programmable apparatus to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide steps for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
In a typical configuration, a computing device includes one or more processors (CPUs), input/output interfaces, network interfaces, and memory.
The memory may include forms of volatile memory in a computer readable medium, Random Access Memory (RAM) and/or non-volatile memory, such as Read Only Memory (ROM) or flash memory (flash RAM). The memory is an example of a computer-readable medium.
Computer-readable media, including both non-transitory and non-transitory, removable and non-removable media, may implement information storage by any method or technology. The information may be computer readable instructions, data structures, modules of a program, or other data. Examples of computer storage media include, but are not limited to, phase change memory (PRAM), Static Random Access Memory (SRAM), Dynamic Random Access Memory (DRAM), other types of Random Access Memory (RAM), Read Only Memory (ROM), Electrically Erasable Programmable Read Only Memory (EEPROM), flash memory or other memory technology, compact disc read only memory (CD-ROM), Digital Versatile Discs (DVD) or other optical storage, magnetic cassettes, magnetic tape magnetic disk storage or other magnetic storage devices, or any other non-transmission medium that can be used to store information that can be accessed by a computing device. As defined herein, a computer readable medium does not include a transitory computer readable medium such as a modulated data signal and a carrier wave.
The above are merely examples of the present application and are not intended to limit the present application. Various modifications and changes may occur to those skilled in the art. Any modification, equivalent replacement, improvement, etc. made within the spirit and principle of the present application should be included in the scope of the claims of the present application.

Claims (6)

1. A text box optimization method, comprising:
acquiring a textbox object with an automatic filling attribute in a browser, wherein the textbox object comprises: detecting whether the identification information of the browser is matched with the identification information of a preset browser or not, wherein the identification information of the preset browser is the identification information of a chrome browser; if the matching is carried out, acquiring a textbox object with an automatic filling attribute in the browser, and further comprising: obtaining a character string of capital characters containing a browser name through a navigator. user agent by using a JS code, converting the obtained capital character string into a lowercase character string, and judging whether the browser with a chrome browser as a core is available or not according to the obtained lowercase character string;
saving the text box attribute value corresponding to the text box object;
removing the HTML text content in the text box object to obtain a processed text box object;
configuring the text box attribute value to the text box object after the removal processing;
detecting whether a textbox object without removing HTML text content exists in the browser;
and if not, outputting corresponding processing success information of the browser.
2. The text box optimization method of claim 1, further comprising:
storing the text box object identification information corresponding to the text box attribute value;
the configuring the text box attribute value to the text box object after the removal processing specifically includes:
and configuring the text box attribute value corresponding to the text box object identification information to the text box object after the removal processing.
3. A text box optimizing apparatus, comprising:
the acquisition unit is used for acquiring a textbox object with an automatic filling attribute in the browser;
the acquisition unit includes:
the detection module is used for detecting whether the identification information of the browser is matched with the identification information of a preset browser, wherein the identification information of the preset browser is the identification information of a chrome browser; the acquisition module is used for acquiring a textbox object with an automatic filling attribute in the browser if the identification information of the browser is matched with the identification information of a preset browser;
the detection module is specifically used for obtaining a character string of capital characters containing the browser name through a navigator. user agent by using a JS code, converting the obtained capital character string into a lowercase character string, and judging whether the browser with a chrome browser as a core is available or not according to the obtained lowercase character string;
the storage unit is used for storing the text box attribute value corresponding to the text box object;
a removing unit, configured to remove HTML text content in the text box object to obtain a processed text box object;
the configuration unit is used for configuring the text box attribute value to the text box object after the removal processing;
the detection unit is used for detecting whether a textbox object without HTML text content removed exists in the browser;
and the output unit is used for outputting corresponding processing success information of the browser if the text box object without the HTML text content removed does not exist.
4. The text box optimization apparatus of claim 3,
the storage module is further configured to store the text box object identification information corresponding to the text box attribute value;
the configuration unit is specifically configured to configure the text box attribute value corresponding to the text box object identification information to the text box object after the removal processing.
5. A storage medium, characterized in that the storage medium comprises a stored program, wherein when the program runs, a device on which the storage medium is located is controlled to execute the text box optimization method of claim 1 or 2.
6. A processor, configured to run a program, wherein the program when running performs the text box optimization method of claim 1 or 2.
CN201610992705.5A 2016-11-10 2016-11-10 Text box optimization method and device Active CN108073386B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201610992705.5A CN108073386B (en) 2016-11-10 2016-11-10 Text box optimization method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201610992705.5A CN108073386B (en) 2016-11-10 2016-11-10 Text box optimization method and device

Publications (2)

Publication Number Publication Date
CN108073386A CN108073386A (en) 2018-05-25
CN108073386B true CN108073386B (en) 2021-08-13

Family

ID=62153560

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201610992705.5A Active CN108073386B (en) 2016-11-10 2016-11-10 Text box optimization method and device

Country Status (1)

Country Link
CN (1) CN108073386B (en)

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104267804A (en) * 2014-09-15 2015-01-07 联想(北京)有限公司 Information input method and electronic device
CN105320717A (en) * 2014-10-22 2016-02-10 武汉理工大学 Individual semiautomatic construction method in body learning

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102981847B (en) * 2012-11-13 2015-11-25 北京奇虎科技有限公司 The browser that page text frame is processed and method
CN102999579B (en) * 2012-11-13 2015-11-25 北京奇虎科技有限公司 Page text frame process browser and page text frame element disposal route
US9804750B2 (en) * 2015-01-21 2017-10-31 Unisys Corporation Textbox associated with device native features
CN105095466A (en) * 2015-07-31 2015-11-25 山东大学 Web text information extraction method
CN105808236B (en) * 2016-02-25 2020-02-11 上海畅星软件有限公司 HMI picture element composition design and code generation method

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104267804A (en) * 2014-09-15 2015-01-07 联想(北京)有限公司 Information input method and electronic device
CN105320717A (en) * 2014-10-22 2016-02-10 武汉理工大学 Individual semiautomatic construction method in body learning

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
Google Chrome自动填充及其黄色背景;Alessandro Benedetti;《Stack Overflow:https://stackoverflow.com/questions/2920306/***-chrome-form-autofill-and-its-yellow-background/4196465#4196465》;20101116;第1-2页 *

Also Published As

Publication number Publication date
CN108073386A (en) 2018-05-25

Similar Documents

Publication Publication Date Title
CN107992741B (en) Model training method, URL detection method and device
CN106610931B (en) Topic name extraction method and device
CN107294918B (en) Phishing webpage detection method and device
CN107015986B (en) Method and device for crawling webpage by crawler
CN107045507B (en) Webpage crawling method and device
CN106598997B (en) Method and device for calculating text theme attribution degree
CN110020236B (en) Webpage parsing method, device, storage medium, processor and equipment
CN104899203B (en) Webpage generation method and device and terminal equipment
CN109558548B (en) Method for eliminating CSS style redundancy and related product
CN106682044B (en) Data processing method and device
CN108073386B (en) Text box optimization method and device
CN107783983B (en) Information display method and device
CN110968810A (en) Webpage data processing method and device
CN111125998A (en) Text processing method and device
CN109429100B (en) Method, device and system for storing page path
CN111125087A (en) Data storage method and device
CN110990799A (en) Data processing method, device and system for anti-crawler and storage medium
CN110929188A (en) Method and device for rendering server page
US10296566B2 (en) Apparatus and method for outputting web content that is rendered based on device information
CN112580301A (en) Form verification method, device, equipment and storage medium
CN107608947B (en) HTML file processing method and device and electronic equipment
CN109948076B (en) Data visualization configuration method and device
CN109582191B (en) Menu content display method and device
CN108241695B (en) Information processing method and device
CN108255802B (en) Universal text parsing architecture and method and device for parsing text based on architecture

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
CB02 Change of applicant information

Address after: 100083 No. 401, 4th Floor, Haitai Building, 229 North Fourth Ring Road, Haidian District, Beijing

Applicant after: Beijing Guoshuang Technology Co.,Ltd.

Address before: 100086 Cuigong Hotel, 76 Zhichun Road, Shuangyushu District, Haidian District, Beijing

Applicant before: Beijing Guoshuang Technology Co.,Ltd.

CB02 Change of applicant information
GR01 Patent grant
GR01 Patent grant