摘要: Document Key 零cell数据批次采集:2026-05-01 一VDA审核表:2026-04-01 二toolbox:2026-05-01 三文件替换:2026-05-02 四2025-05-03 五2025-05-04 六2025-05-05 七2025-05-06 八2025-05-0 阅读全文
posted @ 2025-05-11 20:46 小白沙 阅读(16) 评论(0) 推荐(0)
摘要: using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;u 阅读全文
posted @ 2020-07-08 21:16 小白沙 阅读(240) 评论(0) 推荐(0)
摘要: 播放声音: using System.Media; SoundPlayer player1 = new SoundPlayer(@"j:\5.wav"); player1.Play(); 调用其他控件的事件 button2.PerformClick(); 对控件使用变量进行操作 TextBox tx 阅读全文
posted @ 2020-06-30 15:34 小白沙 阅读(90) 评论(0) 推荐(0)
摘要: 珠心算:目前和为9以内加减法;最多随机7个数字,从第二个数字开始,随机数加前面的数字和不超过9, 差不能小于0; 据此规则得: 0-sum<=a <= 9-sum; 得知待填入数字a的范围。 通过for 遍历, 获得处在这个区间的数字在数组中的index, 以这个index做为 random.nex 阅读全文
posted @ 2020-06-27 08:55 小白沙 阅读(348) 评论(0) 推荐(0)
摘要: Form1.CS using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using Syst 阅读全文
posted @ 2020-06-20 20:34 小白沙 阅读(225) 评论(0) 推荐(0)
摘要: Winform下program 类 using System;using System.Collections.Generic;using System.Linq;using System.Threading.Tasks;using System.Windows.Forms;using System 阅读全文
posted @ 2020-06-13 07:58 小白沙 阅读(52) 评论(0) 推荐(0)
摘要: Access 另存为 .mdb 数据库; 在winform 中使用 Datagridview 控件,可以显示所有的源数据 using System;using System.Collections.Generic;using System.ComponentModel;using System.Da 阅读全文
posted @ 2020-06-12 21:07 小白沙 阅读(186) 评论(0) 推荐(0)
摘要: 原始代码: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;using System.IO;using System.Diag 阅读全文
posted @ 2020-06-11 21:59 小白沙 阅读(141) 评论(0) 推荐(0)
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.IO;namespace 查找特定目录下的子目录{ class Program { static int fi 阅读全文
posted @ 2020-06-11 21:55 小白沙 阅读(354) 评论(0) 推荐(0)
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;using System.IO; namespace ConsoleApp1{ 阅读全文
posted @ 2020-06-02 22:00 小白沙 阅读(113) 评论(0) 推荐(0)