03 2015 档案

摘要:(1)type="dispatcher" 为默认,用于jsp页面跳转/index.jsp完整的写法为: /index.jsp(2)type="redirect" 重定向到jsp、action、外部网址/index.jsp/login.dohttp://www.baidu.com重定向时带参数处理方法... 阅读全文
posted @ 2015-03-19 11:16 溜溜达达 阅读(540) 评论(0) 推荐(0)
摘要:@Entity将一个 POJO 类注解成一个实体 bean ( 持久化 POJO 类 )@Table为实体 bean 映射指定具体的表,如果该注解没有被声明,系统将使用默认值 ( 即实体 bean 不带包名的短类名 )@Id将实体bean中的某个属性定义为标识符 ( identifier )@Gen... 阅读全文
posted @ 2015-03-19 11:13 溜溜达达 阅读(276) 评论(0) 推荐(0)
摘要:html ------------------------------- 上传| 取消 js方法---------------------------------initUploadify('a... 阅读全文
posted @ 2015-03-04 15:00 溜溜达达 阅读(377) 评论(0) 推荐(0)
摘要:public static void main(String[] args) { System.out.println(StrToBinstr("你好")); System.out.println(new StringToBean().BinstrToStr("100111101100000 ... 阅读全文
posted @ 2015-03-02 15:16 溜溜达达 阅读(2637) 评论(0) 推荐(0)