2.1 在仅仅考虑判断误差(注意和后面代价的区别)的情况下,每次都以出现误差的概率尽可能小为原则。如何来满足这个原则?这就要求我们每次都选取后验概率大的类别作为判断结果!因为此种情形下,当我们观察到某一特定的$x$时,它的判断误差是这样定义的:\begin{equation}P(error|x)=\...
分类:
其他好文 时间:
2014-08-30 09:54:59
阅读次数:
187
今天一来公司,发现服务器挂掉了,然后执行日常简易操作,重启web服务器,还是不可以,然后重启mysql,结果mysql重启不了,查看日志,发现:ERROR: The partition with /var/lib/mysql is too full! failed!
于是上网搜索,发现网上也有挺多遇到这种情况,有人贴代码:
cd /var
rm -rf log
也就是删除日志文件,然后重启...
分类:
数据库 时间:
2014-08-30 01:17:58
阅读次数:
294
#include #include #include #include #define TRUE 1#define FALSE 0#define ERROR 0#define INFEASIBLE -1typedef int Status;typedef int Boolean;typedef in...
分类:
其他好文 时间:
2014-08-30 01:15:28
阅读次数:
232
1>sockett.obj : error LNK2019: 无法解析的外部符号 __imp__WSAStartup@8,该符号在函数 _wmain 中被引用解决方法:没有加入相应的链接库,winmm.lib.在头文件添加#pragma comment(lib,"ws2_32.lib")ws2_32...
分类:
其他好文 时间:
2014-08-29 21:19:48
阅读次数:
264
1 $.ajax({ 2 cache: true, 3 type: "POST", 4 url:ajaxCallUrl, 5 data:$('#yourformid').serialize(),// 你的formid 6 async: false, 7 error: fun...
分类:
其他好文 时间:
2014-08-29 19:46:58
阅读次数:
180
运行java应用程序 #bash LauncherJavaMainClass.sh
Could not synchronize with target
查看错误java命令启动时定向到的stderr日志: Error: Exception thrown by the agent : java.net.MalformedURLException:...
分类:
其他好文 时间:
2014-08-29 18:37:38
阅读次数:
231
这个程序从终端读入内容,而后按照lua块执行。
#include
#include
#include "lua.h"
#include "lauxlib.h"
#include "lualib.h"
int main(){
char buff[1024];
int error;
memset(buff, 0, sizeof(buff));
lua_Stat...
分类:
其他好文 时间:
2014-08-29 18:23:18
阅读次数:
314
xcode5 编译工程,偶然碰到了下面的问题:fatal error: malformed or corrupted AST file: 'Unable to load module "/Users/routingapple/Library/Developer/Xcode/DerivedData/ModuleCache/PNBJ8YUNV3UC/Darwin.pcm": module file n...
这两天看了个防sql注入,觉得有必要总结一下:首先需要做一些php的安全配置:1 在php.ini 中把display_errors改成OFFdisplay_errors = OFF或在php文件前加入error_reporting(0)2 关闭一些“坏功能”1)关闭magic quotes功能 ....
分类:
数据库 时间:
2014-08-29 17:44:48
阅读次数:
277
1、检查磁盘是否满了。2、检查时间。3、检查cacti用户是否可以登录mysql。4、查看cacti日志,/var/www/html/cacti/log/cacti.log5、查看大小,cacti.log文件达到2G,log不记录东西了,mvcacti.logcacti.log.old。servicesnmpdrestart08/29/201412:35:02PM-SPINE:Poller[0]ERROR..
分类:
其他好文 时间:
2014-08-29 16:19:08
阅读次数:
258