- 博客(9)
- 资源 (1)
- 收藏
- 关注
转载 ext控件重置
this.form.items.each(function(item, index) {if (item.xtype == 'parf-datefield') {item.emptyValue();}}, this);
2014-10-14 11:28:25
646
原创 Ext空间重置
this.form.items.each(function(item, index) {if (item.xtype == 'datefield') {item.emptyValue();}}, this);
2014-10-14 11:26:58
442
转载 myeclipse 安装jad 查看jar包源码
JAD插件安装步骤: 1.把jad.exe放到JDK所在的bin目录下,如C:\Program Files\Java\jdk1.5.0_06\bin 2.把net.sf.jadclipse_3.3.0.jar放到eclipse的features和plugins两个目录下。 3.启动eclipse,打开菜单windows->Preferances,在左侧菜单树中找到Java-
2014-07-02 07:00:12
591
翻译 Extjs5.0新特性
http://docs.sencha.com/ext/5.0.0/whats_new/5.0/whats_new.html用google简单翻译了 不是专业人士,不喜勿喷。 我们很高兴,Ext JS的5公共测试版。 Ext JS的5引入了许多新的和令人兴奋的改善Sencha框架。这些变化带来了新的功能性,可用性和风格。同时加入所有的新功能,你将要看到的,我们一直在努力,尽量减少
2014-07-01 15:27:42
2784
原创 tomcat环境变量设置
/*******************************************************************************/环境变量的设置:系统变量中添加:JAVA_HOME=C:\MyProgram\Java\jdk1.6.0_26CLASSPATH=.;%JAVA_HOME%\lib\dt.jar;%JAVA_HOME%\lib\too;s
2014-07-01 14:09:48
602
原创 hibernate获取sql返回值
对dao层进行的接口封装public List> queryBySqlMap(String sql) {Query query = sessionFactory.openSession().createSQLQuery(sql).setResultTransformer(Transformers.ALIAS_TO_ENTITY_MAP);;List> mapList = new Ar
2014-06-22 08:59:11
672
原创 hibernate插入数据字符长度超出
execute JDBC batch update; nested exception is org.hibernate.exception.DataException: Could not execute JDBC batch updatetype Exception reportmessage Could not execute JDBC batch update; nested except
2013-06-10 10:53:08
1212
原创 The server encountered an internal error that prevented it from fulfilling this request
方法测试的时候出现org.springframework.jdbc.UncategorizedSQLException: Hibernate operation: could not insert: [com.mt.studorm.pojo.User]; uncategorized SQLException for SQL [insert into studorm.user (user_nam
2013-06-10 10:34:09
1964
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人