05 2023 档案

C# BeginInvoke EndInvoke
摘要:如遇到以下两种需求时,可以试试 BeginInvoke 方法 1.某些时候需要开线程处理,需要主线程子线程配合完成 1-1.投票 using System; using System.Collections.Generic; using System.Linq; using System.Text; 阅读全文

posted @ 2023-05-10 17:08 wu.g.q 阅读(85) 评论(0) 推荐(0) 编辑

Batocera教程(踩坑情况记录)
摘要:一、什么是快乐星球 Batocera Batocera是专门为复古游戏开发的、基于Linux的操作系统,由于windows系统需要预存一部分资源确保系统正常运行,所以在很多老式电脑上装模拟器(例如nds)就会很卡。 其次是把游戏和系统装到u盘或是其他储存介质中,可以轻松做到随时随地摸鱼,岂不是爽爆( 阅读全文

posted @ 2023-05-08 15:13 wu.g.q 阅读(2182) 评论(0) 推荐(0) 编辑

WPF 源码查看链接
摘要:wpf 源码链接: Reference Source (microsoft.com) 阅读全文

posted @ 2023-05-05 16:44 wu.g.q 阅读(5) 评论(0) 推荐(0) 编辑

C# 获取本地共享目录和网络共享目录
摘要:1.在工程添加对应的cs文件 using System; using System.Collections; using System.Collections.Generic; using System.ComponentModel; using System.IO; using System.Li 阅读全文

posted @ 2023-05-05 15:07 wu.g.q 阅读(704) 评论(0) 推荐(0) 编辑

Wpf Datagrid 操作总结
摘要:1. 行选中时,.SelectedIndex可以获取行索引,多行选中可用 SelectedItems 2.单元格选中时,获取行索引可以用以下(Grid为DataGrid的对象) DataGridCellInfo selectedCell = Grid.SelectedCells.FirstOrDef 阅读全文

posted @ 2023-05-05 14:48 wu.g.q 阅读(311) 评论(0) 推荐(0) 编辑

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

导航

统计

点击右上角即可分享
微信分享提示