会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
程序虾
博客园
首页
新随笔
联系
订阅
管理
2018年10月19日
ip工具类
摘要: /** * 根据掩码位数计算掩码 * * @param inetMask 掩码位 * @return 子网掩码 */ public static String getNetMask(int inetMask) { StringBuilder mask = new StringBuilder(); i
阅读全文
posted @ 2018-10-19 17:23 程序虾
阅读(306)
评论(0)
推荐(0)
2017年8月25日
读写Properties文件
摘要: public class PropertiesUtil { public static Properties loadPropertFile(String filePath) { Properties properties = new Properties(); try { InputStream
阅读全文
posted @ 2017-08-25 16:04 程序虾
阅读(155)
评论(0)
推荐(0)
2017年5月27日
httpsClient
摘要: httpClient调用Https的post请求
阅读全文
posted @ 2017-05-27 16:51 程序虾
阅读(365)
评论(0)
推荐(0)
公告