会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
小白沙
博客园
首页
新随笔
联系
订阅
管理
1
2
下一页
2025年5月11日
Key
摘要: 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)
2020年7月8日
账单1.4 :NPOI +Excel Winform版
摘要: 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)
2020年6月30日
零碎的代码-做个笔记
摘要: 播放声音: 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)
2020年6月27日
程序练习-珠心算习题生成
摘要: 珠心算:目前和为9以内加减法;最多随机7个数字,从第二个数字开始,随机数加前面的数字和不超过9, 差不能小于0; 据此规则得: 0-sum<=a <= 9-sum; 得知待填入数字a的范围。 通过for 遍历, 获得处在这个区间的数字在数组中的index, 以这个index做为 random.nex
阅读全文
posted @ 2020-06-27 08:55 小白沙
阅读(349)
评论(0)
推荐(0)
2020年6月20日
Winform中Timer应用+ 随机字母-键盘打字训练
摘要: 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)
2020年6月13日
账单1.3-winform版
摘要: 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)
2020年6月12日
C# 联接 Access
摘要: Access 另存为 .mdb 数据库; 在winform 中使用 Datagridview 控件,可以显示所有的源数据 using System;using System.Collections.Generic;using System.ComponentModel;using System.Da
阅读全文
posted @ 2020-06-12 21:07 小白沙
阅读(187)
评论(0)
推荐(0)
2020年6月11日
异步编程练习
摘要: 原始代码: 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)
2020年6月2日
学事件
摘要: 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)
1
2
下一页
公告