#region 文本框和列表框的click事件 private void tbORcbb_click(object sender, EventArgs e) { if (typeof(TextBox).IsInstanceOfType(sender)) { if (!ifSelected) { ((...
分类:
其他好文 时间:
2014-07-14 08:01:18
阅读次数:
195
private void tbORcbb_leave(object sender, EventArgs e) { if (typeof(TextBox).IsInstanceOfType(sender)) { if (((TextBox)sender).Text.IsNumeric() != tru...
分类:
其他好文 时间:
2014-07-14 08:00:32
阅读次数:
187
using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace ToLookupDemo{ class Program { //自定义类 p...
分类:
其他好文 时间:
2014-07-14 00:33:57
阅读次数:
209
//无法获得text MessageBox.Show(cbb_EDiameter.SelectedText); //可以获得text MessageBox.Show(cbb_EDiameter.Text);
分类:
其他好文 时间:
2014-07-14 00:27:10
阅读次数:
226
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Reflection;using System.Diagnostics;namespace Extension...
分类:
其他好文 时间:
2014-07-14 00:17:34
阅读次数:
206
using System;using System.Collections;using System.Collections.Generic;using System.Linq;using System.Text;using System.Reflection;using System.Diagno...
分类:
其他好文 时间:
2014-07-13 23:53:33
阅读次数:
314
POI读取word只能读取内容不能读取格式tm-extractors-0.4.jarimport java.io.FileInputStream; import org.textmining.text.extraction.WordExtractor; public class Test { ...
分类:
其他好文 时间:
2014-07-13 23:12:30
阅读次数:
248
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Diagnostics;using System.IO;namespace LambdaExpressionA...
分类:
其他好文 时间:
2014-07-13 21:29:37
阅读次数:
227
下面的代码不显示:TableRow lay = new TableRow(layIndex.getContext()); lay.setLayoutParams(lpRow); //layIndex.addView(lay, new TableLayout.LayoutParams(Tabl...
分类:
其他好文 时间:
2014-07-13 13:23:04
阅读次数:
285
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Diagnostics;using System.IO;namespace LambdaExpressionA...
分类:
其他好文 时间:
2014-07-13 12:53:19
阅读次数:
181