2016年1月18日

json formatter

摘要: http://www.jsoneditoronline.org/ 阅读全文

posted @ 2016-01-18 21:26 梅山民 阅读(250) 评论(0) 推荐(0) 编辑

2016年1月12日

ExtJS 5.1 TabReorderer plugin

摘要: Description在 ExtJS 5.1 中使用 tabpanel,要求每个 tab 可以拖动,顺序可以改变。tabpanel 默认是不支持的,不过可以加上一个 plugin -Ext.ux.TabReorderer。在 ExtJS官网(http://docs.sencha.com/extjs/... 阅读全文

posted @ 2016-01-12 14:55 梅山民 阅读(1183) 评论(0) 推荐(0) 编辑

ExtJS 5.1 - tabpanel setActiveTab: Uncaught TypeError: c.isFocusable is not a function

摘要: Description在 ExtJS 5.1 中,使用 tabpanel,用setActiveTab 来指定激活哪个 tab 的时候抱错: Uncaught TypeError: c.isFocusable is not a functionCaused By这是 ExtJS 5.1 的一个 op... 阅读全文

posted @ 2016-01-12 13:38 梅山民 阅读(760) 评论(0) 推荐(0) 编辑

2015年11月30日

Maven 3.3.9 mvn -version Error:java.lang.UnsupportedClassVersionError

摘要: Description在下载 Maven包,配置了环境变量之后,在命令行执行 mvn -version(or -v) 报错: 1 Exception in thread "main" java.lang.UnsupportedClassVersionError: org/apache/ma 2 ve... 阅读全文

posted @ 2015-11-30 23:12 梅山民 阅读(1127) 评论(0) 推荐(0) 编辑

2015年10月29日

Eclipse 复制 js 代码卡顿

摘要: Description在 Eclipse 中,每次复制 js 代码时,Eclipse 会卡很长一段时间。Caused By每次 copy 时,Eclipse 会 validate js 代码。Solution去除 js validation。通过在 preferences 中设置 validatio... 阅读全文

posted @ 2015-10-29 10:54 梅山民 阅读(1031) 评论(0) 推荐(1) 编辑

2015年10月8日

Dynamic Web Module 3.0 requires Java 1.6 or newer

摘要: Description在使用 Eclipse 创建 Maven 项目的时候报错Dynamic Web Module 3.0 requires Java 1.6 or newer,已经确认了 JRE System Library 和 Java Compiler 的版本都是 jdk1.7.0_75,但这... 阅读全文

posted @ 2015-10-08 20:37 梅山民 阅读(490) 评论(0) 推荐(0) 编辑

2015年9月23日

Spring No qualifying bean of type [org.springframework.jdbc.core.JdbcTemplate] found for dependency

摘要: Description在一个 Maven结构的项目中,想使用 jdbcTemplate,但是就是找不到 Bean,报错:org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of typ... 阅读全文

posted @ 2015-09-23 11:19 梅山民 阅读(17642) 评论(0) 推荐(1) 编辑

2015年9月18日

Oracle unable to extend temp segment by 128 in tablespace TEMP

摘要: Description Error report: SQL Error: ORA-12801: error signaled in parallel query server P010 ORA-01652: unable to extend temp segment by 128 in tab... 阅读全文

posted @ 2015-09-18 10:10 梅山民 阅读(3085) 评论(0) 推荐(0) 编辑

2015年9月10日

下载存放在项目目录中的文件

摘要: Description把 Template放在项目中,在 UI提供一个下载链接供 User下载。Code 1 @Log("INFO") 2 @RequestMapping("/downloadXXXTemplate") 3 public void downloadXXXTemplate(HttpSe... 阅读全文

posted @ 2015-09-10 17:57 梅山民 阅读(826) 评论(0) 推荐(0) 编辑

cannot find symbol: method getServletContext()

摘要: Descriptioncompile:[javac] Compiling 1 source files to C:\...\workspace\proj\build\WEB-INF\classes[javac] C:\...\workspace\proj\src\main\Helper.java:2... 阅读全文

posted @ 2015-09-10 11:55 梅山民 阅读(2298) 评论(0) 推荐(0) 编辑

导航