摘要: (1)There should always be a submitted value for an input if it is rendered, its form is submitted, and it is not disabled or read-only id写错,js名称不一致 (2 阅读全文
posted @ 2016-04-05 18:33 f4487471314 阅读(177) 评论(0) 推荐(0) 编辑
摘要: http://jingyan.baidu.com/article/95c9d20da3ec5fec4e756186.html 从多个方面:项目、系统、编译 GET,POST区别? 答: 基础知识:Http的请求格式如下。 <request line> 主要包含三个信息:1、请求的类型(GET或POS 阅读全文
posted @ 2016-03-25 18:22 f4487471314 阅读(114) 评论(0) 推荐(0) 编辑
摘要: 1.Tomcat 是Http服务器,Apache是web服务器,JBoss是应用服务器; 2.Apache静态解析html文件,Tomcat可以解析jsp动态页面,也可以充当servlet容器。 3.Weblogic:应该说算是业界第一的app server,全部支持j2ee1.4, 对于开发者,有 阅读全文
posted @ 2016-03-23 19:28 f4487471314 阅读(690) 评论(0) 推荐(0) 编辑
摘要: 1. HashTable线程同步,HashMap非线程同步; 2.HashTable允许<键,值>有空,HashMap不允许<键,值>有空; HashMap最多只允许一条记录的键为Null;允许多条记录的值为 Null;HashMap允许 key值只能由一个null值,因为 hashmap如果key 阅读全文
posted @ 2016-03-23 10:12 f4487471314 阅读(207) 评论(0) 推荐(0) 编辑
摘要: 通过数据操作对象dt.get("")得到一个object对象,转换成string后进行操作 to_date('','')函数的使用 阅读全文
posted @ 2016-03-21 22:40 f4487471314 阅读(295) 评论(0) 推荐(0) 编辑
摘要: 修改表操作时,非空字段要设置初始值 alter table dealer_info add(IS_FREEZE Varchar2(10) default 0  not null); wps怎么设置层级目录? 1.视图->文档结构图 2.开始->选中文档字->标题或者正文->左边刷子可以刷   阅读全文
posted @ 2016-03-10 18:17 f4487471314 阅读(146) 评论(0) 推荐(0) 编辑
摘要: 时常调节心态,保持内心平静,Inner peace,在任何问题面前都能从容不迫,渐渐达到游刃有余。 时常调节心态,保持内心平静,Inner peace。"Your story may not have a such happy begining, but that doesn't make who 阅读全文
posted @ 2016-03-04 00:04 f4487471314 阅读(109) 评论(0) 推荐(0) 编辑
摘要: 人不能因为害怕失去,就不去拥有。死,只是一个结果,怎么活着才是最重要的。 不能因为害怕失去,而放弃去拥有。 在梦想面前,没有借口! 梦想一定要有的,万一见鬼了呢。 只要你坚持,实现梦想永远来得及。 ——何炅 《来得及》 阅读全文
posted @ 2016-02-28 23:54 f4487471314 阅读(114) 评论(0) 推荐(0) 编辑
摘要: 1. hql是面向对象的查询语言,映射配置的持久化类及其属性; 2.select from where group by having order by 3. 对java类与属性与大小写敏感, 对关键字不区分大小写 准备查询 1.org.hibernate.Query接口: Query接口定义有执行 阅读全文
posted @ 2016-02-28 23:19 f4487471314 阅读(201) 评论(0) 推荐(0) 编辑