
TroubleShooting
文章平均质量分 62
王之誉
对微软的CodeFlow有一定研究可以独立开发架设此系统
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
[TroubleShooting] The remote copy of database xx has not been rolled forward to a point in time
Steps: 1. backup database DBmirror on SQL1 2. backup database log 3. copy db and log backup files to SQL2 4. restore db with norecovery 5. restore log with norecovery 6. create endpoints on both原创 2014-04-29 18:54:37 · 2013 阅读 · 1 评论 -
[TroubleShooting]'trn\bak' is incorrectly formed. SQL Server cannot process this media family.
SQL Server online consultants came across an interesting scenario where one of our client was unable to restore a native SQL Server backup successfully performed from one instance running on M原创 2014-05-04 10:47:03 · 2883 阅读 · 0 评论 -
Stylecop code sample
Stylecop code sample原创 2014-05-08 15:57:35 · 1108 阅读 · 0 评论 -
Eclipse中的Web项目自动部署到Tomcat以及如何在Eclipse中使用My Eclipse工程
我是一个新手学习Java,servlet和Jsp. 痛苦的是我时候一个.net程序员,习惯了微软的VSIDE一切都是封装好的.傻瓜式的使用, 不需要关心内部实现. 悲催的是我看到资料都是MyEclipse, 但我下载使用的环境是Eclipse.这就有两个问题要解决. 一个是如何把MyEclipse的东西同步到Eclipse上, 另外一个是版本控制问题.我的环境我觉得比较奇葩(Tomca6.原创 2014-12-17 13:23:12 · 14862 阅读 · 0 评论 -
[TroubleShooting] A potentially dangerous Request.Form value was detected from the client
In web.config file:原创 2014-12-02 14:29:24 · 734 阅读 · 0 评论 -
Could not execute menu item (internal error) [Exception] Could not perform service action
我在机器里已经安装了IIS7后又安装了wampServer我想让这两个服务都可以独立运行.由于这两个服务都占用80端口. 所以后安装的wamp在启动(put online)的时候就会报错如下图 问题出了,有几个办法可以解决这个问题: 1. 修改IIS 的默认端口号 2. 修改apache的默认端口号 通常我修改apache的默认端口号: 1. 在appache中找到配置文件ht原创 2014-12-22 15:48:39 · 6994 阅读 · 0 评论