CN109062543A - A kind of optimization processing system and method for router help information - Google Patents

A kind of optimization processing system and method for router help information Download PDF

Info

Publication number
CN109062543A
CN109062543A CN201810581727.1A CN201810581727A CN109062543A CN 109062543 A CN109062543 A CN 109062543A CN 201810581727 A CN201810581727 A CN 201810581727A CN 109062543 A CN109062543 A CN 109062543A
Authority
CN
China
Prior art keywords
page
title
help information
router
content
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.)
Granted
Application number
CN201810581727.1A
Other languages
Chinese (zh)
Other versions
CN109062543B (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.)
Aiyunbao (Shanghai) Technology Co.,Ltd.
Original Assignee
Sichuan Feixun Information 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 Sichuan Feixun Information Technology Co Ltd filed Critical Sichuan Feixun Information Technology Co Ltd
Priority to CN201810581727.1A priority Critical patent/CN109062543B/en
Publication of CN109062543A publication Critical patent/CN109062543A/en
Application granted granted Critical
Publication of CN109062543B publication Critical patent/CN109062543B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/20Software design
    • G06F8/24Object-oriented
    • 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
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/451Execution arrangements for user interfaces
    • G06F9/453Help systems

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Human Computer Interaction (AREA)
  • Data Exchanges In Wide-Area Networks (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

The invention discloses a kind of optimization processing system and method for router help information.The optimization processing system of router help information of the present invention obtains module, for obtaining the title of the page;Definition module, for increasing ID identical with the title of the page in the CSS code of the page;Constructing module constructs the CSS element of fixed format for handling ID by function defined in help.js script file.The invention also discloses a kind of optimized treatment methods of router help information.The present invention is when safeguarding the help information of router, it is only necessary to increase help information pair in help.js and be operated without being added delete operation into each page without opening each page.

Description

A kind of optimization processing system and method for router help information
Technical field
The present invention relates to the optimization processing system of technical field of information processing more particularly to a kind of router help information and Its method.
Background technique
With the further development of Internet application, in order to provide the user with more more fully web experiences, in client The element of end and the client carrying that in the network system of server (BS) framework, operator is provided can be more and more.And in order to User's correct operation client is instructed, the page for often providing detailed client in the server helps, to introduce client The content function at end, and the interface for obtaining help information is provided in the page of client.
Router help information function considers that user can pass through side at router interface function interface based on user perspective Supplementary information checks the application method and related description of each function.For help information, with increasing for router feature, And the complication of function, help information also can gradually become cumbersome.Our company's product is numerous, the side of the congenerous of different product Supplementary information would also vary from.
1) product of our company's router is existing K2, K2P, K3, K3C, K2T and the routing of full room etc..In these products In, the router of different product all has common function, such as the security setting of router.The router of different products Prompt also can be variant.
2) for each product, there is a set of unified front end page, the interface of each product is from unified front-end code.
3) difference is prompted for the help information of different product, each product does the processing of type differentiation, not for each product With place, be individually added into the different pages in product type, the page in when compiling each type can replace unified front end The page in code.
4) help information particular content updates updates in language table in the server, generates specific label, Applied in code.
5) differentiation of help information is handled in the page in type, according to the help information demand of product, in the page The label of the different needs of middle filling.
The help system as disclosed in the patent of invention of Publication No. CN101576822A and its implementation, the help are System includes: operation monitoring module, be used for monitoring user operation, and send the user's operation information and with the user's operation Corresponding help information;Memory module, for receiving and storing the information and the side from the operation monitoring module Supplementary information;Statistical analysis module, for obtaining the information and the help information from the memory module, and to the information It is for statistical analysis with the help information.The implementation method of this help information is only applicable to a kind of product, works as product renewing Help information needs all to remake when the replacement, increases many workloads for developer.
Meanwhile in the prior art, as shown in Figure 1, A, B, C, D distinguish identifier router product K 2, K2P, K3, K3C.
1) when handling help information in the page, help information is there are three types of format, title: function subhead, content: Feature content, summary: function mere suggestion increases help information and needs to increase title, content, summary in the page It is right, it will appear many CSS elements pair when help information is numerous, in the page, it is cumbersome.
2) when increasing help information, same front-end code is opened, increases code newly in code
<li class="summary">{ %helpStr.modeSet% }</li>
<li class="title">{ %label.routerMode% }</li>
<li class="content">{ %helpStr.routerMode% }</li>,
There is the code of multiple same formats in each page, when increasing many information newly, in unified front-end code Increased workload can be very big, and increased code is also many in product type.Code is more, and easier error is more difficult to Maintenance, performance are bad.
3) title, content, the summary occurred in the page to it is more when, help information filling be also easy to Error, it is easy to cause not being inconsistent with PRD.Sending out version, it is easy to appear bug, influence product release.
Therefore, in the case where the numerous different product help informations of product are complicated, how to have one kind being capable of simple-to-maintain The method of each function help information prompt of more new router, becomes present invention problem to be solved.
Summary of the invention
For above-mentioned technical problem of the existing technology, the present invention provides at a kind of optimization of router help information System and method are managed, the present invention increases an ID identical with Page Name in page CSS code, by help.JS The function of definition handles ID to construct the CSS element of fixed format, and the developer of follow-up maintenance only needs to increase in help.js Help information pair is operated without being added delete operation into each page without opening each page.
To reach above-mentioned technical purpose, the present invention is adopted the following technical scheme that:
A kind of optimization processing system of router help information comprising:
Module is obtained, for obtaining the title of the page;
Definition module, for increasing ID identical with the title of the page in the CSS code of the page;
Constructing module constructs fixed format for handling the ID by function defined in help.js script file CSS element.
As a preference of the present invention, the acquisition module obtains the page by stateman.current.currentName Title.
As a preference of the present invention, the definition module removes in the page title, content, summary pairs CSS code, and pass through addition in the CSS code of the page<div id="ID"></div>to increase ID.
As a preference of the present invention, the constructing module passes through the defined function dealID () in help.js script file The ID is handled, definition formHelpContent () respectively obtains the CSS member of title, content, summary fixed format Element;And it is formed by the SetContent () function in help.js script file comprising < li title content Summary > fixed format CSS element.
As a preference of the present invention, being used for will when calling clickHelp () function the system also includes display module The content of the constructing module construction is inserted into described by function append ()<div id="ID"></div>ending.
A kind of optimized treatment method of router help information comprising:
S1, the title for obtaining the page;
S2, increase ID identical with the title of the page in the CSS code of the page;
S3, the ID is handled by function defined in help.js script file to construct the CSS element of fixed format.
As a preference of the present invention, the step S1 includes: S11, passes through stateman.current.currentName Obtain the title of the page.
As a preference of the present invention, the step S2 include: S21, remove title, content in the page, Summary pairs of CSS code, and pass through addition in the CSS code of the page<div id="ID"></div>to increase ID。
As a preference of the present invention, the step S3 include: S31, remove title, content in the page, Summary pairs of CSS code, and pass through addition in the CSS code of the page<div id="ID"></div>to increase ID。
As a preference of the present invention, in, the method also includes: S4, when calling clickHelp () function by the structure The content of modeling block construction is inserted into described by function append ()<div id="ID"></div>ending.
Technical solution provided by the invention can include the following benefits:
1, the present invention is shown for the optimization of router help information, and subsequent maintenance can be very simple, and developer only needs To increase help information pair in help.js, without being added delete operation into each page, without opening each page It is operated.
2, the present invention increases an ID identical with current page title in page CSS code, passes through FormHelpContent () is used to construct the CSS form of title, content, summary, and load forms the word of fixed format Symbol string, then by SetContent () for handling each ID, formed one it is total comprising < li title content Summary > character string, define the content of help information, only need to be in title, content, summary when follow-up maintenance In be respectively filled in corresponding help information content.
Detailed description of the invention
Fig. 1 is the processing mode in background technique to help information;
Fig. 2 is a kind of optimization processing system construction drawing of router help information of the embodiment of the present invention 1;
Fig. 3 is a kind of optimization processing system construction drawing of router help information of the embodiment of the present invention 2;
Fig. 4 is a kind of optimized treatment method flow chart of router help information of the embodiment of the present invention 3;
Fig. 5 is the method flow diagram for defining feature.js of the embodiment of the present invention 4.
Specific embodiment
Referring now to attached drawing hereinafter, the present invention is described in more detail below, shows the embodiment of the present invention in the figure. However, the present invention can be presented as many different forms, and it should not be construed as being limited to specific embodiment presented herein. Exactly, these embodiments are for conveying the scope of the invention to those skilled in the art.
Unless otherwise defined, otherwise, term (including technical and scientific terms) used herein is interpreted as With the identical meaning of the meaning that is generally understood with the technical staff in field belonging to the present invention.Also, it is to be understood that Term used herein be interpreted as having with the consistent meaning of meaning in this specification and related fields, and do not answer It is explained by ideal or excessively formal meaning, unless being clearly specified that herein.
Embodiment 1
Carry out the technical solution that the present invention will be described in detail with reference to the accompanying drawing.
A kind of optimization processing system of router help information is present embodiments provided, as shown in Figure 2, comprising: obtain mould The specific operation process of block 100, definition module 200, constructing module 300, this programme is as follows:
Module 100 is obtained, for obtaining the title of the page.
When loading the various functions page, the ID title that module 100 gets every page is obtained.
Definition module 200, for increasing ID identical with the title of the page in the CSS code of the page.
Increase an ID in page CSS code, ID is identical as the ID title of the page, facilitates subsequent operation.
Constructing module 300 constructs fixed grating for handling the ID by function defined in help.js script file The CSS element of formula.
ID is handled by function defined in JS script file, constructs the CSS element of fixed format.
The prompt of the help information of different router products can be variant, when technical staff safeguards help information, root According to relevant function and the corresponding page of ID, selection is inserted help information in intrinsic format, without open each page into Row operation.
In conclusion a kind of optimization processing system of router help information provided in this embodiment, is helped for router The optimization of supplementary information shows that subsequent maintenance can be very simple, and developer only needs to increase help information pair in help.js, Without being added delete operation into each page, operated without opening each page.
Embodiment 2
The present embodiment and above-described embodiment 1 are essentially identical, the acquisition module 100 including embodiment 1, definition module 200, structure Modeling block 300, the present embodiment the difference from embodiment 1 is that, the present embodiment further include: display module 400, as shown in figure 3, this The specific operation process of embodiment is as follows:
The title for obtaining module 100 and obtaining the page by stateman.current.currentName.
When the page loads, such as when the load security setting page, it can be seen that the ID of the security setting page is SafeMng, first choice obtain page ID by stateman.current.currentName.In simple terms, i.e., it is asked by network Transmission these three parameters of stateman.current.currentName are sought, the page ID of interface return is obtained.
The definition module 200 removes title, content, summary pairs in the page of CSS code, and in institute It states in the CSS code of the page and passes through addition<div id="ID"></div>to increase ID.
After obtaining the ID of the page, remove all about title, content, summary couple in original page CSS code, be then added in the page again<div id="ID"></div>code, this ID are identical with page ID.
The constructing module 300 handles the ID, definition by the defined function dealID () in help.js script file FormHelpContent () respectively obtains the CSS element of title, content, summary fixed format;And pass through It includes<li title content summary>fixed grating that SetContent () function in help.js script file, which is formed, The CSS element of formula.
Defined function dealID () defines the corresponding information of all ID in help.js script file, and dealID is used to shape At the additional character string of final needs;
Defined function formHelpContent () is used to construct the CSS form of title, content, summary, load Form the character string of fixed format, and return string.FormHelpContent () is used to generate the character of fixed format String.Wherein function formHelpContent () construction is respectively the individual character string of title, content, summary.
SetContent () for handling each ID, formed one it is total comprising<li title content summary> Character string.
For example, a page can be described as representing a function, there may be multipair < li title in right the latter function Content summary >, formHelpContent () is responsible for construction title, content, summary;SetContent() Content for constructing formHelpContent () merge be formed together one it is total comprising < li title content Summary > character string.
Preferably, the content of all help informations has been defined in help.js, it then follows a kind of format " timeZone ": [[], [], []] is included in bracket, such as: filling title content in first bracket, second Content content is inserted, third can insert multiple summary contents.
The optimization processing system of router help information further includes display module, for calling clickHelp () function When content that the constructing module 300 constructs is inserted by function append () it is described<div id="ID"></div> Ending.
In each page of load, if user's click display help information button "? ", system calls automatically ClickHelp () function, the character string append () Dao<div id=" ID ">for then forming function SetContent () </div>below, the help information of this function can be shown.
In conclusion a kind of optimization processing system of router help information provided in this embodiment, in page CSS code One ID identical with current page title of middle increase, by formHelpContent () for construct title, content, The CSS form of summary, load form the character string of fixed format, then by SetContent () for handling each ID, shape At a total character string comprising<li title content summary>, the content of help information, subsequent dimension are defined When shield, corresponding help information content need to be only respectively filled in title, content, summary.
Embodiment 3
A kind of optimized treatment method of router help information is present embodiments provided, as shown in figure 4, its detailed process can To include the following steps:
S1, the title for obtaining the page.
When loading the various functions page, the ID title of every page is got.
S2, increase ID identical with the title of the page in the CSS code of the page.
Increase an ID in page CSS code, ID is identical as the ID title of the page, facilitates subsequent operation.
S3, the ID is handled by function defined in help.js script file to construct the CSS element of fixed format.
ID is handled by function defined in JS script file, constructs the CSS element of fixed format.
The prompt of the help information of different router products can be variant, when technical staff safeguards help information, root According to relevant function and the corresponding page of ID, selection is inserted help information in intrinsic format, without open each page into Row operation.
In conclusion a kind of optimized treatment method of router help information provided in this embodiment, is helped for router The optimization of supplementary information shows that subsequent maintenance can be very simple, and developer only needs to increase help information pair in help.js, Without being added delete operation into each page, operated without opening each page.
Embodiment 4
A kind of optimized treatment method of router help information is present embodiments provided, as shown in figure 5, including embodiment 3 Step S1-S3, detailed process is as follows:
The step S1 includes: S11, by the title of the stateman.current.currentName acquisition page.
When the page loads, such as when the load security setting page, it can be seen that the ID of the security setting page is SafeMng, first choice obtain page ID by stateman.current.currentName.In simple terms, i.e., it is asked by network Transmission these three parameters of stateman.current.currentName are sought, the page ID of interface return is obtained.
The step S2 includes: S21, removes title, content, summary pairs in the page of CSS code, and Pass through addition in the CSS code of the page<div id="ID"></div>to increase ID.
After obtaining the ID of the page, remove all about title, content, summary couple in original page CSS code, be then added in the page again<div id="ID"></div>code, this ID are identical with page ID.
S31, the CSS code for removing title, content, summary pairs in the page, and in the CSS of the page Pass through addition in code<div id="ID"></div>to increase ID.
Defined function dealID () defines the corresponding information of all ID in help.js script file, and dealID is used to shape At the additional character string of final needs;
Defined function formHelpContent () is used to construct the CSS form of title, content, summary, load Form the character string of fixed format, and return string.FormHelpContent () is used to generate the character of fixed format String.Wherein function formHelpContent () construction is respectively the individual character string of title, content, summary.
SetContent () for handling each ID, formed one it is total comprising<li title content summary> Character string.
For example, a page can be described as representing a function, there may be multipair < li title in right the latter function Content summary >, formHelpContent () is responsible for construction title, content, summary;SetContent() Content for constructing formHelpContent () merge be formed together one it is total comprising < li title content Summary > character string.
Preferably, the content of all help informations has been defined in help.js, it then follows a kind of format " timeZone ": [[], [], []] is included in bracket, such as: filling title content in first bracket, second Content content is inserted, third can insert multiple summary contents.
As shown in figure 5, A, B, C, D distinguish identifier router product K 2, K2P, K3, K3C.It is established first in router product The file of one featrue.js defines the corresponding help information of all ID in help.js, according to each function of different product There can be different help informations to do type compatible, it, can will be in featrue.js if there is content in featrue.js Content covering.That is dealID is for handling feature.js, selection need which function to be shown.
The optimization processing mode of the help information of the present embodiment:
<div id=" ModeSwitch ">
</div>iD is defined in // the page
In formHelpContent ()
Ret+='<li class="title">'+helpStr [idList1 [0] [i]]+'</li>n
Ret+='<li class="content">'+helpStr [idList1 [1] [i]]+'</li>n
Ret+='<li class="summary">'+helpStr [idList1 [2] [i]]+'</li>n'
return ret;
$("#"+name).append(ret);
Newly-generated CSS style can be added in the page.
The optimized treatment method of router help information further include S4, when calling clickHelp () function by the structure The content of modeling block construction is inserted into described by function append ()<div id="ID"></div>ending.
In each page of load, if user's click display help information button "? ", system calls automatically ClickHelp () function, the character string append () Dao<div id=" ID ">for then forming function SetContent () </div>below, the help information of this function can be shown.
In conclusion a kind of optimized treatment method of router help information provided in this embodiment, in page CSS code One ID identical with current page title of middle increase, by formHelpContent () for construct title, content, The CSS form of summary, load form the character string of fixed format, then by SetContent () for handling each ID, shape At a total character string comprising<li title content summary>, the content of help information, subsequent dimension are defined When shield, corresponding help information content only need to be respectively filled in title, content, summary, it is easy to maintain.
Those skilled in the art after considering the specification and implementing the invention disclosed here, will readily occur to the present invention and disclose Other embodiments.This application is intended to cover any variations, uses, or adaptations of the disclosure, these modifications are used Way or adaptive change follow the general principles of this disclosure and including the disclosure it is undocumented in the art known in Common sense or conventional techniques.The description and examples are only to be considered as illustrative, and the true scope and spirit of the disclosure are under The claim in face is pointed out.

