Hope to see you again!

Manchester United 4 Watford 0

      Nice to hear the news.My favourite football team won the match.MANCHESTER United hammered the Hornets to maintain their lead at the top of the Premiership.

    United roused themselves after a lethargic start to eventually romp home and maintain their six-point advantage, extending their goal difference advantage over Chelsea to 14 in the process.

After Cristiano Ronaldo had slammed the hosts in front with his 14th goal of the season and Lloyd Doyley had doubled their lead with an unfortunate own goal, Henrik Larsson and Wayne Rooney also found the target as United recorded their biggest win since a similar sized success at Bolton three months ago.

     Hope that they can win again next week.

Posted by: freesu, 01/31 2007, 13:50 | My life | Comment | Permalink | Trackbacks (0)

Find the part-time job ,I'm a computer programmer,php python C/C++ programmer

         Recently I would like to find some part-time job.Of couse,I can write web site with python+php+mysql.I can write with Delphi.I'm accomplished in Linux server and php.

 

Contact with me:

Tel: +86-13599507833

Email: freesu@openoffice.org

Posted by: freesu, 01/25 2007, 13:21 | My life | Comment | Permalink | Trackbacks (0)

Playing bowling with the whole company colleagues

       So happy today.I have just played with the whole company colleagues for two hours in the morning.Long time I have never played with so many people.Although it's a little rain,I feel good and forget all  bad things.

         When I graduated from the university school in 2006,I hope that everyday is full of enthusiasm.And now I will work my hard to implement.

       So only this.Write others in another day.

Posted by: freesu, 01/20 2007, 16:11 | My life | Comment | Permalink | Trackbacks (0)

The easy way which can show the remote visit ip

visitip.php

<?php
   include_once "datasource.inc.php";
   $date   = Date("Y-m-d H:i:s");
   //$date_Y = substr($row['date'],0,4);
   //$date_M = substr($row['date'],5,2);
   //$date_D = substr($row['date'],8,2);
   //$showdate=$date_D."-".$date_M."-".$date_Y;
   $visitip=$_SERVER[REMOTE_ADDR];
   $count=1;
   $query1="INSERT INTO `rip` ( `ip`, `count`,`showdate`) VALUES ('$visitip', '$count','$date')";
   $query3="SELECT count,ip FROM `rip` where ip='$visitip'";
   $result=mysql_query($query3);
   $r=mysql_fetch_array($result);
   if ($r["ip"]==$visitip)
   {
   $count=$r["count"];
   $count++;
   $query2="update rip set count=$count,showdate='$date' where ip='$visitip'";
      mysql_query($query2);
 //  echo $query2;
   }
   else
   {
    mysql_query($query1);
   }
?>

showip.php

<html>
<head><title>show ip</title></head>
<body>
<table border="1" cellpadding="0" cellspacing="0" align="center" width="500">
<p><div align="center"><h2><strong>Show the visit ip</strong></h2></div></p>
<hr color="green" size="5" width="100%" /><br />
<tr><td>来访者IP</td><td>访问次数</td><td>访问时间</td></tr>
<?php
     include_once "../datasource.inc.php";
  include_once "../fy.php";
  $sql="select * from rip";
  genpage($sql,50);
  $result=mysql_query($sql) or die($sql);
  while($row=mysql_fetch_array($result))
  {
   echo "<div align='center'><tr><td width='150'>$row[ip]</td><td width='150'>$row[count]</td><td width='200'>$row[showdate]</td></tr></div>";
  }
  @showpage();
?>
<hr />
<?php
     $query="select count(*) as allip from rip";
  $result=mysql_query($query) or die($query);
  $row=mysql_fetch_array($result);
  echo "总共有"."      ".$row["allip"]."     "."个IP访问本网站";
?>
</table>
</body>
</html>

Posted by: freesu, 01/16 2007, 19:01 | PHP | Comment | Permalink | Trackbacks (0)

Catch a cold

     I have catch a cold these days.I felt ill yesterday.I can't work well in the whole day.But it's better now.I have woken up today.So I catch a bus early.When I arrive at  the company,it's only 7:49.

      I sit in the side of the lake.Sharing the gentleness sunshine with the whole earth.Oh,The beautiful time is so quickly.I have to go to work now.

     Hope that it's a better day today.

Posted by: freesu, 01/15 2007, 11:28 | My life | Comments (2) | Permalink | Trackbacks (0)


1 2 3  Next»
© Fly our dream, All rights reserved.