上一页 1 2 3 4 5 6 ··· 35 下一页
摘要: 全过程参考 :http://blog.csdn.net/simba_cheng/article/details/50994752遇到的问题:tomcat deploy error: Error copying configuration files from ...解决办法:sudo chmod - 阅读全文
posted @ 2016-08-25 09:36 chuiyuan 阅读(157) 评论(0) 推荐(0) 编辑
摘要: ref: http://stackoverflow.com/questions/25624247/uninstall-mongodb-correctly-and-install-mongodb-again 阅读全文
posted @ 2016-08-07 00:06 chuiyuan 阅读(107) 评论(0) 推荐(0) 编辑
摘要: 要想用gitignore忽略文件,必须先把它们从staged中移除:commit你已有的改变,保存当前的工作。git rm --cached file/path/to/be/ignored。git add .git commit -m "fixed untracked files" 文/willhe 阅读全文
posted @ 2016-07-31 22:13 chuiyuan 阅读(179) 评论(0) 推荐(1) 编辑
摘要: 1.修改mysql 配置文件 在/etc/mysql/my.cnf中,注释掉 skip-external-locking bind-address = 127.0.0.1 2.重启mysql sudo /etc/init.d/mysql restart 这时如果运行 sudo lsof -i -P 阅读全文
posted @ 2016-05-23 18:02 chuiyuan 阅读(495) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/pi9nc/article/details/9281829 http://www.cnblogs.com/sunzn/archive/2013/05/10/3064129.html http://www.cnblogs.com/linjzong/p/4191 阅读全文
posted @ 2016-05-23 11:52 chuiyuan 阅读(105) 评论(0) 推荐(0) 编辑
摘要: view 坐标分析 参考View事件分析汇总 一. 移动View的7种方法 1.Layout layout(getLeft()+50,getTop()+100,getRight()+50,getBottom()+100); getLeft()等值改变。(这里指的有getLeft/getRight/g 阅读全文
posted @ 2016-05-23 11:36 chuiyuan 阅读(590) 评论(2) 推荐(0) 编辑
摘要: REF http://kaedea.com/2015/10/11/android-mvp-pattern/ 阅读全文
posted @ 2016-05-19 22:57 chuiyuan 阅读(173) 评论(0) 推荐(0) 编辑
摘要: (1) Download charles from office web. (2) Replace charles.jar in lib with you own charles.jar file. You can download it from http://pan.baidu.com/disk 阅读全文
posted @ 2016-05-18 11:07 chuiyuan 阅读(316) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/csulennon/p/4418734.html http://blog.csdn.net/wdjhzw/article/details/39118651 http://blog.csdn.net/wdjhzw/article/details/40377 阅读全文
posted @ 2016-05-17 21:27 chuiyuan 阅读(219) 评论(0) 推荐(0) 编辑
摘要: ref http://blog.csdn.net/bigconvience/article/details/26582497 阅读全文
posted @ 2016-05-10 22:45 chuiyuan 阅读(146) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 35 下一页