摘要: git是版本控制工具 github是一个网站,git可以把项目上传至这个网站 1:先下载git,并且安装,一般默认即可,安装成功可以点击电脑右键出现 2:生成id_rsa.pub, 配置账号和邮箱 点击电脑左键,出现上图,点击Git Base Here出现 输入ssh-keygen -t rsa - 阅读全文
posted @ 2016-12-07 17:54 跳动的米 阅读(2517) 评论(0) 推荐(0) 编辑
摘要: 要查看源码,先下载SDK对应的Sources For AndroidSDK 阅读全文
posted @ 2016-12-07 17:03 跳动的米 阅读(1873) 评论(0) 推荐(0) 编辑
摘要: public class MainActivity extends AppCompatActivity { private TextView tv; private Button task; private Timer timer; private TimerTask timetask; @Over 阅读全文
posted @ 2016-12-07 16:52 跳动的米 阅读(556) 评论(0) 推荐(0) 编辑
摘要: 先看代码:自定进度圆 android.view.ViewRootImpl$CalledFromWrongThreadException: Only the original thread that created a view hierarchy can touch its views. at an 阅读全文
posted @ 2016-12-07 15:28 跳动的米 阅读(617) 评论(0) 推荐(0) 编辑