ios
zzycgfans
科学技术是第一生产力
展开
-
在mac编译调试php的工具xdebug
Compiling & installing Xdebug for PHP 5.2.5 (Entropy.ch build) on OS X 10.5 http://alexander.kirk.at/2008/12/26/debugging-php-on-mac-os-x/ http://www.designified.com/blog/article/60/compiling-instal转载 2012-07-11 16:20:08 · 5744 阅读 · 0 评论 -
在Mac OS X中配置Apache + PHP + MySQL
启动Apache 有两种方法: 打开“系统设置偏好(System Preferences)” -> “共享(Sharing)” -> “Web共享(Web Sharing)”打开“终端(terminal)”,然后(注意:sudo需要的密码就是系统的root帐号密码) 运行“sudo apachectl start”,再输入帐号密码,这样Apache就运行了。运行“sudo apach转载 2012-07-11 16:19:14 · 1088 阅读 · 0 评论 -
视图之UINavigationController结构解析(侧重于文档分析)
UINavigationController是IOS编程中比较常用的一种容器view controller,很多系统的控件(如UIImagePickerViewController)以及很多有名的APP中(如qq,系统相册等)都有用到。说是使用详解,其实我只会介绍几个自认为比较重要或者容易放错的地方进行讲解,下面让我们挨个探探究竟: 首先上一张图(来自苹果官方文档):转载 2012-12-12 18:14:00 · 1222 阅读 · 0 评论