问题:The connection to adb is down, and a severe error has occured. You must restart adb and Eclipse. Please ensure that adb is correctly located ...
分类:
数据库 时间:
2014-06-27 22:03:33
阅读次数:
294
2014-6-25 9:47:48 org.apache.coyote.http11.Http11Processor process严重: Error processing requestjava.lang.OutOfMemoryError: PermGen space在server窗口,双击配好的...
分类:
其他好文 时间:
2014-06-27 21:53:11
阅读次数:
215
原文:http://www.cnblogs.com/dudu/p/aspnet_custom_error.html要在ASP.NET中处理好自定义错误(Custom Errors)首先要抛弃使用web.config\customErrors。 使用web.config\customErrors...
分类:
Web程序 时间:
2014-06-27 21:49:18
阅读次数:
223
属性有个好处,可以在get的时候做一些特殊处理,比如返回一个默认值,正是这个特性,吸引我讲静态字段修改了成静态属性,代码如下: public static string 微信订阅号 { get { ...
分类:
其他好文 时间:
2014-06-27 21:28:53
阅读次数:
306
更新证书错误Code Sign error: Provisioning profile ‘XXXX'can't be found在Xcode中当你在更新了你得证书而再重新编译你的程序,真机调试一直会出现 Code Sign error: Provisioning profile ‘XXXX’ can...
分类:
其他好文 时间:
2014-06-27 21:21:37
阅读次数:
300
Cmake的输入是在源码目录下的CMakeLists.txt文件。这个文件可以用include或者add_subdirectory命令增加入其它的输入文件。语法 CMakeList.txt文件是由注释、命令和空白字符组成。 注释是由#开始,到行结尾。 命令是由:命令名、(、空格分隔的参数、...
分类:
其他好文 时间:
2014-06-27 21:20:20
阅读次数:
319
解决Xcode 5下使用SVN出现 The operation couldn’t be completed. (NSURLErrorDomain error -1012.) 问题2014年March月25日/Linux/Unix/浏览:264/暂无评论/ 使用Xcode5 SVN 出现问题 Th.....
分类:
其他好文 时间:
2014-06-27 20:58:05
阅读次数:
206
git提交代码时,出现这个错误“error: The requested URL returned error: 403 Forbidden while accessing https” 解决方法: 编辑.git文件夹下的config文件就可以。vim .git/config#改动对于的...
分类:
数据库 时间:
2014-06-26 23:42:11
阅读次数:
2062
今天来尝试下源码编译安装mysql。这次我们要用到cmake工具,安装cmake。#yuminstallcmake#tar-xfmysql-5.5.37.tar.gz#cdmysql-5.5.37#groupadd-rmysql#useradd-gmysql-r-d/mydata/data/mysql#cmake.-DCMAKE_INSTALL_PREFIX=/usr/local/mysql\指定安装路径-DMYSQL_DATADIR=/myda..
分类:
数据库 时间:
2014-06-25 10:08:48
阅读次数:
423
使用sudoapt-getupdate;sudoapt-getupgrade更新系统后,发现nginx服务器无法正常使用。查看error_log后发现:2014/06/2416:22:04[crit]8827#0:*3connect()tounix:/var/run/php5-fpm.sockfailed(13:Permissiondenied)whileconnectingtoupstream,client:127.0.0.1,server:localho..
分类:
其他好文 时间:
2014-06-25 06:20:29
阅读次数:
266