猪冰龙

导航

上一页 1 2 3 4 5 6 7 8 9 ··· 15 下一页

2018年1月23日 #

c# 产生随机数 程序所在路径

摘要: 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 using System.Threading.Tasks; 6 7 namespace ConsoleApp 阅读全文

posted @ 2018-01-23 15:25 猪冰龙 阅读(254) 评论(0) 推荐(0) 编辑

2018年1月20日 #

devexpress 的combobox怎样只能选择不能输入

摘要: 我们知道listbox和combobox的区别就是listbox是下拉列表框,只能下拉,不支持在listbox中自定义输入,而combobox是textbox和listbox的合体,被称为组合框。 combobox有时也被用作listbox使用,那如何才能想listbox那样只能选择,不能输入呢,这 阅读全文

posted @ 2018-01-20 15:19 猪冰龙 阅读(2196) 评论(0) 推荐(0) 编辑

2018年1月17日 #

c#操作xml

摘要: 1 ////创建xmldoc的xml文档 2 //XmlDocument xmldoc = new XmlDocument(); 3 ////加入XML的声明段落:<?xmlversion="1.0" encoding="utf-8"?> 4 //XmlDeclaration xmldecl = x 阅读全文

posted @ 2018-01-17 15:55 猪冰龙 阅读(213) 评论(0) 推荐(0) 编辑

c# 数据表DataTable给devexpress的gridControl提供数据源

摘要: C# DataTable 详解 参考:https://www.cnblogs.com/Sandon/p/5175829.html http://blog.csdn.net/singgel/article/details/51833116 1 namespace DXApplication1XtraT 阅读全文

posted @ 2018-01-17 15:50 猪冰龙 阅读(5809) 评论(0) 推荐(1) 编辑

2018年1月16日 #

c#在panel或groupbox中添加窗体,实现点击不同按钮或combox时panel中窗体切换,在xtratabcontrol中添加窗体

摘要: 参考panel添加窗体: http://blog.csdn.net/illegalname/article/details/65444249 http://blog.csdn.net/Eastmount/article/details/21461275 1 using System; 2 using 阅读全文

posted @ 2018-01-16 14:39 猪冰龙 阅读(996) 评论(0) 推荐(0) 编辑

2018年1月15日 #

c# 得到list符合某条件的索引值,排序

摘要: 请教,在List集合中怎么得到元素的索引值,参考:http://www.myexception.cn/c-sharp/385022.html 这个可以用来读取窗口的多个textbox控件中内容: 1 解决方案 2 你可以使用FindIndex方法 3 C# code 4 private void F 阅读全文

posted @ 2018-01-15 13:47 猪冰龙 阅读(2449) 评论(0) 推荐(0) 编辑

2018年1月14日 #

c#中数组array和list在函数间传递 转置

摘要: 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 6 namespace ConsoleApplication2 7 { 8 class Program 9 阅读全文

posted @ 2018-01-14 23:40 猪冰龙 阅读(1187) 评论(0) 推荐(0) 编辑

c# 二维list排序和计时

摘要: 1 using System; 2 using System.Collections.Generic; 3 using System.Diagnostics; 4 using System.Linq; 5 using System.Text; 6 using System.Threading; 7 阅读全文

posted @ 2018-01-14 20:44 猪冰龙 阅读(2378) 评论(0) 推荐(0) 编辑

c# devexpress 多个窗口

摘要: 1 using System; 2 using System.Collections.Generic; 3 using System.ComponentModel; 4 using System.Data; 5 using System.Drawing; 6 using System.Linq; 7 阅读全文

posted @ 2018-01-14 16:47 猪冰龙 阅读(3096) 评论(0) 推荐(0) 编辑

2018年1月1日 #

c#委托与事件2

摘要: 首先是一个关机器的一般方法: 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 6 namespace DelegateDemo 7 { 8 class Pr 阅读全文

posted @ 2018-01-01 17:22 猪冰龙 阅读(191) 评论(0) 推荐(0) 编辑

上一页 1 2 3 4 5 6 7 8 9 ··· 15 下一页