问题描述:用root账户启动mysql后,在用mysql用户或其他非root账户启动不了mysql问题解决:通过看mysql的err日志,发现 Failed to open log (robert-bin.000013, errno 13),查看错误号[root@robert logs]# perr...
分类:
数据库 时间:
2015-01-18 17:08:31
阅读次数:
350
neo4j连接java目前主要有嵌入式、jdbc和rest api。jdbc:需要使用到的lib包:neo4j-jdbc-2.0.1-SNAPSHOT-jar-with-dependencies.jarConnection con = DriverManager .ge...
分类:
数据库 时间:
2015-01-18 17:03:26
阅读次数:
992
安装nginx:
sudo apt-get install nginx
启动nginx;
sudo service nginx start
如果报了这样的错误:
[alert] could not open error log file: open() "/var/log/nginx/error.log" failed (13: Permission denied)2015/01...
分类:
系统相关 时间:
2015-01-18 00:56:11
阅读次数:
568
Gem::Ext::BuildError: ERROR: Failed to build gem native extension. /usr/local/Cellar/ruby/2.1.4/bin/ruby -r ./siteconf20150116-80917-1s1c05a.rb extco....
分类:
其他好文 时间:
2015-01-16 23:40:40
阅读次数:
226
1.下载jdkhttp://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html2.下载 android sdk Android SDK 出现 Failed to fetch URL http://d...
分类:
移动开发 时间:
2015-01-16 22:07:35
阅读次数:
196
mac 上adb连接不到android手机可以参考:这里xxxdeMacPro:~ xxx$ adb start-server* daemon not running. starting it now on port 5037 *ADB server didn't ACK* failed to st...
分类:
移动开发 时间:
2015-01-16 18:40:01
阅读次数:
154
@Test //failed public void TestListAddAll(){ List travelerInfoSummary=new ArrayList(); travelerInfoSummary.addAll(null); } @Test //success public vo.....
分类:
其他好文 时间:
2015-01-16 18:19:36
阅读次数:
157
首先,Loader有几个重要的属性queue:[]存放所有主文件类信息,包括他的依赖文件信息,结构如下:
[{requires:‘Seed.view.MainGrid‘
callback:callback//Loader.require(dependencies,function(){});中的function
}]
注意:所有的动态加载文件信息都会被放到队列中
isLoading:..
分类:
Web程序 时间:
2015-01-16 17:07:40
阅读次数:
249
nginx提示地址或端口被占用解决今天小编在启动nginx 的时候遇到如下的错误Starting nginx: nginx: [emerg]bind() to 0.0.0.0:80 failed (98: Address already use)这个就是nginx 的80 端口被占用了 我们时常在n...
分类:
其他好文 时间:
2015-01-16 14:24:50
阅读次数:
112
##############################################################
remote: Resolving deltas: 100% (2/2)
error: unpack failed: error Missing unknown 613fd2557fba30aff2dbd51c3807cc57561bab08
fatal: Unpack...
分类:
数据库 时间:
2015-01-16 13:09:21
阅读次数:
480