随笔分类 -  Java起步

int and string conversion
摘要:int convert to String:String courseID="";int courseId=0;Method 1: courseID=((Integer)courseId).toString();Method 2: courseID=courseId+"";String convert to int: -- Integer.parseInt(courseId); 阅读全文

posted @ 2005-06-30 21:37 猎人小屋 阅读(404) 评论(0) 推荐(0)

Lomboz configuration
摘要:1. install •Early development stages but adequate JSP editor –http://www.objectlearn.com/index.jsp •JSP Code completion and on the fly compilation error checking •R... 阅读全文

posted @ 2004-11-08 11:58 猎人小屋 阅读(780) 评论(0) 推荐(0)

Install the JDBC:MySQL driver
摘要:Once you have un-archived the distribution archive, you can install the driver in one of two ways: Either copy the "com" and "org" subdirectories and all of their contents to anywhere you like, and pu... 阅读全文

posted @ 2004-11-08 09:52 猎人小屋 阅读(1325) 评论(0) 推荐(0)

To Use Tomcat Administration and Manager
摘要:Edit file tomcat_users in directory:C:\jakarta\jakarta-tomcat-4.1.31\conf 阅读全文

posted @ 2004-11-02 09:52 猎人小屋 阅读(621) 评论(0) 推荐(0)

setup runtime variable for Tomcat
摘要:setup runtime variable:(from http://blog.csdn.net/fivesky/archive/2004/09/26/117045.aspx)---------------折腾了好多天了,有些地方老是不清楚,记下来,万一重装,也好备查。我装的两个安装文件是JDK1.42.exe和jakarta-tomcat-5.0.14.exe,安装路径分别为:D:\jdk1.... 阅读全文

posted @ 2004-11-01 10:17 猎人小屋 阅读(728) 评论(0) 推荐(0)

Install Tomcat
摘要:I have installed JDK set the JAVA_HOME and PATH C:\ >set JAVA_HOME= C:\j2sdk1.4.2_05C:\ >set PATH=%JAVA_HOME%\bin;%PATH%see if the environment variable is setC:\ >echo %JAVA_HOME%then1. Loaddown Tomc... 阅读全文

posted @ 2004-10-28 11:09 猎人小屋 阅读(717) 评论(0) 推荐(0)

导航