org.springframework.dao.DataAccessException not found...
分类:
数据库 时间:
2014-08-12 17:20:34
阅读次数:
206
错误信息:sudo: /etc/sudoers is world writablesudo: no valid sudoers sources found, quitting解决办法:修复磁盘权限就可以了
分类:
其他好文 时间:
2014-08-12 16:58:44
阅读次数:
689
The following issues were found during validation.这个error的产生原因是因为代码中写的标示符或者方法名,与系统的命名空间冲突。具体是哪个标示符或者方法名 与系统冲突了?在 The app references non-public selecto...
分类:
其他好文 时间:
2014-08-12 13:07:34
阅读次数:
221
HTTP 404.2 - Not Found" IIS 7.5 请求的内容似乎是脚本,因而将无法由静态文件处理程序来处理解决办法:使用aspnet_regiis.exe注册.NET Framework重新安装IIS以后,需要用aspnet_regiis.exe来注册.NET Framework运行c...
分类:
其他好文 时间:
2014-08-12 12:50:54
阅读次数:
197
linux apache 添加 php的zip模块,解决phpexcel 导出时提示 Class 'ZipArchive' not found 的问题,自己按照网上的方法安装了很久,网上方法普遍不是太全没有给出一些常见的错误解决办法,经过自己总结的安装过程以及容易出错的地方和解决办法,整理成本文,系统环境为centos 6.5+apache2.4.7+php5.5.9,希望会对大家有所帮助....
分类:
系统相关 时间:
2014-08-12 10:24:43
阅读次数:
323
现在好多手机都没有sqlite3。打开/system/xbin目录发现只有两个文件,sqlite3真的就被cut掉了。sqlite3一般情况下都是通用的,所以随便去找个sqlite3就好。解决方法:1、先在eclipse上起个模拟器,DDMS下找到/system/xbin目录找到sqlite3文件,...
分类:
移动开发 时间:
2014-08-12 10:16:53
阅读次数:
261
事件对象——兼容处理1 /* 2 * 功能: 事件对象兼容3 * 参数: 表示常规浏览器的事件对象e4 */5 function getEvent(e) {6 7 // 如果存在e存在,直接返回,否则返回window.event8 return e || window.even...
分类:
其他好文 时间:
2014-08-11 20:35:02
阅读次数:
186
一、题目DescriptionSometimes you have to try fighting even though you know that your enemy is very powerful than you. Your hero with initial health H is a...
分类:
其他好文 时间:
2014-08-11 20:30:42
阅读次数:
230
.tab1 tr:nth-of-type(odd){ background:#eeeeee;}.tab1 tr:nth-of-type(even){ background:#f8f8f8;}.tab1 tr td{height: 30px; border-bottom: 1px solid #fff...
分类:
Web程序 时间:
2014-08-11 17:29:12
阅读次数:
257
问题:I am trying to install apache maven 3 in Ubuntu 12.04 lts. What I did was open the terminal then I typed the following commandsexport M2_HOME=/usr/...