会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
chuiyuan
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
···
35
下一页
2016年8月25日
deploy java web in IDEA with tomcat
摘要: 全过程参考 :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
阅读(160)
评论(0)
推荐(0)
2016年8月7日
mongodb install
摘要: ref: http://stackoverflow.com/questions/25624247/uninstall-mongodb-correctly-and-install-mongodb-again
阅读全文
posted @ 2016-08-07 00:06 chuiyuan
阅读(114)
评论(0)
推荐(0)
2016年7月31日
gitignore
摘要: 要想用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
阅读(184)
评论(0)
推荐(1)
2016年5月23日
Mysql remote connection
摘要: 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
阅读(513)
评论(0)
推荐(0)
Android事件分发机制
摘要: 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
阅读(109)
评论(0)
推荐(0)
View坐标分析汇总
摘要: 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
阅读(610)
评论(2)
推荐(0)
2016年5月19日
Android MVP
摘要: REF http://kaedea.com/2015/10/11/android-mvp-pattern/
阅读全文
posted @ 2016-05-19 22:57 chuiyuan
阅读(178)
评论(0)
推荐(0)
2016年5月18日
linux charles install and crack
摘要: (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
阅读(328)
评论(0)
推荐(0)
2016年5月17日
ubuntu 14.04 install ap-hotspot
摘要: 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
阅读(222)
评论(0)
推荐(0)
2016年5月10日
Android获取LayoutInflater对象的方法总结
摘要: ref http://blog.csdn.net/bigconvience/article/details/26582497
阅读全文
posted @ 2016-05-10 22:45 chuiyuan
阅读(184)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
···
35
下一页
公告