摘要:
public class HttpClientHelper { private const int TimeOutValue = 60000; public string GetAsync(string url) { HttpClientHandler handler = new HttpClien 阅读全文
摘要:
右击数据库名称,选择属性 选择文件--日志-限制大小为500m 用语句也可以 ALTER DATABASE iMonitor SET RECOVERY SIMPLE --将“恢复模式”设置为“简单” GO USE iMonitor GO DBCC SHRINKFILE (N'iMonitor_l' 阅读全文