根据项目要求需要用到openssl这个库,看了看编译环境幸好本身就集成了该库。但在编译openssl的功能时,碰到缺少类库的错误。 Package test is missing dependencies for the following libraries: libcrypto.so....
1.新换的系统,eclipse运行起来之后,一直报错Missing artifact 折腾了好久,没法了,把服务器上的仓库直接压缩,传到本地计算机上,覆盖本地仓库,完美解决这个问题!2.tomcat运行时,报错java.lang.ClassNotFoundException*********** ....
分类:
其他好文 时间:
2014-11-14 17:26:25
阅读次数:
115
用spring自动装配,如果把出错地方的@Autowired改为Autowired(required=false)不会出现错误。但是同时不会加载出错的类 如: @Autowired BaseDao dao;这错了 改为(找不到类时也报错) @Autowired(required=fals...
分类:
编程语言 时间:
2014-11-14 16:02:55
阅读次数:
163
SSH 一连接上就断开 调试信息输出: debug1: key_parse_private2: missing begin marker debug1: read PEM private key done: type RSA debug1: private host key: #0 type 1 RSA debug1: key_parse_private2: m...
分类:
其他好文 时间:
2014-11-14 12:45:27
阅读次数:
814
应该说是 .net4 的bug,没有所谓的 System.Web.Extensions.dll 库文件,需要将项目的 Target Framework修改为 3.5版本,才能加载System.Web.Extensions.dll库文件.我在使用 System.Web.Script.Serializa...
分类:
Web程序 时间:
2014-11-14 01:28:06
阅读次数:
187
Given an unsorted integer array, find the first missing positive integer.For example,Given[1,2,0]return3,and[3,4,-1,1]return2.Your algorithm should ru...
分类:
其他好文 时间:
2014-11-13 22:11:38
阅读次数:
141
Warning: phpinfo(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_...
分类:
Web程序 时间:
2014-11-13 16:21:53
阅读次数:
758
将Asp.Net 2.0的Web Site搭建在IIS7(7.5)上时,运行出现500.19错误, 错误提示为The configuration section 'system.serviceModel' cannot be read because it is missing a section ...
分类:
其他好文 时间:
2014-11-13 14:17:21
阅读次数:
114
if you pass on an already existing Mat object, which has already allocated the required space for the matrix, this will be reused. The idea is that ea...
分类:
其他好文 时间:
2014-11-12 21:13:24
阅读次数:
336
Laravel PHP web framework requires certain libraries to function properly. One of these libraries is the mcrypt and the php-mcrypt (bridge between mcr...
分类:
Web程序 时间:
2014-11-12 07:08:40
阅读次数:
307