Zemian Blog: A Programmer's Journal

My personal journal on software development and practical programming.

Tuesday, November 3, 2015

Java Jdbc Test for UTF8 and Default Value for TIMESTAMP

›
Just a quick MySQL test on how to use UTF8 encoding with JDBC connection string. Also a test on how to set TIMESTAMP default values. packa...
4 comments:
Monday, November 2, 2015

ConEmu - a Terminal Windows or Tab Manager

›
Just learned about ConEmu project at https://conemu.github.io and it's pretty awesome! Thanks Onur for the tips!
3 comments:
Sunday, October 25, 2015

mac: How to view Unix man pages with browser

›
I have come across this wonderful project called Bwana (https://www.bruji.com/bwana/) for Mac. Install it and you can view any man page on t...
4 comments:
Thursday, October 22, 2015

python: How to setup a new Trac issue tracking system

›
Here is how I setup a local instance of Trac (a python based issue tracking web application) on my Mac. Prerequisite: MySQL 5.6 and Pytho...
6 comments:
Saturday, October 17, 2015

python: mysqlclient gives "Library not loaded: libmysqlclient.18.dylib" error

›
If you want to use python MySQLdb module (eg: if you run Trac with MySQL backend), you would need first install MySQL server on MacOSX, then...
1 comment:
Monday, October 12, 2015

mysql: How to specify SAME target table for update in FROM clause

›
Have you tried updating something simple as following? update category_tmp set last_update=NOW()  where category_id in (   select catego...
2 comments:
Sunday, October 11, 2015

mac: MacBook Air is not displaying scroll bar on Finder

›
For odd reason that I don't see scrollbar shows up on Finder in MacBook Air when I have a long list of files. Can't scroll down with...
‹
›
Home
View web version

Contributors

  • Unknown
  • Unknown
Powered by Blogger.