powerDesigner连接数据库时出现的错误,表示找不到JDBC的驱动文件。 ?Could not load class com.mysql.jdbc.Driver? ?解决方案: 1.?将?mysql.jar?驱动包?复制到 powerDesigner?? 的安装根目录下; 2.?...
分类:
数据库 时间:
2014-11-05 17:43:40
阅读次数:
241
redis使用连接池报错解决redis使用十几小时就一直报异常redis.clients.jedis.exceptions.JedisConnectionException: Could not get a resource from the pool at redis.clients.u...
分类:
其他好文 时间:
2014-11-05 16:29:05
阅读次数:
444
具体错误见截图刚开始以为是DNS配置错误,经检查发现DNS与物理机的DNS配置是一样的,物理机可以解析DNS搜索资料发现是/etc/nsswitch.conf这个文件的问题这个文件hosts标签设置的是host:fileshost:files表示只用/etc/hosts文件解析主机修改成hosts:...
分类:
其他好文 时间:
2014-11-05 14:25:40
阅读次数:
177
http_status_bad_request (400) the request could not be processed by the server due to invalid syntax. 因为语法不能被服务器处理 HTTP Status 400 - type Status repor...
分类:
Web程序 时间:
2014-11-05 12:46:13
阅读次数:
750
root@komiles-VirtualBox:/etc/apache2/sites-available# service apache2 restart* Restarting web server apache2 apache2: Could not reliably determine th....
分类:
Web程序 时间:
2014-11-05 00:19:28
阅读次数:
158
最近做项目的时候报了一个错误:Illegalaccess:thiswebapplicationinstancehasbeenstoppedalready.Couldnotloadjava.net.BindException.。。。。。。java.lang.IllegalStateException上网找了很多资料都说是配置文件修改一下就好了,但是我的改了没有用。我是用的是ssh框架,发..
分类:
移动开发 时间:
2014-11-04 19:53:50
阅读次数:
176
编译german时提示缺少boost:checking for boostlib >= 1.39... configure: We could not detect the boost libraries (version 1.39 or higher). If you have a staged ...
分类:
其他好文 时间:
2014-11-04 19:23:33
阅读次数:
254
一:前言 刚刚出来实习,在公司配的电脑里面装的oracle和PL SQL时一次性就搞定,但是在自己的电脑上装了就出现这个问题,刚刚在网上看了下,所以自己就写份记载吧! 二:在打开PLSQL Developer时,输入用户名,密码之后登录就出现如题弹框,装了客户端了。解决办法一:如下图,在...
分类:
其他好文 时间:
2014-11-04 16:52:28
阅读次数:
462
Determine if a Sudoku is valid, according to:Sudoku Puzzles - The Rules.The Sudoku board could be partially filled, where empty cells are filled with ...
分类:
其他好文 时间:
2014-11-04 10:36:03
阅读次数:
152
折腾了好久,最后在git bash 上输入 git gui启动gui
打开Git GUI,帮助->Show SSH key,点击generate key
生成后在加入,成功。
之前就是:
有人说要这样使用
ssh-agent
ssh-add ~/.ssh/id_key
我的无效
新生成的key不能加入 ssh 就会导致 连接不上 github
ssh -T...