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
阅读全文
摘要:在Project的右键菜单中选择“卸载项目”,然后Project的右键菜单中选择“编辑xxx.csproj”。在最后加上<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />即可。
阅读全文