The Chef likes to stay in touch with his staff. So, the Chef, the head server, and the sous-chef all carry two-way transceivers so they can stay in constant contact. Of course, these transceivers have...
分类:
其他好文 时间:
2014-05-10 09:11:21
阅读次数:
334
在Cocoa
Touch框架中,有UIApplication、UIAccelerimeter、NSUserDefaults和NSNotificationCenter等单例类。另外,NSFileManager和NSBundle类虽然属于Cocoa框架的内容,但也可以在Cocoa
Touch框架中使.....
分类:
移动开发 时间:
2014-05-09 08:48:07
阅读次数:
363
我们先写一个简单的脚本,执行以后再解释各个变量的意义# touch variable# vi
variable脚本内容如下:#!/bin/shecho "number:$#"echo "scname:$0"echo "first :$1"echo
"second:$2"echo "argume:$@...
分类:
系统相关 时间:
2014-05-08 21:16:46
阅读次数:
480
转自:http://blog.csdn.net/jymn_chen/article/details/21036035首先科普一下静态库的相关知识:程序编译一般需经预处理、编译、汇编和链接几个步骤。对于我们项目中的一些公共代码,如果想要对其进行复用,可以把这些代码编译成一个静态库文件。在链接步骤中,链...
分类:
其他好文 时间:
2014-05-08 21:13:34
阅读次数:
488
最近查看了一下日志服务器,这台日志服务器监控来自服务器群里面的一些机器日常运行日志,可以通过网页形式查看,结果有点出乎意料:总是有那么一些人会不停地扫机器,不停的尝试暴力破解ssh登陆,还好本人用的密码估计可以让这些无聊的人猜个几万年,但是老是这样子也不行啊,..
分类:
其他好文 时间:
2014-05-08 16:59:38
阅读次数:
289
iPhone/iPod Touch普通屏 320像素 x 480像素 iPhone
1、3G、3GS,iPod Touch 1、2、33:2 Retina 屏 640像素 x 960像素 iPhone 4、4S,iPod Touch 416:9
Retina 屏 640像素 x 1136像素 iPh...
分类:
其他好文 时间:
2014-05-08 14:58:20
阅读次数:
291
- (BOOL)gestureRecognizer:(UIGestureRecognizer
*)gestureRecognizer shouldReceiveTouch:(UITouch *)touch{ // 获取点击的view的类名
NSLog(@"%@", NSStringFromCla.....
分类:
其他好文 时间:
2014-05-07 20:25:47
阅读次数:
404
Web
image(网络图像)该库提供了一个支持来自Web的远程图像的UIImageView类别它提供了:添加网络图像和缓存管理到Cocoa Touch
framework的UIImageView类别异步图像下载An asynchronous memory + disk image caching ...
分类:
移动开发 时间:
2014-05-07 13:45:00
阅读次数:
627
第三章文件一.文件的建立,移动和删除1.cat--建立文件eg1:cat创建新文件newfile1cat>newfile1或是cat->newfile1eg2:对已存在的文件newfile1追加新内容lovecat>>newfile1或catnewfile12.touch--建立文件-r:由参考文件的时间属性来设定新建的文件eg:新建两个文件ab..
分类:
系统相关 时间:
2014-05-06 16:06:38
阅读次数:
510
项目中用到了地图相关的东西,就把以前的demo搬了出来,结果发现直接运行之前的demo没有问题,在xcode5下新建项目再把代码粘贴过来就会提示
May 5 11:36:21 infomedia-iPod-touch TestLocation[1465] : CGBitmapContextCreate: unsupported parameter combination: 5 integer ...
分类:
移动开发 时间:
2014-05-06 15:17:46
阅读次数:
769