关于VS系列使用 Unicode 格式产生以上警告:
warning C4996: 'wcscpy': This function or variable may be unsafe. Consider using wcscpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help ...
分类:
其他好文 时间:
2014-12-12 11:41:51
阅读次数:
892
add by zhj:修改的数据库的datadir,然后数据库就无法启动了,错误如下2014-12-11 16:22:57 26309 [Warning] Can't create test file /data/mysql/server2.lower-test2014-12-11 16:22:57...
分类:
数据库 时间:
2014-12-12 06:39:48
阅读次数:
383
第一步引入所需样式和JS文件<linkrel="stylesheet"type="text/css"href="easyui/themes/default/easyui.css">
<linkrel="stylesheet"type="text/css"href="easyui/themes/icon.css">
<scripttype="text/javascript"src="easyui/jquery.min.js"></script&g..
分类:
Web程序 时间:
2014-12-12 01:26:53
阅读次数:
232
犯过的错给自己提个醒
【错误信息】
[2011-01-19 16:39:10 - ApiDemos] WARNING: Application does not specify an API level requirement!
[2011-01-19 16:39:10 - ApiDemos] Device API version is 8 (Android 2.2)
原因:
不影响正...
分类:
移动开发 时间:
2014-12-11 21:01:25
阅读次数:
420
以下软件包 都去我的环境库找到1 先安装 tcl库2 安装macports/opt/local/bin/port 一般装到这里安装autoconf时提示:Warning: The Xcode Command Line Tools don't appear to be installed; most ...
分类:
系统相关 时间:
2014-12-11 18:41:33
阅读次数:
190
原文: php错误及异常捕捉 在实际开发中,错误及异常捕捉仅仅靠try{}catch()是远远不够的。
所以引用以下几中函数。
a) set_error_handler
一般用于捕捉 E_NOTICE 、E_USER_ERROR、E_USER_WARNING、E_USER_NOTICE
不能捕捉:
...
分类:
Web程序 时间:
2014-12-10 17:37:25
阅读次数:
198
我们以前使用过的对hbase和hdfs进行健康检查,及剩余hdfs容量告警,简单易用
#/bin/bash
bin=`dirname $0`
bin=`cd $bin;pwd`
STATE_OK=0
STATE_WARNING=1
STATE_CRITICAL=2
STATE_UNKNOWN=3
STATE_DEPENDENT=4
source /etc/...
分类:
其他好文 时间:
2014-12-10 12:40:37
阅读次数:
171
linux下,make makefile文件的时候报警告:make: Warning: File `Makefile' has modification time 17 s in the futuremake: warning: Clock skew detected. Your build may...
分类:
其他好文 时间:
2014-12-10 12:18:54
阅读次数:
1687
// Turn off all error reportingerror_reporting(0);// Report simple running errorserror_reporting(E_ERROR | E_WARNING | E_PARSE);// Reporting E_NOTICE ...
分类:
Web程序 时间:
2014-12-10 12:17:19
阅读次数:
154
Why do I see a warning about "No appenders found for logger" and "Please configure log4j properly"?This occurs when the default configuration files lo...
分类:
移动开发 时间:
2014-12-09 09:17:16
阅读次数:
185