$.support.leadingWhitespace如果是false, 就是ie8及以下,
如果是true, 就是新的浏览器, 包括firefox, chrome, ie9以上
分类:
其他好文 时间:
2014-04-29 17:14:47
阅读次数:
255
Open
CASCADE,很显然后面几个是大写字母的缩写。而CASCADE实际上是CAS.CADE。CADE代表的是CAD、CAE。CAS代表什么?
分类:
其他好文 时间:
2014-04-29 17:14:46
阅读次数:
594
一个完整的通知一般包含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
[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