摘要: 出现错误的原因是ojdbc14.jar放在了应用的lib包下,应该放在tomcat的common下面的lib下面才能不出现这个问题 阅读全文
posted @ 2015-04-21 11:08 MagicYK 阅读(354) 评论(0) 推荐(0)
摘要: //js获取项目根路径,如:http://localhost:8083/uimcardprjfunction getRootPath(){ //获取当前网址,如:http://localhost:8083/uimcardprj/share/meun.jsp var curWwwPath=window... 阅读全文
posted @ 2015-04-21 09:49 MagicYK 阅读(129) 评论(0) 推荐(0)
摘要: Array.prototype.del = function(){ var a = {}, c = [], l = this.length; for (var i = 0; i < l; i++) { var b = this[i... 阅读全文
posted @ 2015-04-21 09:46 MagicYK 阅读(180) 评论(0) 推荐(0)
摘要: /*** * 文 件 名: AccountDate.java* * 创建时间: 2008-11-18** Email : **@163.com*/import java.text.DecimalFormat;import java.text.ParseException;impo... 阅读全文
posted @ 2015-04-21 09:38 MagicYK 阅读(5215) 评论(0) 推荐(0)
摘要: 关键字: extjs日期格式问题(二)一般我们的前台代码Ext.grid.ColumnModel里会这样写,以便显示日期格式:Js代码1.....2.{header:"birthday",dataIndex:"birthday".......renderer:new Ext.util.Format.... 阅读全文
posted @ 2015-04-21 09:33 MagicYK 阅读(3868) 评论(0) 推荐(0)
摘要: 问题描述: 误删除Oracle数据库的dbf文件,在启动和关闭数据库是会提示错误。 startup启动数据库时提示: ORA-01157:无法标识/锁定数据文件 ORA-01110:数据文件:‘....../X1000_1.dbf' 未找到解决方法: 1、sql>alter system ... 阅读全文
posted @ 2015-04-21 09:30 MagicYK 阅读(3167) 评论(0) 推荐(0)