摘要:
//文章出处: http://www.cnblogs.com/hlxs/archive/2011/05/09/2087976.html DataTable转换成IList 在用C#作开发的时候经常要把DataTable转换成IList;操作DataTable比较麻烦,把DataTable转换成ILi 阅读全文
摘要:
MVC 各种传值方式 ViewData传值.HomeController.cs Co de: public ActionResult Index(){ ViewData["Title" ] = "Home Page" ; ViewData["Message" ] = "Welcome to ASP. 阅读全文
摘要:
有思想的码农学习是一种方法 博客园 首页 新随笔 联系 订阅 管理 posts - 16, comments - 1, trackbacks - 0 ASP.NET MVC3中Controller与View之间的数据传递总结 目录 Controller向View传递数据 使用ViewData传值数据 阅读全文
摘要:
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Collections.Specialized;using System.IO;using System.Ru 阅读全文
摘要:
DateTime dt = DateTime.Now;// Label1.Text = dt.ToString();//2005-11-5 13:21:25// Label2.Text = dt.ToFileTime().ToString();//127756416859912816// Label 阅读全文
摘要:
public static void Main(string[] args) { #region String Extensions string result0 = "[frank%loch".StringConvert4SQLLke(); //替换sql模糊匹配的时候里面的特殊字符 bool r 阅读全文
摘要:
public string SeveImage(string hpf, out string imgaddr) { bool isSavedSuccessfully = true; string fileName = string.Empty; string fileNames = string.E 阅读全文
摘要:
USE dbNameGO/****** Object: StoredProcedure [dbo].[usp_Createjob] Script Date: 03/26/2014 14:36:30 ******/if exists (select * from dbo.sysobjects ... 阅读全文
摘要:
一.纯js实现Js代码二.jquery实现1.遍历对象Js代码$(function(){vartbody="";//------------遍历对象.each的使用-------------//对象语法JSON数据格式(当服务器端回调回来的对象数据格式是json数据格式,必须保证JSON的格式要求,... 阅读全文
摘要:
using System;using System.Collections.Generic;using System.Text;using System.Data.SqlClient;using System.Collections;using System.Data;namespace TestW... 阅读全文