09 2016 档案
摘要:1、max(rowid) 例子: 2、row_number() over函数 详情见:http://blog.csdn.net/631799/article/details/7419797 http://jingyan.baidu.com/article/9989c74604a644f648ecfe
阅读全文
摘要:一、关于PLSQL无法正确显示中文 刚才下载安装了PLSQL Developer 9.0.0.1601 汉化绿色版,执行SQL查询语句,发现显示的数据中只要有中文都会以?表示。经过网上查询得知这是客户端跟服务器的字符集不匹配造成的。解决方法如下: 1、查询oracle server端的字符集。打开P
阅读全文
该文被密码保护。
摘要:1、http://blog.csdn.net/sxdtzhaoxinguo/article/details/41040741 2、Oracle两个数据库定时执行插入: http://zhidao.baidu.com/link?url=WY2jDnntcLZ_VGesAJ_WCVdYN4uX7ZBUp
阅读全文
摘要:实现上传图片功能在Springmvc中很好实现。现在我将会展现完整例子。 开始需要在pom.xml加入几个jar,分别是: [java] view plain copy <dependency> <groupId>commons-fileupload</groupId> <artifactId>co
阅读全文
摘要:Caused by: java.lang.IllegalStateException: Detected both log4j-over-slf4j.jar AND slf4j-log4j12.jar on the class path, preempting StackOverflowError
阅读全文