上一页 1 ··· 154 155 156 157 158 159 160 161 162 ··· 229 下一页
摘要: 1. false :0 true 1 切记官方文档:http://dev.mysql.com/doc/refman/5.0/en/numeric-type-overview.htmlBOOL,BOOLEANThese types are synonyms forTINYINT(1). A value... 阅读全文
posted @ 2014-12-05 17:20 一天不进步,就是退步 阅读(1734) 评论(0) 推荐(1) 编辑
摘要: 第一次使用json,解析工具为FastJson,使用语言为java常见的json解析实例,以map为例:Map map=new HashMap();map.put("code","0");map.put("message","ok");String json=JSON.toJSONString(ma... 阅读全文
posted @ 2014-12-03 19:41 一天不进步,就是退步 阅读(37998) 评论(0) 推荐(0) 编辑
摘要: 原文地址:https://docs.jboss.org/author/display/AS71/Logging+ConfigurationOverviewThe overall server logging configuration is represented by the logging su... 阅读全文
posted @ 2014-12-03 17:00 一天不进步,就是退步 阅读(2419) 评论(0) 推荐(0) 编辑
摘要: 问题:使用navicat 11 调试存储过程,select返回结果,总是不能返回。原因:经google发现,navicat仅支持返回10个resultset,超过则不现实。解决方法:减少存储过程中的debug信息。 阅读全文
posted @ 2014-12-03 16:49 一天不进步,就是退步 阅读(2267) 评论(0) 推荐(0) 编辑
摘要: JBoss 7 is slightly different than earlier version JBoss 5 or 6. The procedure to enable access logs in JBoss 7 is also changed and you must be famili... 阅读全文
posted @ 2014-12-03 16:39 一天不进步,就是退步 阅读(1420) 评论(0) 推荐(0) 编辑
摘要: java.sql.SQLException: Invalid parameter object type. Expected 'java.util.Map' but found 'java.lang.String'原文:http://hi.baidu.com/ideas/item/1e41172f7... 阅读全文
posted @ 2014-12-01 20:57 一天不进步,就是退步 阅读(15203) 评论(0) 推荐(0) 编辑
摘要: We hear a lot about loops, especiallyforloops. So what, in fact, are they? They’re just pieces of code that repeat the same commands several times, un... 阅读全文
posted @ 2014-11-30 17:13 一天不进步,就是退步 阅读(451) 评论(0) 推荐(0) 编辑
摘要: 整个spring mvc的架构如下图所示: 上篇文件讲解了DispatcherServlet第二步:通过request从Controller获取ModelAndView。现在来讲解第三步:request 从ModelAndView中获取view对象。 获取view对象一般是通过viewResolve 阅读全文
posted @ 2014-11-29 23:22 一天不进步,就是退步 阅读(10159) 评论(0) 推荐(0) 编辑
摘要: http://www.jeasyui.com/tutorial/index.phphttp://www.w3cschool.cc/jeasyui/jqueryeasyui-tutorial.html 阅读全文
posted @ 2014-11-29 14:45 一天不进步,就是退步 阅读(444) 评论(0) 推荐(0) 编辑
摘要: DispatcherServlet的静态初始化 配置文件加载 属性填充: 我们从这个可以得到什么呢? 我们可以直接拿过来作为读取属性文件的工具类。 DispatcherServlet的策略初始化 初始化策略代码: 我们再看一个这个方法结构图: 从上面的图中我们可以看出它们都共同使用一个方法: 阅读全文
posted @ 2014-11-27 19:49 一天不进步,就是退步 阅读(1464) 评论(0) 推荐(0) 编辑
上一页 1 ··· 154 155 156 157 158 159 160 161 162 ··· 229 下一页