上一页 1 ··· 4 5 6 7 8 9 10 下一页
摘要: http://www.2cto.com/kf/201405/297472.html 阅读全文
posted @ 2014-12-05 16:51 裸奔到月球 阅读(161) 评论(0) 推荐(0)
摘要: http://www.pedant.cn/2014/08/01/sqliteopenhelper-onupgrade-ondowngrade-handle/SQLite是Android内置的一个很小的关系型数据库。SQLiteOpenHelper是一个用来辅助管理数据库创建和版本升级问题的抽象类。我... 阅读全文
posted @ 2014-12-03 16:35 裸奔到月球 阅读(303) 评论(0) 推荐(0)
摘要: http://zhangshixi.iteye.com/blog/674856 阅读全文
posted @ 2014-11-18 12:57 裸奔到月球 阅读(154) 评论(0) 推荐(0)
摘要: http://geyubin.iteye.com/blog/1513796 阅读全文
posted @ 2014-10-13 19:49 裸奔到月球 阅读(169) 评论(0) 推荐(0)
摘要: NSTimer *myTimer = [NSTimer scheduledTimerWithTimeInterval:1.5 target:self selector:@selector(scrollTimer) userInfo:nil repeats:NO];//关闭定时器[myTimer se... 阅读全文
posted @ 2014-09-25 22:22 裸奔到月球 阅读(126) 评论(0) 推荐(0)
摘要: http://www.cocoachina.com/bbs/read.php?tid=56126&page=1http://www.cocoachina.com/bbs/read.php?tid=25118&page=1已经发现错在哪了,汗,怀疑lz是不是没测试过上传,委托方法的名字写错了,- (v... 阅读全文
posted @ 2014-08-26 22:08 裸奔到月球 阅读(405) 评论(0) 推荐(0)
摘要: http://code.cocoachina.com/ 阅读全文
posted @ 2014-08-26 22:01 裸奔到月球 阅读(119) 评论(0) 推荐(0)
摘要: http://www.cnblogs.com/qhyhao/p/3598394.html 阅读全文
posted @ 2014-05-30 16:11 裸奔到月球 阅读(85) 评论(0) 推荐(0)
摘要: http://www.cnblogs.com/jqyp/archive/2010/12/10/1902498.html 阅读全文
posted @ 2013-09-26 22:32 裸奔到月球 阅读(104) 评论(0) 推荐(0)
摘要: package com.gufengxiachen.broadcast;import android.app.Service;import android.content.Intent;import android.os.IBinder;public class LocalService extends Service{ private int progress; @Override public IBinder onBind(Intent intent) { // TODO Auto-generated method stub return null; } @Override publ... 阅读全文
posted @ 2013-09-26 00:23 裸奔到月球 阅读(157) 评论(0) 推荐(0)
上一页 1 ··· 4 5 6 7 8 9 10 下一页