一:使用DateAdd方法向指定日期添加一段时间间隔,截图二:代码using
System;using System.Collections.Generic;using System.ComponentModel;using
System.Data;using System.Drawing;usin...
分类:
其他好文 时间:
2014-06-07 00:13:56
阅读次数:
292
using System;using System.Collections.Generic;using
System.Data.Entity;using System.Linq;using System.Linq.Expressions;using
System.Text;using SnsDB;u...
分类:
其他好文 时间:
2014-06-06 21:45:06
阅读次数:
384
Generic.xaml is a particular name, you cannot
rename it.
分类:
其他好文 时间:
2014-06-06 20:47:27
阅读次数:
248
1、创建HttpHandlerusing System;using
System.Collections.Generic;using System.Text;using System.Web;namespace Handler{
public class DownloadHandler : I...
分类:
其他好文 时间:
2014-06-06 10:35:31
阅读次数:
168
using System;using System.Collections.Generic;using
System.ComponentModel;using System.Data;using System.Drawing;using
System.Linq;using System.Text;u...
分类:
数据库 时间:
2014-06-04 17:30:04
阅读次数:
214
using System;using System.Collections.Generic;using
System.ComponentModel;using System.Data;using System.Drawing;using
System.Linq;using System.Text;u...
分类:
数据库 时间:
2014-06-04 17:15:53
阅读次数:
287
一:DateTime.ToString格式化日期,截图二:代码using
System;using System.Collections.Generic;using System.ComponentModel;using
System.Data;using System.Drawing;using ...
分类:
其他好文 时间:
2014-06-03 15:22:00
阅读次数:
414
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
借助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