CN103577552A - Webpage picture processing method and device - Google Patents

Webpage picture processing method and device Download PDF

Info

Publication number
CN103577552A
CN103577552A CN201310487664.0A CN201310487664A CN103577552A CN 103577552 A CN103577552 A CN 103577552A CN 201310487664 A CN201310487664 A CN 201310487664A CN 103577552 A CN103577552 A CN 103577552A
Authority
CN
China
Prior art keywords
picture
little
style sheet
quoting
sheet file
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN201310487664.0A
Other languages
Chinese (zh)
Inventor
李成银
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Beijing Qihoo Technology Co Ltd
Qizhi Software Beijing Co Ltd
Original Assignee
Beijing Qihoo Technology Co Ltd
Qizhi Software Beijing 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 Qihoo Technology Co Ltd, Qizhi Software Beijing Co Ltd filed Critical Beijing Qihoo Technology Co Ltd
Priority to CN201310487664.0A priority Critical patent/CN103577552A/en
Publication of CN103577552A publication Critical patent/CN103577552A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/957Browsing optimisation, e.g. caching or content distillation
    • G06F16/9577Optimising the visualization of content, e.g. distillation of HTML documents

Abstract

The invention discloses a webpage picture processing method and a webpage picture processing device and belongs to the field of webpage design. The method comprises the following steps: merging a plurality of small pictures in a preset subdirectory into a big picture; acquiring the position of each small picture in the big picture; modifying citation on each small picture in a style sheet file into citation on the big picture and adding the position information of the small pictures in the big picture into the style sheet file. According to the invention, efficiency of webpage development can be improved.

Description

