IT_百度空间
 
个人档案
 
shizu3

 
   
 
文章分类
 
 
 
 
 
 
Css(1)
 
 
Html(2)
 
 
 
 
Else(0)
 
 
 
 
Iphone(15)
 
     
 
订阅我的空间
 
已有人次访问本空间
 
订阅RSS  什么是RSS?

您也想拥有这样的空间?请点此申请。
     
 
最近访客
 
 

syuanq

hounbanbanba

hby720

majian_happy

785803019

finaland

yangjiaweivip

wwcc1120
     
 
好友最新文章
 
     
 
 
文章列表
 
2012-01-29 16:27


 
2011-09-29 21:06
root@tonyvicky:# tar vxzf memcache-1.5.tgz
root@tonyvicky:# cd memcache-1.5
root@tonyvicky:# /usr/local/php/bin/phpize
root@tonyvicky:# ./configure --enable-memcache --with-php-config=/usr/local/php/bin/php-config --with-zlib-dir
root@tonyvicky:# make
root@tonyvicky:# make install

 
2011-09-29 16:11

# cat domain.conf 

server

{

    listen   443;

    server_name  domain.com;

    ssl on;

    ssl_certificate /..../server.crt;

    ssl_certificate_key /..../server.key;

......

 
2011-09-24 16:11
首先我们需要的工具是~Tunnelblick,这个软件。
你可以去这里下载
http://code.google.com/p/tunnelblick/
 
安装,很简单。下载下来是一个dmg文件,打开dmg文件后,你会看到下图:
 
2011-09-15 10:07

1、insertSubview和removeFromSuperview

http://blog.sina.com.cn/s/blog_6831375f0100tkdp.html

2、总控制器类

http://weiqingfei.iteye.com/blog/819402

3、presentModalViewController:animated 和 dismissModalViewControllerAnimated

 
2011-09-14 23:30
It is not always true that you need to call release after addSubview and insertSubview operations.

Release doesn't mean the object will be destroyed immediately. 
 
2011-09-08 00:32
只需在应用程序中打开终端,向命令行中输入:sudo /Developer/Library/uninstall-devtools --mode=all

然后删掉developer文件夹就ok啦!

 
2011-08-26 18:08
查看apache版本

/usr/sbin/apachectl -v
httpd -v
安装目录,使用apachectl -v
 
mysql版本查看
mysql –help | grep Distrib
mysql -V
mysql/bin/
 
2011-08-24 15:48

http://database.51cto.com/art/201105/263943.htm

 

相当气人,百度不支持那么多的文字。只能转连接

 
2011-08-20 11:06
关于这一章的校验表看的有点纠结,感觉讲解的不到位。在构造表视图的时候,应该只是构造常规的表视图,也就是说CheckListController中的cellForRowAtIndexPath方法与第七章的简单表视图类似,在这里无需设置accessoryType属性,选中的标签应该是在用户单击行的时候产生,即这个方法里的"NSUInteger oldRow = [lastIndexPath row];"和"cell.accessoryType = (row == oldRow && lastIndexPath != nil) ? UITableViewCellAccessoryCheckMark : UITableViewCellAccessoryNone;"可以去掉。貌似这样讲解更符合逻辑,也更容易理解。
 
     

帮助中心  |  空间客服  |  投诉中心  |  空间协议
©2012 Baidu