上一页 1 ··· 160 161 162 163 164 165 166 167 168 ··· 222 下一页
摘要: 我出现的错误是:org.hibernate.hql.ast.QuerySyntaxException: loginuser is not mapped [from loginuser] 配置文件如下: <class name="User" table="loginuser"> <id name="i 阅读全文
posted @ 2017-10-01 03:19 Sharpest 阅读(276) 评论(0) 推荐(0) 编辑
摘要: 转自:https://blog.csdn.net/chenyongtu110/article/details/51694323 阅读全文
posted @ 2017-09-28 02:13 Sharpest 阅读(221) 评论(0) 推荐(0) 编辑
摘要: 参考文章:http://blog.sina.com.cn/s/blog_4f36423201000c1e.html 一、概述 java.security.MessageDigest类用于为应用程序提供信息摘要算法的功能,如 MD5 或 SHA 算法。简单点说就是用于生成散列码。信息摘要是安全的单向哈 阅读全文
posted @ 2017-09-28 02:07 Sharpest 阅读(558) 评论(0) 推荐(0) 编辑
摘要: 转自:https://blog.csdn.net/H_Gao/article/details/49614531?utm_source=blogxgwz8 Hibernate中Criteria的完整用法 Criteria 是一个完全面向对象,可扩展的条件查询API,通过它完全不需要考虑数据库底层如何实 阅读全文
posted @ 2017-09-27 23:54 Sharpest 阅读(250) 评论(0) 推荐(0) 编辑
摘要: 转自:https://710542316.iteye.com/blog/2148542 监听表单字段事件: Ext使得对用户某个动作的监听特别简单,诸如单击某个元素或者按下某个键盘上的键。 一个经常性的任务就是监听回车按键,然后提交表单,让我们看如何完成这一任务: { xtype: 'textfie 阅读全文
posted @ 2017-09-27 06:08 Sharpest 阅读(192) 评论(0) 推荐(0) 编辑
摘要: 转自:https://blog.csdn.net/evilcry2012/article/details/50586861 2014-10-27 11:57 提问者采纳 getEl = component.el 就是一个组件的顶级的元素....可以理解为最外层的那个div... 直接用compone 阅读全文
posted @ 2017-09-25 23:42 Sharpest 阅读(361) 评论(0) 推荐(0) 编辑
摘要: 转自:https://yarafa.iteye.com/blog/729197 初学 ExtJS,在此记录下学习过程中的点点滴滴,以备不时只需,也希望能给跟我一样的菜鸟一些帮助,老鸟请忽略。如有不当之处,欢迎指正。 开发环境: MyEclipse 6.5 Struts 2.1.8 ExtJs 3.0 阅读全文
posted @ 2017-09-24 16:37 Sharpest 阅读(151) 评论(0) 推荐(0) 编辑
摘要: 转自:http://blog.51cto.com/alinazh/1276363 在启动tomcat的时候出现错误: Line: 220 - com/opensymphony/xwork2/spring/SpringObjectFactory.java:220:-1 .严重: Exception s 阅读全文
posted @ 2017-09-24 16:30 Sharpest 阅读(877) 评论(0) 推荐(0) 编辑
摘要: 转自:https://blog.csdn.net/yiyuhanmeng/article/details/6960132 在使用ExtJS时,我们往往需要在使用之前加入这么一句:Ext.BLANK_IMAGE_URL = "....."其中省略部分为s.gif在extjs包中的路径。 Ext.BLA 阅读全文
posted @ 2017-09-24 16:04 Sharpest 阅读(367) 评论(0) 推荐(0) 编辑
摘要: defaults : Object defaults属性可以包含任意个name/value属性对,这些属性将会被添加到每一个元素中...例如, 为了自动向容器包含的每个Ext.Panel 元素的宽度添加width属性,你应该传递:defaults: {width:150}。 如果多次嵌套items, 阅读全文
posted @ 2017-09-24 02:36 Sharpest 阅读(114) 评论(0) 推荐(0) 编辑
上一页 1 ··· 160 161 162 163 164 165 166 167 168 ··· 222 下一页