Claims (10)

1. a kind of optimization processing system of router help information characterized by comprising
Module is obtained, for obtaining the title of the page;
Definition module, for increasing ID identical with the title of the page in the CSS code of the page;
Constructing module constructs the CSS of fixed format for handling the ID by function defined in help.js script file Element.
2. the optimization processing system of router help information according to claim 1, which is characterized in that the acquisition module The title of the page is obtained by stateman.current.currentName.
3. the optimization processing system of router help information according to claim 1, which is characterized in that the definition module Remove title, content, summary pairs in the page of CSS code, and by adding in the CSS code of the page Enter<div id="ID"></div>to increase ID.
4. the optimization processing system of router help information according to claim 1, which is characterized in that the constructing module The ID is handled by the defined function dealID () in help.js script file, defines formHelpContent () respectively Obtain the CSS element of title, content, summary fixed format;And by help.js script file It includes<the CSS element of li title content summary>fixed format that SetContent () function, which is formed,.
5. the optimization processing system of router help information according to claim 4, which is characterized in that the system is also wrapped Display module is included, the content for constructing the constructing module when calling clickHelp () function passes through function append () is inserted into described<div id="ID"></div>ending.
6. a kind of optimized treatment method of router help information characterized by comprising
S1, the title for obtaining the page;
S2, increase ID identical with the title of the page in the CSS code of the page;
S3, the ID is handled by function defined in help.js script file to construct the CSS element of fixed format.
7. the optimized treatment method of router help information according to claim 6, which is characterized in that the step S1 packet It includes: S11, the title that the page is obtained by stateman.current.currentName.
8. the optimized treatment method of router help information according to claim 6, which is characterized in that the step S2 packet It includes: S21, removing title, content, summary pairs in the page of CSS code, and in the CSS code of the page Pass through addition<div id="ID"></div>to increase ID.
9. the optimized treatment method of router help information according to claim 6, which is characterized in that the step S3 packet It includes: S31, removing title, content, summary pairs in the page of CSS code, and in the CSS code of the page Pass through addition<div id="ID"></div>to increase ID.
10. the optimized treatment method of router help information according to claim 6, which is characterized in that the method is also Include: S4, the content for constructing the constructing module when calling clickHelp () function pass through function append () be inserted into To described<div id="ID"></div>ending.
CN201810581727.1A 2018-06-07 2018-06-07 Optimization processing system and method for router help information Active CN109062543B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201810581727.1A CN109062543B (en) 2018-06-07 2018-06-07 Optimization processing system and method for router help information

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201810581727.1A CN109062543B (en) 2018-06-07 2018-06-07 Optimization processing system and method for router help information

