Welcome to Auciou's Blog!

HomeAbout AuciouArchivesContactSite MapLinks

Archives of Augest 2005 - Auciou
Archives of Augest 2005: 5 articles

Happy birthday, Nicholas Tse

Augest 29, 2005, 13:32

Nicholas Tse, who was born on Augest, 29th, 1980, is one of the most popular singers in Hongkong. I always backed him up, I loved his music, those had changed my life.

Happy birthday!

Permalink | Comments (3) | Trackback(0)

Compare ASP and PHP (1): Speed

Augest 29, 2005, 11:38

These days we are going to write a program to search from a large database, before this project I did one of the tests in order to wonder the speed of this big project.

The PHP program:

<?
for ($i=1; $i<=1000000; $i++){
echo "$i, ";}
?>

The ASP program:

<%
for i=1 to 1000000
response.write i&", "
next
%>

On this test, I wanted it to print the numbers until one million. The test result: PHP program couldn't finish that just could print until 328125 and tell me "Fatal error: Maximum execution time of 30 seconds exceeded in F:\cww\php\re.php on line 3", it spent me 31 seconds; but ASP program could be finished, it spent me 18 seconds.

Permalink | Comments (2) | Trackback(0)

View the Last updated date of the other site's page

Augest 12, 2005, 19:03

Did you need to konw when did a web page of the other's site update? For example, when did www.italy.com update? Today, when I had browsed a great deal with Google, I found a site Watchfire WebXACT can help you to do it.

Input the site that you'd like to scan, such as www.italy.com, the results:

This page was updated on 7/12/2005 2:05:32 AM (27 days ago).

Permalink | Comments (0) | Trackback(0)

Another simpler way to close the same windows

Augest 08, 2005, 19:54

If you have opened those 20 font files windows, there's another simpler way to close the same font files windows. Because there were more than 800 files, we need to find a simpler way to do.

Press "Ctrl+Alt+Delete", the Window Task Manager will be opened. Then click one of the font names on the Window Task Manager, keep the "Shift" key, and press the "↓"(down) or up orientation key on the keyboard. Press "Delete" or click "End Task". Like this below:

The same windows will be closed at once.

Permalink | Comments (0) | Trackback(0)

Send many photo files in your e-mail

Augest 02, 2005, 15:21

If you have many photo files that need to send to others, you can found a folder, copy the files to this folder such as "photo1". Then install the Winzip. Click the right button of the mouse on the "photo1 folder", Chose "Add to photo1.zip...".

Then send this "photo1.zip" to others.

How does he open this file? He need to install the Winzip. Then Double-click this file, click "Extract".

Permalink | Comments (0) | Trackback(0)

Auciou: Web programmer and web designer

My Chinese Blog
Auciou's Topics

Category:
Computer
Internet
Blog Research
Philosophy

Recent Comments:
» Is belief a secret?
» Compare ASP and PHP (1):
» This blog had resumed
» 2 excellent philosophy bo
» Happy birthday, Nicholas
» Shut down when insert the
» Insert the earphone that
» A very mellow Chinese son

Archives

May 2007
April 2007
August 2005
July 2005
June 2005
May 2005
April 2005
March 2005
February 2005
January 2005
All archives

This work is licensed under a Creative Commons License.

 Subscibe


Copyright © 2005-2008 cutegd.com All rights reserved.
This Blog program is powered by Auciou.