pr_debug pr_err pr_warning pr_info 都是打印信息到终端 2. modules_ALIAS模块的别名 3.moudele_param(watchdog,int,0644); MODULE_PARM_DESC(watchdog,"this is hahaha"); // ...
分类:
其他好文 时间:
2016-04-04 14:46:13
阅读次数:
108
解决BeautifulSoup库运行时报错问题运行BeautifulSoup库时可能出现下面的错误,具体错误消息为:To get rid of this warning, change this: BeautifulSoup([your markup])to this: BeautifulSoup( ...
分类:
其他好文 时间:
2016-04-03 18:47:44
阅读次数:
409
123403-Apr-2016 00:27:57.154 WARNING [RMI TCP Connection(3)-127.0.0.1] org.springframework.web.context.support.XmlWebApplicationContext.refresh Except... ...
分类:
编程语言 时间:
2016-04-03 01:37:36
阅读次数:
978
解决办法: 删除yum的历史记录 上面的命令可能需要root权限才能执行 ...
分类:
数据库 时间:
2016-04-01 14:37:23
阅读次数:
216
是这样吗?<?php define('BEST_PHPER',array('name'=>'巩文','address'=>'china')); My God,明确告诉你不可以;原因是Warning: Constants may only evaluate to scalar values。 也就是说 ...
分类:
编程语言 时间:
2016-04-01 01:11:15
阅读次数:
204
1. 问题描述: 重启mysql服务时出现以下信息: Warning: World-writable config file '/etc/my.cnf' is ignored 出现这种情况的原因是:mysql故意不让用户重写my.cnf,权限默认是644, 即-rw-r--r--, 如果权限不是64 ...
分类:
其他好文 时间:
2016-03-30 14:55:25
阅读次数:
118
最近重启服务器的mysql总是报大量的如下错误:1603309:14:26[Warning]/usr/libexec/mysqld:Forcingcloseofthread139user:‘root‘
1603309:14:26[Warning]/usr/libexec/mysqld:Forcingcloseofthread138user:‘root‘
1603309:14:26[Warning]/usr/libexec/mysqld:Forcingcloseofthre..
分类:
数据库 时间:
2016-03-30 11:12:21
阅读次数:
3374
1. #error的用法 (1)#error是一种预编译器指示字,用于生成一个编译错误消息 (2)用法:#error message //注意:message不需要用双引号包围 (3)#error编译指示字用于自定义程序员特有的编译错误消息。类似的,#warning用于生成编译警告错误。 (4)#e ...
分类:
其他好文 时间:
2016-03-29 14:39:46
阅读次数:
150
#Linux重装系统后SHH登录服务器报错 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! @@@@@@@@@@@@@@@@@@ ...
分类:
系统相关 时间:
2016-03-29 10:06:49
阅读次数:
209
错误1: root@tfjus:/opt/tuxedo/simpapp# buildclient -f simpcl.c -o simpcl simpcl.c: In function 'main':simpcl.c:43:12: warning: incompatible implicit dec ...
分类:
其他好文 时间:
2016-03-28 18:40:39
阅读次数:
371