摘要: git reset --hard git push origin HEAD --force 阅读全文
posted @ 2015-07-21 15:10 FrankYou 阅读(327) 评论(0) 推荐(0) 编辑
摘要: git config --global user.name "Your Name" git config --global user.email you@example.com 阅读全文
posted @ 2015-07-21 15:08 FrankYou 阅读(464) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2015-07-21 11:30 FrankYou 阅读(5729) 评论(0) 推荐(0) 编辑
摘要: 1 /// 2 /// 数字签名并返回BASE64编码的字符串 3 /// 4 /// 待签名内容 5 /// 私钥文件路径 6 /// 7 internal static str... 阅读全文
posted @ 2015-07-21 11:27 FrankYou 阅读(4684) 评论(4) 推荐(0) 编辑
摘要: 1 internal class CcbRsaCryptProvider 2 { 3 private static RSACryptoServiceProvider _providerForSign; 4 private static RSACryptoServic... 阅读全文
posted @ 2015-07-21 11:24 FrankYou 阅读(1711) 评论(0) 推荐(0) 编辑
摘要: 测试代码: RSAUtils.java 阅读全文
posted @ 2015-07-21 11:01 FrankYou 阅读(4401) 评论(1) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2015-07-21 10:58 FrankYou 阅读(13564) 评论(0) 推荐(0) 编辑