原來用的是Windows Server 2003,後來公司升級成了Windows 7 專業版。所以重新安裝了Microsoft Visual Studio 2010,然後經常打開VS2010會報devenv.exe-Assert Failure錯誤。網上搜索說明與Microsoft .NET Fra...
分类:
其他好文 时间:
2015-01-20 13:19:18
阅读次数:
160
转载 http://www-01.ibm.com/support/docview.wss?uid=swg21514783 Cause Have a HADR pair with Primary online but a failure on the Standby makes it necessar...
分类:
数据库 时间:
2015-01-19 20:51:42
阅读次数:
223
maven的pom报plugins却是的解决方法.引用Failure to transfer org.apache.maven.plugins:maven-surefire-plugin:pom:2.7.1 from http://repo1.maven.org/maven2 was cached ...
分类:
其他好文 时间:
2015-01-19 18:46:56
阅读次数:
152
重启策略:使用在Docker run的时候使用--restart参数来设置。no - container不重启on-failure - container推出状态非0时重启always - 始终重启https://docs.docker.com/reference/commandline/cli/#...
分类:
其他好文 时间:
2015-01-15 10:52:10
阅读次数:
161
今天,同事的数据库备份出现问题,帮忙查看,错误信息如下:
channel ch01: starting piece 1 at 2015-01-12:22:06:56
RMAN-03009: failure of backup command on ch01 channel at 01/12/2015 22:11:51
ORA-19513: failed to identify sequentia...
分类:
数据库 时间:
2015-01-13 17:54:06
阅读次数:
317
在部署sharepoint 2013解决方案wsp包时,出现一个错误:
部署步骤“添加解决方案”中出现错误: 已在此服务器场中安装 ID 为 735efe4e-8b50-4310-b588-c6ae2ba0759f 的功能。请使用强制属性显式地重新安装此功能。
英文报错如下:
Error occurred in deployment step 'Add Solution': A featur...
分类:
其他好文 时间:
2015-01-13 12:37:57
阅读次数:
169
安装时候碰到的一个问题:已经签名的包,重新通过adb install 会提示安装错误。提示:Failure [INSTALL_FAILED_ALREADY_EXISTS]
为啥eclipse自己就可以不停滴覆盖重装呢?
因为eclipse自动打包是debug的签名,而我打如果是release签名就会出现上面的报错。解决办法:adb install -r
adb install -r 这里的r...
分类:
其他好文 时间:
2015-01-12 19:21:15
阅读次数:
216
InadefaultJettyinstallation,Jettyscansits$JETTY_HOME/webappsdirectoryforcontextdeploymentdescriptorfiles.Todeployawebapplicationusingsuchafile,simplyplacethefileinthatdirectory.ThedeploymentdescriptorfileitselfisanxmlfilethatconfiguresaWebAppContextclass.Fo..
分类:
其他好文 时间:
2015-01-10 18:35:08
阅读次数:
323
原文:
https://www.ssllabs.com/downloads/SSL_TLS_Deployment_Best_Practices_1.3.pdf
译者: Shawn the R0ck,(后面校正的自己加到后面)
SSL/TLS部署最佳实践
作者:Ivan Risti?
version 1.3 (17 September ...
分类:
其他好文 时间:
2015-01-09 12:51:15
阅读次数:
171
1. web.xml(deployment descriptor) ,部署描述符2. 我们可以将Servlet看作是嵌套了HTML代码的Java类;可以将JSP看作是嵌套了Java代码的HTML页面。3. get和post方法之间的差别: 1). 浏览器地址栏呈现的结果不同(表象) 2). 真正.....
分类:
Web程序 时间:
2015-01-08 20:03:02
阅读次数:
233