09 2014 档案

Mac系统安装Lua
摘要:1.下载最新版的lua-5.2.3 请点击,然后解压2. 运行“终端”进入到该文件夹下,主要是cd 【文件夹名】3.在“终端”输入 make macosx (回车)4.在“终端”输入 make test (回车)正常情况下会出现: src/lua -v Lua 5.2.3 Cop... 阅读全文

posted @ 2014-09-29 10:19 屁屁侠 阅读(572) 评论(0) 推荐(0) 编辑

Is there a way to get a Cursor from a GreenDao Query object?
摘要:转:http://stackoverflow.com/questions/13584876/is-there-a-way-to-get-a-cursor-from-a-greendao-query-objectAssume you have Query objectqueryand dao sess... 阅读全文

posted @ 2014-09-12 09:40 屁屁侠 阅读(769) 评论(0) 推荐(0) 编辑

Android 手动显示和隐藏软键盘
摘要:转:http://blog.csdn.net/h7870181/article/details/83329911、方法一(如果输入法在窗口上已经显示,则隐藏,反之则显示)InputMethodManager imm = (InputMethodManager) getSystemService(Co... 阅读全文

posted @ 2014-09-11 16:48 屁屁侠 阅读(372) 评论(0) 推荐(0) 编辑

MOTIONEVENT的GETX()和GETRAWX()和VIEW的GETLEFT()3个方法的区别
摘要: 阅读全文

posted @ 2014-09-11 06:54 屁屁侠 阅读(722) 评论(0) 推荐(0) 编辑

android 修改listview item view 的方法
摘要:具体的解答办法很简单:代码如下 :1.获取需要更新的viewint visiblePosition = mListView.getFirstVisiblePosition(); View view = mListView.getChildAt(position - visibl... 阅读全文

posted @ 2014-09-11 06:50 屁屁侠 阅读(5689) 评论(0) 推荐(0) 编辑

Java自动创建多层文件目录
摘要:// 创建文件上传路径 public static void mkdir(String path) { File fd = null; try { fd = new File(path); if (!fd.exists()... 阅读全文

posted @ 2014-09-11 06:38 屁屁侠 阅读(2973) 评论(0) 推荐(0) 编辑

mac下增加eclipse内存
摘要:在mac上找不到eclipse.ini文件编辑内存限制,在eclipse安装目录右击eclipse程序,选“显示包内容”,eclipse.ini就在 Content/MacOS下。 阅读全文

posted @ 2014-09-09 09:57 屁屁侠 阅读(3820) 评论(0) 推荐(1) 编辑

Animation.setFillAfter and Animation.setFillBefore的作用
摘要:转:http://blog.csdn.net/yangweigbh/article/details/9788531setFillAfter(boolean fillAfter) 在Android developer上的文档:If fillAfter is true, the transformati... 阅读全文

posted @ 2014-09-09 09:45 屁屁侠 阅读(13464) 评论(0) 推荐(1) 编辑

Eclipse - Mac Os Default JRE missing
摘要:转:http://stackoverflow.com/questions/1736993/eclipse-mac-os-default-jre-missing1) Follow Joshua's answer: "Help->Install New Software... Select: Galil... 阅读全文

posted @ 2014-09-01 17:01 屁屁侠 阅读(1422) 评论(0) 推荐(0) 编辑

导航

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5
点击右上角即可分享
微信分享提示