摘要:
using Microsoft.Reporting.WinForms; using System; using System.Data; using System.Windows.Forms; namespace 一维码 { public partial class Form1 : Form { p 阅读全文
摘要:
using System; using System.ComponentModel; using System.Runtime.InteropServices; using System.Threading; namespace Masuit.Tools.Systems { /// /// 纳秒级计 阅读全文
摘要:
按日期汇总 SELECT TOP 2 substring(Convert(VARCHAR(30), LastLoginTime, 120),1,10) as 日期 , count(UserName) from SysAdmins group by substring(Convert(VARCHAR( 阅读全文