经常遇到的java.lang.OutOfMemoryError: unable to create new native thread解决方法...
分类:
编程语言 时间:
2015-01-04 15:18:15
阅读次数:
179
本文转自:http://msdn.microsoft.com/en-us/library/ms181432.aspxAn advantage of using Team Foundation version control to manage your filesis that several pe...
分类:
其他好文 时间:
2015-01-04 15:05:17
阅读次数:
338
常见异常
1、异常信息:javax.persistence.PersistenceException: [PersistenceUnit: JPA] Unable to configure EntityManagerFactory
异常原因:很多、实体管理器Factory没有成功创建,是注解的问题
2、java.lang.ClassCastException: [Ljava.lang.O...
分类:
其他好文 时间:
2015-01-04 10:08:57
阅读次数:
261
注:本文档适用于 linux 系统step_1: 下载https://sourcery.mentor.com/GNUToolchain/package8734/public/arm-none-eabi/arm-2011.03-42-arm-none-eabi-i686-pc-linux-gnu.ta...
分类:
其他好文 时间:
2015-01-04 09:49:28
阅读次数:
211
本文旨在这对Qt+Vs安装过程中,遇到Unable to find a Qt build问题的解决办法。
首先,介绍安装过程, 安装过程可以分为三步。
第一步:VS2010旗舰版,安装过程可以默认或者自己设置;
第二步:安装qt-opensource-windows-x86-msvc2010-5.2.1,安装路径同样可以默认或者定制;...
分类:
其他好文 时间:
2015-01-04 00:00:56
阅读次数:
606
https://oj.leetcode.com/problems/sudoku-solver/http://blog.csdn.net/linhuanmars/article/details/20748761publicclassSolution{
publicvoidsolveSudoku(char[][]board){
resolve(board,0,0);
}
privatebooleanresolve(char[][]b,//currentboard
inti,//currentrow
intj)/..
分类:
其他好文 时间:
2015-01-03 13:24:47
阅读次数:
155
https://oj.leetcode.com/problems/n-queens-ii/http://blog.csdn.net/linhuanmars/article/details/20668017SameasN-Queens.publicclassSolution{
publicinttotalNQueens(intn){
Resultresult=newResult();
int[]qcols=newint[n];
resolve(n,0,qcols,result);
returnresult.va..
分类:
其他好文 时间:
2015-01-03 08:13:17
阅读次数:
149
win7 virtualbox VBoxDD.DLL 0x80004005 uxtheme.dll 错误 virtualbox提示错误 不能为虚拟电脑 centos7 打开一个新任务. Unable to load R3 module C:\Program Files\Oracle\VirtualBox/VBoxDD.DLL (VBoxDD): Ge...
分类:
Windows程序 时间:
2015-01-03 01:00:27
阅读次数:
2351
【转自:http://blog.csdn.net/meng090914/article/details/4720240】 ORA-12154: TNS:could not resolve the connect identifier specified ,即无法解析指定的连接标识符。这说明缺少了一个...
分类:
数据库 时间:
2015-01-02 23:37:14
阅读次数:
385
转自:http://www.cnblogs.com/csulennon/p/3705177.html换了系统后,重新安装了Android SDK和ADT插件,导入之前的工作空间。居然发现所有的Android工程都报错了。我之前的SDK版本是用的17,升级后用的是19. 1: [2014-05-...
分类:
移动开发 时间:
2015-01-02 22:24:10
阅读次数:
418