码迷,mamicode.com
首页 >  
搜索关键字:gns3 配置gre(generic routing encapsulation)    ( 8689个结果
实例365(7)---------使用DateAdd方法向指定日期添加一段时间间隔,使用TimeSpan对象获取时间间隔
一:使用DateAdd方法向指定日期添加一段时间间隔,截图二:代码using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;usin...
分类:其他好文   时间:2014-06-07 00:13:56    阅读次数:292
Entity Framework Code First 常用方法集成
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
Style file: generic.xaml
Generic.xaml is a particular name, you cannot rename it.
分类:其他好文   时间:2014-06-06 20:47:27    阅读次数:248
C#文件授权下载
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
连接access的语句
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
连接sql server的语句
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
实例365(6)---------DateTime.ToString格式化日期,使用DateDiff方法获取日期时间的间隔数
一: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
MVC实现多选下拉框
借助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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!