码迷,mamicode.com
首页 >  
搜索关键字:error    ( 30038个结果
更换windows xp序列号
ON ERROR RESUME NEXT Dim VOL_PROD_KEY if Wscript.arguments.count 0 then Wscript.echo "替换失败!输入的 CD-KEY 与当前的版本不匹配。" Err.Clear end if Next
分类:Windows程序   时间:2015-09-06 12:43:17    阅读次数:262
VBA 检查模块中是否有某个函数
Function FindProcedures(ByRef wb As Workbook, ByVal Proc As String) As Boolean On Error GoTo ExitFunction Dim VBComp Dim CodeMod Dim LineNum As Long ....
分类:编程语言   时间:2015-09-06 12:43:04    阅读次数:198
WMI 连接远程计算机并进行局域网进程扫描
On Error Resume NextDim myArray(231)myArray(0)="smss.exe"myArray(1)="csrss.exe"myArray(2)="winlogon.exe"myArray(3)="services.exe"myArray(4)="lsass.exe...
分类:系统相关   时间:2015-09-06 12:41:14    阅读次数:1019
错误: error C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. 的处理方法
在VS2013下如果使用strcpy有时候会报这个错误,解决方法是找到该项目的属性:在预处理定义中添加:_CRT_SECURE_NO_WARNINGS即可
分类:其他好文   时间:2015-09-06 12:40:53    阅读次数:552
linux -- ubuntu 14.10开机出现错误“Error found when loading /root/.profile”解决
修改完root权限自动登录后,发现开机出现以下提示:Error found when loading /root/.profilestdin:is not a tty…………解决方法:在终端中用命令gedit /root/.profile,打开文件后找到“mesg n”,将其更改为“tty -s &...
分类:系统相关   时间:2015-09-06 12:29:55    阅读次数:674
string evaluated instead to freemarker.template.SimpleScalar
[2015-09-06 09:07:32.879] ERROR [6B68DD09CE6FECFE20936CA3C6D560AD:http-bio-8087-exec-8] o.a.s.v.freemarker.FreemarkerResult - Error processing Freemar...
分类:其他好文   时间:2015-09-06 09:50:04    阅读次数:2668
Insufficient free space for journal files
前两天请假了,公司的很多app突然挂掉了,说是mongodb莫名的挂掉了,赶紧进去看了看日志:2015-08-31T14:06:20.070+0800 [initandlisten] ERROR: Insufficient free space for journal files2015-08-3....
分类:其他好文   时间:2015-09-06 09:45:39    阅读次数:161
安装错误 ERROR: DW050: - Microsoft Visual C++ 2010 Redistributable Package (x86): Install failed
这个问题很可能是你的Microsoft Visual C++ 2010 Redistributable Package (x86)太新的缘故,所以无法安装成功,导致最终的失败。在控制面板-程序和功能里找到Microsoft Visual C++ 2010 Redistributable卸载,再安装即...
分类:编程语言   时间:2015-09-06 09:41:03    阅读次数:206
Asp.Net的四种错误处理方法
Asp.Net的四种错误处理正文: 局部错误处理: 1.ErroePage属性 或者使用page页面指令: 注意点:为了使Page.ErrorPage 起作用,webconfig文件下的customErrors节点的mode属性必须设置为On。 2.Page_Error事件 全局错误: ...
分类:Web程序   时间:2015-09-06 06:17:13    阅读次数:157
php配置问题及解决方案
1,下载php5.4版本,参考网站安装:https://secure.php.net/manual/en/install.unix.apache2.php2,源码安装php时出现错误:configure error xml2-config not found. please check your l...
分类:Web程序   时间:2015-09-06 01:03:12    阅读次数:155
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!