I believe you have bought some CDs, put the CDS into the system, is it possible to see a very beautiful icon, today to tell you how this is done out, but today is not to give you to the CD to do the demo, I believe that we commonly used a U disk, so we use a U disk to demonstrate to everyone to see, Let's take a look at how to get it.
What we need to know is what format the icon is used for, the icon is in ICO format, then how do we have these icons,
What we need to know is what format the icon is used for, the icon is in ICO format, then how do we have these icons, there are two methods for everyone to reference, you can search the Internet to find their favorite, you can use the system software from the, put it there, open the Start menu, and then select the search options.
In the Open Search Results window, if you want to search for a file or folder named *.
To give you illustrator software users to detailed analysis to share the drawing vector fine icon.
Share list:
The software used in the tutorial is mainly Adobe Illustrator cs/adobe photoshop/axialis icon-workshop. We use Adobe Illustrator CS for icon Design, and post-processing in Photoshop, and finally output to an. ico format icon file with IconWorkshop.
1. Open Adobe Illustrator CS, select the Rounded Rectangle
For the cutting of the string of the usual use may not be particularly many, and the relatively thin, so self-self-examination. Prepared
Since all before a demo test, if there is a wrong, please understand. Some of the remaining properties find time to continue adding.
1. Function: Split ()
Function: To store a string partition into an array using a specified delimiter
Example: str= "Jpg|bmp|gif|ico|png"; Arr=str.split ("|");Arr is an array that c
Use substring () or slice ()
Function: Split ()Function: To store a string partition into an array using a specified delimiterExample:
Copy Code code as follows:
Str= "Jpg|bmp|gif|ico|png";
Arr=thestring.split ("|");
Arr is an array that contains the character values "JPG", "BMP", "GIF", "ico", and "PNG"
Function: John ()
Function: Merges an array into a string using the separator
an array using a specified delimiterExample:
The code is as follows
Copy Code
Str= "Jpg|bmp|gif|ico|png";Arr=thestring.split ("|");Arr is an array that contains the character values "JPG", "BMP", "GIF", "ico", and "PNG"
Function: John ()Function: Merges an array into a string using the separator of your choiceExample:
The code is as follows
Copy Code
ImageList and liststyleimage
The ImageList component has been used for a long time, but it has never been quite clear about its implementation principles. Today, I spent a lot of time trying to figure it out! So here we will share with you!
On the Design page, find the ImageList component in the logging toolbox-component, drag it directly to the page, and the initialization code is automatically generated in the design as follows:
1 //. designer. the initialization code automatically generated
I recently developed the prompt layer component and encountered a common bug in IE6... I have come up with several solutions. This is very interesting. I will share it with you here.
In IE6 browser, display: inline-block can only trigger the haslayout attribute of IE so that the element has a layout attribute. When the display: inline-block is used for div elements, the div element still occupies a row for the block layout.
In IE6, how does one automatically contract the content of block-level e
Below are some of the functions that are frequently used to intercept strings in js. Every function provides an example here. For more information, see.
Function: indexOf ()
Function: returns the subscript of the first character matching the substring in a string.
The Code is as follows:
Var myString = "JavaScript ";Var w = myString. indexOf ("v"); w will be 2Var x = myString. indexOf ("S"); x will be 4Var y = myString. indexOf ("Script"); y will also be 4Var z = myString. indexOf ("key");
1. Make ICO file, you can make GIF, JPG, PNG can, size in 16px*16px best2. In Baidu search "online jpg to ico", there will be such a site, you follow the steps to get an ICO file3. Place the ICO file at the root of the Web site4. In your 5. If not displayed, then delete the IE temporary files after the refresh, general
and Firefox.
Php uploads image files (gif, jpg, bmp, png, psd, ico)
In history, the most complete oophper Pro test version of PHP file Upload corresponding to the file type table, ie, Firefox each copy.
Ie
Firefox
Id
Suffix
File types identified by php
0
Gif
Image/gif
1
Jpg
Image/jpeg
Use substring () or slice ()
Function: split ()Function: uses a specified separator to split a string and store it in an array.Example:Copy codeThe Code is as follows:Str = "jpg | bmp | gif | ico | png ";Arr = theString. split ("| ");// Arr is an array containing character values "jpg", "bmp", "gif", "ico", and "png"Function: John ()Function: combines an array into a string using the separator you selected
There are many php File Upload classes on the Internet, and file upload processing is a special feature of php (at least this is shown in the manual as a feature of php, I personally think php has better array functions.) php learners all know how to upload files. However, many users may ignore some details during programming, that is, the object type (MIME ). Before submitting a file to php for processing in a form, the browser will parse and identify the type of file on one side, and then ente
This article mainly introduces JS string truncation function instances. If you have any need, refer to substring () or slice ()
Function: split ()Function: uses a specified separator to split a string and store it in an array.Example:
The Code is as follows:
Str = "jpg | bmp | gif | ico | png ";Arr = theString. split ("| ");// Arr is an array containing character values "jpg", "bmp", "gif", "ico", and "pn
: This article mainly introduces the Nginx error summary. if you are interested in the PHP Tutorial, you can refer to it. 1. Upstream timed out (110: Connection timed out) while reading response header from upstream
This situation mainly occurs in the following two situations:
A. as a proxy, Nginx needs to adjust the value of proxy timeout as appropriate.
location / { ... proxy_connect_timeout 70; proxy_read_timeout 150; proxy_send_timeout 150; ... }
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.