Publications (2)

Publication Number Publication Date
CN109062543A true CN109062543A (en) 2018-12-21
CN109062543B CN109062543B (en) 2022-03-15

Family

ID=64820560

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201810581727.1A Active CN109062543B (en) 2018-06-07 2018-06-07 Optimization processing system and method for router help information

Country Status (1)

Country Link
CN (1) CN109062543B (en)

Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101527737A (en) * 2009-04-03 2009-09-09 成都市华为赛门铁克科技有限公司 Display method of help information of page, system and client
US20090292984A1 (en) * 2008-05-21 2009-11-26 Frederic Bauchot Method and system to selectively secure the display of advertisements on web browsers
US20130041872A1 (en) * 2011-08-12 2013-02-14 Alexander AIZMAN Cloud storage system with distributed metadata
CN103544036A (en) * 2013-10-23 2014-01-29 北京荣之联科技股份有限公司 Page loading method, terminal and system
CN103544024A (en) * 2013-11-12 2014-01-29 深圳如果技术有限公司 Method and system for generating browser page and terminal device
CN104932889A (en) * 2015-06-15 2015-09-23 北京奇虎科技有限公司 Page visual generation method and device
CN105204860A (en) * 2015-09-28 2015-12-30 上海斐讯数据通信技术有限公司 Method and device for rapidly generating user-defined static Web page
CN105426172A (en) * 2015-10-30 2016-03-23 北京金海明天软件技术有限公司 XML analysis technique and template language based dynamic WEB page generation method
CN105868096A (en) * 2015-01-22 2016-08-17 阿里巴巴集团控股有限公司 Methods and apparatuses used for displaying web page test result in browser and device
CN107633055A (en) * 2017-09-15 2018-01-26 国云科技股份有限公司 A kind of method by picture converting to HTML document

