<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_KentySky</title><subtitle type="text">站在巨人的肩上,希望自己也可以长高一点!!!</subtitle><id>http://feed.cnblogs.com/blog/u/18738/rss</id><updated>2009-10-13T06:14:58Z</updated><author><name>kenty</name><uri>http://www.cnblogs.com/kentyshang/</uri></author><generator>feed.cnblogs.com</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/kentyshang/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/18738/rss"/><entry><id>http://www.cnblogs.com/kentyshang/archive/2009/08/20/1550747.html</id><title type="text">利用JDK1.5的工具对远程的Java应用程序进行监测（摘录）</title><summary type="text">最近需要在 Linux 系统上对 Java 的应用系统进行监测，就用到了 JDK1.5 附带的工具 jps （ Java Virtual Machine Process Status Tool ，查看 JVM 进程状态的工具）， jstat(Java Virtual Machine Statistics Monitoring Tool ，运行数据监测工具 ) 以及 jstatd （ jstat 的...</summary><published>2009-08-20T07:32:00Z</published><updated>2009-08-20T07:32:00Z</updated><author><name>kenty</name><uri>http://www.cnblogs.com/kentyshang/</uri></author><link rel="alternate" href="http://www.cnblogs.com/kentyshang/archive/2009/08/20/1550747.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/kentyshang/archive/2009/08/20/1550747.html"/><content type="text">最近需要在 Linux 系统上对 Java 的应用系统进行监测，就用到了 JDK1.5 附带的工具 jps （ Java Virtual Machine Process Status Tool ，查看 JVM 进程状态的工具）， jstat(Java Virtual Machine Statistics Monitoring Tool ，运行数据监测工具 ) 以及 jstatd （ jstat 的...</content></entry><entry><id>http://www.cnblogs.com/kentyshang/archive/2009/08/20/1550745.html</id><title type="text">Visualvm 远程测试 问题</title><summary type="text">从8.19号到8.20号 这两天一直在尝试使用VisualVM来远程测试Linux那台机的JAVA疯狂吃内存的情况。从安装到现在开始使用，出现了一个很烦人的问题。远程控制方法首先，配置java安全访问，将如下的代码存为文件 jstatd.all.policy：grant codebase"file:${java.home}/../lib/tools.jar"{ permission java.se...</summary><published>2009-08-20T07:31:00Z</published><updated>2009-08-20T07:31:00Z</updated><author><name>kenty</name><uri>http://www.cnblogs.com/kentyshang/</uri></author><link rel="alternate" href="http://www.cnblogs.com/kentyshang/archive/2009/08/20/1550745.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/kentyshang/archive/2009/08/20/1550745.html"/><content type="text">从8.19号到8.20号 这两天一直在尝试使用VisualVM来远程测试Linux那台机的JAVA疯狂吃内存的情况。从安装到现在开始使用，出现了一个很烦人的问题。远程控制方法首先，配置java安全访问，将如下的代码存为文件 jstatd.all.policy：grant codebase"file:${java.home}/../lib/tools.jar"{ permission java.se...</content></entry><entry><id>http://www.cnblogs.com/kentyshang/archive/2009/07/28/1532991.html</id><title type="text">MYOB 的一些开发资料</title><summary type="text">How to WriteWrite Table/Files/kentyshang/ErrorsAndWarningsTables.pdf/Files/kentyshang/SQLTESTER.rar 这个工具很有用，可以用来测试你所写的SQL语句是否正确/Files/kentyshang/ODBCTestApplications.pdf/Files/kentyshang/Installation....</summary><published>2009-07-28T06:38:00Z</published><updated>2009-07-28T06:38:00Z</updated><author><name>kenty</name><uri>http://www.cnblogs.com/kentyshang/</uri></author><link rel="alternate" href="http://www.cnblogs.com/kentyshang/archive/2009/07/28/1532991.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/kentyshang/archive/2009/07/28/1532991.html"/><content type="text">How to WriteWrite Table/Files/kentyshang/ErrorsAndWarningsTables.pdf/Files/kentyshang/SQLTESTER.rar 这个工具很有用，可以用来测试你所写的SQL语句是否正确/Files/kentyshang/ODBCTestApplications.pdf/Files/kentyshang/Installation....</content></entry><entry><id>http://www.cnblogs.com/kentyshang/archive/2009/07/28/1532984.html</id><title type="text">连接MYOB ODBC,在MyEclipse 下Commit成功，在Tomcat下单独运行，Commit显示Connection 已经关闭</title><summary type="text">Tomcat log filestout_20090728.log:========================commandINSERT INTO Import_Service_Sales(CoLastName,FirstName,AddressLine1,AddressLine2,AddressLine3,AddressLine4,InvoiceNumber,SaleDate,Custom...</summary><published>2009-07-28T06:30:00Z</published><updated>2009-07-28T06:30:00Z</updated><author><name>kenty</name><uri>http://www.cnblogs.com/kentyshang/</uri></author><link rel="alternate" href="http://www.cnblogs.com/kentyshang/archive/2009/07/28/1532984.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/kentyshang/archive/2009/07/28/1532984.html"/><content type="text">Tomcat log filestout_20090728.log:========================commandINSERT INTO Import_Service_Sales(CoLastName,FirstName,AddressLine1,AddressLine2,AddressLine3,AddressLine4,InvoiceNumber,SaleDate,Custom...</content></entry><entry><id>http://www.cnblogs.com/kentyshang/archive/2009/07/28/1532978.html</id><title type="text">MYOB Developer Jave 创建连接</title><summary type="text">代码： Here is the code for a test application I use. The main difference that you must turn of Auto Commit and then pass the commit manually. However you may still have to refer to the MYOBPlog.txt fil...</summary><published>2009-07-28T06:24:00Z</published><updated>2009-07-28T06:24:00Z</updated><author><name>kenty</name><uri>http://www.cnblogs.com/kentyshang/</uri></author><link rel="alternate" href="http://www.cnblogs.com/kentyshang/archive/2009/07/28/1532978.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/kentyshang/archive/2009/07/28/1532978.html"/><content type="text">代码： Here is the code for a test application I use. The main difference that you must turn of Auto Commit and then pass the commit manually. However you may still have to refer to the MYOBPlog.txt fil...</content></entry><entry><id>http://www.cnblogs.com/kentyshang/archive/2009/02/25/1397766.html</id><title type="text">tomcat dbcp jndi 配置</title><summary type="text">2008-08-11(http://spaceflysky-163-com.javaeye.com/blog/226650)tomcat dbcp jndi 配置使用tomcat6，mysql61）添加jar包tomcat6中 TOMCAT_HOME/lib 下是公用jar包dbcp需要3个jar包:Jakarta-Commons DBCP,Jakarta-Commons Collections,...</summary><published>2009-02-25T03:33:00Z</published><updated>2009-02-25T03:33:00Z</updated><author><name>kenty</name><uri>http://www.cnblogs.com/kentyshang/</uri></author><link rel="alternate" href="http://www.cnblogs.com/kentyshang/archive/2009/02/25/1397766.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/kentyshang/archive/2009/02/25/1397766.html"/><content type="text">2008-08-11(http://spaceflysky-163-com.javaeye.com/blog/226650)tomcat dbcp jndi 配置使用tomcat6，mysql61）添加jar包tomcat6中 TOMCAT_HOME/lib 下是公用jar包dbcp需要3个jar包:Jakarta-Commons DBCP,Jakarta-Commons Collections,...</content></entry><entry><id>http://www.cnblogs.com/kentyshang/archive/2009/02/24/1397250.html</id><title type="text">JAVA 事务处理</title><summary type="text">一、什么是Java事务通常的观念认为，事务仅与数据库相关。事务必须服从ISO/IEC所制定的ACID原则。ACID是原子性（atomicity）、一致性（consistency）、隔离性 （isolation）和持久性（durability）的缩写。事务的原子性表示事务执行过程中的任何失败都将导致事务所做的任何修改失效。一致性表示 当事务执行失败时，所有被该事务影响的数据都应该恢复到事务执行前的状...</summary><published>2009-02-24T07:03:00Z</published><updated>2009-02-24T07:03:00Z</updated><author><name>kenty</name><uri>http://www.cnblogs.com/kentyshang/</uri></author><link rel="alternate" href="http://www.cnblogs.com/kentyshang/archive/2009/02/24/1397250.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/kentyshang/archive/2009/02/24/1397250.html"/><content type="text">一、什么是Java事务通常的观念认为，事务仅与数据库相关。事务必须服从ISO/IEC所制定的ACID原则。ACID是原子性（atomicity）、一致性（consistency）、隔离性 （isolation）和持久性（durability）的缩写。事务的原子性表示事务执行过程中的任何失败都将导致事务所做的任何修改失效。一致性表示 当事务执行失败时，所有被该事务影响的数据都应该恢复到事务执行前的状...</content></entry><entry><id>http://www.cnblogs.com/kentyshang/archive/2008/12/18/1357545.html</id><title type="text">jsp中文件下载的实现</title><summary type="text">jsp中文件下载的实现 jsp中实现文件下载的最简单的方式是在网页上做超级链接，如：&lt;a href="music/abc.mp3"&gt;点击下载&lt;/a&gt;。 但是这样服务器上的目录资源会直接暴露给最终用户，会给网站带来一些不安全的因素。因此可以采用其它方式实现下载，可以采用：1、RequestDispatcher的方式进行；2、采用文件流输出的方式下载。 1、采用RequestD...</summary><published>2008-12-18T06:49:00Z</published><updated>2008-12-18T06:49:00Z</updated><author><name>kenty</name><uri>http://www.cnblogs.com/kentyshang/</uri></author><link rel="alternate" href="http://www.cnblogs.com/kentyshang/archive/2008/12/18/1357545.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/kentyshang/archive/2008/12/18/1357545.html"/><content type="text">jsp中文件下载的实现 jsp中实现文件下载的最简单的方式是在网页上做超级链接，如：&lt;a href="music/abc.mp3"&gt;点击下载&lt;/a&gt;。 但是这样服务器上的目录资源会直接暴露给最终用户，会给网站带来一些不安全的因素。因此可以采用其它方式实现下载，可以采用：1、RequestDispatcher的方式进行；2、采用文件流输出的方式下载。 1、采用RequestD...</content></entry><entry><id>http://www.cnblogs.com/kentyshang/archive/2008/12/04/1347344.html</id><title type="text">META Header</title><summary type="text">response.setHeader 是用来设置返回页面的头 meta 信息, 使用时 response.setHeader( name, contect ); meta是用来在HTML文档中模拟HTTP协议的响应头报文。meta 标签用于网页的&lt;head&gt;与&lt;/head&gt;中 1、&lt;meta name="Generator" contect=""&gt;用以说明生成工...</summary><published>2008-12-04T02:49:00Z</published><updated>2008-12-04T02:49:00Z</updated><author><name>kenty</name><uri>http://www.cnblogs.com/kentyshang/</uri></author><link rel="alternate" href="http://www.cnblogs.com/kentyshang/archive/2008/12/04/1347344.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/kentyshang/archive/2008/12/04/1347344.html"/><content type="text">response.setHeader 是用来设置返回页面的头 meta 信息, 使用时 response.setHeader( name, contect ); meta是用来在HTML文档中模拟HTTP协议的响应头报文。meta 标签用于网页的&lt;head&gt;与&lt;/head&gt;中 1、&lt;meta name="Generator" contect=""&gt;用以说明生成工...</content></entry><entry><id>http://www.cnblogs.com/kentyshang/archive/2008/12/04/1347312.html</id><title type="text">Proxy server  緩存 jsp html </title><summary type="text"/><published>2008-12-04T02:26:00Z</published><updated>2008-12-04T02:26:00Z</updated><author><name>kenty</name><uri>http://www.cnblogs.com/kentyshang/</uri></author><link rel="alternate" href="http://www.cnblogs.com/kentyshang/archive/2008/12/04/1347312.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/kentyshang/archive/2008/12/04/1347312.html"/><content type="text"/></entry></feed>
