摘要:
NSDate常用代码范例 NSDate类用于保存时间值,同时提供了一些方法来处理一些基于秒级别时差(Time Interval)运算和日期之间的早晚比较等。1. 创建或初始化可用以下方法 用于创建NSDate实例的类方法有 + (id)date; 返回当前时间 + (id)dateWithTimeIntervalSinceNow:(NSTimeInterval)secs; 返回以当前时间为基准,然后过了secs秒的时间 + (id)dateWithTimeIntervalSinceReferenceDate:(NSTimeInterval)secs; 返回以2001/01/01 GMT为基准. 阅读全文
posted @ 2011-05-31 14:12
KID
阅读(3097)
评论(0)
推荐(0)
摘要:
Mobile devices are notoriously difficult to secure. With a small footprint it is dangerously easy to leave your phone in the back of a taxi, or forget to pick it up from a table after dinner at a restaurant. iPhone and iPod Touch devices are no exception – most applications store their data in an ea 阅读全文
posted @ 2011-05-31 11:35
KID
阅读(668)
评论(0)
推荐(0)
摘要:
MOSS2010站点大文件上传设置 sharepoint2010 2010-10-09 13:35:30 阅读154 评论0 字号:大中小订阅 1、先设置管理中心的【常规设置】--上传文件大小,如下图:2、设置IIS7:iis7 上传大文件限制的真正解决办法修改IIS_schema.xml这个文件要先获得这个文件的控制权;进入目录C:\Windows\System32\inetsrv\config\schema,修改文件IIS_schema.xml 权限:进入IIS_schema.xml文件权限修改,选择”高级”选择”所有者”选中 administrators 确定再进入权限编辑,修改adm. 阅读全文
posted @ 2011-05-31 11:00
KID
阅读(388)
评论(0)
推荐(0)