1、warning:passingargument2of'request_irq'fromincompatiblepointertypehttp://blog.sina.com.cn/s/blog_7321be1101012gek.html今天在些key的driver的时候。。。写完了编译出现一个w...
分类:
系统相关 时间:
2015-05-04 23:30:25
阅读次数:
203
[root@go2apr-util-1.5.4]#./configure-prefix=/root/httpd-2.3.8--with-apr-util-1.5.4=/root/apr-util-1.5.4configure:WARNING:unrecognizedoptions:--with-apr-util-1.5.4checkingbuildsystemtype...x86_64-unknown-linux-gnucheckinghostsystemtype...x86_64-unknown-linux..
分类:
系统相关 时间:
2015-05-04 20:31:32
阅读次数:
664
function add($a, $b, $c){ return $a + $b + $c;}var_dump(add(2, 3));----调用函数的时候,参数多,没关系。参数少,warning。
分类:
其他好文 时间:
2015-05-04 13:44:04
阅读次数:
110
--------------------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