07 2017 档案

摘要:1.问题 Microsoft Visual Studio Web 应用程序项目 XXWeb 已配置为使用 IIS。 未能找到 Web 服务器“http://www.xxx.com”。 确定 2.解决 vs中右键编辑项目(编辑.csproj文件) 搜索UseIIS节点,如果有则把值改为false 如果 阅读全文
posted @ 2017-07-21 15:44 Ace001 阅读(2106) 评论(1) 推荐(0)
摘要:https://try.kotlinlang.org/#/Examples/Hello,%20world!/Simplest%20version/Simplest%20version.kt /** * We declare a package-level function main which re 阅读全文
posted @ 2017-07-03 09:05 Ace001 阅读(191) 评论(0) 推荐(0)