Setup guide:
http://theunlockr.com/2011/01/03/android-application-development-101-getting-setup/
Wednesday, 26 January 2011
Live Wallpaper
Android Live Wallpaper
http://developer.android.com/resources/samples/CubeLiveWallpaper/src/com/example/android/livecubes/cube1/CubeWallpaper1.html
http://developer.android.com/resources/samples/CubeLiveWallpaper/src/com/example/android/livecubes/cube1/CubeWallpaper1.html
Thursday, 20 January 2011
MySQL windows
set tt=%date%_%Time%
set bb=db_backup_%tt:~6,4%_%tt:~3,2%_%tt:~0,2%_%tt:~11,2%%tt:~14,2%.dmp
set bb=%bb: =0%
REM Note: ren is the rename command for DOS
ren test.dmp %bb%
C:\mysql\bin\mysqldump -u root -p'' nidb_test > c:\%bb%
Ref:
dos command
http://www.dostips.com/DtTipsStringManipulation.php
Monday, 27 December 2010
Sunday, 26 December 2010
Make XP auto login
Click Start > Run and type
CONTROL USERPASSWORDS2
Select the user account from the list (the account to which you want to automatically logon). Uncheck Users must enter a user name and password to use this computer option, and click Ok. Type the user account password and complete the process.
For Windows XP Home, don't try to auto-login as the built-in Administrator, as you'll receive an error message.
Thanks to site: http://windowsxp.mvps.org/Autologon.htm
CONTROL USERPASSWORDS2
Select the user account from the list (the account to which you want to automatically logon). Uncheck Users must enter a user name and password to use this computer option, and click Ok. Type the user account password and complete the process.
For Windows XP Home, don't try to auto-login as the built-in Administrator, as you'll receive an error message.
Thanks to site: http://windowsxp.mvps.org/Autologon.htm
Subscribe to:
Posts (Atom)