Patent Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20090292984A1 (en) * 2008-05-21 2009-11-26 Frederic Bauchot Method and system to selectively secure the display of advertisements on web browsers
CN101527737A (en) * 2009-04-03 2009-09-09 成都市华为赛门铁克科技有限公司 Display method of help information of page, system and client
US20130041872A1 (en) * 2011-08-12 2013-02-14 Alexander AIZMAN Cloud storage system with distributed metadata
CN103544036A (en) * 2013-10-23 2014-01-29 北京荣之联科技股份有限公司 Page loading method, terminal and system
CN103544024A (en) * 2013-11-12 2014-01-29 深圳如果技术有限公司 Method and system for generating browser page and terminal device
CN105868096A (en) * 2015-01-22 2016-08-17 阿里巴巴集团控股有限公司 Methods and apparatuses used for displaying web page test result in browser and device
CN104932889A (en) * 2015-06-15 2015-09-23 北京奇虎科技有限公司 Page visual generation method and device
CN105204860A (en) * 2015-09-28 2015-12-30 上海斐讯数据通信技术有限公司 Method and device for rapidly generating user-defined static Web page
CN105426172A (en) * 2015-10-30 2016-03-23 北京金海明天软件技术有限公司 XML analysis technique and template language based dynamic WEB page generation method
CN107633055A (en) * 2017-09-15 2018-01-26 国云科技股份有限公司 A kind of method by picture converting to HTML document

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
回忆526: "怎么将DIV添加进CSS里面", 《HTTPS://ZHIDAO.BAIDU.COM/QUESTION/2137655906458636508.HTML》 *

