码迷,mamicode.com
首页 >  
搜索关键字:windowserror error 2    ( 30042个结果
mysqldump报错
在使用mysqldump命令备份整个数据库的时候,报错如下: mysqldump: Couldn't execute 'SHOW TRIGGERS LIKE 'userlog'': Got error 28 from storage engine (1030)        查看磁盘空间 [root@localhost~]# df -h 文件系统              容量  ...
分类:数据库   时间:2014-08-04 11:02:07    阅读次数:243
fatal error C1189: #error : WINDOWS.H already included. MFC apps must not #include <windows.h>
给对话框添加类, 报错CalibrateMFCDlg.h(6) : error C2504: “CDialog”: 未定义基类等多个错误加上 #include "afxwin.h" 就会包如上错误fatal error C1189: #error : WINDOWS.H already includ...
分类:移动开发   时间:2014-08-04 10:29:56    阅读次数:396
(c语法百题14)判断直角三角形
知识点:逻辑表达式的用法&& || ! 注意优先级。内容:输入三角形的三边,判断它是否是直角三角形,是输出Yes,不是输出No,连三角形都不是,输出Error输入说明:一行,输入3个整数输出说明:Yes! 或者 No!或者 Error! (注意大小写,标点前无空格)输入样例:3 4 5输出样例 :Y...
分类:其他好文   时间:2014-08-04 08:17:26    阅读次数:291
retrying with upper case share name mount error 6 = No such device or address
今天想把windows下的资料共享给Linux系统用,日了,安装了samba之后,老是提示如图气的牙疼,后来把用户名和密码加上之后就OK了。
分类:其他好文   时间:2014-08-03 23:32:37    阅读次数:1120
Flex报错之二
1、错误描述 SecurityError: Error #2148: SWF 文件 file:///D:/Adobe Flash Builder 4 Installer/demo1/bin-debug/index2.swf 不能访问本地资源 file:///D:/Adobe Flash Builder 4 Installer/demo1/bin-debug/framework_4.0.0.141...
分类:其他好文   时间:2014-08-03 23:22:16    阅读次数:364
安装ahci驱动后出现A disk read error occurred如何解决
注意:因为一般的ghost系统盘都没有ahci驱动,所以,如果用到固态硬盘且想更好的发挥固态硬盘的性能,需要安装ahci驱动,且在bios中把硬盘模式设置成ahci(否则电脑会蓝屏或进不去系统)步骤:1.在当前系统下安装ahci驱动(如果没有的话),可以轻易intel官网搜索ahci,"AHCI: ...
分类:其他好文   时间:2014-08-03 20:32:35    阅读次数:347
安装postgreSQL出现configure:error:readline library not found解决方法
要安装 readline , readline-dev 开发包,要么使用 --without-readline 选项关闭 readline 功能。#yum install readline;#yum install readline-dev;readline 也就是命令行编辑,关闭的话,你直接用ps...
分类:数据库   时间:2014-08-03 20:22:15    阅读次数:424
Bootstrap页面布局19 - BS提示信息
提示信息的设计提示信息的类:.alert:提示信息类.alert alert-danger:.alert alert-error:.alert alert-success:.alert alert-info:.alert alert-block:.alert alert-heading:提示信息按钮...
分类:其他好文   时间:2014-08-03 17:38:45    阅读次数:232
vimrc 留备份
set encoding=UTF-8 "encode with UTF-8"set backspace=2set nusyn onset ai!syntax enablesyntax onmap :makeset autochdir"设置自动换行set tabstop=4set softtabst....
分类:其他好文   时间:2014-08-03 17:34:45    阅读次数:205
[linux]awk 学习笔记
awk 学习笔记 最近添加了几个功能的日志,但是呢,这个日志就是输出,一般自己也发现不了问题,于是想写一些简单的监控脚本来看看日志的大致情况, 比如有没有error,每天有多少error报出来。 想到了以前运维的同时分享awk,于是想简单的学习下。 入门 最简单的输入某些列 使用$4 这种来表示 __$0__是输出整列 [root]/root/test$ps -ef|grep...
分类:系统相关   时间:2014-08-03 15:24:35    阅读次数:368
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!