Deleted items in Mapped Network Drive will not go to Recycle bin
I am helping my uncle to improve his computers. He told Deleted items in Mapped Network Drive will not go to Recycle bin. If he deleted an item in a mapped network drive, he will not able to recover that in his Recycle bin. Today, this is the frist times, I realized that is a problem. I believe network drive is not for the user to do the daily operations, that is for backup and sharing the documents. You should not move those files around, so that is rare to delete the file.
Programmer does not only write code.
I have listened an online radio show today. In the show, they mentioned "Programmer does not only write code. We do design as well!" I totally agree with them.
Even I write the application for myself, I will write a Requirement Specification. It will included a paragraph about the background of application(What is the application does, Why do I write this application), system specification(Hardware&Software) and User cases.
Programmer=> Application + Design + Documentations + Testing!
My first android program
I have written a tiny game in Android. That is my frist android progam. The game is very simple to guess what number the computer picked. But it shows how to use event handler.
http://www.michaelleung.info/download-area?task=view.download&cid=2
Get the instance of control
That is easy. You need to put the findViewbyId in OnCreate;
Code
txtNumber = (EditText) findViewById(R.id.txtNumber); |
MSN Virus
Recently, I got more and more friends got MSN Virus, they will send some funny URL to me. So, please be careful. I will send a reply to my friend before I click the URL.