关闭 ubuntu System program problem detected
小编使用的系统是Ubuntu 14.0.4,最近不知什么原因,每次开机都出现:
System program problem detected
很麻烦,关闭方法:
vim /etc/default/apport
# set this to 0 to disable apport...
分类:
其他好文 时间:
2014-09-12 22:08:44
阅读次数:
231
今天发现服务器上Tomcat 8080端口起不来,老提示端口已经被占用。使用命令:ps -aux | grep tomcat发现并没有8080端口的Tomcat进程。使用命令:netstat –apn查看所有的进程和端口使用情况。发现下面的进程列表,其中最后一栏是PID/Program name发现...
分类:
系统相关 时间:
2014-09-12 18:42:23
阅读次数:
248
“C:/Program Files/Microsoft Visual Studio 10.0/VC/atlmfc/include/atlcore.h(35): fatal error C1189: #error :This file requires _WIN32_WINNT to be #defi...
首先在网上下载一个GLUT工具包。glut.zip,大约一百多kb。解压之后得到这么几个文件:将glut.h复制到C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\include。将glut.lib和glut32.lib复制到C:\Prog...
分类:
其他好文 时间:
2014-09-12 16:49:43
阅读次数:
186
转载自:http://blog.csdn.net/x356982611/article/details/30217473@1:找不到Riched20.lib用everything等软件搜索下磁盘,找到所在的目录添加到vs的库目录即可,我得是C:\Program Files (x86)\Microso...
分类:
其他好文 时间:
2014-09-12 11:40:03
阅读次数:
221
以web项目为例:一:给类加注释1.在visual studio 的安装路径下 如:[盘符]:/Program files/Microsoft Visual Studio 8/Common7/IDE/ItemTemplates/web/cshare/2052/class.zip ,将里面的class...
分类:
其他好文 时间:
2014-09-12 10:00:13
阅读次数:
172
大致来说,委托是一个类,该类内部维护着一个字段,指向一个方法。事件可以被看作一个委托类型的变量,通过事件注册、取消多个委托或方法。本篇分别通过委托和事件执行多个方法,从中体会两者的区别。 □ 通过委托执行方法 class Program { static void Main(string[] arg...
分类:
其他好文 时间:
2014-09-11 23:35:12
阅读次数:
173
1,在linux下安装客户端连接windows下 的MongoDBServer.2,远程连接ABI(Application Binary Interface)/API(Program);
分类:
数据库 时间:
2014-09-11 23:35:02
阅读次数:
257
压缩部分: try { string Rarexe = @"C:\Program Files\WinRAR\WinRAR.exe"; //WinRAR.exe 的完整路径 string mulu = @"F:\仓存数据\"; // 子文件所在目录 string fileList =null; fil...
分类:
其他好文 时间:
2014-09-11 22:18:32
阅读次数:
291