03 2012 档案

摘要:Maximizer – 任意程序全屏化 [Mac] 21 文章标签: Mac/ 增强/ 系统. 新版的Mac系统Lion有一个新特性:程序全屏化。全屏化的效果就是上面的菜单栏和下面的Dock栏自动隐藏,整个程序占满整个屏幕。最近子桑二狗败了一台2011款的11寸低配置的Macbook Air(... 阅读全文
posted @ 2012-03-30 23:27 jprothwell 阅读(382) 评论(0) 推荐(0)
摘要:经过两个多月的奋战,从无到有,现在iPhone4平台上实时音视频对话已取得初步成果。其间查阅了很多资料,感谢这些信息的提供者。继往开来,我写下此文。我只列出要点,具体编码以及平台移植各位自己去努力吧。照着下面的步骤,您一定能做出来的。 1,视频采集用iPhone4SDK里面的AVCaptureSes... 阅读全文
posted @ 2012-03-30 22:05 jprothwell 阅读(643) 评论(0) 推荐(1)
摘要:make 命令参数笔记 博客分类: C/C++ c makefile make -b 忽略兼容性 -B 无条件make所有目标 -C dir或者--directory=DIR 在读取makefile文件前,先切换到"dir"目录下,即把dir当作为当前目录... 阅读全文
posted @ 2012-03-30 21:35 jprothwell 阅读(994) 评论(0) 推荐(0)
摘要:用户名/^[a-z0-9_-]{3,16}$/密码/^[a-z0-9_-]{6,18}$/十六进制值/^#?([a-f0-9]{6}|[a-f0-9]{3})$/电子邮箱/^([a-z0-9_\.-]+)@([\da-z\.-]+)\.([a-z\.]{2,6})$/URL/^(https?:\/\... 阅读全文
posted @ 2012-03-28 07:00 jprothwell 阅读(343) 评论(0) 推荐(0)
摘要:https://developer.apple.com/resources/http-streaming/ http://blog.csdn.net/jjmm2035/article/details/5302300 http://blog.csdn.net/tozheng/article/det... 阅读全文
posted @ 2012-03-21 22:21 jprothwell 阅读(184) 评论(0) 推荐(0)
摘要:ios 开源代码 阅读全文
posted @ 2012-03-20 22:19 jprothwell
摘要: 阅读全文
posted @ 2012-03-15 22:33 jprothwell 阅读(124) 评论(0) 推荐(0)
摘要:Mac OS上的远程桌面 最近在做Mac上面的开发,经常在win7和Mac两台电脑上操作,两个键盘,两个鼠标,搞得头都大了,所以干脆把Mac机器远程到win7上面,统一来做,方便些。。哈哈!说实话,Mac键盘那些按键真还有点特殊,还得想办法弄弄! 下面转载一篇关于Mac OS的远程桌... 阅读全文
posted @ 2012-03-14 09:05 jprothwell 阅读(417) 评论(0) 推荐(0)
该文被密码保护。
posted @ 2012-03-13 22:44 jprothwell 阅读(4) 评论(0) 推荐(0)
该文被密码保护。
posted @ 2012-03-13 22:26 jprothwell 阅读(4) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2012-03-12 21:20 jprothwell 阅读(234) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2012-03-12 20:46 jprothwell 阅读(129) 评论(0) 推荐(0)
摘要:1 /*************************************************************************** 2 3 Toast+UIView.h 4 Toast 5 Version 0.1 6 7 Co... 阅读全文
posted @ 2012-03-12 20:28 jprothwell 阅读(502) 评论(0) 推荐(0)
摘要:方法1 -(void)earthquake:(UIView*)itemView{ CGFloat t =2.0; CGAffineTransform leftQuake =CGAffineTransformTranslate(CGAffineTransformIdentity, t,-t); ... 阅读全文
posted @ 2012-03-08 22:09 jprothwell 阅读(234) 评论(0) 推荐(0)