Nice用户手册(一)
Nice用户手册 Daniel Bonniot Bryn Keller Francis Barber Fido Dido 目录序 基本原理(philosophy) 包main方法类与接口类声明 数据成员 构造器 参数类(parametric classes) 接口声明 枚举类 [more...]
Nice用户手册 Daniel Bonniot Bryn Keller Francis Barber Fido Dido 目录序 基本原理(philosophy) 包main方法类与接口类声明 数据成员 构造器 参数类(parametric classes) 接口声明 枚举类 [more...]
Oracle中的lob (Large [more...]
J2SE 5.0 adds classes and methods that can make every day tasks easier to perform. In this tip you will see how the newly added java.util.Scanner class makes it easier to read and parse strings and [more...]
今天上网查询软件设计师(原来的高程)成绩,通过了 :-D ,上午52分,下午60分(上下午各75分,45分通过)。考了两次就过了,庆祝一下
今天室友老七做数据库大作业,其中要实现一个功能,就是输入一个以“,”分隔的数字串,将得到的数字填入一个数组,他自己写了一个,很笨拙。我提议他用java.util.StringTokenization类。那个类使用起来很方便:StringTokenizer st = new StringTokenizer("this is a test"," "); while [more...]
使用JB进行Servlet好像很方便的样子,但是servlet mapping我试了N遍才终于行了,“url pattern”里好向只能填“*.do”之类的东西,其它的一律不行。