sshd配置文件没问题;目录权限设置也没问题;但是 ssh -vvv 提示:debug3: no such identity: /Users/user/.ssh/id_rsa,/Users/user/.ssh/id_dsa: No such file or directory之后查看,auth.lo...
分类:
其他好文 时间:
2015-07-14 17:08:46
阅读次数:
175
创建目录mkdir(make directory):创建目录mkdir -p 目录名-p:递归创建目录使用目录cd(change directory):切换目录cd 目录名cd/cd ~:切换到家目录cd -:切换到上次所在目录cd ..:切换到上级目录cd .:切换到当前目录pwd(print w...
分类:
系统相关 时间:
2015-07-14 13:30:42
阅读次数:
148
How to uncommit files that were committed long time a ago?Note: Since all changes in the current working directory are very important, they should not...
分类:
其他好文 时间:
2015-07-14 07:32:41
阅读次数:
104
linux@ubuntu:~/Desktop/gsoap-2.8$ sudo make
make all-recursive
make[1]: Entering directory `/home/linux/Desktop/gsoap-2.8'
Making all in gsoap
make[2]: Entering directory `/home/linux/Desktop/gso...
分类:
系统相关 时间:
2015-07-13 18:40:09
阅读次数:
323
http://www.cnblogs.com/kinglau/p/3270160.html$ bin/start-all.sh-bash: bin/start-all.sh: No such file or directory解决历程:1、一堆人说是没权限,把当前登陆用户对Hadoop文件夹的权限,...
分类:
其他好文 时间:
2015-07-13 15:55:01
阅读次数:
113
J2EE的13种核心技术
一、JDBC(Java Database Connectivity)
JDBC API为访问不同的数据库提供了一种统一的途径,象ODBC一样,JDBC对开发者屏蔽了一些细节问题,另外,JDBC对数据库的访问也具有平台无关性。
二、JNDI(Java Name and Directory Interface)
JNDI API被用于执行名字和目录服务。它提供...
分类:
其他好文 时间:
2015-07-13 14:10:48
阅读次数:
136
命令缩写:ls:list(列出目录内容)cd:Change Directory(改变目录)su:switch user 切换用户rpm:redhat package manager 红帽子打包管理器pwd:print work directory 打印当前目录 显示出当前工作目录的绝对路径ps: p...
分类:
系统相关 时间:
2015-07-13 08:56:17
阅读次数:
175
Jeff Janes:Hi,As part of our monitoring work for our customers, we stumbled upon an issue with our customers' servers who have a wal_keep_segments set...
分类:
其他好文 时间:
2015-07-13 00:45:29
阅读次数:
201
Guillaume Lelarge:Hi,As part of our monitoring work for our customers, we stumbled upon an issue with our customers' servers who have a wal_keep_segme...
分类:
其他好文 时间:
2015-07-13 00:34:45
阅读次数:
201
1、File -> New Project,进入创建项目窗口2、在WEB-INF目录下点击右键,New -> Directory,创建classes和lib两个目录3、File -> Project Structure,进入 Project Structure窗口4、点击Modules-> 选中项目...
分类:
其他好文 时间:
2015-07-12 18:56:03
阅读次数:
108