using System; using System.Collections.Generic; using System.Linq; using Syst...
1、配置文件项目文件添加Config文件夹,文件中添加对应xml文件<?xml version="1.0" encoding=&...
1、Global.asax文件加入判断代码void Application_BeginRequest(object sender, EventArgs e...
1、web.config中配置阿里云云存储配置信息<add key="Ali_OSS_AccessKeyID" value=&q...
1、创建线程中运行的方法体public void Func(object state) { lock(obj) { ........