1 using System; 2 using System.Collections.Generic;
3 using System.Linq; 4 using System.Text; 5 using
System.Runtime.InteropServices; 6 7 namespace .....
分类:
其他好文 时间:
2014-06-02 18:26:00
阅读次数:
185
方法一:应用ParameterizedThreadStart这个委托来传递输入参数,这种方法适用于传递单个参数的情况。[c-sharp] view
plaincopyusingSystem;usingSystem.Collections.Generic;usingSystem.ComponentMo...
分类:
编程语言 时间:
2014-06-02 17:30:45
阅读次数:
331
一:截图二:代码using System;using
System.Collections.Generic;using System.ComponentModel;using System.Data;using
System.Drawing;using System.Linq;using Syste...
分类:
其他好文 时间:
2014-06-02 13:35:03
阅读次数:
256
一:截图二:代码using System;using
System.Collections.Generic;using System.ComponentModel;using System.Data;using
System.Drawing;using System.Linq;using Syste...
分类:
其他好文 时间:
2014-06-02 10:11:09
阅读次数:
314
一:使用ChineseLunisolarCalendar
对象由年份获得生肖名,截图二:代码using System;using System.Collections.Generic;using
System.ComponentModel;using System.Data;using System...
分类:
其他好文 时间:
2014-06-02 09:48:09
阅读次数:
174
using System;using
System.Collections.Generic;using System.Linq;using System.Web;using
System.Web.UI;using System.Web.UI.WebControls;//http://msdn.mic...
分类:
Web程序 时间:
2014-06-02 09:33:11
阅读次数:
402
一:DateTime.IsLeapYear 方法判断是否是闰年,截图二:代码using
System;using System.Collections.Generic;using System.ComponentModel;using
System.Data;using System.Drawing...
分类:
其他好文 时间:
2014-06-02 09:25:59
阅读次数:
220
借助Chosen Plugin可以实现多选下拉框。 选择多项:
设置选项数量,比如设置最多允许2个选项: 考虑到多选下拉选中项是string数组,Model应该这样设计: using
System.Collections.Generic;using System.Web.Mvc;namespace ...
分类:
Web程序 时间:
2014-06-02 08:21:31
阅读次数:
337
^[1][3-8]+\\d{9}^首字母[1]必须是1,方格可以去掉吧。。[3-8]第二个数字为3-8之间+加表示至少一个[3-8]\\d表示数字{9}表示9个,就是9个数字。using
System;using System.Collections.Generic;using System.Run...
分类:
移动开发 时间:
2014-06-02 02:11:42
阅读次数:
394
一:截图二:代码using System;using
System.Collections.Generic;using System.ComponentModel;using System.Data;using
System.Drawing;using System.Text;using Syste...