摘要: 2017-07-1 2017-07-19 16:13:23.526 多线程[54069:31793118] str1:hello world str2:hello 当一个可变字符串,赋值给一个strong修饰的,不可变字符串,,随后对可变字符串修改,不可变字符串会跟随着改变, 当一个可变字符串,赋值 阅读全文
posted @ 2017-07-19 16:27 o.0...w 阅读(160) 评论(0) 推荐(0)
摘要: 创建本地版本库: git init 查看本地仓库状体 git status 撤销本地还未提交的改动 git checkout -- file-name 添加本地修改 git add file-name 提交本地修改 git commit -m"decripiton" 将当前分支提交的修改推送到远程仓 阅读全文
posted @ 2017-07-19 16:20 o.0...w 阅读(185) 评论(0) 推荐(0)