摘要:
1.cocos2dxbox2d实现物体爆裂效果http://blog.csdn.net/dragoncheng/article/details/7787471
阅读全文
posted @ 2013-01-20 22:19
纯洁的坏蛋
阅读(111)
推荐(0)
摘要:
问:在平时Android开发时突然执行程序,出现了 Application does not specify a android.test.InstrumentationTestRunner instrumentation or does not declare uses- libraryandro...
阅读全文
posted @ 2013-01-20 18:40
纯洁的坏蛋
阅读(235)
推荐(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
纯洁的坏蛋
阅读(1330)
推荐(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
纯洁的坏蛋
阅读(213)
推荐(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
纯洁的坏蛋
阅读(197)
推荐(0)
摘要:
template void reverse ( BidirectionalIterator first, BidirectionalIterator last);如果不是改变原来的容器,而是翻转之后放在新容器里面,直接用reverse_copy ( BidirectionalIterator f...
阅读全文
posted @ 2013-01-02 18:58
纯洁的坏蛋
阅读(15385)
推荐(0)
摘要:
dilog.xml 代码里面:private void CreateLoginAlert() { LayoutInflater factory = LayoutInflater.from(Logi...
阅读全文
posted @ 2012-12-12 23:12
纯洁的坏蛋
阅读(533)
推荐(0)
posted @ 2012-12-12 21:58
纯洁的坏蛋
阅读(319)
推荐(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
纯洁的坏蛋
阅读(208)
推荐(0)
摘要:
/** * 自定义触摸事件 * @author tian * */ private class TouchListener implements OnTouchListener{ private PointF startPoint = new Poi...
阅读全文
posted @ 2012-12-11 11:51
纯洁的坏蛋
阅读(186)
推荐(0)