本文章由cartzhang编写,转载请注明出处。 所有权利保留。
文章链接:
作者:cartzhang
OCulus头盔的屏蔽警告方法实测
一、 关于警告
OC头盔的健康与安全警告,是官方的提示。对新用户来说,第一次使用至少要显示15秒的时间。警告和提醒都是很必要多。
所以,请在你已知安全的情况下,屏蔽此警告。
我们将要屏蔽的东西是这个,如下图:...
分类:
其他好文 时间:
2015-05-20 14:48:15
阅读次数:
140
15021010:29:16InnoDB:Warning:tryingtodeletetablespace‘/tmp/#sql2069_87b001_1d.ibd‘,InnoDB:butthereare1flushesand0pendingi/o‘sonitInnoDB:Loop1016.15021010:29:16InnoDB:Warning:tryingtodeletetablespace‘/tmp/#sql2069_87b001_1d.ibd‘,InnoDB:butthereare1flushesand..
分类:
数据库 时间:
2015-05-19 16:47:33
阅读次数:
231
程序编译出太多warning,想从中找到error很不容易,xcode中可以作筛选,点左下角的叹号即可只显示error:
分类:
其他好文 时间:
2015-05-18 20:39:59
阅读次数:
115
include如果没找到包含文件,会试着运行接下来的代码,会报warning,include_once只包含文件一次,如果出现多次include_once也只能第一次有效。 require如果没找到包含文件,停止运行代码,会报fatal error,require_once只包含文件一次,如果...
分类:
Web程序 时间:
2015-05-18 20:31:50
阅读次数:
113
下面错误集合转自:http://blog.csdn.net/panfb227/article/details/6152988 请尊重原作者!【错误信息】[2011-01-19 16:39:10 - ApiDemos] WARNING: Application does not specify an ...
分类:
移动开发 时间:
2015-05-18 16:15:35
阅读次数:
353
warning:performSelectormaycausealeakbecauseitsselector在ARC项目中使用performSelector:withObject:函 数出现“performSelector may cause a leak because its selector ...
分类:
其他好文 时间:
2015-05-18 14:40:50
阅读次数:
117
p.important {color:red;} 选择器现在会匹配 class 属性包含 important 的所有 p 元素我们假设 class 为 important 的所有元素都是粗体,而 class 为 warning 的所有元素为斜体,class 中同时包含 important 和 wa....
分类:
Web程序 时间:
2015-05-18 14:30:49
阅读次数:
145
1,首先安装mongodb,见之前博文
2,在主节点执行下面的命令
mongod --dbpath=/var/lib/mongo --master --oplogSize 64 --port 27017
看到下面的信息即启动成功
2015-05-18T09:51:12.111+0800 I STORAGE [initandlisten] ** WARNING: Readahead fo...
分类:
数据库 时间:
2015-05-18 12:53:59
阅读次数:
176
【常见的错误类型】① 语法错误【例1】程序语句结尾少了';' dee )deprecated:不推荐的,过时的(可以使用 preg_match 代替 ereg 方法),但同时程序也输出了结果。【例3】(PHP 5.3 以上版本)'dee', 'age'=>28);echo $userInfo['us...
分类:
Web程序 时间:
2015-05-16 01:24:24
阅读次数:
152
简单将日志打印到屏幕:[python]view plaincopyimportlogginglogging.debug('debugmessage')logging.info('infomessage')logging.warning('warningmessage')logging.error('...
分类:
编程语言 时间:
2015-05-15 17:24:43
阅读次数:
188