会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
袜子破了
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
3
4
5
6
7
8
9
10
11
···
14
下一页
2019年1月3日
java Base36 算法
摘要: package com.github.linushp.wsblog.utils; import java.math.BigInteger; import java.nio.charset.Charset; import java.nio.charset.StandardCharsets; public class Base36 { private static final Cha...
阅读全文
posted @ 2019-01-03 16:05 袜子破了
阅读(1034)
评论(0)
推荐(0)
编辑
2018年10月16日
国家码和reginCode映射关系
摘要: import org.apache.commons.lang.StringUtils; import java.util.HashMap; import java.util.Map; public class PhoneNumberUtils { private static Map region_country_Map = new HashMap(); private s...
阅读全文
posted @ 2018-10-16 14:47 袜子破了
阅读(462)
评论(0)
推荐(0)
编辑
2018年9月1日
简单Hash函数LongHash
摘要: import java.security.SecureRandom; import java.util.Random; public class LongHash { private static long seed = 0xc4ceb9fe1a85ec53L; private static Random rand = new SecureRandom(); /**...
阅读全文
posted @ 2018-09-01 12:21 袜子破了
阅读(1198)
评论(0)
推荐(0)
编辑
2018年8月27日
简单的对象序列化协议(伪代码)
摘要: var person = defineTLClass({ name:tl("String",1), sex:tl("Int",2), time:tl("Long",3), time:tl("Long",10) }); 168421 1--2 2--4 3--8 4--16 5--32 6--64 7--128 8--256 最多256个属性 8位 类型 8位 (1-8基本类型,9...
阅读全文
posted @ 2018-08-27 15:21 袜子破了
阅读(157)
评论(0)
推荐(0)
编辑
2018年7月29日
Java BASE58 以及 md5,sha256,sha1
摘要: package cn.ubibi.wsblog.utils; import java.io.UnsupportedEncodingException; import java.math.BigInteger; public class Base58 { private static final char[] ALPHABET = "123456789ABCDEFGHJK...
阅读全文
posted @ 2018-07-29 20:50 袜子破了
阅读(1036)
评论(0)
推荐(0)
编辑
2018年7月19日
DynamicEnumUtil 动态添加枚举类的枚举值
摘要: 测试类
阅读全文
posted @ 2018-07-19 17:41 袜子破了
阅读(6516)
评论(1)
推荐(0)
编辑
2018年6月10日
解决运营商流量劫持的方法
摘要: <script> document.createElement_1 = document.createElement; document.createElement = function (elementName) { if (elementName 'script' || elementName
阅读全文
posted @ 2018-06-10 10:59 袜子破了
阅读(1120)
评论(0)
推荐(0)
编辑
2018年6月4日
DataBaseDaoAbstract
摘要: import java.lang.reflect.Method; import java.math.BigDecimal; import java.sql.PreparedStatement; import java.sql.ResultSet; import java.sql.ResultSetMetaData; import java.sql.SQLException; import jav...
阅读全文
posted @ 2018-06-04 11:47 袜子破了
阅读(165)
评论(0)
推荐(0)
编辑
2018年5月13日
以太坊工具
摘要: 在线以太坊智能合约编辑器 https://ethfiddle.com/ 以太坊区块链浏览器 https://etherscan.io/
阅读全文
posted @ 2018-05-13 09:59 袜子破了
阅读(131)
评论(0)
推荐(0)
编辑
2018年5月10日
BasicConverter 基本数据类型转换器
摘要: package cn.ubibi.jettyboot.framework.commons; import com.alibaba.fastjson.JSON; import com.alibaba.fastjson.JSONArray; import com.alibaba.fastjson.JSONObject; import java.math.BigDecimal; import ja...
阅读全文
posted @ 2018-05-10 10:41 袜子破了
阅读(313)
评论(0)
推荐(0)
编辑
上一页
1
···
3
4
5
6
7
8
9
10
11
···
14
下一页