• Welcome to Auciou's Blog! Subscibe
  • HomeAbout AuciouArchivesContactSite MapLinks

  • Archives of August 2005

    Happy birthday, Nicholas Tse

    Augest 29, 2005 at 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 at 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 at 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 at 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 at 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: Programmer

    Peaceful Seabed | My column

    Category:
    Program | Internet | Computer
    Blog Research | PHP | Philosophy


    TDNote | Gratitude | Matnue | Aucist | Aroat | Aufirm | IXNes | Anydiary | Cersta | Coumit | Tovate | Aroat | Aucist | Matnue | Sinvide | Serble | Auciou's column | Peaceful Seabed | Webshu | Sail every day | Sail every day

    Archives:
    January 2011 | January 2010
    December 2009 | October 2009 | September 2009 | April 2009
    December 2008 | November 2008
    May 2007 | April 2007
    August 2005 | July 2005 | June 2005
    May 2005 | April 2005 | March 2005
    February 2005 | January 2005

    Recent articles:
    My Go Daddy hosting is fast
    Create a house with your spouse on the interest
    Pending time which add a domain of hosting, was more than 36 hours
    Diary: 2010-01-15
    Many Linux hostings do not support the mod_expires module
    Figured out, there is still a way
    About the delicated IP of IXWebHosting
    About the QUERY_STRING parameter of URL
    About the ping value and speed of site
    The relation between program and .htaccess file
    Saved a delicated IP
    Judge that does a long-range file exist in PHP
    How to call the Confederation of Planets and the high evolving beings of alien/pray/make a wish
    Use Apache as the local virtual hosting to preview the Blog
    Create the development environment of Apache
    Reinstall Apache and PHP for one step
    The elements of program of preventing the spam and closing IP
    How to close the visit log of ixwebhosting
    Happy Wedding to a friend
    Make an easy Audio/Video converter


  • Copyright © 2007-2025 auciou.com All rights reserved.
    Programmed by Auciou.