摘要:
var Wi = [7, 9, 10, 5, 8, 4, 2, 1, 6, 3, 7, 9, 10, 5, 8, 4, 2, 1]; // 加权因子 var ValideCode = [1, 0, 10, 9, 8, 7, 6, 5, 4, 3, 2 阅读全文
摘要:
设置用户信息: git config [--global] user.email git comfig [--global] user.password 提交代码: git commit -m [message] //提交暂存区到仓库区 git commit [file1] [file2] -m[m 阅读全文