Delphi 7 & Windows 7 UAC
Do you still love working with Delphi 7? I do. Delphi 7 is quite old and there are many features…
Do you still love working with Delphi 7? I do. Delphi 7 is quite old and there are many features…
Make sure your open_basedir is off , also the safe_mode should be off
[crayon-687042027d2f8014918389/]
I need to run some PHP scripts in the background, this script should still run while i log off my…
I was trying to install TMS Component v6.0 into my Delphi 7 (yes, it’s very old), everything seems working fine.…
Long time ago, when i design the database, i never think of the character set for my database. But recently,…
Here is the code to utilize Google Translate to translate any text to English for free. /* this function translates…
I have a Chinese text file that’s not encoded in UTF8 , it’s encoded with gb2312 . I have been…
Svnx doesnt have interface to switch the svn repository from one url to another. If you change your url ,…
When you think your mysql is slow , the first step is to analyze your sql query with “Exlain” command.…