LifeInternet chore: Complex screen names
Chinese characters are really too complicated. Lao Zu was so considerate that he left us only a hundred and ten surnames, but it was a pity that in the era of digitization, all this began to be out of order. I'm afraid there are a lot of people who don't read it once when they use their screen name...
Lifelife.
Another week of depravity. Summer days are always depressed. It seemed like I couldn't wake up all day, and my eyes were always hazy. Running around the Internet, I just don't know what I want to do. I just don't know where to start after holding on to a list for long enough. Talking to Bai Bing, i...
Life��Bright Moon Light��
A song called "Moonlight" sung by Lu Yi and Zhang Jingchu at the premiere of Seven Swords. I thought it was good, but I couldn't find MP3 for a long time. the lyrics of "Moonlight" the moonlight in front of the window breaks the hearts of people outside. Like the cold frost on the ground, Acacia is...
LifeThe seven swords are here.
What exactly is the movie like? We will not know until the 27th. However, yesterday's party was quite interesting. The majestic Zhen Zidan played the piano. Sun Honglei, who looked like a bandit, danced street dance. The one who felt a little failed was the hosting combination of He Jiong + Yang La...
LifeQQ is starting to have a real-name system
Today, I found out that Tencent has issued an announcement: notice on the upcoming real name registration of creators and administrators of QQ groups Dear users: in order to further strengthen and standardize the information security management of network public information service places, create a...
Life[ASP]Anti-SQL injection attack program
see a general ASP anti-SQL injection attack program. Keep it. first of all, we define that the request cannot contain the following characters: | and | exec | insert | select | delete | update | count | * |% | chr | mid | truncate | char | declare each character is separated by "|", and then we jud...
Life[JS]How to submit to two forms at once
A way to submit to two forms at once! First define a javascript function mylogin() function mylogin() {formerr=false;if(document.login.username.value.length1)formerr= Please fill in your username! quot;;if(document.login.pwhidden.value.length1)formerr= Please enter your password! quot;;if (formerr)...
LifeMaking method and formula of malatang
making method of Spicy Hot Pot ingredients: (according to your hobby Types of raw materials, Rabbit waist 50 g hairy belly 50 g eel 50 g pig ring throat 50 g lunch meat 50 g duck sausage 30 g vegetarian vegetables: lotus root slice 80 g lettuce 80 g wax gourd 50 g vanilla 50 g dried bean curd 50 g...
Life[PHP] Random additional code generation for PHP
Random additional code generation of PHP: Filename: authpage.php ?/** Filename: authpage.php* Author: hutuworm* Date: 2003-04-28* @ Copyleft hutuworm.org,/Srand ((double) microtime () * 1000000);//verify whether the user input is consistent with the CAPTCHAIf (isset ($HTTP_POST_VARS ['authinput']))...
Life[Code snippets] Some commonly used small codes (updated 05.06.10)
[Code snippets] Some commonly used small codes (updated 05.06.10) 1.[js] Refresh the page parent.document.frames ('framename ').location.reload(); 2. Develop web programs. Delete confirmation is a very friendly function, and there is a simple method to implement it: script language= JavaScriptfunct...