09 2015 档案

摘要:一般来说能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)