会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
FrancoGUO
博客园
首页
新随笔
联系
订阅
管理
2020年5月8日
C# 获取指定日期为第几周
摘要: /// <summary> /// 获取指定日期,在为一年中为第几周 /// </summary> /// <param name="dt">指定时间</param> /// <reutrn>返回第几周</reutrn> private static int GetWeekOfYear(DateTi
阅读全文
posted @ 2020-05-08 13:26 FrancoGUO
阅读(479)
评论(0)
推荐(0)
2020年1月21日
C#使用动网帮助类连接数据库的说明
摘要: 需要在项目中添加引用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)
公告