会员
周边
新闻
博问
闪存
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
gdjdsjh
博客园
首页
新随笔
联系
订阅
管理
09 2015 档案
关于能ping通服务器但ssh登陆不上的问题
摘要:一般来说能ping通服务器说明网没问题这是可以查看一下防火墙的设置和ip的屏蔽设置/etc/init.d/iptables status 查看防火墙状态vim/etc/hosts.allowvim /etc/hosts.deny
阅读全文
posted @
2015-09-24 09:23
gdjdsjh
阅读(3344)
评论(0)
推荐(0)
关于字符串类型与基本数据类型的转换
摘要:字符串类型-----》基本类型int it1 = Integer.parseInt("123");int2 = new Integer("123");基本类型-----》字符串类型String ftstr = String.valueOf(2.345f);
阅读全文
posted @
2015-09-18 15:16
gdjdsjh
阅读(139)
评论(0)
推荐(0)
公告