--------------------Build System Warning---------------------------------------
Failed to connect to Coordinator:
All builds will run in standalone mode.
查看--事件查看器
无法找到来自源 IncrediBuild C...
分类:
其他好文 时间:
2015-05-04 11:56:50
阅读次数:
188
freemap是免费的思维导图软件,在ubuntu上安装仅需要运行命令:apt-get install freemap但是运行的时候报错:~$ freemind
[warning] /usr/bin/freemind: No java runtime was found
[error] /usr/bin/freemind: Unable to find an appropriate java r...
分类:
系统相关 时间:
2015-05-03 20:39:17
阅读次数:
170
执行安装 rpm -ivh lib64stdc++6-4.6.1-2-mdv2011.0.x86_64.rpm 时提示以下错误:warning: lib64stdc++6-4.6.1-2-mdv2011.0.x86_64.rpm: Header V3 DSA/SHA1 Signature, key ID 70771ff3: NOKEY
Preparing... ####...
分类:
其他好文 时间:
2015-05-03 09:19:51
阅读次数:
153
演示针对LVM分区的管理
假设已经增加一块磁盘:/dev/sdb
一、将sdb配置成LVM分区
1)当前系统有sda和sdb2个物理磁盘,各有100G的大校
[root@svr200-11~]#ls/dev/sd*
sdasda1sda2sdb
2)给sdb分区
[root@svr200-11~]#fdisk/dev/sdb
WARNING:DOS-compatiblemodeisdeprecated...
分类:
其他好文 时间:
2015-04-30 20:24:04
阅读次数:
128
1. 基础用法python提供了一个标准的日志接口,就是logging模块。日志级别有DEBUG、INFO、WARNING、ERROR、CRITICAL五种(级别依次升高),分别对应的函数为debug()、info()、warning()、error()、critical()。>>> import ...
分类:
编程语言 时间:
2015-04-30 20:00:13
阅读次数:
137
遇到WARNING:Could not lower the asynch I/O limit to 170 for SQL direct I/O. It is set to -1...
分类:
数据库 时间:
2015-04-29 21:49:36
阅读次数:
483
#define UNUSED(x) ((void)(x))void fun(int noused_arg, int b){ UNUSED(noused_arg); printf("%d\n", b);}上面那个函数因为有一个无用的参数,所以如果没有使用UNUSED那个宏,那么就会产生一个warn.....
分类:
其他好文 时间:
2015-04-29 19:27:57
阅读次数:
86
错误:The POM for? org.apache.cocoon.stringtemplate:cocoon-stringtemplate:jar? [WARNING] The POM for? org.apache.cocoon.servlet:cocoon-servlet:jar:3.0.0-beta-1-? SNAPSHOT is missing, no depend...
分类:
其他好文 时间:
2015-04-29 17:44:01
阅读次数:
121
Warning[Pe223]: function “HalLcdWriteStringValue” declared implicitly 说明HalLcdWriteStringValue这个函数隐含的申明了。意思是在他调用的地方找不到函数原型。
解决办法是在调用的地方增加相应函数头文件的函数原型申明。include “xxxx.h”即可...
分类:
其他好文 时间:
2015-04-29 11:39:03
阅读次数:
133
用firefox总感觉很慢,有时候还假死。经过网上一番搜寻,试过各种方法,终于安装成功。
一 下载
在个google官网下载的浏览器安装一直报错: sudo rpm -ivh Downloads/google-chrome-stable_current_i386.rpm
[sudo] password for hakits:
warning: Downloads/google-...
分类:
其他好文 时间:
2015-04-28 14:11:03
阅读次数:
825