Web page picture disposal route and device
Technical field
The present invention relates to field of webpage design, be specifically related to a kind of Web page picture disposal route and device.
Background technology
In the exploitation of web (webpage) front end, often need to use some little pictures, generally can quote these little pictures by background-image (background picture) attribute in css (CSS (cascading style sheet)).Because each little picture is independently Internet resources, in order to improve page access speed, there is css sprites (picture merging) technology, a plurality of fragmentary little pictures that it relates to a page merge in a large picture and go, like this, client is carried out independent request with regard to not needing to each little picture, only needs the large picture after request merges, thereby has reduced network request number.After the large picture of view picture has been written into, can use css method to navigate to the position of little picture in large picture by the mode of background-position (background position) is set, complete accurately calling of required picture.
The existing a kind of scheme that realizes picture merging is completely manually by photoshop software, to carry out picture mosaic, the address that background-image in css (background picture) directly quotes large picture, then in photoshop, measure the position of every little picture, manually in corresponding css, increase the code of background-position.For example, measuring a little picture is 010px in the position of large picture, need to add code in css expert's work so: background-position:0-10px; .This mode takes time and effort very much, and if all will reopen photoshop software while having picture to increase, revise, delete, operates.
Summary of the invention
In view of the above problems, the present invention has been proposed to a kind of Web page picture disposal route and device that overcomes the problems referred to above or address the above problem is at least in part provided.
According to one aspect of the present invention, a kind of Web page picture disposal route is provided, wherein, the style sheet file of webpage comprises that described method comprises to the quoting of multiple the little pictures under predetermined sub-directory:
Multiple little pictures under predetermined sub-directory are merged into a large picture;
Obtain the position of each little picture in large picture;
To in described style sheet file, quoting of each little picture be revised as the quoting of large picture, and in described style sheet file, add the positional information of little picture in large picture.
Alternatively, described method also comprises: obtain the configuration information of described style sheet file, and from described configuration information, obtain the predetermined sub-directory at a plurality of little picture place to be combined.
Alternatively, described in described style sheet file, quoting of each little picture being revised as the quoting of large picture, and in described style sheet file, add the positional information of little picture in large picture, comprising:
The url address that " background picture " property value of quoting little picture in described style sheet file is revised as to large picture, and add " background position " attribute of quoting little picture, " background position " property value is set to the position of little picture in large picture.
Alternatively, described style sheet file is css file.
According to a further aspect in the invention, provide a kind of Web page picture treating apparatus, wherein, the style sheet file of webpage comprises that described device comprises to the quoting of multiple the little pictures under predetermined sub-directory:
Picture merge cells, is suitable for multiple the little pictures under predetermined sub-directory to be merged into a large picture;
Position acquisition unit, is suitable for obtaining the position of each little picture in large picture;
Style sheet is revised unit, is suitable in described style sheet file, quoting of each little picture being revised as the quoting of large picture, and in described style sheet file, adds the positional information of little picture in large picture.
Alternatively, described device also comprises configuration information acquiring unit, is suitable for obtaining the configuration information of described style sheet file, and from described configuration information, obtains the predetermined sub-directory at a plurality of little picture place to be combined.
Alternatively, described style sheet is revised unit and is further adapted for: the u rl address of " background picture " property value of quoting little picture in described style sheet file being revised as to large picture, and adding " background position " attribute of quoting little picture, " background position " property value is set to the position of little picture in large picture.
Alternatively, described style sheet file is css file.
According to technique scheme of the present invention, as long as multiple little pictures to be combined are placed under same sub-directory, merge little picture and replace style sheet document code and can robotization carry out, thereby greatly having improved the efficiency of webpage development.Because the each style sheet document code picture of Shi Douhui based under sub-directory of reaching the standard grade regenerates, so while having the operations such as picture increase, modification, deletion, as long as revise picture corresponding under sub-directory, substantially without manual intervention.
Above-mentioned explanation is only the general introduction of technical solution of the present invention, in order to better understand technological means of the present invention, and can be implemented according to the content of instructions, and for above and other objects of the present invention, feature and advantage can be become apparent, below especially exemplified by the specific embodiment of the present invention.
Accompanying drawing explanation
By reading below detailed description of the preferred embodiment, various other advantage and benefits will become cheer and bright for those of ordinary skills.Accompanying drawing is only for the object of preferred implementation is shown, and do not think limitation of the present invention.And in whole accompanying drawing, by identical reference symbol, represent identical parts.In the accompanying drawings:
Fig. 1 shows the process flow diagram of Web page picture disposal route according to an embodiment of the invention;
Fig. 2 shows the structural drawing of Web page picture treating apparatus according to an embodiment of the invention;
Fig. 3 shows the little picture schematic diagram before merging in the embodiment of the present invention;
Fig. 4 shows the large picture schematic diagram after merging in the embodiment of the present invention.
Embodiment
Exemplary embodiment of the present disclosure is described below with reference to accompanying drawings in more detail.Although shown exemplary embodiment of the present disclosure in accompanying drawing, yet should be appreciated that and can realize the disclosure and the embodiment that should do not set forth limits here with various forms.On the contrary, it is in order more thoroughly to understand the disclosure that these embodiment are provided, and can by the scope of the present disclosure complete convey to those skilled in the art.
For realizing css sprites in prior art, never have good automation scheme, the low problem of development efficiency that causes webpage, the embodiment of the present invention provides a kind of Web page picture disposal route and device, by a kind of frame mode of sub-directory, multiple little pictures that need to be merged into a large picture are placed in a sub-directory, during exploitation, in pattern list file, directly quote the little picture in sub-directory, when reaching the standard grade, style sheet document code compiles based on sub-directory, little picture in sub-directory is merged into a large picture, according to sub-directory, find which place in style sheet file and quote these little pictures, style sheet file is revised as to quoting large picture to quoting of each little picture, and add the positional information of little picture in large picture, realized the robotization that merges little picture and replace style sheet document code, thereby greatly improved the efficiency of webpage development.Because the each style sheet file picture of Shi Douhui based under sub-directory of reaching the standard grade regenerates, so while having the operations such as picture increase, modification, deletion, as long as revise picture corresponding under sub-directory, substantially without manual intervention.
Fig. 1 shows the process flow diagram of Web page picture disposal route according to an embodiment of the invention.With reference to Fig. 1, described method can comprise:
Step 102, is merged into a large picture by multiple the little pictures under predetermined sub-directory;
According to embodiments of the invention, when carrying out webpage development, multiple little pictures that need to show in webpage are placed under a predetermined sub-directory, and the style sheet file of webpage comprises quoting multiple the little pictures under predetermined sub-directory.In this step, for reducing the request number of times of client, need to merge these little pictures.The algorithm that plurality of pictures is merged into a pictures has many kinds, and the embodiment of the present invention does not limit the algorithm of concrete composing picture.
Step 104, obtains the position of each little picture in large picture;
After picture is synthetic, client does not need each little picture to send separately request, only needs to ask and download the large picture that merging obtains.In order to show little picture in webpage, need to position little picture, so, by this step, obtain the position of each little picture in large picture.The algorithm of locating the position of little picture in large picture also has many kinds, and the embodiment of the present invention does not limit the algorithm of the concrete little picture in location yet.
Step 106, will be revised as the quoting of large picture quoting of each little picture in described style sheet file, and in described style sheet file, adds the positional information of little picture in large picture.
In merging, obtain large picture and navigate to behind the position of little picture in large picture, just can to style sheet file, modify according to these information, be about to style sheet file quoting of each little picture is revised as to quoting large picture, and add the positional information of little picture in large picture, because the each style sheet file picture of Shi Douhui based under sub-directory of reaching the standard grade regenerates, so while having the operations such as picture increase, modification, deletion, as long as revise picture corresponding under sub-directory, substantially without manual intervention, greatly improved the efficiency of webpage development.
Described style sheet file can be css (CSS (cascading style sheet)) file, described step 106 can comprise: the url address that " background picture " background-image property value of quoting little picture in described style sheet file is revised as to large picture, and adding " background position " background-position attribute of quoting little picture, background-position " background position " property value is set to the position of little picture in large picture.
Alternatively, described method can also comprise: obtain the configuration information of described style sheet file, and from described configuration information, obtain the predetermined sub-directory at multiple little picture places to be combined.When webpage development, when developer completes style sheet file, can add configuration information for style sheet file, the sub-directory at a plurality of little picture place that needs are merged adds in described configuration information, in described configuration information, can also comprise and merge the deposit position information (url address) of the large picture obtaining and the merging direction of picture, the merging direction of picture is for example horizontal direction or vertical direction.After getting described configuration information, which just can, according to the configuration information execution step 102~step 106 getting, particularly, according to configuration information, can determine and need to merge picture, and, need to modify and point of addition information to quoting of which picture.
In embodiments of the present invention, " little " and " greatly " in small documents and large file is relative concept, and each file before merging is called small documents, and the file obtaining after merging is called large file.
Below provide an application example of the present invention, in this application example, described style sheet file is css file.
Under development, under img catalogue, added icons sub-directory, under icons sub-directory, added 6 little pictures as shown in Figure 3.
In css, by mode below, quote these little pictures:
When code is reached the standard grade, by configuration below, the little picture under icons sub-directory is merged into a large figure:
′CSS?SPRITES?REGULAR′=>′icons|png|2′
Wherein, CSS_SPRITES_REGULAR is configuration information, and icons|png|2 is a configuration item in configuration information, and its implication is: predetermined sub-directory to be combined is icons sub-directory, and the picture format after merging is png, and it is horizontal direction that picture merges direction.
The exemplary codes of little picture being merged into large picture is as follows:
Figure BDA0000397270840000071
Obtain the position exemplary codes of little picture in large picture as follows:
The exemplary codes of revising CSS file is as follows:
Figure BDA0000397270840000073
Figure BDA0000397270840000081
According to above-mentioned code, as shown in Figure 4, the css file obtaining after modification is as follows for the large picture of generation:
Amended css code is:
Figure BDA0000397270840000082
Can find out, amended css is the large picture (having replaced background-image) of quoting after merging by the code revision of originally quoting little picture, and is provided with background-position.
Corresponding with the above-mentioned Web page picture disposal route of the embodiment of the present invention, the embodiment of the present invention also provides a kind of device of realizing said method.
Fig. 2 shows the structural drawing of Web page picture treating apparatus according to an embodiment of the invention.In embodiments of the present invention, the style sheet file of webpage comprises quoting multiple the little pictures under predetermined sub-directory, with reference to Fig. 2, described Web page picture treating apparatus can comprise picture merge cells 10, position acquisition unit 20 and style sheet modification unit 30, wherein:
Picture merge cells 10 is suitable for multiple the little pictures under predetermined sub-directory to be merged into a large picture, and the algorithm that plurality of pictures is merged into a pictures has many kinds, and the embodiment of the present invention does not limit the algorithm of concrete composing picture.
Position acquisition unit 20 is suitable for obtaining the position of each little picture in large picture, and the algorithm of locating the position of little picture in large picture also has many kinds, and the embodiment of the present invention does not limit the algorithm of the concrete little picture in location yet.
Style sheet is revised unit 30, is suitable in described style sheet file, quoting of each little picture being revised as the quoting of large picture, and in described style sheet file, adds the positional information of little picture in large picture.
Described style sheet is revised unit 30 and can to style sheet file, be modified in the following manner: the url address that " background picture " property value of quoting little picture in described style sheet file is revised as to large picture, and adding " background position " attribute of quoting little picture, " background position " property value is set to the position of little picture in large picture.
Alternatively, described device also comprises configuration information acquiring unit (not shown), is suitable for obtaining the configuration information of described style sheet file, and from described configuration information, obtains the predetermined sub-directory at a plurality of little picture place to be combined.
Alternatively, described style sheet file is css file.
In sum, according to the technique scheme of the embodiment of the present invention, as long as multiple little pictures to be combined are placed under same sub-directory, merge little picture and replace style sheet document code and can robotization carry out, thereby greatly having improved the efficiency of webpage development.Because the each style sheet document code picture of Shi Douhui based under sub-directory of reaching the standard grade regenerates, so while having the operations such as picture increase, modification, deletion, as long as revise picture corresponding under sub-directory, substantially without manual intervention.
The algorithm providing at this is intrinsic not relevant to any certain computer, virtual system or miscellaneous equipment with demonstration.Various general-purpose systems also can with based on using together with this teaching.According to description above, it is apparent constructing the desired structure of this type systematic.In addition, the present invention is not also for any certain programmed language.It should be understood that and can utilize various programming languages to realize content of the present invention described here, and the description of above language-specific being done is in order to disclose preferred forms of the present invention.
In the instructions that provided herein, a large amount of details have been described.Yet, can understand, embodiments of the invention can not put into practice in the situation that there is no these details.In some instances, be not shown specifically known method, structure and technology, so that not fuzzy understanding of this description.
Similarly, be to be understood that, in order to simplify the disclosure and to help to understand one or more in each inventive aspect, in the above in the description of exemplary embodiment of the present invention, each feature of the present invention is grouped together into single embodiment, figure or sometimes in its description.Yet, the method for the disclosure should be construed to the following intention of reflection: the present invention for required protection requires than the more feature of feature of clearly recording in each claim.Or rather, as reflected in claims below, inventive aspect is to be less than all features of disclosed single embodiment above.Therefore, claims of following embodiment are incorporated to this embodiment thus clearly, and wherein each claim itself is as independent embodiment of the present invention.
Those skilled in the art are appreciated that and can the module in the equipment in embodiment are adaptively changed and they are arranged in one or more equipment different from this embodiment.Module in embodiment or unit or assembly can be combined into a module or unit or assembly, and can put them into a plurality of submodules or subelement or sub-component in addition.At least some in such feature and/or process or unit are mutually repelling, and can adopt any combination to combine all processes or the unit of disclosed all features in this instructions (comprising claim, summary and the accompanying drawing followed) and disclosed any method like this or equipment.Unless clearly statement in addition, in this instructions (comprising claim, summary and the accompanying drawing followed) disclosed each feature can be by providing identical, be equal to or the alternative features of similar object replaces.
In addition, those skilled in the art can understand, although embodiment more described herein comprise some feature rather than further feature included in other embodiment, the combination of the feature of different embodiment means within scope of the present invention and forms different embodiment.For example, in the following claims, the one of any of embodiment required for protection can be used with array mode arbitrarily.
All parts embodiment of the present invention can realize with hardware, or realizes with the software module moved on one or more processor, or realizes with their combination.It will be understood by those of skill in the art that and can use in practice microprocessor or digital signal processor (DSP) to realize according to the some or all functions of the some or all parts in the Web page picture treating apparatus of the embodiment of the present invention.The present invention for example can also be embodied as, for carrying out part or all equipment or device program (, computer program and computer program) of method as described herein.Realizing program of the present invention and can be stored on computer-readable medium like this, or can there is the form of one or more signal.Such signal can be downloaded and obtain from internet website, or provides on carrier signal, or provides with any other form.
It should be noted above-described embodiment the present invention will be described rather than limit the invention, and those skilled in the art can design alternative embodiment in the situation that do not depart from the scope of claims.In the claims, any reference symbol between bracket should be configured to limitations on claims.Word " comprises " not to be got rid of existence and is not listed as element or step in the claims.Being positioned at word " " before element or " one " does not get rid of and has a plurality of such elements.The present invention can be by means of including the hardware of some different elements and realizing by means of the computing machine of suitably programming.In having enumerated the unit claim of some devices, several in these devices can be to carry out imbody by same hardware branch.The use of word first, second and C grade does not represent any order.Can be title by these word explanations.

