前边看抽象工厂模式时,对反射有些不熟悉,这两天学习了一下,把成果记下来。using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;nam...
分类:
其他好文 时间:
2014-07-16 21:11:15
阅读次数:
173
vartext="sesssges";varreg=/\s/;if(reg.exec(text)==null)alert('没有空格');elsealert('有空格');
分类:
其他好文 时间:
2014-07-16 21:06:02
阅读次数:
141
using System;using System.Collections.Generic;using System.Linq;using System.Collections;using System.Text;using System.Diagnostics;namespace Hecha.Te...
分类:
其他好文 时间:
2014-07-16 20:59:13
阅读次数:
164
通过合并和获得改变两个方法获得差异的部分:dataTable1.AcceptChanges();dataTable1.Merge(dataTable2);DataTable changesTable = dataTable1.GetChanges();这样可以快速获得dataTable2中存在而da...
分类:
其他好文 时间:
2014-07-16 20:54:50
阅读次数:
161
1.索引的分类 B-Tree 基本支持 HASH 只有memory支持 R-Tree myisam支持 Full-text myisam支持(全文索引)2.Memory引擎下只有“=”条件才会使用索引=============================== 导入数据的...
分类:
数据库 时间:
2014-07-16 20:33:41
阅读次数:
241
HTML(hyper text markup language) HTML不是一种编程语言,而是一种标记语言(markup language),标记语言是一套markup tag(标记标签),HTML使用markup tag来描述网页。markup tag(通常被称作HTML tag) mark.....
分类:
Web程序 时间:
2014-07-16 20:29:45
阅读次数:
260
1. Windows->Preferences->General->Workspace->Text file encoding2. Auto complete:Windows->Preferences->Java->Editor->Content Assist勾选 Enable auto activ...
分类:
系统相关 时间:
2014-07-16 20:23:50
阅读次数:
185
1. 打开网站 System.Diagnostics.Process.Start(http://www.baidu.com);2. 控件LinkLabel: 可打开的label,只是点击有更多的效果,需要在click或linkclick事件中编写打开网站代码。LinArea属性表示能点击的text范...
整理了下sql操作代码,如下:/// /// 类说明:公共的数据库访问访问类/// 编码日期:2014-7-11/// 编 码 人:高普林/// using System;using System.Collections.Generic;using System.Text;using System....
分类:
数据库 时间:
2014-07-16 20:15:37
阅读次数:
147
示例代码:using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;using System.Collections;namespace...
分类:
其他好文 时间:
2014-07-12 13:34:26
阅读次数:
330