The following link is the teach of use JFreeChart library.
http://www.oracle.com/technology/pub/articles/marx-jchart.html
Monday, February 25, 2008
Friday, February 15, 2008
The best java script table sorting
That is a good sample to table sorting by javascript.
http://www.frequency-decoder.com/demo/table-sort-revisited/script-sort/
It could sort data with "/" and can be sort number and char very well in same column.
http://www.frequency-decoder.com/demo/table-sort-revisited/script-sort/
It could sort data with "/" and can be sort number and char very well in same column.
Thursday, February 14, 2008
No install version mysql5 on windows
MySQL is a good database for testing.
Today i try to install in company, it is very easy to use as no install version (just need to unzip)
http://book.opensourceproject.org.cn/lamp/mysql/mysql5cert/opensource/0672328127/ch24lev1sec2.html
Today i try to install in company, it is very easy to use as no install version (just need to unzip)
http://book.opensourceproject.org.cn/lamp/mysql/mysql5cert/opensource/0672328127/ch24lev1sec2.html
Wednesday, February 13, 2008
To prevent execute oracle sql script to prompt input dialog
It is very simple, just a single line command.
SET DEFINE OFF;
After execute that command the oracle will not prompt the input dialog when your SQL query contains '&' char.
Hope this help ~
SET DEFINE OFF;
After execute that command the oracle will not prompt the input dialog when your SQL query contains '&' char.
Hope this help ~
Wednesday, February 06, 2008
SSH and Remote Desktop
Today I find a useful document to talk about the SSH connection.
I using this configuration exactly on my Vista PC.
I can connect to home PC and via browser web page via Home network.
I think it better than use company proxy server as I don't want to leave any history.
Hope this page can help any people want to setup the SSH.
http://theillustratednetwork.mvps.org/Ssh/RemoteDesktopSSH.html
I using this configuration exactly on my Vista PC.
I can connect to home PC and via browser web page via Home network.
I think it better than use company proxy server as I don't want to leave any history.
Hope this page can help any people want to setup the SSH.
http://theillustratednetwork.mvps.org/Ssh/RemoteDesktopSSH.html
Subscribe to:
Posts (Atom)