工程目录:/SSH1/src/cn/itcast/domain/Book.javapackage cn.itcast.domain;/** * 图书
*/public class Book { private Integer id; // 图书编号 private String name...
分类:
其他好文 时间:
2014-05-27 00:33:58
阅读次数:
310
Check nagios配置文件报错例如以下:[nagios@2 etc]$
/usr/local/nagios/bin/nagios -v /usr/local/nagios/etc/nagios.cfgNagios Core
4.0.6Copyright (c) 2009-present Nag...
分类:
移动开发 时间:
2014-05-27 00:07:04
阅读次数:
364
在使用rsync使用ssh协议,来同步远程文件的方法,rsync -zvrtopg -e
ssh但是如果遇到ssh不是22端口的时候使用rsync -zvrtopg -e ‘ssh -p
端口’特别是对于小文件特别多的时候,rsync独特算法的优势展现得淋漓尽致 !
分类:
其他好文 时间:
2014-05-26 22:47:34
阅读次数:
229
之前遇到棘手的BUG总是在处理过后就不管了,导致后面碰到后重复工作太多。现专门开辟一篇日志以记录接下来一路上的DEBUG记录。【C++】1.mt.exe :
general error c101008d: Failed to write the updated manifest to the res...
分类:
其他好文 时间:
2014-05-26 22:30:47
阅读次数:
285
1.windows和Linux文件共享使用 samba2.ftp 在系统中叫vsftpd
windows和Linux文件传输可以使用 WINscp3.ssh 查看是否安装 rpm -q openssh 包括三个工具 ssh 远程登录 sftp
文件共享(类FTP) scp...
分类:
其他好文 时间:
2014-05-26 22:24:55
阅读次数:
344
今天随手写个程序,在网上随意找个代码照着写,无意中使用了char *p = new
char(10); 来创建char数组,而且在netbeans上编译运行都没有问题,结果在oj上一直报runtime
error,放在同学计算机上用codeblock运行也报错。 后来发现是这个分配的问题:c...
分类:
编程语言 时间:
2014-05-26 21:39:37
阅读次数:
302
java.sql.SQLRecoverableException: IO Error:
Connection reset at
oracle.jdbc.driver.T4CConnection.logoff(T4CConnection.java:612) at oracl...
分类:
数据库 时间:
2014-05-24 07:52:31
阅读次数:
6199
建立ssh无验证连接
Check for SSH keys、
cd ~/.ssh
ls
Check the directory listing to see if you have a file named either id_rsa.pub or id_dsa.pub
检查有无产生过的key,一台机器只能创建一个。如果重新创建则前一个会被覆盖。
Generate a new SSH ...
分类:
其他好文 时间:
2014-05-22 18:33:48
阅读次数:
261
从openjdk.java.net下载openjdk的软件包,你就获得了所有相关的源码。
强烈建议首先仔细看懂README-builds.html 指南。在执行 make all 之前,首先要 执行make sanity
来检验依赖是否满足,你最好解决所有的的error 和 warning。编译需要...
分类:
其他好文 时间:
2014-05-22 15:45:08
阅读次数:
263