- 博客(3)
- 收藏
- 关注
翻译 读取CPU唯一序列号
using System.Management;public string GetCpuID() { try { //获取CPU序列号代码 string cpuInfo = "";//cpu序列号 ManagementClass mc =...
2018-11-27 10:53:18
3414
翻译 c# 控件 简写
标准控件1 btn Button 2 chk CheckBox 3 ckl CheckedListBox4 cmb ComboBox5 dtp DateTimePicker6 lbl Label7 llb LinkLabel8 lst ListBox9 lvw ListView10 mtx MaskedTextBox11 cdr M...
2018-11-26 10:45:24
291
原创 随机同时生成不同的数据
C# winform随机同时生成不同的数据第一种办法 随机生成1 - 12 不同的3个数 Random rnd = new Random(); int[] res = new int[3]; int i = 0; while (i < 3) ...
2018-11-25 17:05:59
254
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人