> AlogBlog
Wednesday, May 28, 2014
Connect to SQL Server in SQL Workbench Using Integrated Windows Authentication
›
Just a quick note to anyone may be looking for the steps: Download Microsoft JDBC driver package from here (download the tarball package)...
40 comments:
Thursday, August 29, 2013
[Solved] Esper Query Only Generate Insert or ADD event
›
I have the following Esper query: SELECT istream column1, column2, column3 FROM myEventWindow However, whenever I update any record I al...
16 comments:
Monday, February 25, 2013
Setup SSH Private-Public Keys on Unix
›
Generate Key-Pair using PuTTYGen Save private key to a safe place. Massage the public key into openSSH format by doing the following ...
6 comments:
Tuesday, May 29, 2012
MVEL 2.1.0.drool8 and up is not compatible with Spring 3.1
›
MVEL version: 2.1.0.drool8 + Spring version: 3.1 + Issue: Error invoking getBean method in mvel code Description If you are using m...
1 comment:
Thursday, March 1, 2012
How to: Use Time Machine To Backup Multiple Mac Computers On A Single Hard Disk
›
Requirements: I have three mac computers (one iMac, one MacBook Pro and a Mini) that needs to be back up using Time Machine. I want to us...
Wednesday, February 22, 2012
Setup Remote Access to Local MySQL Server
›
Do Following: open /etc/my.cnf for edit If my.cnf does not exist, copy a sample from /usr/local/mysql/support-files. >sudo cp /usr...
1 comment:
Tuesday, January 17, 2012
JQuery UI Dialog Auto Width and Height Cross Browser (Fixed IE issue)
›
JQuery Dialog is one of my most used UI components. However, the width: 'auto'; and height: 'auto'; options are not support...
6 comments:
›
Home
View web version