07 2012 档案

摘要:1.下载EasyPHP和Mantis;2.安装EasyPHP(自动集成了Apache和MySql);3.解压Mantis到EasyPHP的www目录下;4.打开EasyPHP的Local Web,进入Mantis;5.如果MySql修改了端口,那么把localhost改为localhost:port,点击install,如果出现全绿,则安装成功。6.修改Apache能够局域网访问:在Listen 127.0.0.1:8888 下面增加Listen 192.168.1.235:8888 阅读全文
posted @ 2012-07-04 10:14 深圳大漠 阅读(452) 评论(0) 推荐(0) 编辑
摘要:在Project的右键菜单中选择“卸载项目”,然后Project的右键菜单中选择“编辑xxx.csproj”。在最后加上<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />即可。 阅读全文
posted @ 2012-07-03 15:39 深圳大漠 阅读(4875) 评论(0) 推荐(0) 编辑