会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
冰魂雪魄
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
···
15
下一页
2022年1月21日
DevExpress控件显示弹出注册对话框的应对方法
摘要: 删除Properties下的license.licx,目前来看是可以的 已测试,可以不显示注册对话框
阅读全文
posted @ 2022-01-21 10:36 冰魂雪魄
阅读(786)
评论(0)
推荐(0)
2022年1月14日
C# IObservable与IObserver通知机制 观察者模式(推式模型)
摘要: using System; using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; namespace ConsoleApp1 { class
阅读全文
posted @ 2022-01-14 10:01 冰魂雪魄
阅读(1163)
评论(0)
推荐(0)
2022年1月13日
写入到Excel表格文件当中,导出/导入数据
摘要: /// <summary> /// 写入到Excel表格文件当中,导出数据 /// </summary> /// <param name="dt"></param> /// <returns></returns> public bool DataTableToExcel(DataTable dt,
阅读全文
posted @ 2022-01-13 09:45 冰魂雪魄
阅读(278)
评论(0)
推荐(1)
2022年1月12日
在可以调用OLE之前,必须将当前线程设置为单线程单元(STA)模式,请确保您的Main函数带有STAThreadAttribute...
摘要: 导入导出功能,在调用ShowDialog时的错误,解决办法如下: WinForm窗体的入口点: /// <summary> /// 应用程序的主入口点。 /// </summary> [STAThread] private static void Main(String[] args) { Appl
阅读全文
posted @ 2022-01-12 10:58 冰魂雪魄
阅读(395)
评论(0)
推荐(0)
2021年12月21日
C# 两个list集合合并成一个,及升序降序
摘要: C# List集合合并 在开发过程中.数组和集合的处理是最让我们担心.一般会用for or foreach 来处理一些操作.这里介绍一些常用的集合跟数组的操作函数. 首先举例2个集合A,B. List<int> listA = new List<int> {1,2,3,5,7,9}; List<in
阅读全文
posted @ 2021-12-21 17:18 冰魂雪魄
阅读(6327)
评论(0)
推荐(0)
2021年12月10日
DevExpress.XtraEditors.ComboBoxEdit 只能选择不能在里面 输入数据
摘要: DevExpress.XtraEditors.ComboBoxEdit 只能选择不能在里面 输入数据 combboxEdit.propoties.textEditStyle=DisableTextEditor
阅读全文
posted @ 2021-12-10 10:26 冰魂雪魄
阅读(398)
评论(0)
推荐(0)
2021年12月6日
根据object 获取list
该文被密码保护。
阅读全文
posted @ 2021-12-06 11:08 冰魂雪魄
阅读(0)
评论(0)
推荐(0)
2021年11月26日
string 转Type
摘要: #region string 转Type /// <summary> /// string 转Type /// </summary> /// <param name="typeName"></param> /// <returns></returns> public Type GetEnumType
阅读全文
posted @ 2021-11-26 09:54 冰魂雪魄
阅读(445)
评论(0)
推荐(0)
2021年11月25日
操作xml node
该文被密码保护。
阅读全文
posted @ 2021-11-25 10:11 冰魂雪魄
阅读(0)
评论(0)
推荐(0)
2021年11月24日
C#获取枚举的描述
摘要: 方法一: public static Dictionary<string, string> GetEnumDescription<T>() { Dictionary<string, string> dic = new Dictionary<string, string>(); FieldInfo[]
阅读全文
posted @ 2021-11-24 17:29 冰魂雪魄
阅读(417)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
···
15
下一页
WPF框架交流群:
C#WPF技术交流群:
WPF技术大牛交流群: