摘要:
在项目.csproj文件中添加以下内容: <Target Name="BeforeBuild"> <TransformXml Source="Web.config" Transform="Web.$(Configuration).config" Destination="Web.config" /> 阅读全文
摘要:
export命令用于添加一个环境变量。 1、将一个普通变量添加到环境变量。 export 变量名 2、直接添加一个环境变量并设置变量值。 export 变量名=值 阅读全文
摘要:
restful是rest的形容词形式,类似于color与colorful。 因此,【rest风格webapi】 等于 【restful webapi】。 阅读全文