FOR %%f in (1,3,5,7,) do if errorlevel == %%f goto CASE%%f echo ERROR goto end : CASE1 c: win goto end : CASE3 c: call 1.bat goto end : CASE5 type 0.....
分类:
其他好文 时间:
2015-09-04 12:36:01
阅读次数:
143
在自签CA证书时一直提示出错:[root@master.mysql.comssl]#opensslca-inmaster.csr-outmaster.crt-days365
Usingconfigurationfrom/etc/pki/tls/openssl.cnf
Checkthattherequestmatchesthesignature
Signatureok
ERROR:Serialnumber01hasalreadybeenissued,
checkthedatabase/..
分类:
其他好文 时间:
2015-09-04 11:13:06
阅读次数:
376
今天在使用AspectJ进行注解切面时,遇到了一个错误。切点表达式就是无法识别——详细报错信息如下:Exception in thread "main" org.springframework.beans.factory.BeanCreationException: Error creating b...
分类:
Web程序 时间:
2015-09-04 09:54:38
阅读次数:
342
在Linux中使用fdisk命令进行分区时,有时会遇到“WARNING: Re-reading the partition table failed with error 16: Device or resource busy.The kernel still uses the old table....
分类:
系统相关 时间:
2015-09-04 07:05:16
阅读次数:
234
使用PHP访问https网站的时候,间歇性会报error:140943FC错误。google之,通过如下方案可处理:1、服务器ssl版本较高curl_setopt($this->curl, CURLOPT_SSLVERSION, 4);2、进程处理完毕之后关闭会话,不再缓存供重用curl_setop...
分类:
Web程序 时间:
2015-09-03 21:45:36
阅读次数:
165
mysql x64,由于没有msi版,因此,在使用上可能会出现一些问题。 一. 配置环境变量: 只需把mysql/bin文件夹地址完整地添加到Path中,用“;”与前面的参数隔开。 二. ERROR 1.ERROR 1130: Host 'localhost' is no...
分类:
数据库 时间:
2015-09-03 17:51:04
阅读次数:
188
配置项目时出现的错误:error: Cannot change version of project facet Dynamic Web Module to 2.5. error: One or more constraints have not been satisfied.解决方式如下图所示:修...
分类:
系统相关 时间:
2015-09-03 16:35:18
阅读次数:
176
在MySQL里面show variables where variable_name like '%auto%'这条语句可以正常执行,但是show processlist where host like '%192%'就会报错了:Error Code : 1064You have an error ...
分类:
其他好文 时间:
2015-09-03 11:33:26
阅读次数:
162
# sudo pacman -Syu...error: key "5F702428F70E0903" could not be looked up remotelyerror: required key missing from keyringerror: failed to commit tran...
分类:
其他好文 时间:
2015-09-03 11:27:41
阅读次数:
371
Jessi初学英语,为了快速读出一串数字,编写程序将数字转换成英文:如22:twentytwo,123:onehundredandtwentythree。说明:数字为正整数,长度不超过十位,不考虑小数,转化结果为英文小写;输出格式为twentytwo;非法数据请返回“error”;关键字提示:and...
分类:
其他好文 时间:
2015-09-03 10:21:51
阅读次数:
135