摘要: 第一步:Mac OS X 10.5 已经增加支持了由VNC Viewer访问的功能,设置如下: 系统偏好设置-共享-勾选“屏幕共享”,然后在电脑设置—VNC显示程序可以使用密码控制屏幕输入8位密码,并输入登录使用的密码允许设置,这样就可以通过其它PC或Mac上的VNC Viewer来连接这台Msc进... 阅读全文
posted @ 2012-02-23 13:09 jprothwell 阅读(206) 评论(0) 推荐(0) 编辑
摘要: @class UIProgressView;@protocol UIDownloadActivityIndicatorDelegate;@interface UIDownloadActivityIndicator : UIActivityIndicatorView {NSURLRequest... 阅读全文
posted @ 2011-03-16 16:00 jprothwell 阅读(409) 评论(0) 推荐(0) 编辑
摘要: #import <QuartzCore/QuartzCore.h> UILabel*label=[[UILabel alloc]init]; [label setTextColor:[UIColor whiteColor]]; [label setBackgroundColor:[UIColor darkGrayColor]]; [[label layer]setBorderWidth:2]; [[label layer]setCornerRadius:15]; [[label layer]setBorderColor:[UIColor whiteColor].CGColor].. 阅读全文
posted @ 2011-03-16 15:43 jprothwell 阅读(240) 评论(0) 推荐(0) 编辑
摘要: 首先声明一下,apple的官方文档是最重要的,一下网站只是本人学习过程中存在问题时,所寻找的相关帮助网页,有时间的话,对每一个网页写一些注释吧sqllite相关http://iwins.blog.51cto.com/735853/211747http://linglong117.blog.163.c... 阅读全文
posted @ 2011-03-16 15:09 jprothwell 阅读(580) 评论(0) 推荐(0) 编辑
摘要: 控制iPhone 底部 TabBar 背景 最近开始投入开发当中,其中遇到了不少问题,也花了不少的时间去找方法.以下共享我找到的资料 //控制底部 Tabar 背景,用一张背景图代替.其原理就是往tabbar 中插入一个”视图”,把原来的替换掉,最少我是这样理解的. CGRect tabB... 阅读全文
posted @ 2011-03-16 14:04 jprothwell 阅读(396) 评论(0) 推荐(0) 编辑
摘要: HTTP请求头概述 (HttpServletRequest) HTTP客户程序(例如浏览器),向服务器发送请求的时候必须指明请求类型(一般是GET或者POST或者HEAD)。 如有必要,客户程序还可以选择发送其他的请求头。大多数请求头并不是必需的,但... 阅读全文
posted @ 2011-03-14 16:07 jprothwell 阅读(276) 评论(0) 推荐(0) 编辑
摘要: - (NSString *)URLEncodedString:(NSString *)string{ NSString *result = (NSString *)CFURLCreateStringByAddingPercentEscapes(kCFAllocatorDefault, (CFStri... 阅读全文
posted @ 2011-03-14 11:42 jprothwell 阅读(361) 评论(0) 推荐(0) 编辑