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