自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(5)
  • 资源 (2)
  • 收藏
  • 关注

转载 Yaw, Pitch, Roll的含义

<br /><br />Yaw – Vertical axis<br /><br />Pitch – Lateral axis<br /><br />Roll – Longitudinal axis<br /><br />The Position of All three axes<br /><br /> <br /> 

2011-04-26 12:39:00 6053

原创 iPad横屏后TableView等控件相应的区域有问题

<br />现象是:将iPad横屏后,想要通过initWithFrame的方式设置位置在屏幕的左侧显示从上到下填满的TableView,但是这个view只显示了上侧的一半。代码如下:<br /> { // head table CGRect r = CGRectMake(0, 0, 180, 768); headTableView = [[UITableView alloc] initWithFrame:r style:UITableViewStylePlain]; headTa

2011-04-12 17:37:00 2918

转载 iOS常用的开源类库

开发几个常用的开源类库及下载地址: 引用 1.json json编码解码 2.GTMBase64 base64编码解码 3.TouchXML xml解析 4.SFHFKeychainUtils 安全保存用户密码到keychain中 5.MBProgressHUD 很棒的一个加载等待特效框架 6.ASIHTTPRequest http等相关协议封装 7.EGORefreshTableHeaderView 下拉刷新代码 8.AsyncImageView 异步加载图片并缓存代码 9.类似set

2011-04-12 13:04:00 7467

转载 iphone中cocoa里frame和bounds 的区别

<br /> <br />The frame of an UIView is the rectangle, expressed as a location (x,y) and size (width,height) relative to the superview it is contained within.<br />The bounds of an UIView is the rectangle, expressed as a location (x,y) and size (width,heigh

2011-04-12 10:52:00 2554

原创 IPAD修改成横屏模式运行app,要改的东西真多。

<br />1.info.plis里要加“Supported interface orientations"一项,内容设成“Landscape"<br /> <br />2.controller的代码里shouldAutorotateToInterfaceOrientation函数要写成:<br />- (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)toInterfaceOrientation{ return (

2011-04-11 15:17:00 4277

MSR-Action3D数据集

MSR-Action3D数据集包含20个动作:高臂波、水平臂波、锤、手抓、向前冲、高抛、画x、画勾、画圆、手拍、双手波、侧拳、弯、前踢、侧踢、慢跑、网球挥杆、网球发球、高尔夫挥杆、拾取、拾取、扔。有10个实验对象,每个实验对象要做2到3次动作。总共有567个深度图序列。

2020-07-01

支持rtsp协议的开源项目libnemesi

Libnemesi let you add multimedia streaming playback in your applications in a quick and straightforward way. This software, derived from the experience matured with NeMeSi is fully compliant with IETF's standards for real-time streaming of multimedia contents over Internet. libnemesi implements RTSP – Real-Time Streaming Protocol (RFC2326) and RTP/RTCP – Real-Time Transport Protocol/RTP Control Protocol (RFC3550) supporting the RTP Profile for Audio and Video Conferences with Minimal Control (RFC3551).

2009-06-11

空空如也

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

TA关注的人

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