CN107577465A - A kind of bearing calibration of web page code - Google Patents

A kind of bearing calibration of web page code Download PDF

Info

Publication number
CN107577465A
CN107577465A CN201710861768.1A CN201710861768A CN107577465A CN 107577465 A CN107577465 A CN 107577465A CN 201710861768 A CN201710861768 A CN 201710861768A CN 107577465 A CN107577465 A CN 107577465A
Authority
CN
China
Prior art keywords
code
css
order
error
optimized
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
CN201710861768.1A
Other languages
Chinese (zh)
Other versions
CN107577465B (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.)
G Cloud Technology Co Ltd
Original Assignee
G Cloud 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 G Cloud Technology Co Ltd filed Critical G Cloud Technology Co Ltd
Priority to CN201710861768.1A priority Critical patent/CN107577465B/en
Publication of CN107577465A publication Critical patent/CN107577465A/en
Application granted granted Critical
Publication of CN107577465B publication Critical patent/CN107577465B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Landscapes

  • Information Transfer Between Computers (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The present invention relates to web development technologies field, especially a kind of bearing calibration of web page code.The described method of the present invention is that the code of on-line/off-line webpage is scanned, and finds error code, without optimized code;Then to error code, can be repaired through changing code, has repaired Update log afterwards, and has stored version.The present invention can realize carries out automatic code reparation according to the rule of setting;Code reparation, the optimization that can be used in webpage development.

Description

A kind of bearing calibration of web page code
Technical field
The present invention relates to web development technologies field, especially a kind of bearing calibration of web page code.
Background technology
The validity to web page code and normative detection rely primarily on different developers and are proofreaded and adjusted at present Examination;Carry out what is automatically found, detect and correct to on-line/off-line code there has been no a kind of artificial intelligence.
And the front page optimization means of main flow mainly stop on the application layer at present, as browser optimization, webpage transmission are excellent Change etc.;These optimizations are can not to prompt to find web page code defect and change web page code (code aspect), are opened for webpage For originator, a kind of automatic/hand is short of at present and finds web page code to be optimized, and can be automatically by artificial intelligence according to setting Rule carry out the automatic method repaired into redaction.
The content of the invention
Present invention solves the technical problem that be to provide a kind of bearing calibration of web page code, can be according to the rule of setting Carry out automatic code reparation.
The present invention solve above-mentioned technical problem technical scheme be:
Described method is that the code of on-line/off-line webpage is scanned, and finds error code, not optimized generation Code;Then to error code, can be repaired through changing code, has repaired Update log afterwards, and has stored version.
Described method specifically includes:
(1), code scans, first sets target webpage, followed by PHP file_get_contents function pair mesh Mark web page contents are captured, and are stored in a character string;This character string is preserved and backuped on server, thus Establish first version, i.e. prototype version V1.0.0;
(2), error code is found, initially sets up type of error storehouse;Each type of error includes one and uniquely can recognize that Type of error code;Different matching regular expressions functions is created according to type of error classification, these canonicals are matched into letter Number and type of error correspond, and are stored as a type of error table;Different canonical is carried out by the code obtained to scanning Expression formula matches, so as to find existing type of error;
(3), basic structure optimizes, including:Attribute puts in order, tagging arrangements order, CSS references order, JS quote it is suitable Sequence;
(4), webpage is loaded and optimized, including:The size of CSS, JS and picture is verified, checking repeats script, and checking redirects Risk, verify cookie quantity;
(5), SEO optimizes, including:Verify keyword, page-describing, the reasonability of title, checking picture ALT, link TITLE reasonability, the reasonability of authentication URL;
(6), later maintenance optimizes, and whether the name for ID/CLASS/FUNCTION is reasonable, and the quantity frequency of annotation Rate;
(7), code is repaired automatically, including newly-increased, modification, deletion code;
(8), log recording, essential record each operating time, operation content, operating result, corresponding link;
(9), version recovers, and different editions file is carried out into filing after operating each time is stored in server.
During error code is found, errorlevel is set to type of error, data supporting is carried out for code error scale evaluation.
Described
Attribute puts in order, when matching regular expressions are to the label all properties, the Property Name of all properties and Property value is all stored into a two-dimensional array;The order and validity of these attributes are found by the sequence of array;So as to send out The label and position that existing attribute order and title can optimize;
Tagging arrangements order, by rule design tagging arrangements order, nesting order regular expression;Tagging arrangements Sequential optimization is found in it in order by array sequence so as to find the position of optimization;
CSS references order, according to CSS reference rule, CSS is placed in head labels;Meanwhile before the plugin library of introducing is put Face, behind self-defined CSS is put;As far as possible without using inline style;By these rules, find and position CSS to be optimized to draw With;
JS references order, JS are placed in rearmost BODY according to rule;There is dependence between each other simultaneously for some JS storehouses, quoted according to its order;These JS codes position to be optimized is found by regular expression.
Described
The size of CSS, JS and picture is verified, real URL link is obtained by splicing URL, by way of pre-download, Obtain file destination;File destination is stored on server;By test-target file attribute, reaching assessment file size is It is no to exceed early warning line;Just be advantageous to webpage loading if prompting this document to need to compress if;
Checking repeats script, and CSS, JS file are made whether comprising repetition script using just by after pre-download to its code Then expression formula judges, CSS files carry out repeating judgement using a CSS sentence as elementary cell;JS files are with a function FUNCTION is judged as elementary cell;
Checking redirects risk, redirects the redirection function mainly for JS, now matching these using canonical resets Them can be found to function;
Cookie quantity is verified, cookie request is conducted interviews and monitored using external plug-in unit;If cookie sizes and Quantity exceedes early warning, then finds object to be optimized.
Described
Verify the weight of keyword, page-describing, the reasonability of title, keyword quantity, multiplicity etc. as SEO keywords Will rule;Equally, page-describing and title also have its optimal rules;The resonable degree of these configurations, pairing are found using canonical The too low object of reason degree carries out processing to be optimized;
Verify picture ALT, link TITLE reasonability, check whether picture tag includes ALT attributes, check hyperlink Whether label includes TITLE attributes, to be optimized if being considered as not rigorous and SEO not comprising if;
The reasonability of authentication URL, the URL of directory type are more suitable for SEO;Determine whether URL is to be optimized according to this rule Target.
Described
It is newly-increased, find insertion position using similar strpos function and such as insert character string;
Modification, is replaced using str_replace function pair target strings;
Delete, intercepted using function pair character strings such as similar substr;
Rescan can be carried out automatically after the completion of code reparation operation;Prompting is made to the target that can not still optimize, carried Show user's manual handle.
The present invention can correct and repair as optimum code webpage with automatic identification aacode defect.The present invention is from wrong generation Code and the aspect of Optimized code two are set about;From structure optimization, loaded and optimized, SEO optimizations and later maintenance optimization etc. in all directions to net Page code optimizes processing;And it be furnished with daily record maintenance and release maintenance.
Brief description of the drawings
The present invention is further described below in conjunction with the accompanying drawings:
Fig. 1 is the flow chart of the present invention.
Embodiment
Below in conjunction with accompanying drawing, clear, complete description is carried out to the technical scheme in the embodiment of the present invention, it is clear that institute The embodiment of description is only part of the embodiment of the present invention, rather than whole embodiments.Based on the embodiment in the present invention, Those of ordinary skill in the art are not making the substantive scheme created and obtained, and belong to the scope of protection of the invention.
It is (basic that particular technique of the present invention includes code scans function, error code discovery feature, Optimized code discovery feature The loaded and optimized function of structure optimization function, webpage, SEO optimization function, later maintenance optimization function), the automatic repair function of code, Journal function and version recover function etc..
1:Code scans module.Starting stage of the invention first has to set a URL, i.e. target web.Followed by PHP File_get_contents function pair targeted web contents captured, and be stored in a character string;By this character String is preserved and backuped on server, thereby establish first version, i.e. prototype version V1.0.0;
2:Error code discovery module.Initially set up type of error storehouse;Type of error storehouse is the set of multiple type of errors; Each type of error includes a type of error code that uniquely can recognize that;The present invention creates different according to type of error classification Matching regular expressions function, these canonical adaptation functions and type of error are corresponded, are stored as a type of error Table;Different matching regular expressions are carried out by the code obtained to scanning, so as to find existing type of error;To mistake Type sets errorlevel, can be that code error scale evaluation carries out data supporting;
3:Optimized code discovery module (basic structure optimization).
a:Attribute puts in order.By taking a label as an example, when matching regular expressions are to the label all properties, own The Property Name and property value of attribute are all stored into a two-dimensional array;These attributes are can be found that by the sequence of array Order and validity (i.e. with the presence or absence of such attribute);So as to find attribute order and the label that can optimize of title and position Put;
b:Tagging arrangements order.According to web rules, there are some labels to nest into other label, such as form labels It had better not be placed on inside table labels, a labels had better not itself secondary nesting etc.;Therefore can be set by these rules Meter outgoing label puts in order the regular expression of (nesting order);Put in order with attribute as optimizing, tagging arrangements order is excellent Change and by array sequence find its it is interior in order so as to finding the position of optimization;
c:CSS references order.CSS reference also has the rule of its own, as CSS is preferably placed in head labels, meanwhile, Before the plugin library of introducing is put, behind self-defined CSS is put;Try not to use inline style;, can be with by these rules It was found that and position CSS to be optimized and quote;
d:JS references order.It is generally advisable to be placed in rearmost BODY according to rule by JS;Have simultaneously between some Not so the JS storehouses of dependence can not be used, it is necessary to quoted according to its order;The present invention passes through to some current conventional JS Storehouse is arranged, and establishes out a set of JS dependent Rules;Equally, these JS codes position to be optimized is found by regular expression Put;
4:Optimized code discovery module (webpage is loaded and optimized).
a:Verify the size of CSS, JS and picture.The method that the present invention solves checking file size is pre-download;CSS and JS Download address just in relative/definitely URL of its reference;Real URL link is obtained by splicing URL, passes through pre-download Mode, obtain file destination;File destination is stored on server;By test-target file attribute, reach assessment text Whether part size exceeds early warning line;Just be advantageous to webpage loading if prompting this document to need to compress if;
b:Checking repeats script.CSS, JS file after pre-download, are made whether to include to its code repeats script judgement, Method is equally to utilize regular expression, and CSS files carry out repeating judgement using a CSS sentence as elementary cell;JS files Judged using a function FUNCTION as elementary cell;
c:Checking redirects risk.The redirection function mainly for JS is redirected, it is heavy now to match these using canonical Orientation function can easily find very much them;
d:Verify cookie quantity.Cookie request is conducted interviews and monitored;External plug-in unit can be utilized herein;If Cookie size and number exceedes early warning, then finds object to be optimized;
5:Optimized code discovery module (SEO optimizations).
a:Verify keyword, page-describing, the reasonability of title.Keyword quantity, multiplicity etc. are as SEO keywords Important rule;Equally, page-describing and title also have its optimal rules;The resonable degree of these configurations is found using canonical, The object too low to resonable degree carries out processing to be optimized;
b:Verify picture ALT, link TITLE reasonability.Check whether picture tag includes ALT attributes, check hyperlink Connect whether label includes TITLE attributes, it is to be optimized if being considered as not rigorous and SEO not comprising if;
c:The URL of the reasonability directory types of authentication URL is more suitable for SEO;According to this rule determine URL whether be treat it is excellent Change target;
6:Optimized code discovery module (later maintenance optimization).Mainly for ID/CLASS/FUNCTION name whether Rationally (prevent numeral), and the number frequency of annotation;
7:Code automatic repairing module.Main automatic repair function includes newly-increased, modification, deletes three aspects:
a:It is newly-increased.Object code is character string, is increased newly in fact equivalent to insertion, it is only necessary to utilizes similar strpos function Find insertion position;
b:Modification.It is replaced using str_replace function pair target strings;
c:Delete.Intercepted using function pair character strings such as similar substr.
Rescan can be carried out automatically after the completion of code reparation operation;Prompting is made to the target that can not still optimize, carried Show user's manual handle;
8:Log pattern.Log pattern essential record each operating time, operation content, operating result, corresponding link Deng;
9:Version recovery module.Operate and be stored in except different editions file can also be carried out filing by log each time Server, it is convenient to recover and download.
Found by above scheme, method of the invention is:
1:A kind of artificial intelligence approach is provided, its object is to can find and correct the mistake in webpage development source code, To be optimized, unreasonable structure and content, it is unfavorable for webpage loading, is unfavorable for SEO optimizations, is unfavorable for the places such as later maintenance;
2:The inventive method provides manual correction and automatic correction both of which;Manual correction:System discovery and enumerating carries Wake up and warning, by customized sequence, such as order of severity, error category, mistake classification and quantity, come guided to user need into The place of line code reparation;Automatic correction:In addition to the function of manual correction, two functions are also increased newly, one is that automated intelligent is repaiied Multiplexed code;Another is the scanning after the completion of automatic repair, and enumerates can not completing for task and completed task, and task Performance and effect, and the code download link after repairing is provided;
3:Code issue discovery module includes:Error code is found and Optimized code is found;Error code finds that basis carries The code development specification and rule of confession, enter line code identification first, return to wrong parameter value when errors are encountered;Wrong parameter value It is stored in stand-by in database;After completion code identification, fraction assessment is carried out to the code of identification, assesses principle according to setting The importance of code specification and the wrong order of severity;Then the wrong parameter value in extraction database carries out wrong classification;According to Error category carries out corresponding errors repair work;Original document is copied and stored on the server after repairing;Meeting of the invention Back-up processing is carried out to original document;
4:Optimized code is found:Including basic structure optimization, webpage is loaded and optimized, SEO optimizes, later maintenance optimization;Base This structure optimization is optimized according to the structure of development specifications agreement;Put in order including attribute, tagging arrangements order, CSS Reference order, JS references order etc.;Webpage it is loaded and optimized including:Verify CSS sizes and quote position, checking JS sizes and reference Position, checking repeat script, checking redirects risk, verify cookie quantity, checking picture number and size etc.;SEO optimizes Including:Verify keyword reasonability, the reasonability verified the reasonability of page-describing, verify title, verify that picture ALT's is reasonable Property, verified link TITLE reasonability, the reasonability of authentication URL etc.;Webpage later maintenance optimization includes letter designation, annotation Length and annotation frequency etc.;
5:Automated intelligent repair function:Can be according to the custom rule set, the optimization and mistake of entering line code are repaiied It is multiple;Operating process be followed successively by download source code, the wrong and to be repaired position of Validation Code, addition/modification/deletion element, Again Validation Code, another code of depositing are to server, generation code link;
6:Daily record is with recovering function;The present invention provides journal function, for recording operation history;Code recovery is provided simultaneously Function, the code of automatic or manual backup each time can be resumed and provide download address;Version is facilitated to recall and check History.

Claims (8)

  1. A kind of 1. bearing calibration of web page code, it is characterised in that:Described method is the code progress to on-line/off-line webpage Scanning, find error code, without optimized code;Then to error code, can through change code repair, after having repaired more New daily record, and store version.
  2. 2. according to the method for claim 1, it is characterised in that:Described method specifically includes:
    (1), code scans, first sets target webpage, followed by PHP file_get_contents function pair target networks Page content is captured, and is stored in a character string;This character string is preserved and backuped on server, is thus established First version, i.e. prototype version V1.0.0;
    (2), error code is found, initially sets up type of error storehouse;Each type of error includes a mistake that uniquely can recognize that Type code by mistake;Different matching regular expressions function is created according to type of error classification, by these canonical adaptation functions and Type of error corresponds, and is stored as a type of error table;Different regular expressions are carried out by the code obtained to scanning Formula matches, so as to find existing type of error;
    (3), basic structure optimizes, including:Attribute puts in order, tagging arrangements order, CSS references order, JS references order;
    (4), webpage is loaded and optimized, including:The size of CSS, JS and picture is verified, checking repeats script, and checking redirects risk, Verify cookie quantity;
    (5), SEO optimizes, including:Keyword, page-describing, the reasonability of title are verified, checking picture ALT, links TITLE's Reasonability, the reasonability of authentication URL;
    (6), later maintenance optimizes, and whether the name for ID/CLASS/FUNCTION is reasonable, and the number frequency of annotation;
    (7), code is repaired automatically, including newly-increased, modification, deletion code;
    (8), log recording, essential record each operating time, operation content, operating result, corresponding link;
    (9), version recovers, and different editions file is carried out into filing after operating each time is stored in server.
  3. 3. according to the method for claim 2, it is characterised in that:During error code is found, mistake etc. is set to type of error Level, data supporting is carried out for code error scale evaluation.
  4. 4. according to the method for claim 2, it is characterised in that:Described
    Attribute puts in order, when matching regular expressions are to the label all properties, the Property Name and attribute of all properties Value is all stored into a two-dimensional array;The order and validity of these attributes are found by the sequence of array;So as to find to belong to Property the order and label that can optimize of title and position;
    Tagging arrangements order, by rule design tagging arrangements order, nesting order regular expression;Tagging arrangements order Optimization by array sequence find its it is interior in order so as to finding the position of optimization;
    CSS references order, according to CSS reference rule, CSS is placed in head labels;Meanwhile before the plugin library of introducing puts, Behind self-defined CSS is put;As far as possible without using inline style;By these rules, find and position CSS references to be optimized;
    JS references order, JS are placed in rearmost BODY according to rule;There is the JS of dependence between each other simultaneously for some Storehouse, quoted according to its order;These JS codes position to be optimized is found by regular expression.
  5. 5. according to the method for claim 2, it is characterised in that:Described
    The size of CSS, JS and picture is verified, real URL link is obtained by splicing URL, by way of pre-download, obtains File destination;File destination is stored on server;By test-target file attribute, reach and assess whether file size surpasses Go out early warning line;Just be advantageous to webpage loading if prompting this document to need to compress if;
    Checking repeats script, and CSS, JS file after pre-download, are made whether to utilize canonical table comprising repetition script to its code Judge up to formula, CSS files carry out repeating judgement using a CSS sentence as elementary cell;JS files are with a function FUNCTION is judged as elementary cell;
    Checking redirects risk, redirects the redirection function mainly for JS, and now matching these using canonical redirects letter Number can find them;
    Cookie quantity is verified, cookie request is conducted interviews and monitored using external plug-in unit;If cookie size and number More than early warning, then object to be optimized is found.
  6. 6. according to the method for claim 4, it is characterised in that:Described
    The size of CSS, JS and picture is verified, real URL link is obtained by splicing URL, by way of pre-download, obtains File destination;File destination is stored on server;By test-target file attribute, reach and assess whether file size surpasses Go out early warning line;Just be advantageous to webpage loading if prompting this document to need to compress if;
    Checking repeats script, and CSS, JS file after pre-download, are made whether to utilize canonical table comprising repetition script to its code Judge up to formula, CSS files carry out repeating judgement using a CSS sentence as elementary cell;JS files are with a function FUNCTION is judged as elementary cell;
    Checking redirects risk, redirects the redirection function mainly for JS, and now matching these using canonical redirects letter Number can find them;
    Cookie quantity is verified, cookie request is conducted interviews and monitored using external plug-in unit;If cookie size and number More than early warning, then object to be optimized is found.
  7. 7. according to the method for claim 2, it is characterised in that:Described
    Verify the important rule of keyword, page-describing, the reasonability of title, keyword quantity, multiplicity etc. as SEO keywords Then;Equally, page-describing and title also have its optimal rules;The resonable degree of these configurations is found using canonical, to reasonable journey Spend low object and carry out processing to be optimized;
    Verify picture ALT, link TITLE reasonability, check whether picture tag includes ALT attributes, check hyperlink label Whether TITLE attributes are included, it is to be optimized if being considered as not rigorous and SEO not comprising if;
    The reasonability of authentication URL, the URL of directory type are more suitable for SEO;Determine whether URL is target to be optimized according to this rule.
  8. 8. according to the method described in any one of claim 2 to 7, it is characterised in that:Described
    It is newly-increased, find insertion position using similar strpos function and such as insert character string;
    Modification, is replaced using str_replace function pair target strings;
    Delete, intercepted using function pair character strings such as similar substr;
    Rescan can be carried out automatically after the completion of code reparation operation;Prompting is made to the target that can not still optimize, prompts to use Family manual handle.
CN201710861768.1A 2017-09-21 2017-09-21 Method for correcting webpage code Active CN107577465B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201710861768.1A CN107577465B (en) 2017-09-21 2017-09-21 Method for correcting webpage code

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201710861768.1A CN107577465B (en) 2017-09-21 2017-09-21 Method for correcting webpage code

Publications (2)

Publication Number Publication Date
CN107577465A true CN107577465A (en) 2018-01-12
CN107577465B CN107577465B (en) 2021-04-27

Family

ID=61033872

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201710861768.1A Active CN107577465B (en) 2017-09-21 2017-09-21 Method for correcting webpage code

Country Status (1)

Country Link
CN (1) CN107577465B (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108681464A (en) * 2018-05-12 2018-10-19 芜湖市疾病预防控制中心 Method of the old B/S architecture systems to mobile client optimization and compatibility adaptation
CN110069736A (en) * 2019-04-18 2019-07-30 中国联合网络通信集团有限公司 Page loading method and equipment
CN111078568A (en) * 2019-12-20 2020-04-28 广州华多网络科技有限公司 Code specification method and device, computer equipment and storage medium
CN113835740A (en) * 2021-11-29 2021-12-24 山东捷瑞数字科技股份有限公司 Search engine optimization-oriented automatic front-end code repairing method

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105224314A (en) * 2015-09-09 2016-01-06 北京思特奇信息技术股份有限公司 A kind of method and system realizing front-end code Automatic Optimal
CN105786712A (en) * 2016-03-28 2016-07-20 广州酷狗计算机科技有限公司 Webpage testing method and device

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105224314A (en) * 2015-09-09 2016-01-06 北京思特奇信息技术股份有限公司 A kind of method and system realizing front-end code Automatic Optimal
CN105786712A (en) * 2016-03-28 2016-07-20 广州酷狗计算机科技有限公司 Webpage testing method and device

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108681464A (en) * 2018-05-12 2018-10-19 芜湖市疾病预防控制中心 Method of the old B/S architecture systems to mobile client optimization and compatibility adaptation
CN110069736A (en) * 2019-04-18 2019-07-30 中国联合网络通信集团有限公司 Page loading method and equipment
CN111078568A (en) * 2019-12-20 2020-04-28 广州华多网络科技有限公司 Code specification method and device, computer equipment and storage medium
CN111078568B (en) * 2019-12-20 2023-10-31 广州华多网络科技有限公司 Code specification method, apparatus, computer device and storage medium
CN113835740A (en) * 2021-11-29 2021-12-24 山东捷瑞数字科技股份有限公司 Search engine optimization-oriented automatic front-end code repairing method
CN113835740B (en) * 2021-11-29 2022-02-22 山东捷瑞数字科技股份有限公司 Search engine optimization-oriented automatic front-end code repairing method

Also Published As

Publication number Publication date
CN107577465B (en) 2021-04-27

Similar Documents

Publication Publication Date Title
CN107577465A (en) A kind of bearing calibration of web page code
CN102915295B (en) Document detecting method and document detecting device
US8881131B2 (en) Method and apparatus for populating a software catalogue with software knowledge gathering
CN102156689B (en) Method and device for detecting document
CN102682098B (en) Method and device for detecting web page content changes
CN103268328B (en) The verification method of Quick Response Code and search engine server
CN103294952B (en) A kind of method and system detecting webshell based on page relation
CN104769585A (en) System and method for recursively traversing the internet and other sources to identify, gather, curate, adjudicate, and qualify business identity and related data
CN109783128A (en) Code change notification method, equipment, storage medium and device
CN100430937C (en) Distributed computer system
CN102360410A (en) User operation discovery method of file system and synchronous system utilizing the same
CN107800562A (en) The method for configuring route and device of a kind of view file
CN107391557B (en) Block chain serial query method and system for setting out-of-chain fault table
CN109918076A (en) Code file processing method, system, computer equipment and readable storage medium storing program for executing
CN111353004A (en) Data association analysis method and system for drug document
CN104317601A (en) Method and system for developing file interfaces
CN104079623A (en) Method and system for controlling multilevel cloud storage synchrony
JP5739500B2 (en) Web document history information providing method and system
CN106126634A (en) A kind of master data duplicate removal treatment method based on live industry and system
Ludwig et al. DENTIST—using long reads for closing assembly gaps at high accuracy
CN102662953B (en) With the semantic tagger system and method that input method is integrated
CN106126720A (en) The method and device that the collection of browser of mobile terminal is managed
CN104765752B (en) Recommendation apparatus based on user model evolution and method
CN101625717B (en) Information leak analysis system
CN110378154A (en) A kind of method and device of file set completeness check

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: 523808 19th floor, Cloud Computing Center, Chinese Academy of Sciences, No.1 Kehui Road, Songshanhu high tech Industrial Development Zone, Dongguan City, Guangdong Province

Applicant after: G-CLOUD TECHNOLOGY Co.,Ltd.

Address before: 523808 No. 14 Building, Songke Garden, Songshan Lake Science and Technology Industrial Park, Dongguan City, Guangdong Province

Applicant before: G-CLOUD TECHNOLOGY Co.,Ltd.

CB02 Change of applicant information
GR01 Patent grant
GR01 Patent grant