Claims (8)

1. a Web page picture disposal route, wherein, the style sheet file of webpage comprises that described method comprises to the quoting of multiple the little pictures under predetermined sub-directory:
Multiple little pictures under predetermined sub-directory are merged into a large picture;
Obtain the position of each little picture in large picture;
To in described style sheet file, quoting of each little picture be revised as the quoting of large picture, and in described style sheet file, add the positional information of little picture in large picture.
2. Web page picture disposal route as claimed in claim 1, wherein, also comprises: obtain the configuration information of described style sheet file, and from described configuration information, obtain the predetermined sub-directory at a plurality of little picture place to be combined.
3. Web page picture disposal route as claimed in claim 1 or 2, wherein, described in described style sheet file, quoting of each little picture being revised as the quoting of large picture, and in described style sheet file, add the positional information of little picture in large picture, comprising:
The url address that " background picture " property value of quoting little picture in described style sheet file is revised as to large picture, and add " background position " attribute of quoting little picture, " background position " property value is set to the position of little picture in large picture.
4. Web page picture disposal route as claimed in claim 3, wherein, described style sheet file is css file.
5. a Web page picture treating apparatus, wherein, the style sheet file of webpage comprises that described device comprises to the quoting of multiple the little pictures under predetermined sub-directory:
Picture merge cells, is suitable for multiple the little pictures under predetermined sub-directory to be merged into a large picture;
Position acquisition unit, is suitable for obtaining the position of each little picture in large picture;
Style sheet is revised unit, is suitable in described style sheet file, quoting of each little picture being revised as the quoting of large picture, and in described style sheet file, adds the positional information of little picture in large picture.
6. Web page picture treating apparatus as claimed in claim 5, wherein, also comprises configuration information acquiring unit, is suitable for obtaining the configuration information of described style sheet file, and from described configuration information, obtains the predetermined sub-directory at a plurality of little picture place to be combined.
7. the Web page picture treating apparatus as described in claim 5 or 6, wherein, described style sheet is revised unit and is further adapted for:
The url address that " background picture " property value of quoting little picture in described style sheet file is revised as to large picture, and add " background position " attribute of quoting little picture, " background position " property value is set to the position of little picture in large picture.
8. Web page picture treating apparatus as claimed in claim 7, wherein, described style sheet file is css file.
CN201310487664.0A 2013-10-17 2013-10-17 Webpage picture processing method and device Pending CN103577552A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201310487664.0A CN103577552A (en) 2013-10-17 2013-10-17 Webpage picture processing method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201310487664.0A CN103577552A (en) 2013-10-17 2013-10-17 Webpage picture processing method and device

