chagridsada.blogspot.com
December 2010 ~ Mr.TUM's Blog
http://chagridsada.blogspot.com/2010_12_01_archive.html
My name Chagridsada Boonthus, Nickname TUM,. Computer Engineering in Suranaree University Of Technology 2011. Programmer at Intelligent Millionaire Thailand in year 2012. Free time in korea 2012. Snow skiing in Korea FEB 2012. Java JDBC MySQL Connect. Monday, December 13, 2010. Java JDBC MySQL Connect. Null) con.close(); } catch(SQLException e) {} } } }. List ชื่อไฟล์ใน Directory - java. Saturday, December 11, 2010. List ชื่อไฟล์ใน Directory ด้วย java. Subscribe to Our RSS feed! Follow Us on Twitter!
chagridsada.blogspot.com
ReadFile Encoding UTF-8 - java ~ Mr.TUM's Blog
http://chagridsada.blogspot.com/2011/03/readfile-encoding-utf-8.html
ReadFile Encoding UTF-8 - java. Monday, March 28, 2011. ReadFile Encoding UTF-8 - java. Null) { System.out.println("Line 1 :" data); } dataIns.close(); dataIns = null; } catch (IOException e) { e.printStackTrace(); } } }. Subscribe to Our RSS feed! Follow Us on Twitter! ReadFile Encoding UTF-8 - java. Mysql server เข้าใช้ได้จากเครื่องอื่น. Turn on Bash Smart Completion. OpenVPN System Based On User/Password Authentication with mysql and Day Control (shell script)- Debian. MySQL update update more than on...
chagridsada.blogspot.com
October 2010 ~ Mr.TUM's Blog
http://chagridsada.blogspot.com/2010_10_01_archive.html
My name Chagridsada Boonthus, Nickname TUM,. Computer Engineering in Suranaree University Of Technology 2011. Programmer at Intelligent Millionaire Thailand in year 2012. Free time in korea 2012. Snow skiing in Korea FEB 2012. การใช้งาน และ config github เบื้องต้น. Saturday, October 16, 2010. การใช้งาน และ config github เบื้องต้น. สมัครสมาชิก github ที่. Http:/ www.github.com/. สร้าง Github Repository โดยเลือกที่. Download และ ติดตั้ง Git ได้ที่. 1สร้าง public key โดยดูขั้นตอนจาก. ทดสอบสร้าง projec...
chagridsada.blogspot.com
.htacceess: Invalid command 'RewriteEngine' ~ Mr.TUM's Blog
http://chagridsada.blogspot.com/2012/02/htacceess-invalid-command-rewriteengine.html
Htacceess: Invalid command 'RewriteEngine'. Wednesday, February 01, 2012. Htacceess: Invalid command 'RewriteEngine'. You haven't loaded mod rewrite. (as a superuser). A2enmod rewrite apache2ctl restart. Subscribe to Our RSS feed! Follow Us on Twitter! Htacceess: Invalid command RewriteEngine. OpenVPN System Based On User/Password Authentication with mysql and Day Control (shell script)- Debian. OpenVPN System Based On User/Password Authentication with mysql and Day Control (lib-pam mysql) - Debian.
chagridsada.blogspot.com
sudoers command in root user ~ Mr.TUM's Blog
http://chagridsada.blogspot.com/2011/12/sudoers-command-in-root-user.html
Sudoers command in root user. Tuesday, December 13, 2011. Sudoers command in root user. User group ALL=(ALL) NOPASSWD: /usr/local/bin/command.sh #Cmnd Alias COMMAND USER = /usr/local/bin/command.sh #user group ALL=(ALL) NOPASSWD: COMMAND USER. Subscribe to Our RSS feed! Follow Us on Twitter! Sudoers command in root user. OpenVPN System Based On User/Password Authentication with mysql and Day Control (shell script)- Debian. MySQL update update more than one table. การใช้งาน และ config github เบū...
chagridsada.blogspot.com
OpenVPN System Based On User/Password Authentication with mysql & Day Control (shell script)- Debian ~ Mr.TUM's Blog
http://chagridsada.blogspot.com/2011/01/openvpn-system-based-on-userpass.html
OpenVPN System Based On User/Password Authentication with mysql and Day Control (shell script)- Debian. Friday, June 15, 2012. OpenVPN System Based On User/Password Authentication with mysql &. Day Control (shell script) - Debian. OpenVPN Server, IP = 1.1.1.1. MySQL Server, IP = 2.2.2.2. 1 user - many connections. I Install MySQL Server for User/Pass Authentication, IP = 2.2.2.2. 1 Install MySQL Server. 2 Log in MySQL as root. 3 Create the database 'openvpn'. CREATE DATABASE openvpn;. 5 Log out root.
chagridsada.blogspot.com
SQL query : count and result in MySQL ~ Mr.TUM's Blog
http://chagridsada.blogspot.com/2012/06/sql-query-count-and-result-in-mysql.html
SQL query : count and result in MySQL. Monday, June 11, 2012. SQL query : count and result one query in MySQL. SELECT b.*, t.total FROM banks b LEFT JOIN ( SELECT count(*) AS total FROM banks ) AS t ON b.bank id! 1 LIMIT 0, 3. ผมลืมไปแล้ว sql เขียนยังไง. 12 June, 2012 15:24. Subscribe to Our RSS feed! Follow Us on Twitter! OpenVPN System Based On User/Password Authenticati. OpenVPN System Based On User/Password Authenticati. MySQL update update more than one table. SQL query : count and result in MySQL.
chagridsada.blogspot.com
MySQL update update more than one table ~ Mr.TUM's Blog
http://chagridsada.blogspot.com/2012/06/mysql-update-update-more-than-one-table.html
MySQL update update more than one table. Thursday, June 14, 2012. MySQL update update more than one table. In a MySQL update statement you can update more than one table like this. UPDATE tableA A JOIN tableB B ON A.ID = B.ID SET B.status = '1', B.status = '1' WHERE A.ID = 'ID'. UPDATE C JOIN tableB B ON B.ID = C.ID JOIN tableA A ON A.ID = B.ID SET C.status = '1', A.status = '1' WHERE A.ID = '1' OR A.ID = '2' OR A.ID = '3'. Subscribe to Our RSS feed! Follow Us on Twitter! MySQL update update more than on...
chagridsada.blogspot.com
VirtualHost on Linux ~ Mr.TUM's Blog
http://chagridsada.blogspot.com/2012/02/virtualhost-on-linux.html
Wednesday, February 01, 2012. VirtualHost *:80 ServerAdmin admin@project ServerName project.dev DocumentRoot /home/Workspace/project Directory /home/Workspace/project/ Options Indexes FollowSymLinks AllowOverride All Order allow,deny allow from all /Directory ErrorLog " /usr/sbin/rotatelogs /home/log/apache logs/project/error.log.%Y-%m-%d-%H %M %S 86400" CustomLog " /usr/sbin/rotatelogs /home/log/apache logs/project/access.log.%Y-%m-%d-%H %M %S 86400" combined /VirtualHost. Create dir for log. ป้อง...