Also Published As

Publication number Publication date
CN109062543B (en) 2022-03-15

Similar Documents

Publication Publication Date Title
US10726195B2 (en) Filtered stylesheets
CN106528129B (en) A kind of Web application interface generation system and method
US7207031B2 (en) System and method for utilization of a command structure representation
CN107273122A (en) Based on decoupling mechanism can iteration set up operation system method and its terminal
CN108762769A (en) Micro services application layout and dispositions method, device and terminal
WO2017059014A1 (en) Interoperability of transforms under a unified platform and extensible transformation library of those interoperable transforms
CN109582289B (en) Method, system, storage medium and processor for processing rule flow in rule engine
US20110137958A1 (en) Implementation Method of DATACOM Data Command Platform
US7472165B2 (en) Support program for web application server and server
US20210334593A1 (en) Recommending scripts for constructing machine learning models
US20080126430A1 (en) Intermediary document for critical change control
US20100083278A1 (en) Method and system for automatically generating message queue scripts
CN111104122B (en) Method for mapping xml service logic to java service logic
CN109062543A (en) A kind of optimization processing system and method for router help information
US20220318034A1 (en) Framework for linearizing interviews while permitting user backtracking and provisionally storing answers for repopulating responses
TW201448544A (en) Message exchange via generic TLV generator and parser
CN112631696B (en) Service arranging method, arranging device, processor and service arranging system
CN107450813A (en) A kind of design method and equipment of the button for carrying Trigger Function
CN114398226A (en) Network asset report generation method and device
CN114390015A (en) Data pushing system, method and equipment based on object model and storage medium
WO2020139812A1 (en) Systems and methods for enabling customization via a plug-in
US20140281925A1 (en) Automatic fix for extensible markup language errors
US20230333836A1 (en) System to identify and characterize code changes
US20090271698A1 (en) System reporter-repository auditor
CN110012040A (en) Multi-mode pendant update method and system in a kind of mobile terminal

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
TA01 Transfer of patent application right

