09 2016 档案

摘要:分别有仓库 A(github),B(JAE 的 git),本机为C。 假设以 a 仓库作为最终的使用仓库, b为发布仓库。分支都为 dev 第一步,增加远程仓库 git remote add origin1 git.agit remote add origin2 git.b 第二步,本地确保没 ch 阅读全文
posted @ 2016-09-21 13:31 lucktian 阅读(7188) 评论(0) 推荐(0)
摘要:import java.io.UnsupportedEncodingException;import java.security.MessageDigest;import java.security.NoSuchAlgorithmException; public class MD5 {/* * M 阅读全文
posted @ 2016-09-12 19:32 lucktian 阅读(1034) 评论(0) 推荐(0)