一个完整的通知一般包含3个属性:- (NSString *)name; // 通知的名称-
(id)object; // 通知发布者(是谁要发布通知)- (NSDictionary *)userInfo; //
一些额外的信息(通知发布者传递给通知接收者的信息内容)初始化一个通知(NSNotific...
分类:
其他好文 时间:
2014-04-29 17:12:47
阅读次数:
274
关闭系统,打开虚拟机配置文件(.vmx文件),该文件位于所装虚拟机目录(不是虚拟机软件目录),在配置文件末尾加上 bios.forceSetupOnce =
"TRUE"或者bios.bootDelay = "xxxx"(xxxx用具体数字代替,以毫秒为单位)。来自为知笔记(Wiz)
分类:
移动开发 时间:
2014-04-29 17:12:46
阅读次数:
428
Rounded Rectangle 3 { width: 92px; height: 66px;
-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
background-color: #ff008a; -...
分类:
Web程序 时间:
2014-04-29 17:11:47
阅读次数:
407
在viewdidload时,constraint是没有被应用的,之后在layoutSubviews时,系统应用了constraint。但是我感觉在viewWillLayoutSubviews函数时就已经应用了constraint到view上,但是没有进行绘制。如果你想在constraint执行后调整...
分类:
移动开发 时间:
2014-04-29 16:48:47
阅读次数:
405
Computer Graphics Research SoftwareHelping you
avoid re-inventing the wheel since 2009!Last updated December 5, 2012.Try
searching this page for keywo...
分类:
其他好文 时间:
2014-04-29 16:48:47
阅读次数:
2528
git init 创建仓库git add . 将当前目录加入git 目录git commit
t.txt 提交t.tx到本地git仓库------------------------git 本地仓库创建完毕-------------------git
branch -a 查看当前master创建成功...
分类:
其他好文 时间:
2014-04-29 16:46:46
阅读次数:
339
在Android的联机文档中,有对Activity的简单介绍,现在通过编写代码对Activity的启动模式做一个深入的理解。在配置文件AndroidManifest.xml中,activity元素的android:launchMode属性用来配置对应Activity的启动模式,目前有以下四种启动模式...
分类:
移动开发 时间:
2014-04-29 16:46:45
阅读次数:
508
[DataMapping("Status", DbType.Int16)] public
System.Int16 Status { get; set; } public string StatusValue { get { if (Status
== 0) { return "审核拒绝"; } e...
分类:
数据库 时间:
2014-04-29 16:45:46
阅读次数:
344
1.sqlplus /nolog2.connect sys/orcl@ORCL as
sysdba3.select sysdate from dualexit;
分类:
数据库 时间:
2014-04-29 16:42:47
阅读次数:
480
前言碎语:前段时间,我第一时间尝试了 Windows 8.1 update1 ,
结果把我硬盘搞挂了!升级之后,硬盘一直是100%,平均响应时间能高达400多毫秒。我自认为我的配置还不错,AMD的4核推土机,8G金仕顿骇客神条,
1T的希捷单碟,两年多点,以前跑 WIN7 / WIN8 / WIN ...
分类:
移动开发 时间:
2014-04-29 16:42:46
阅读次数:
764