2011年12月1日

Some characters cannot be mapped using "GBK" character encoding 的解决办法

摘要: 参见:http://yushengxiang.iteye.com/blog/714932Eclipse --> window --> Preferences --> General --> Content Types --> Text --> 单击 Java Properties File,在底部出现 'Default edcodng:',改成UTF-8,然后update. 阅读全文

posted @ 2011-12-01 11:02 天天向上的博客 阅读(2281) 评论(0) 推荐(0)

2011年11月30日

Undefined exploded archive location 项目不能部署

摘要: 在工程项目的调试中,突然发现项目不能部署了。今天终于找到问题的最好解决办法了,作一下备忘,顺便拿出来共享一下。错误信息为:Undefined exploded archive location原因: 在工程转移过程中,导致工程的配置文件出错;解决方法: 1.在工程目录下的.mymetadata文件中可能webrootdir被改无效了(把下面内容拷到你的.mymetadate文件中的相应位置上);或者有可能少了这context-root这个属性;添加上这个属性即可,内容如下:context-root="/工程名"2.关掉Eclipse,再启动Eclipse,接着发布工程,发布 阅读全文

posted @ 2011-11-30 09:50 天天向上的博客 阅读(240) 评论(0) 推荐(0)

2011年11月9日

关于org.apache.jasper.JasperException: Unable to compile class for JSP问题的解决

摘要: 好久没有写Jsp程序,今天部署了用Tomcat部署了一个Jsp的网站,使用Tomcat 6.0的环境,部署成功后,出现以下错误:org.apache.jasper.JasperException: Unable to compile class for JSP: An error occurred at line: 22 in the generated java fileThe method getJspApplicationContext(ServletContext) is undefined for the type JspFactoryStacktrace: org.apache.. 阅读全文

posted @ 2011-11-09 10:20 天天向上的博客 阅读(8915) 评论(0) 推荐(0)

2011年10月26日

关于unable to extend lob segment的问题解决方法

摘要: 今天在进行数据库数据库导入的时候遇到如下问题: ORA-01691: unable to extend lob segment BPM49_TEST2.SYS_LOB0000059105C00008$$ by 128 in tablespace JACK_DATA 今天发现这么一个错误,查看错误信息发现原因是表空间无法分配新的空间给表。所以报错。 下面是oracle官方错误代码ORA-01691 unable to extend lob segment string.string by string in tablespace stringCause: Failed to allo... 阅读全文

posted @ 2011-10-26 11:53 天天向上的博客 阅读(3870) 评论(0) 推荐(0)

2011年10月24日

关于bos的edit页面的文件加载顺序

摘要: createNewData()方法loadFields()方法onLoad()方法 阅读全文

posted @ 2011-10-24 14:56 天天向上的博客 阅读(142) 评论(0) 推荐(0)

2009年12月25日

如何处理Windows Forms程序中未处理的异常

摘要: http://www.cnblogs.com/yinzixin/archive/2009/12/24/1631633.html 阅读全文

posted @ 2009-12-25 11:47 天天向上的博客 阅读(120) 评论(0) 推荐(0)

导航