Related Posts
- Python with MySQL Connectivity06 Nov 20130
Copy the following code and save it as pythondb.pyimport MySQLdbdb=MySQLdb.connect("localhost","root","password","dbname")cursor=db.cursor()print "1.I...Read more »
- Network Interface using ifconfig06 Nov 20130
1. View Network Settings of an Ethernet Adapter# ifconfig eth02. Display Details of All interfaces Including Disabled Interfaces# ifconfig -a3. Disabl...Read more »
- GUI Programming with Python06 Nov 20130
Install Python and python tk bysudo apt-get install python python-tkTo Run Pythonpython filename.pye.g python tkhello.py1. Simple Hello World pr...Read more »
- PHP with MySQL Connectivity06 Nov 20130
To run PHP you must be install LAMP server in your computer. Install LAMP server ==> LAMP INSTALLATION Create the following 4 files. register_...Read more »
- GUI Programming using PERL-TK06 Nov 20130
Perl - Practical Extraction and Report LanguagePerl is an interpreted scripting language.Perl is optimised for scanning arbitrary text files and syste...Read more »
- Perl with MySQL Database Connectivity06 Nov 20130
Perl - Practical Extraction and Report LanguagePerl is an interpreted scripting language.Perl is optimised for scanning arbitrary text files and syste...Read more »
Post a Comment
Click to see the code!
To insert emoticon you must added at least one space before the code.