运行mvn eclipse:eclipse时,经常会出现因为maven项目过大,导致内存不足java栈溢出的error, 信息如下:[INFO] ------------------------------------------------------------------------[ERRO...
分类:
其他好文 时间:
2014-07-02 18:56:30
阅读次数:
251
1、初始化密码 >sudo bin/mysqladmin -u root password 'pwd string'2、ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO) 1)添加启动参...
分类:
数据库 时间:
2014-07-02 18:51:21
阅读次数:
172
当数据库已经建好在DB里,SQL Server 2005 和 SQL Server 2008使用.Bak文件还原的时候,会出现 error : "The backup set holds a backup of a database other than the existing" 查了网上的方法:...
分类:
数据库 时间:
2014-07-02 18:48:45
阅读次数:
203
Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.3.2:Failure executing javac, but could not parse the error:**.jar时出错; error in...
分类:
系统相关 时间:
2014-07-02 18:42:16
阅读次数:
276
照抄大牛的Demo,自己信心满满地建好个各种项,结果死活不让通过,遇到了以下几个问题(大部分是自己作出来的...)1.运行不起来,报错如下Error 26:SQL Server does not allow remote connections. (provider: SQL Network Int...
分类:
Web程序 时间:
2014-07-02 18:18:33
阅读次数:
226
项目要求NDK开发App程序,于是import了工程项目,搭好了环境,结果出现各种Type 'xxx' could not be resolvedMethod 'xxx' could not be resolved等等Semantic Error。但是工程本身并不存在错误,可以成功编译。解决方法:明...
分类:
其他好文 时间:
2014-07-02 17:05:07
阅读次数:
278
使用Xcode SVN 出现问题The operation couldn’t be completed. (NSURLErrorDomain error -1012.)解决方法:打开终端 然后输入如下命令svn ls xxxx(xxx是你SVN Server的地址)这里询问你是否允许这个地址的访问,...
分类:
其他好文 时间:
2014-07-02 13:59:06
阅读次数:
416
题目:用两个栈实现一个队列。队列的声明如下:请实现它的两个函数appendTail和deleteHead,分别完成在队列尾部插入结点和在队列头部删除结点的功能。
分析:
队列的特点是“先进先出”,而栈的特点是“先进后出”。要用两个栈来实现队列。用图分析如下:
程序代码如下:
#include
#include
#include
#ifndef ERROR
#define E...
分类:
其他好文 时间:
2014-07-02 08:00:24
阅读次数:
247
当我更新完android L proview之后我的打包出问题了,报错/${zipalign}" error=2, No such file or directory
排查了一下午才知道 最近的ant/build.xml文件中丢失了一行代码
第二行代码丢失。直接恢复或者直接用老版本的build.xml文件就OK!fuck!...
分类:
移动开发 时间:
2014-07-02 07:51:32
阅读次数:
289
postfix_编译时make:***[xsasl_cyrus_server.o]Error1make:***[update]
//如果编译出错,检查出错情况,一般是有包忘了装,要不是参数路径错误;
【注释】:
xsasl_cyrus_server.c:598:error:‘SASL_OK‘undeclared(firstuseinthisfunction)
xsasl_cyrus_server.c:600:warning:fo..
分类:
其他好文 时间:
2014-07-02 06:24:31
阅读次数:
1272