一.检查
1、[root@localhost ~]#
telnet
bash: telnet: command not found
2、 查询了是否安装Telnet包,结果如下:
[root@localhost ~]# rpm -qa telnet*
telnet-server-0.17-47.el6.i686
3、又查询了xinetd的状态:
[root@local...
分类:
Web程序 时间:
2014-10-13 18:21:50
阅读次数:
295
Driver class 'oracle.jdbc.driver.OracleDriver' could not be found, make sure the 'Oracle' driver (jar file) is installed.oracle.jdbc.driver.OracleDriv...
分类:
数据库 时间:
2014-10-13 17:38:09
阅读次数:
224
在进行scp时报bash:scp:commandnotfound[root@localhostadd_admin]#scpocp_admin_privileges.mysqlroot@10.10.1.128:/rootroot@10.10.1.128‘spassword:bash:scp:commandnotfoundlostconnection查看本机是否安装openssh-clients软件包[root@localhostadd_admin]#rpm-qopenssh-cl..
分类:
其他好文 时间:
2014-10-13 15:26:20
阅读次数:
166
Problem Description
The digital root of a positive integer is found by summing the digits of the integer. If the resulting value is a single digit then that digit is the digital root. If the resultin...
分类:
其他好文 时间:
2014-10-12 19:46:59
阅读次数:
205
Python version 2.7 required, which was not found in the registry 参考:http://www.cnblogs.com/min0208/archive/2012/05/24/2515584.html AttributeError: 'mo...
分类:
编程语言 时间:
2014-10-12 19:38:38
阅读次数:
227
format格式与svn版本号我猜对应如下:1.4.x 对应 format 21.5.x 对应 format 3……1.8.x对应 format 6那么每个format创建出的repo要用对应的版本checkout,否则会出错。具体解决方案见:http://lailife.blog.163.com/...
分类:
Web程序 时间:
2014-10-12 13:01:57
阅读次数:
197
Just a few weeks ago, I had a discussion with one of my colleagues about how to manage the transaction in our innovation project, and I found it a big bang knowledge when dig into details. So I want to go through these details and give an internal knowledg...
分类:
编程语言 时间:
2014-10-12 03:04:07
阅读次数:
182
Disky and Sooma, two of the biggest mega minds of Bangladesh went to a far country. They ate, coded and wandered around, even in their holidays. They passed several months in this way. But everything ...
分类:
其他好文 时间:
2014-10-12 02:44:17
阅读次数:
316
int arr[][] ={{1,2,3},{4,5,6,7},{9}};boolean found = false;for(int i=0;i<arr.length&& !found;i++) {for(int j=0;j<arr[i].length;j++){System.out.println...
分类:
编程语言 时间:
2014-10-11 23:45:46
阅读次数:
249
今天在签出程序时,更改了profile,当再次进行整理编译项目时,就出现了这个问题,在xCode 6 开发环境下出现了,
出现这个错误提示Code Sign error: Provisioning profile XXXX can't be found 经查找 找到解决方案与大家共享,解决方案如下:
1.先copy上面那行出错信息,然后关闭这个项目,打开finder到你的项目文件xxxx.xc...
分类:
其他好文 时间:
2014-10-11 18:20:35
阅读次数:
133