问题:The method of type must override asuperclass?annotation:@Override的原因办法:项目右键->build path->configure build path->java Compiler(左边那排中) ->在右边的Compiler ...
分类:
其他好文 时间:
2014-12-25 09:53:31
阅读次数:
131
安装在http://www.net-snmp.org/download.html选择最新版本进行下载wgethttp://sourceforge.net/projects/net-snmp/files/net-snmp/5.6/net-snmp-5.6.tar.gztar-xvfnet-snmp-5.6.tar.gzcdnet-snmp-5.6./configure--prefix=/usr/local/net-snmp--with-default-snmp-version="2"-..
分类:
Web程序 时间:
2014-12-24 18:31:36
阅读次数:
149
【资料整理】proftpd安装配置1)下载安装
wgetftp://ftp.proftpd.org/distrib/source/proftpd-1.3.4c.tar.gz
tarzxvfproftpd-1.3.4c.tar.gz
cdproftpd-1.3.4c
(启用配额模块,限制上传大小,如果重新configure,则需要先makedistclean)
./configure--with-modules=mod_quotata..
分类:
其他好文 时间:
2014-12-24 18:18:30
阅读次数:
184
Description
Configure of icinga-reports-1.8.0 throws the following error:
root@localhost:/usr/src/icinga-reports-1.8.0# ./configure --with-jasper-server=/opt/jasperreports-server-cp-4.7.0
./confi...
分类:
其他好文 时间:
2014-12-24 10:00:10
阅读次数:
395
Nginx是一个高性能的HTTP和反向代理服务器. Nginx 使用 Unix 下常用的 ‘./configure && make && make install‘ 过程来编译安装. configure 脚本确定系统所具有一些特性,特别是 nginx 用来处理连接的方法。然后,...
分类:
系统相关 时间:
2014-12-24 01:19:45
阅读次数:
227
在安装过程中出现问题,然后又安装了其他依赖包时需要执行 ?ldconfig /usr/local/lib,? 然后重新执行./configure?; make? ; make install ldconfig通常在系统启动时运行,而当用户安装了一个新的动态链接库时...
分类:
系统相关 时间:
2014-12-23 22:45:32
阅读次数:
280
折腾半天,结论如下:1.先需要openssl用which openssl看是否已安装2.然后libssh2用rpm -ql libssh2查看3.下载源码的shh2x.x.x.tgz的包4.解包后进入然后用phpize命令$ cd ssh2x.x.x$ phpize$./configure --wi...
分类:
Web程序 时间:
2014-12-23 19:03:41
阅读次数:
179
Windows2012R2上搭建IIS管理用户的隔离模式FTPWindows自带的FTP现在可以提供基于非OS用户的管理,这提高了安全性。即使FTP用户名和密码泄露,也不会对操作系统造成进一步的破坏。参考文档http://www.iis.net/learn/publish/using-the-ftp-service/configure-ftp-with-iis-manag..
直接写我的解决办法:在src下面新建file名为log4j.properties内容如下:# Configure logging for testing: optionally with log filelog4j.rootLogger=WARN, stdout# log4j.rootLogger=...
分类:
移动开发 时间:
2014-12-22 17:56:14
阅读次数:
162
驱动也写的差不多了,所以有必要测试下性能如何?本次采用了iperf进行测试,并且对比了下s3c6410+ks8851的测试结果
1、iperf如何交叉编译?
https://iperf.fr/ 官网总是要靠谱一些,测试版本为Iperf 2.0.5
弄到虚拟机执行解压后并配置./configure --host=arm-linux
make
出现个小问题,接入如下
将...
分类:
其他好文 时间:
2014-12-22 12:58:40
阅读次数:
220