摘要: 1.普通动画: [UIView beginAnimations:nil context:nil]; [UIView setAnimationDuration:2]; frame.origin.x += 150; [img setFrame:frame]; [UIView commitAnimatio 阅读全文
posted @ 2016-04-11 17:29 专注it 阅读(148) 评论(0) 推荐(0)
摘要: git init 在git命令行中依次输入 touch readme.txt并回车, git add . 点代表所有, git commit -m "init first"并回车,三条命令,这三条命令作用是创建一个readme.txt文件并提交到版本库中. git remote add origin 阅读全文
posted @ 2016-04-11 17:12 专注it 阅读(312) 评论(0) 推荐(0)