
JAVA
文章平均质量分 75
xkong0509
Junior , Software of college, SCU
展开
-
JDK环境配置
jdk环境配置写下来,免得以后又忘。。。 安装JDK1.5后,环境变量修改: 1 JAVA_HOME jdk路径 2 path JAVA_HOME/bin 3 classpath ..,. 测试:public class hello{ public static void main(String a原创 2008-08-21 19:49:00 · 386 阅读 · 0 评论 -
java中substring的使用
substringpublic String substring(int beginIndex)Returns a new string that is a substring of this string. The substring begins with the character at the specified index and extends to the end原创 2008-08-24 09:44:00 · 1339 阅读 · 0 评论