上一页 1 ··· 6 7 8 9 10 11 12 13 下一页
摘要: 1.cocos2dxbox2d实现物体爆裂效果http://blog.csdn.net/dragoncheng/article/details/7787471 阅读全文
posted @ 2013-01-20 22:19 纯洁的坏蛋 阅读(104) 评论(0) 推荐(0) 编辑
摘要: 问:在平时Android开发时突然执行程序,出现了 Application does not specify a android.test.InstrumentationTestRunner instrumentation or does not declare uses- libraryandro... 阅读全文
posted @ 2013-01-20 18:40 纯洁的坏蛋 阅读(214) 评论(0) 推荐(0) 编辑
摘要: package com.sms.db;import java.io.BufferedReader;import java.io.File;import java.io.FileInputStream;import java.io.FileOutputStream;import java.io.Fil... 阅读全文
posted @ 2013-01-19 13:16 纯洁的坏蛋 阅读(1309) 评论(0) 推荐(0) 编辑
摘要: wget https://www.kernel.org/pub/linux/kernel/projects/backports/2013/03/04/compat-drivers-2013-03-04-u.tar.bz2./scripts/driver-select alxmakesudo make... 阅读全文
posted @ 2013-01-10 16:46 纯洁的坏蛋 阅读(207) 评论(0) 推荐(0) 编辑
摘要: I got the GPU running on Lenovo Y480P on Ubuntu 12.04/12.10. It has Nvidia GT640M LE. There is a bug in ACPI module. It detects the wrong handle. Use ... 阅读全文
posted @ 2013-01-10 12:46 纯洁的坏蛋 阅读(186) 评论(0) 推荐(0) 编辑
摘要: template void reverse ( BidirectionalIterator first, BidirectionalIterator last);如果不是改变原来的容器,而是翻转之后放在新容器里面,直接用reverse_copy ( BidirectionalIterator f... 阅读全文
posted @ 2013-01-02 18:58 纯洁的坏蛋 阅读(15308) 评论(0) 推荐(0) 编辑
摘要: dilog.xml 代码里面:private void CreateLoginAlert() { LayoutInflater factory = LayoutInflater.from(Logi... 阅读全文
posted @ 2012-12-12 23:12 纯洁的坏蛋 阅读(529) 评论(0) 推荐(0) 编辑
摘要: ... 阅读全文
posted @ 2012-12-12 21:58 纯洁的坏蛋 阅读(315) 评论(0) 推荐(0) 编辑
摘要: package com.xiaoqiu.util;public class User implements java.io.Serializable { private String name; private String password; public User() { } public Us... 阅读全文
posted @ 2012-12-11 22:19 纯洁的坏蛋 阅读(204) 评论(0) 推荐(0) 编辑
摘要: /** * 自定义触摸事件 * @author tian * */ private class TouchListener implements OnTouchListener{ private PointF startPoint = new Poi... 阅读全文
posted @ 2012-12-11 11:51 纯洁的坏蛋 阅读(178) 评论(0) 推荐(0) 编辑
上一页 1 ··· 6 7 8 9 10 11 12 13 下一页