ON ERROR RESUME NEXT Dim VOL_PROD_KEY if Wscript.arguments.count 0 then Wscript.echo "替换失败!输入的 CD-KEY 与当前的版本不匹配。" Err.Clear end if Next
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
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
在VS2013下如果使用strcpy有时候会报这个错误,解决方法是找到该项目的属性:在预处理定义中添加:_CRT_SECURE_NO_WARNINGS即可
分类:
其他好文 时间:
2015-09-06 12:40:53
阅读次数:
552
修改完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
[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
前两天请假了,公司的很多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
这个问题很可能是你的Microsoft Visual C++ 2010 Redistributable Package (x86)太新的缘故,所以无法安装成功,导致最终的失败。在控制面板-程序和功能里找到Microsoft Visual C++ 2010 Redistributable卸载,再安装即...
分类:
编程语言 时间:
2015-09-06 09:41:03
阅读次数:
206
Asp.Net的四种错误处理正文: 局部错误处理: 1.ErroePage属性 或者使用page页面指令: 注意点:为了使Page.ErrorPage 起作用,webconfig文件下的customErrors节点的mode属性必须设置为On。 2.Page_Error事件 全局错误: ...
分类:
Web程序 时间:
2015-09-06 06:17:13
阅读次数:
157
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