CN104252476A - Display method and system for lowering valid page covering rate - Google Patents
Display method and system for lowering valid page covering rate Download PDFInfo
- Publication number
- CN104252476A CN104252476A CN201310262683.3A CN201310262683A CN104252476A CN 104252476 A CN104252476 A CN 104252476A CN 201310262683 A CN201310262683 A CN 201310262683A CN 104252476 A CN104252476 A CN 104252476A
- Authority
- CN
- China
- Prior art keywords
- width
- matching result
- prompting frame
- display
- result
- 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
Links
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/90—Details of database functions independent of the retrieved data types
- G06F16/904—Browsing; Visualisation therefor
Landscapes
- Engineering & Computer Science (AREA)
- Databases & Information Systems (AREA)
- Theoretical Computer Science (AREA)
- Data Mining & Analysis (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- User Interface Of Digital Computer (AREA)
Abstract
The invention provides a display method and system for lowering the valid page covering rate. The display method for lowering the valid page covering rate comprises the following steps: receiving inquiry content input in the edit box of a user interface by a user, and displaying a prompt box on the user interface; inquiring in data storage equipment by using a controller to obtain at least one matching result; computing the number of character lines in the prompt box needed in transverse display of the matching result; transversely displaying an inquiry result by using the prompt box. The number of character lines in the prompt box needed in transverse display of the matching result and the matching result displayed on each line are computed by using the controller, so that a text display way is changed, the inquiry result is displayed transversely, the page space is utilized effectively, the display space is saved, more valid page content is displayed for the user to check, and the user experience is enhanced.
Description
Technical field
The present invention relates to multimedia messages display technique field, be specifically related to a kind of display packing and the system that reduce effective page hiding rare.
Background technology
Along with improving constantly of computer hardware performance, drive various UI(User Interface, user interface) innovation of technology.Special in user interactions UI, various pleasing UI emerges in an endless stream, and user is obtained in software application experience and improves greatly.By utilizing the mutual UI of this close friend, not only increasing the quality of software, more improve the loyalty of user.Therefore, in future, UI as the most important thing of software development, can produce directly impact to the quality of a software.
At present, user, when utilizing UI to inquire about, had both wished to browse prompt text, also wished to see as far as possible many effective content of pages simultaneously, because traditional editing prompt frame can only be drop-down, in this traditional drop-down prompting frame, usual prompt text length is shorter, but area shared by white fill area is larger, effective content of pages major part is occupied by white space, for limited screen space, or the layout that the effective content of the page is compact, greatly reduce the Experience Degree of user.Fig. 1 be covered by drop-down prompting frame before the page, Fig. 2 be covered by drop-down prompting frame after the page, comparison diagram 1 and Fig. 2 visible, effective content of pages in Fig. 1 in black box hide by drop-down edit box, after covering as shown in Figure 2, effective content of pages in black box effectively can not be presented to user, although these traditional drop-down prompting frames can the implication of formulated the respective option, rate does not utilize space efficiently.
Summary of the invention
In order to overcome the defect existed in above-mentioned prior art, the object of this invention is to provide a kind of display packing and the system that reduce effective page hiding rare, the present invention shows Query Result with landscape mode, can efficiency utilization page space, allow more effectively page content displaying to user, so that user checks, improve user experience.
In order to realize above-mentioned purpose of the present invention, according to an aspect of the present invention, the invention provides a kind of display packing reducing effective page hiding rare, comprise the steps:
S1, receives the query contents that user inputs in the edit box of user interface, display reminding frame in described user interface;
S2, controller is inquired about in a data storage device, obtains at least one matching result;
S3, controller calculates described matching result prompting frame word line number required when laterally arrangement shows, and concrete grammar is:
S31: the word quantity N of m result in statistical match result
m, described m=1,2 ..., q, described q is the quantity of matching result, and described q is positive integer, described N
mfor positive integer;
S32: make prompting frame word line number k=1, the numbering i=1 of first matching result making row k show;
S33: make matching result display number counter p=1;
S34: calculate total character duration in row k
TOTAL_WIDTH(k)=((N
i+N
i+1+....+N
i+p)+p)*font_width,
Described font_width is the width of font;
S35: judge TOTAL_WIDTH(k) whether be greater than the width tip_width of current drop-down prompting frame,
If TOTAL_WIDTH(k) <tip_width, and i+p<q, then make p=p+1, return step S34, if i+p=q, exit, the i-th to i+p matching result will show in row k;
If TOTAL_WIDTH(k) >tip_width, the i-th to i+p-1 matching result will show in row k, make line number k=k+1, i=i+p, return step S33, wherein, k, i, p will be positive integer;
S4, utilizes prompting frame laterally to show Query Result.
The display packing that the present invention reduces effective page hiding rare changes text display manner, with landscape mode display Query Result, and can efficiency utilization page space, save display space, allow more effectively page content displaying to user, so that user checks, improve user experience.
In order to realize above-mentioned purpose of the present invention, according to another aspect of the present invention, the invention provides a kind of display system reducing effective page hiding rare, comprise user interface, controller and data storage device, described user interface is connected with controller, and described controller is connected with described data storage device; Described controller is when receiving the inquiry request inputted by the edit box of user interface, the result of mating with described inquiry request is searched in described data storage device, calculate the matching result of required prompting frame word line number and every a line display when the horizontal arrangement of matching result shows simultaneously, and laterally Query Result is shown in prompting frame, calculating the matching result process of the matching result of required prompting frame word line number and every a line display when showing of laterally arranging is:
S31: the word quantity N of m result in statistical match result
m, described m=1,2 ..., q, described q is the quantity of matching result, and described q is positive integer, described N
mfor positive integer;
S32: make prompting frame word line number k=1, the numbering i=1 of first matching result making row k show;
S33: make matching result display number counter p=1;
S34: calculate total character duration in row k
TOTAL_WIDTH(k)=((N
i+N
i+1+....+N
i+p)+p)*font_width,
Described font_width is the width of font;
S35: judge TOTAL_WIDTH(k) whether be greater than the width tip_width of current drop-down prompting frame, if TOTAL_WIDTH(k) <tip_width, and i+p<q, then make p=p+1, return step S34, if i+p=q, exit, the i-th to i+p matching result will show in row k;
If TOTAL_WIDTH(k) >tip_width, the i-th to i+p-1 matching result will show in row k, make line number k=k+1, i=i+p, return step S33, wherein, k, i, p will be positive integer.
The present invention reduces the display system of effective page hiding rare, controller calculates the matching result of required prompting frame word line number and every a line display when the horizontal arrangement of matching result shows, text display manner is changed, with landscape mode display Query Result, can efficiency utilization page space, save display space, allow more effectively page content displaying to user, so that user checks, improve user experience.
In the preferred embodiment of the present invention, when controller laterally shows Query Result in prompting frame, every a line shows at least one matching result, have a space character with in a line between two neighbor results, the vacant length at previous row end is less than the length of the initial matching result of rear a line.
The present invention, can efficiency utilization page space by showing at least one matching result in every a line, saves display space, allows more effectively page content displaying to user, so that user checks, improve user experience.
Controller of the present invention accurately calculates the matching result of required prompting frame word line number and every a line display when the horizontal arrangement of matching result shows, and shown in same a line by multiple matching result, computation process is accurately quick.
In the preferred embodiment of the present invention, prompting frame is positioned at the bottom of edit box, when the word line number that the lower area that the word line number of the lower area actual displayed of prompting frame is greater than prompting frame can show, then and show scroll bars in prompting frame.Any number of Query Result can be shown.
In another kind of preferred implementation of the present invention, in described edit box after input inquiry content, the color of described query contents and the background color of described edit box are had any different.
The present invention distinguishes inquiry request and Query Result by utilizing color, improves user search speed and comfort level.
In another kind of preferred implementation of the present invention, described edit box is positioned at the top of described prompting frame, bottom or inside.Show Styles is more various, improves the Experience Degree of user.
Additional aspect of the present invention and advantage will part provide in the following description, and part will become obvious from the following description, or be recognized by practice of the present invention.
Accompanying drawing explanation
Above-mentioned and/or additional aspect of the present invention and advantage will become obvious and easy understand from accompanying drawing below combining to the description of embodiment, wherein:
Fig. 1 is by the page before drop-down prompting frame covering in prior art;
Fig. 2 is by the page after drop-down prompting frame covering in prior art;
Fig. 3 is the process flow diagram of the display packing reducing effective page hiding rare in a kind of preferred implementation of the present invention;
Fig. 4 is the display page in a kind of preferred implementation of the present invention;
Fig. 5 is the block scheme that the present invention reduces the display system of effective page hiding rare.
Embodiment
Be described below in detail embodiments of the invention, the example of described embodiment is shown in the drawings, and wherein same or similar label represents same or similar element or has element that is identical or similar functions from start to finish.Being exemplary below by the embodiment be described with reference to the drawings, only for explaining the present invention, and can not limitation of the present invention being interpreted as.
In describing the invention, unless otherwise prescribed and limit, it should be noted that, term " installation ", " being connected ", " connection " should be interpreted broadly, such as, can be mechanical connection or electrical connection, also can be the connection of two element internals, can be directly be connected, also indirectly can be connected by intermediary, for the ordinary skill in the art, the concrete meaning of above-mentioned term can be understood as the case may be.
The invention provides a kind of display packing reducing effective page hiding rare, as shown in Figure 3, it comprises the steps:
S1, receives the query contents that user inputs in the edit box of user interface, display reminding frame in described user interface;
S2, controller is inquired about in a data storage device, obtains at least one matching result;
S3, controller calculates described matching result prompting frame word line number required when laterally arrangement shows;
S4, utilizes prompting frame laterally to show Query Result.
In the preferred embodiment of the present invention, the detailed process reducing the display packing of effective page hiding rare is:
Controller receives the query contents that user inputs in the edit box of user interface, in the present embodiment, query contents is " China ", display reminding frame on a user interface, controller is inquired about in a data storage device, obtain at least one matching result, in the present embodiment, matching result is " Bank of China, the online business hall of China Mobile, ..., the most forte of China, ..., China Telecom " etc. 10 results, controller calculates required prompting frame word line number when the horizontal arrangement of matching result shows and utilizes prompting frame laterally to show Query Result.In the present embodiment, when controller laterally shows Query Result in prompting frame, every a line shows at least one matching result, and has a space character with in a line between two neighbor results, and the vacant length at previous row end is less than the length of the initial matching result of rear a line.As shown in the display interface of Fig. 4, every a line of prompting frame shows multiple matching result, such as the first row display " Bank of China; the online business hall of China Mobile; ...; the most forte of China " five matching results, and there is between two neighbor results a space character in same a line, such as " Bank of China " and " between the online business hall of China Mobile " have a space character.In addition, for saving display space, every a line will show as far as possible many contents, ensures that the vacant length at previous row end is less than the length of the initial matching result of rear a line.Vacant length such as, in Fig. 4 after " the most forte of China " is less than the length of " China Construction Bank ".The present invention, can efficiency utilization page space by showing at least one matching result in every a line, saves display space, allows more effectively page content displaying to user, so that user checks, improve user experience.
In the present embodiment, calculate the prompting frame word line number that matching result is required when laterally arrangement shows, and determine that the method for the matching result that every a line shows is:
S31: the word quantity N of m result in statistical match result
m, described m=1,2 ..., q, described q is the quantity of matching result, and described q is positive integer, described N
mfor positive integer, in the present embodiment, q is 10;
S32: make prompting frame word line number k=1, the numbering i=1 of first matching result making row k show;
S33: make matching result display number counter p=1;
S34: calculate total character duration in row k
TOTAL_WIDTH(k)=((N
i+N
i+1+....+N
i+p)+p)*font_width,
Described font_width is the width of font;
S35: judge TOTAL_WIDTH(k) whether be greater than the width tip_width of current drop-down prompting frame,
If TOTAL_WIDTH(k) <tip_width, and i+p<q, then make p=p+1, return step S34, if i+p=q, exit, the i-th to i+p matching result will show in row k;
If TOTAL_WIDTH(k) >tip_width, the i-th to i+p-1 matching result will show in row k, make line number k=k+1, i=i+p, return step S33, wherein, k, i, p will be positive integer.
The display packing that the present invention reduces effective page hiding rare changes text display manner, with landscape mode display Query Result, and can efficiency utilization page space, save display space, allow more effectively page content displaying to user, so that user checks, improve user experience.
In the present embodiment, edit box can be positioned at the top of described prompting frame, or edit box is positioned at the bottom of prompting frame, or edit box is positioned at the inside of prompting frame.In a kind of preferred implementation of the present invention, prompting frame is positioned at the bottom of edit box, when the word line number that the lower area that the word line number of the lower area actual displayed of prompting frame is greater than prompting frame can show, then and show scroll bars in prompting frame.Any number of Query Result can be shown.
Be more preferably in embodiment in one of the present invention, in edit box after input inquiry content, the color of query contents can be had any different with the background color of edit box.The present invention distinguishes inquiry request and Query Result by utilizing color, improves user search speed and comfort level.
The invention provides a kind of display system reducing effective page hiding rare, as shown in Figure 5, it comprises user interface 1, controller 2 and data storage device 3, and described user interface 1 is connected with controller 2, and described controller 1 is connected with described data storage device 3; Described controller 2 is when receiving the inquiry request inputted by the edit box of user interface 1, the result of mating with described inquiry request is searched in described data storage device 3, the matching result of required prompting frame word line number and every a line display when the horizontal arrangement of matching result shows is calculated with Time Controller 2, and laterally Query Result is shown in prompting frame, in the present embodiment, controller 2 calculate matching result laterally arrangement display time required prompting frame word line number and the process of matching result of every a line display be:
S31: the word quantity N of m result in controller 2 statistical match result
m, described m=1,2 ..., q, described q is the quantity of matching result, and described q is positive integer, described N
mfor positive integer;
S32: make prompting frame word line number k=1, the numbering i=1 of first matching result making row k show;
S33: make matching result display number counter p=1;
S34: calculate total character duration in row k
TOTAL_WIDTH(k)=((N
i+N
i+1+....+N
i+p)+p)*font_width,
Described font_width is the width of font;
S35: judge TOTAL_WIDTH(k) whether be greater than the width tip_width of current drop-down prompting frame,
If TOTAL_WIDTH(k) <tip_width, and i+p<q, then make p=p+1, return step S34, if i+p=q, exit, the i-th to i+p matching result will show in row k;
If TOTAL_WIDTH(k) >tip_width, the i-th to i+p-1 matching result will show in row k, make line number k=k+1, i=i+p, return step S33;
Wherein, k, i, p are positive integer.
In the present embodiment, when controller 2 laterally shows Query Result in prompting frame, every a line shows at least one matching result, has a space character with in a line between two neighbor results, and the vacant length at previous row end is less than the length of the initial matching result of rear a line.
In the present embodiment, prompting frame is positioned at the bottom of edit box, when the word line number that the lower area that the word line number of the lower area actual displayed of prompting frame is greater than prompting frame can show, then and show scroll bars in prompting frame.
In the present embodiment, edit box can be positioned at the top of described prompting frame, or edit box is positioned at the bottom of prompting frame, or edit box is positioned at the inside of prompting frame.In a kind of preferred implementation of the present invention, prompting frame is positioned at the bottom of edit box, when the word line number that the lower area that the word line number of the lower area actual displayed of prompting frame is greater than prompting frame can show, then and show scroll bars in prompting frame.Any number of Query Result can be shown.
In the present embodiment, in described edit box after input inquiry content, the color of described query contents and the background color of described edit box are had any different.
The present invention reduces the display system of effective page hiding rare, controller calculates the matching result of required prompting frame word line number and every a line display when the horizontal arrangement of matching result shows, text display manner is changed, with landscape mode display Query Result, can efficiency utilization page space, save display space, allow more effectively page content displaying to user, so that user checks, improve user experience.Because the Similar content of system embodiment and embodiment of the method is more, that therefore introduces is relatively simpler, and related content refers to embodiment of the method part.
In the description of this instructions, specific features, structure, material or feature that the description of reference term " embodiment ", " some embodiments ", " example ", " concrete example " or " some examples " etc. means to describe in conjunction with this embodiment or example are contained at least one embodiment of the present invention or example.In this manual, identical embodiment or example are not necessarily referred to the schematic representation of above-mentioned term.And the specific features of description, structure, material or feature can combine in an appropriate manner in any one or more embodiment or example.
Although illustrate and describe embodiments of the invention, those having ordinary skill in the art will appreciate that: can carry out multiple change, amendment, replacement and modification to these embodiments when not departing from principle of the present invention and aim, scope of the present invention is by claim and equivalents thereof.
Claims (10)
1. reduce a display packing for effective page hiding rare, it is characterized in that, comprise the steps:
S1, receives the query contents that user inputs in the edit box of user interface, display reminding frame in described user interface;
S2, controller is inquired about in a data storage device, obtains at least one matching result;
S3, controller calculates described matching result prompting frame word line number required when laterally arrangement shows, and concrete grammar is:
S31: the word quantity N of m result in statistical match result
m, described m=1,2 ..., q, described q is the quantity of matching result, and described q is positive integer, described N
mfor positive integer;
S32: make prompting frame word line number k=1, the numbering i=1 of first matching result making row k show;
S33: make matching result display number counter p=1;
S34: calculate total character duration in row k
TOTAL_WIDTH(k)=((N
i+N
i+1+....+N
i+p)+p)*font_width,
Described font_width is the width of font;
S35: judge TOTAL_WIDTH(k) whether be greater than the width tip_width of current drop-down prompting frame,
If TOTAL_WIDTH(k) <tip_width, and i+p<q, then make p=p+1, return step S34, if i+p=q, exit, the i-th to i+p matching result will show in row k;
If TOTAL_WIDTH(k) >tip_width, the i-th to i+p-1 matching result will show in row k, make line number k=k+1, i=i+p, return step S33;
S4, utilizes prompting frame laterally to show Query Result.
2. the display packing reducing effective page hiding rare as claimed in claim 1, is characterized in that, when laterally arrangement shows described matching result, every a line shows at least one matching result; Between two neighbor results, there is a space character with in a line; The vacant length at previous row end is less than the length of the initial matching result of rear a line.
3. the display packing reducing effective page hiding rare as claimed in claim 1, it is characterized in that, prompting frame is positioned at the bottom of edit box, when the word line number that the lower area that the word line number of the lower area actual displayed of prompting frame is greater than prompting frame can show, then show scroll bars in prompting frame.
4. the display packing reducing effective page hiding rare as claimed in claim 1, it is characterized in that, in described edit box after input inquiry content, the color of described query contents and the background color of described edit box are had any different.
5. the display packing reducing effective page hiding rare as claimed in claim 1, it is characterized in that, described edit box is positioned at the top of described prompting frame, bottom or inside.
6. reduce a display system for effective page hiding rare, it is characterized in that, comprising: user interface, controller and data storage device, described user interface is connected with described controller, and described controller is connected with described data storage device;
Described controller is when receiving the inquiry request inputted by the edit box of user interface, the result of mating with described inquiry request is searched in described data storage device, calculate the matching result of required prompting frame word line number and every a line display when the horizontal arrangement of matching result shows simultaneously, and laterally Query Result is shown in prompting frame, calculating the matching result process of the matching result of required prompting frame word line number and every a line display when showing of laterally arranging is:
S31: the word quantity N of m result in statistical match result
m, described m=1,2 ..., q, described q is the quantity of matching result, and described q is positive integer, described N
mfor positive integer;
S32: make prompting frame word line number k=1, the numbering i=1 of first matching result making row k show;
S33: make matching result display number counter p=1;
S34: calculate total character duration in row k
TOTAL_WIDTH(k)=((N
i+N
i+1+….+N
i+p)+p)*font_width,
Described font_width is the width of font;
S35: judge TOTAL_WIDTH(k) whether be greater than the width tip_width of current drop-down prompting frame,
If TOTAL_WIDTH(k) <tip_width, and i+p<q, then make p=p+1, return step S34, if i+p=q, exit, the i-th to i+p matching result will show in row k;
If TOTAL_WIDTH(k) >tip_width, the i-th to i+p-1 matching result will show in row k, make line number k=k+1, i=i+p, return step S33.
7. the display system reducing effective page hiding rare as claimed in claim 6, it is characterized in that, when controller laterally shows Query Result in prompting frame, every a line shows at least one matching result, have a space character with in a line between two neighbor results, the vacant length at previous row end is less than the length of the initial matching result of rear a line.
8. the display system reducing effective page hiding rare as claimed in claim 6, it is characterized in that, prompting frame is positioned at the bottom of edit box, when the word line number that the lower area that the word line number of the lower area actual displayed of prompting frame is greater than prompting frame can show, then show scroll bars in prompting frame.
9. the display system reducing effective page hiding rare as claimed in claim 6, it is characterized in that, in described edit box after input inquiry content, the color of described query contents and the background color of described edit box are had any different.
10. the display system reducing effective page hiding rare as claimed in claim 6, it is characterized in that, described edit box is positioned at the top of described prompting frame, bottom or inside.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201310262683.3A CN104252476A (en) | 2013-06-27 | 2013-06-27 | Display method and system for lowering valid page covering rate |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201310262683.3A CN104252476A (en) | 2013-06-27 | 2013-06-27 | Display method and system for lowering valid page covering rate |
Publications (1)
Publication Number | Publication Date |
---|---|
CN104252476A true CN104252476A (en) | 2014-12-31 |
Family
ID=52187379
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN201310262683.3A Pending CN104252476A (en) | 2013-06-27 | 2013-06-27 | Display method and system for lowering valid page covering rate |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN104252476A (en) |
Cited By (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN107783983A (en) * | 2016-08-24 | 2018-03-09 | 北京国双科技有限公司 | Information displaying method and device |
CN110716880A (en) * | 2018-07-11 | 2020-01-21 | 爱思开海力士有限公司 | Memory system and operating method thereof |
CN112905925A (en) * | 2021-02-08 | 2021-06-04 | 北京秒针人工智能科技有限公司 | Method, system, equipment and storage medium for displaying prompt box |
Citations (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20030202002A1 (en) * | 2002-01-30 | 2003-10-30 | Amarender Kethireddy | User interface and method for providing search query syntax help |
CN1834865A (en) * | 2005-03-18 | 2006-09-20 | 马贤亮 | Multi-character continuous inputting method of Chinese phonetic and notional phonetic alphabet with digitally coded on keypad |
CN102722315A (en) * | 2012-05-10 | 2012-10-10 | 奇智软件(北京)有限公司 | Method and device for displaying prompt box of mobile terminal |
-
2013
- 2013-06-27 CN CN201310262683.3A patent/CN104252476A/en active Pending
Patent Citations (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20030202002A1 (en) * | 2002-01-30 | 2003-10-30 | Amarender Kethireddy | User interface and method for providing search query syntax help |
CN1834865A (en) * | 2005-03-18 | 2006-09-20 | 马贤亮 | Multi-character continuous inputting method of Chinese phonetic and notional phonetic alphabet with digitally coded on keypad |
CN102722315A (en) * | 2012-05-10 | 2012-10-10 | 奇智软件(北京)有限公司 | Method and device for displaying prompt box of mobile terminal |
Cited By (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN107783983A (en) * | 2016-08-24 | 2018-03-09 | 北京国双科技有限公司 | Information displaying method and device |
CN110716880A (en) * | 2018-07-11 | 2020-01-21 | 爱思开海力士有限公司 | Memory system and operating method thereof |
CN110716880B (en) * | 2018-07-11 | 2023-04-07 | 爱思开海力士有限公司 | Memory system and operating method thereof |
CN112905925A (en) * | 2021-02-08 | 2021-06-04 | 北京秒针人工智能科技有限公司 | Method, system, equipment and storage medium for displaying prompt box |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN102915375B (en) | A kind of webpage loading method based on layout subregion | |
US20140189476A1 (en) | Image manipulation for web content | |
US20150331558A1 (en) | Method for switching pictures of picture galleries and browser | |
CN104252476A (en) | Display method and system for lowering valid page covering rate | |
CN106507200A (en) | Video-frequency playing content insertion method and system | |
CN103176996A (en) | Image search method based on image feature information and image search engine server based on image feature information | |
CN102959947B (en) | Image synthesizing device and picture synthesis method | |
CN106126140A (en) | Method and device for rendering characters and electronic equipment | |
CN109065001B (en) | Image down-sampling method and device, terminal equipment and medium | |
KR102144336B1 (en) | Broadcasting system for integrating graphic with video based on cloud computing network | |
US20170031885A1 (en) | Electronic device and server related to rendering of web content and controlling method thereof | |
CN105590241B (en) | Self-adaptive electronic bill implementation method and system | |
CN104731586A (en) | Method for designing editable interface of LCD screen of subway train | |
CN105389308A (en) | Display processing method and device for web pages | |
CN105824925A (en) | Dynamic annotation method based on browser webpage elements | |
CN102082925B (en) | A kind of fill method of subtitle template and device | |
KR20100130186A (en) | Device and method for animating a graphic digital document | |
CN108540849A (en) | The generation method and device of video photograph album | |
CN102129502B (en) | Optimal electrical power line selection method and system | |
CN113722516A (en) | Online PK (Key distribution) display method and device for multimedia works | |
US20130155098A1 (en) | Adjusting Fonts for Visual Consistency | |
CN104104889B (en) | System and method is realized in the new media advertisement that multi-screen moves with content collaborative variation | |
CN112418942A (en) | Advertisement display method and device and electronic equipment | |
CN106774785A (en) | The preposition shuangping san control method of intelligent terminal, device and intelligent terminal | |
CN111275794B (en) | Method, device and storage medium for automatically generating expression picture |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
C06 | Publication | ||
PB01 | Publication | ||
C10 | Entry into substantive examination | ||
SE01 | Entry into force of request for substantive examination | ||
RJ01 | Rejection of invention patent application after publication | ||
RJ01 | Rejection of invention patent application after publication |
Application publication date: 20141231 |