随笔分类 - C#
摘要:public class Toast { public class ToastInfo { public Form Owner { get; set; } public string Text { get; set; } = ""; public bool Increase { get; set;
阅读全文
摘要:获取分辨率缩放比例: public const int HORZRES = 8; public const int VERTRES = 10; public const int LOGPIXELSX = 88; public const int LOGPIXELSY = 90; public con
阅读全文
摘要:C#如何操作MySQL资料库? MySQL是有出过针对.NET的连接器(Connector),其实就是一些.NET DLL,大家可以去https://dev.mysql.com/downloads/connector/net/这个地址去找针对对应的.NET版本的连接器。 由于我当前电脑的.NET 版
阅读全文
摘要:一般整型参数声明: 带字符串参数的API函数声明:
阅读全文

浙公网安备 33010602011771号