06 2015 档案

摘要:下面是常用的一些属性RelativeLayout用到的一些重要的属性:第一类:属性值为true或falseandroid:layout_centerHrizontal 水平居中android:layout_centerVertical 垂直居中android:layout_centerInparen... 阅读全文
posted @ 2015-06-18 16:21 也猫不要吃鱼 阅读(123) 评论(0) 推荐(0)
摘要:Git是分布式的代码管理工具,远程的代码管理是基于SSH的,所以要使用远程的Git则需要SSH的配置。github的SSH配置如下:一 、设置Git的user name和email:$ git config --global user.name "xuhaiyan"$ git config --gl... 阅读全文
posted @ 2015-06-05 10:10 也猫不要吃鱼 阅读(200) 评论(0) 推荐(0)