摘要: /// <summary> /// 获取指定日期,在为一年中为第几周 /// </summary> /// <param name="dt">指定时间</param> /// <reutrn>返回第几周</reutrn> private static int GetWeekOfYear(DateTi 阅读全文
posted @ 2020-05-08 13:26 FrancoGUO 阅读(479) 评论(0) 推荐(0)
摘要: 需要在项目中添加引用Maticsoft.DBUtility.dll 下载 App.config如下 <?xml version="1.0" encoding="utf-8" ?> <configuration> <appSettings> <!-- 连接字符串是否加密 --> <add key="C 阅读全文
posted @ 2020-01-21 11:33 FrancoGUO 阅读(146) 评论(0) 推荐(0)