Tomorrow Count Down 
What is Time?
What is Life?
What have we done?
What are we doing?
and
What will we do?

When you read here,
Think
How many seconds passed by?




[ add comment ]   |  permalink  |  related link  |   ( 3 / 4279 )
Read online file in C# 
HttpWebRequest request = (HttpWebRequest)WebRequest.Create("http://www.theserverside.net");
System.Net.WebProxy myProxy = new System.Net.WebProxy("Your proxy goes here", 8081);
myProxy.BypassProxyOnLocal = true;
request.Proxy = myProxy;request.MaximumAutomaticRedirections = 4;
request.MaximumResponseHeadersLength = 4;
request.Timeout=20000;
request.Credentials = CredentialCache.DefaultCredentials;
HttpWebResponse response = (HttpWebResponse)request.GetResponse ();
Stream receiveStream = response.GetResponseStream ();
StreamReader readStream = new StreamReader (receiveStream, Encoding.UTF8);
string result=readStream.ReadToEnd ();
response.Close ();


[ add comment ]   |  permalink  |  related link  |   ( 3 / 3475 )
Life cycle of tulips blooming 

Life is short.
Life is beautiful
14 days
One life cycle
Beautiful tulips blooming

Life is short.
Life is beautiful
Life is precious
Enjoy your life

Blooming


[ add comment ]   |  permalink  |  related link  |   ( 3 / 9220 )
我像谁? 


[ 1 comment ] ( 38 views )   |  permalink  |  related link  |   ( 3 / 8790 )
新年是什么?请回答 
新年我把MSN的名给改成 "新年是什么?请回答"
以下是朋友的回答:

1. is New Year
2. 新的一年
3. it is your year
4. 新年是又老一岁,又多了一年的烦心事,压力更大了,开心的时候更珍贵了,所以新年,就是珍惜现在。
5.新年是旧年的Opposite.
6. 新年是跟去年比,因為比去年新,所以叫新年.

如果你有好答案请留言,或email me: liu3wood@yahoo.com

My answer is : Just another day

Happy new year!!!

[ add comment ]   |  permalink  |  related link  |   ( 3 / 8485 )

BackBack NextNext