摘要:
using Newtonsoft.Json; using System; using System.Collections.Generic; using System.IO; using System.Net; using System.Net.Security; using System.Security.Cryptography.X509Certificates; using System.... 阅读全文
摘要:
using System.Drawing; using System.Windows.Forms; namespace ZhuoHuiSchoolroom.ZhuoHuiClass { /// /// 实现窗体内简单画笔功能 /// public class DrawClass { private Color __Color = ne... 阅读全文
摘要:
--查询数据库是否存在 if exists ( select * from sysdatabases where [name]='TestDB') print 'Yes, the DB exists' else print 'No, need a new one?' --新建一个数据库 create 阅读全文