导出maven工程遇到的问题,"org.eclipse.wst.validation" has been removed,还以为是工程本身的问题,后来发现是eclipse的问题。解决办法:你项目的存放文件夹(工作空间)下的隐藏文件.metadata把D:\kaola\kaolaWorkSpace\....
分类:
系统相关 时间:
2015-01-22 17:10:59
阅读次数:
1932
http://www.jayway.com/2014/04/08/windows-phone-8-1-for-developerswhat-controls-are-new-2/What controls are removed between version 8.0 to 8.1First we ...
sem_unlink在man手册里有这么一段话:sem_unlink() removes the named semaphore referred to by name. The semaphore name is removed immediately. The semaphore is...
分类:
其他好文 时间:
2015-01-10 23:31:17
阅读次数:
271
导出maven工程遇到的问题,"org.eclipse.wst.validation" has been removed,还以为是工程本身的问题,后来发现是eclipse的问题。解决办法:把D:\kaola\kaolaWorkSpace\.metadata\.plugins\org.eclipse....
分类:
系统相关 时间:
2015-01-07 12:46:56
阅读次数:
217
controller中调用find()操作数据库时报错:Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instea...
分类:
Web程序 时间:
2014-12-30 13:18:30
阅读次数:
137
4 来自Google的奇技 Google-Specific Magic
Google用了很多自己的实现技巧/工具使 C++代码更加健壮, 我们使用C++的方式可能和你在其他地方见到的有所不同;
[Removed]
4.1 智能指针
Tip 如果确实需要使用智能指针的话, scoped_ptr完全可以胜任; 你应该只在非常特定的情况下使用 std::tr1::shared...
分类:
其他好文 时间:
2014-12-28 00:33:50
阅读次数:
218
做批量数据录入时需要对json内的数组进行增删改查操作,splice还是很强大的记录一下使用方法。
var lang = ["php","java","javascript"];
//删除
var removed = lang.splice(2,1);
console.log(lang); //php,javascript
//console.log(removed); //ja...
分类:
编程语言 时间:
2014-12-23 15:34:03
阅读次数:
236
Warning: Using innodb_additional_mem_pool_size is DEPRECATED. This option may be removed in future releases, together with the option innodb_use_sys_m...
分类:
数据库 时间:
2014-12-19 17:19:13
阅读次数:
4284
WARN cetDB:149 - #0005 was active for 365172 milliseconds and has been removed automaticaly. The Thread responsible was named 'Thread-43', but the las...
分类:
其他好文 时间:
2014-12-17 12:39:49
阅读次数:
134
今天使用了mysql 5.5版本,就出现了错误。错误提示如下: Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO in...
分类:
数据库 时间:
2014-11-28 14:23:13
阅读次数:
157