自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(8)
  • 资源 (4)
  • 收藏
  • 关注

转载 iOS Quartz 各种绘制图形用法

// Only override drawRect: if you perform custom drawing.// An empty implementation adversely affects performance during animation.- (void)drawRect:(CGRect)rect{ CGContextRef context = UIGraphi

2014-11-17 14:39:03 404

原创 UIScrollView滚动获取停止点及禁止惯性滚动

UIScrollView实现Delegate#pragma mark - UIScrollViewDelegate- (void)scrollViewDidEndDecelerating:(UIScrollView *)scrollView{ NSLog(@"scrollViewDidEndDecelerating:"); /* 获取当前scr

2014-11-14 10:11:21 5469

原创 在线程中对Surface清屏

SurfaceHolder surfaceHolder = monitor.tileView.getHolder(); Canvas canvas = surfaceHolder.lockCanvas(); canvas.drawColor(Color.TRANSPARENT,Mode.CLEAR); surfaceHolder.unlockCanvasAndPost(ca

2014-10-13 10:10:38 632

转载 detaching thread with interp frames (count=2)

Because the callback happens on some native thread, different from the  VM thread which loads the library.  The JNI implementation maintains a JNIEnvper thread, and puts the pointer in thread-local st

2014-09-25 14:01:53 1705

原创 简短一句话

1、C++的成员变量一定要初始化!

2014-09-13 17:00:12 392

原创 ExpandableListView的用法

1、初始化ExpandableListView

2014-09-03 11:35:08 657

原创 UITableview的基本用法

- (NSInteger)numberOfSectionsInTableView:(UITableView *)tableView{ return [[m_historyDictionary allKeys] count];}- (NSString *)tableView:(UITableView *)tableView titleForHeaderInSection:(NSInt

2014-08-18 13:54:39 407

原创 iOS多线程GCD的基本用法

// 后台执行: dispatch_async(dispatch_get_global_queue(0, 0), ^{ // something }); // 主线程执行: dispatch_async(dispatch_get_main_queue(), ^{ // something }); // 一次性执行: static dispatch_onc

2014-08-13 13:53:01 482

数据库系统概论答案第四版

数据库系统概论答案第四版 数据库系统概论答案第四版 数据库系统概论答案第四版

2011-06-07

《数据结构》算法实现及解析_高一凡

《数据结构》算法实现及解析_高一凡 配合严蔚敏、吴伟明编著的《数据结构》(C语言版)

2011-05-29

软件工程 中文版 [原书英文第8版]

软件工程 中文版 [原书英文第8版] 影印版 软件工程 中文版 [原书英文第8版] 影印版 软件工程 中文版 [原书英文第8版] 影印版

2011-06-13

数据结构(C语言) 及习题集

内包含 数据结构 - C语言 - 严蔚敏.pdf 严蔚敏《数据结构(C语言版)习题集》答案.pdf

2011-05-29

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除