导航

2017年8月29日

摘要: 当有全局变量时,如:protected static Dictionary<string, string> SalesMail = new Dictionary<string, string>(); 每天运行程序时,会使用到这个变量,比如:往这个变量中添加数据。如果服务不停止或重新启动,这个变量会存 阅读全文

posted @ 2017-08-29 11:31 Dom988 阅读(318) 评论(0) 推荐(0)