11 2014 档案
摘要:public class Test{private static readonly string strConnection = "";public static void BulktoDb(DataTable dt){//1、SqlBulkCopytry{ using (SqlConnectio...
阅读全文
摘要:1、获取单个checkbox选中项(三种写法)$("input:checkbox:checked").val()或者$("input:[type='checkbox']:checked").val();或者$("input:[name='ck']:checked").val(); 2、 获取多个ch
阅读全文
摘要:using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Runtime.InteropServices; using System.IO; usin...
阅读全文
摘要:http://pan.baidu.com/s/1i3qYDF3 SHA1http://pan.baidu.com/s/1ntBjsBv MD5http://pan.baidu.com/s/1sjHMGW1 Base64
阅读全文
摘要:·First-返回集合中的第一个元素;不延迟·FirstOrDefault-返回集合中的第一个元素(如果没有则返回默认值);不延迟·Last-返回集合中的最后一个元素;不延迟·LastOrDefault-返回集合中的最后一个元素(如果没有则返回默认值)·ElementAt-返回集合中指定索引的元素...
阅读全文
摘要:默认在Views文件外的静态页面可以访问,若要访问Views里的静态页面则需要修改View文件夹中的web.config:
阅读全文

浙公网安备 33010602011771号