Effective date of registration: 20190415

Address after: 201616 No. 3666 Sixian Road, Songjiang District, Shanghai

Applicant after: Shanghai Feixun Data Communication Technology Co., Ltd.

Address before: 610100 125 Longquan Street Park Road, Longquanyi District, Chengdu, Sichuan.

Applicant before: Sichuan fixun Information Technology Co., Ltd.

TA01 Transfer of patent application right
TA01 Transfer of patent application right

Effective date of registration: 20201112

Address after: Room 10242, No. 260, Jiangshu Road, Xixing street, Binjiang District, Hangzhou City, Zhejiang Province

Applicant after: Hangzhou Jiji Intellectual Property Operation Co., Ltd

Address before: 201616 Shanghai city Songjiang District Sixian Road No. 3666

Applicant before: Phicomm (Shanghai) Co.,Ltd.

TA01 Transfer of patent application right
TA01 Transfer of patent application right

Effective date of registration: 20220208

Address after: Room 7-59, No. 500, Loushanguan Road, Changning District, Shanghai 200050

Applicant after: Aiyunbao (Shanghai) Technology Co.,Ltd.

Address before: Room 10242, No. 260, Jiangshu Road, Xixing street, Binjiang District, Hangzhou City, Zhejiang Province

Applicant before: Hangzhou Jiji Intellectual Property Operation Co.,Ltd.

TA01 Transfer of patent application right
GR01 Patent grant
GR01 Patent grant