Publications (1)

Publication Number Publication Date
CN103577552A true CN103577552A (en) 2014-02-12

Family

ID=50049328

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201310487664.0A Pending CN103577552A (en) 2013-10-17 2013-10-17 Webpage picture processing method and device

Country Status (1)

Country Link
CN (1) CN103577552A (en)

Cited By (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104063492A (en) * 2014-07-04 2014-09-24 用友软件股份有限公司 Image synthesizing method and system
CN104516971A (en) * 2014-12-25 2015-04-15 深圳联友科技有限公司 Method for combining background pictures in CSS style file
CN104572668A (en) * 2013-10-15 2015-04-29 阿里巴巴集团控股有限公司 Method and equipment for generating combined style file based on multiple style files
CN105094930A (en) * 2015-09-09 2015-11-25 上海斐讯数据通信技术有限公司 Image positioning system and method
CN105989098A (en) * 2015-02-12 2016-10-05 阿里巴巴集团控股有限公司 Method for generating icon pack, server, method and system for processing icon
CN106326393A (en) * 2016-08-17 2017-01-11 东方网力科技股份有限公司 Method and device for storing and reading small picture
CN106355207A (en) * 2016-08-31 2017-01-25 五矿电子商务有限公司 Method and device for comparing combined images in webpage
CN106649794A (en) * 2016-12-28 2017-05-10 北京奇虎科技有限公司 Picture synthesis method and apparatus
CN107633057A (en) * 2017-09-19 2018-01-26 深圳市茁壮网络股份有限公司 A kind of image display method and device
CN108874829A (en) * 2017-05-12 2018-11-23 腾讯科技(深圳)有限公司 Processing method, device, smart machine and the computer storage medium of webpage
CN112182449A (en) * 2020-09-07 2021-01-05 北京达佳互联信息技术有限公司 Page loading method and device, electronic equipment and storage medium

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20110167332A1 (en) * 2010-01-07 2011-07-07 Neopost Technologies System and Method for Generating Web Pages
CN102314434A (en) * 2010-06-30 2012-01-11 中兴通讯股份有限公司 Method for combined display of page background pictures and device
CN103164443A (en) * 2011-12-14 2013-06-19 腾讯科技(深圳)有限公司 Method and device of picture merging
CN103279574A (en) * 2013-06-20 2013-09-04 北京小米科技有限责任公司 Method, device and terminal device for loading explorer pictures
CN103327033A (en) * 2013-07-16 2013-09-25 星云融创(北京)信息技术有限公司 Method and device for improving accessing speed of network resource

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20110167332A1 (en) * 2010-01-07 2011-07-07 Neopost Technologies System and Method for Generating Web Pages
CN102314434A (en) * 2010-06-30 2012-01-11 中兴通讯股份有限公司 Method for combined display of page background pictures and device
CN103164443A (en) * 2011-12-14 2013-06-19 腾讯科技(深圳)有限公司 Method and device of picture merging
CN103279574A (en) * 2013-06-20 2013-09-04 北京小米科技有限责任公司 Method, device and terminal device for loading explorer pictures
CN103327033A (en) * 2013-07-16 2013-09-25 星云融创(北京)信息技术有限公司 Method and device for improving accessing speed of network resource

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
梁胜民 等,: "《CSS+XHTML+JAVASCRIPT完全学习手册》", 30 June 2008 *

Cited By (16)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104572668A (en) * 2013-10-15 2015-04-29 阿里巴巴集团控股有限公司 Method and equipment for generating combined style file based on multiple style files
CN104572668B (en) * 2013-10-15 2018-07-27 阿里巴巴集团控股有限公司 Method and apparatus based on multiple pattern file generated Merge Styles files
CN104063492B (en) * 2014-07-04 2017-09-29 用友网络科技股份有限公司 Picture merging method and picture combination system
CN104063492A (en) * 2014-07-04 2014-09-24 用友软件股份有限公司 Image synthesizing method and system
CN104516971A (en) * 2014-12-25 2015-04-15 深圳联友科技有限公司 Method for combining background pictures in CSS style file
CN104516971B (en) * 2014-12-25 2018-07-13 深圳联友科技有限公司 A method of merging background picture in CSS style file
CN105989098A (en) * 2015-02-12 2016-10-05 阿里巴巴集团控股有限公司 Method for generating icon pack, server, method and system for processing icon
CN105989098B (en) * 2015-02-12 2020-04-07 阿里巴巴集团控股有限公司 Icon package generation method and server, and icon processing method and system
CN105094930A (en) * 2015-09-09 2015-11-25 上海斐讯数据通信技术有限公司 Image positioning system and method
CN106326393A (en) * 2016-08-17 2017-01-11 东方网力科技股份有限公司 Method and device for storing and reading small picture
CN106355207A (en) * 2016-08-31 2017-01-25 五矿电子商务有限公司 Method and device for comparing combined images in webpage
CN106649794A (en) * 2016-12-28 2017-05-10 北京奇虎科技有限公司 Picture synthesis method and apparatus
CN108874829A (en) * 2017-05-12 2018-11-23 腾讯科技(深圳)有限公司 Processing method, device, smart machine and the computer storage medium of webpage
CN108874829B (en) * 2017-05-12 2023-05-09 腾讯科技(深圳)有限公司 Webpage processing method and device, intelligent equipment and computer storage medium
CN107633057A (en) * 2017-09-19 2018-01-26 深圳市茁壮网络股份有限公司 A kind of image display method and device
CN112182449A (en) * 2020-09-07 2021-01-05 北京达佳互联信息技术有限公司 Page loading method and device, electronic equipment and storage medium

Similar Documents

Publication Publication Date Title
CN103577552A (en) Webpage picture processing method and device
CN106897053B (en) Code publishing method and device
CN104036011A (en) Webpage element display method and browser device.
CN103034517A (en) Method and device for loading browser control tool
CN104462583A (en) Browser device for advertisement blocking processing and mobile terminal
CN103761079A (en) Method and device for automatically graying page
CN102982161A (en) Method and device for acquiring webpage information
CN103593406A (en) Static resource identifier processing method and device
CN102982162A (en) System for acquiring webpage information
CN103714116A (en) Webpage information extracting method and webpage information extracting equipment
CN105095497A (en) Method and device for generating webpage based on webpage template
CN103186376A (en) Method, device and equipment for establishing or updating software development environment
CN103034495A (en) Browser capable of isolating plug-in in webpage and webpage plug-in isolating method
CN106649794A (en) Picture synthesis method and apparatus
CN104317931A (en) Webpage title determining method and device
CN104424318A (en) Method and device for controlling page elements
US10606935B2 (en) Transforming a website for dynamic web content management
CN108874379B (en) Page processing method and device
CN103605676A (en) Search based terminal fault solution, client and system
CN103544271A (en) Picture processing window loading method and device for browsers
CN105630310A (en) Method and device for displaying titles during graph group switching
CN103226574A (en) Information search method and information search device
CN102902784A (en) Web page classification storage system and method
CN114153473A (en) Module integration method, device, storage medium and electronic equipment
CN104504331A (en) Virtualization security detection method and system

Legal Events

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

Application publication date: 20140212

RJ01 Rejection of invention patent application after publication