摘要:
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Data; using MySql.Data.MySqlClient; namespace drWm.mdal { public class MySqlHelper { ... 阅读全文
posted @ 2018-03-26 10:43
慶哥
阅读(300)
评论(0)
推荐(0)
摘要:
先在网上找到Mysql.Data.dll组件, 文件下载地址为http://dev.mysql.com/downloads/connector/net/6.6.html#downloads ,下载平台选择.Net&Mono,下载ZIP免安装版 然后再项目中引用,之后操作你的数据库,我这里以test为 阅读全文
posted @ 2018-03-26 09:49
慶哥
阅读(176)
评论(0)
推荐(0)
摘要:
DateTime dt = DateTime.Now; //本月第一天时间 DateTime dt_First = dt.AddDays(1 - (dt.Day)); //获得某年某月的天数 int year = dt.Date.Year; int month = dt.Date.Month; int dayCount = DateTime.DaysInMonth(year,... 阅读全文
posted @ 2018-03-26 09:45
慶哥
阅读(1355)
评论(0)
推荐(0)

浙公网安备 33010602011771号