10 2020 档案
摘要:声明和定义 列表 list 一个数据结构,可以将一组数据存放其中,并进行处理 , 用 方括号 [ ] 表示friends = ['John', 'Mike', 'Mary', 'Zhang San'] 字典dictionary 创建空字典,用花括号 {} 或者函数 dict() dict_0 = {
阅读全文
摘要:项目是.net4.7.2的, codedom的nuget包下面 Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1\tools有3个子文件夹 net45文件夹是安装和卸载的脚本 Roslyn45是4.5的版本,不支持高级语法 Roslyn
阅读全文
摘要:IIS 10 - 404 Error (But the files exist...) As I messed around in the services, config files and logs... It appears that the service World Wide Web Pu
阅读全文