oracle 数据导入时imp 用户名/密码@服务名 file =文件路径.dmp fromuser=
touser=执行命令之前应将数据库里面 myobject下的所有view 索引 存储过程 等删除掉 在执行命令 不然会报错
分类:
数据库 时间:
2014-05-14 03:00:18
阅读次数:
345
RMAN备份报错,ORA-19502,ORA-27072,RMAN-03002...
分类:
数据库 时间:
2014-05-13 09:32:17
阅读次数:
336
eclipse里面编译完全正常,mvn clean install 这么惨的错误:Compilation failure:
[ERROR] *.java:[38,27] 未结束的字符串字面值
[ERROR] *.java:[38,53] 需要 ';'
[ERROR] *.java:[41,19] 需要 ')'
[ERROR] *.java:[41,12] 不是语句
[ERROR] *.java:[...
分类:
其他好文 时间:
2014-05-13 08:11:11
阅读次数:
647
数据库查询中的特殊字符的问题
在进行数据库的查询时,会经常遇到这样的情况:
例如想在一个用户数据库中查询他的用户名和他的密码,但恰好该用户使用的名字和密码中有特殊的字符,例如单引号,“|”号,双引号或者连字符“&”。
例如他的名字是1"test,密码是A|&900
这时当你执行以下的查询语句时,肯定会报错:
SQL = "SELECT * FROM SecurityLe...
分类:
数据库 时间:
2014-05-13 06:09:03
阅读次数:
454
Multiple annotations found at this line: - schema_reference.4: Failed to read schema document 'http://www.directwebremoting.org/schema/spring-dwr-2.0.xsd', because 1) could not find the document; 2)...
分类:
编程语言 时间:
2014-05-12 22:55:47
阅读次数:
409
项目中一直出现400错误,后面搜索下,发现如下内容。SpringMVC报错信息为The request
sent by the client was syntactically incorrect
()在数据绑定的时候一定要主意Controller方法中的参数名和jsp页面里的参数名字是否一致或者按...
分类:
其他好文 时间:
2014-05-12 19:34:51
阅读次数:
221
Official Site
gruntjs.org/docs/getting-started.html或者看http://tgideas.qq.com/webplat/info/news_version3/804/808/811/m579/201307/216460.shtmlgrunt可以帮我们做...
分类:
Web程序 时间:
2014-05-12 19:19:30
阅读次数:
445
struts1起服务报错1.2014-5-1021:36:56org.apache.struts.action.ActionServletinit严重:UnabletoinitializeStrutsActionServletduetoanunexpectedexceptionorerrorthrown,somarkingtheservletasunavailable.Mostlikely,thisisduetoanincorrectormissinglibrarydependency.java..
分类:
其他好文 时间:
2014-05-12 04:01:19
阅读次数:
383
有一块新买的1T的移动硬盘。买来格式化成ntfs后简单的分了几次区。 4G的硬盘PE,100G的快速交互,剩余800多G分成了两个对等的存储盘。
插到电脑USB接口后, 桌面自动弹出了4个盘符。 打开前2个都没有什么问题, 写读都正常。后面两个一双击就会报错:
Error mounting: mount exited with exit code 1: helper failed wi...
分类:
移动开发 时间:
2014-05-11 20:51:27
阅读次数:
664
错误信息如下:org.apache.ibatis.exceptions.PersistenceException:###Errorqueryingdatabase.Cause:org.apache.ibatis.cache.CacheException:Errordeserializingobject.Cause:java.lang.ClassNotFoundException:com.kytsoft.model.Adminlink###Cause:org.apache.ibatis.cache..
分类:
其他好文 时间:
2014-05-11 19:26:15
阅读次数:
455