Abhi
Java, Linux, Development, Comics and Awesomeness
Tuesday, September 6, 2011
How to update rows across databases?
›
update db1 . PERSON person , db2 . MAN man set person . name = man . name where old_tab . id = man . id
Wednesday, June 1, 2011
Pearls From Here and There...
›
Luck is a goddess not to be coerced and forcibly wooed by those who seek favours. From such masterful spirits she turns away. But it happ...
Monday, May 23, 2011
How to type UTF-8 strings in a Java class in Eclipse ?
›
Recently I was involved in a project where I had to type in Sanskrit words directly onto the Java class file to test my application. Tran...
Saturday, April 30, 2011
How to split on "\" or backslash in Java
›
Suppose we have the following code:- String path = "C:\\Users\\Ken"; Let's try to populate the folderNames array with...
3 comments:
Tuesday, March 29, 2011
How to enable UTF-8 in eclipse console?
›
I found out like this! http://codeless.blogspot.com/2008/03/print-utf-8-in-eclipse-console.html
‹
›
Home
View web version