会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
byronming
博客园
首页
新随笔
联系
管理
订阅
2016年5月28日
DataTable转换成IList
摘要: //文章出处: http://www.cnblogs.com/hlxs/archive/2011/05/09/2087976.html DataTable转换成IList 在用C#作开发的时候经常要把DataTable转换成IList;操作DataTable比较麻烦,把DataTable转换成ILi
阅读全文
posted @ 2016-05-28 15:38 byronming
阅读(719)
评论(1)
推荐(0)
2016年5月24日
MVC[xml]页面传值
摘要: MVC 各种传值方式 ViewData传值.HomeController.cs Co de: public ActionResult Index(){ ViewData["Title" ] = "Home Page" ; ViewData["Message" ] = "Welcome to ASP.
阅读全文
posted @ 2016-05-24 22:57 byronming
阅读(1015)
评论(0)
推荐(0)
2016年2月18日
ASP.NET MVC3中Controller与View之间的数据传递总结
摘要: 有思想的码农学习是一种方法 博客园 首页 新随笔 联系 订阅 管理 posts - 16, comments - 1, trackbacks - 0 ASP.NET MVC3中Controller与View之间的数据传递总结 目录 Controller向View传递数据 使用ViewData传值数据
阅读全文
posted @ 2016-02-18 14:13 byronming
阅读(357)
评论(0)
推荐(0)
C#读取ini文件的方法
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Collections.Specialized;using System.IO;using System.Ru
阅读全文
posted @ 2016-02-18 11:16 byronming
阅读(1316)
评论(0)
推荐(0)
2016年2月17日
asp.net时间显示
摘要: DateTime dt = DateTime.Now;// Label1.Text = dt.ToString();//2005-11-5 13:21:25// Label2.Text = dt.ToFileTime().ToString();//127756416859912816// Label
阅读全文
posted @ 2016-02-17 13:39 byronming
阅读(274)
评论(0)
推荐(0)
2016年2月16日
Net 扩展方法集合.
摘要: public static void Main(string[] args) { #region String Extensions string result0 = "[frank%loch".StringConvert4SQLLke(); //替换sql模糊匹配的时候里面的特殊字符 bool r
阅读全文
posted @ 2016-02-16 14:53 byronming
阅读(182)
评论(0)
推荐(0)
2016年2月15日
文件流上传图片
摘要: public string SeveImage(string hpf, out string imgaddr) { bool isSavedSuccessfully = true; string fileName = string.Empty; string fileNames = string.E
阅读全文
posted @ 2016-02-15 11:37 byronming
阅读(496)
评论(0)
推荐(0)
2015年12月22日
通过存储过程创建SQL作业
摘要: USE dbNameGO/****** Object: StoredProcedure [dbo].[usp_Createjob] Script Date: 03/26/2014 14:36:30 ******/if exists (select * from dbo.sysobjects ...
阅读全文
posted @ 2015-12-22 10:10 byronming
阅读(592)
评论(1)
推荐(0)
2015年10月20日
JS遍历对象或者数组
摘要: 一.纯js实现Js代码二.jquery实现1.遍历对象Js代码$(function(){vartbody="";//------------遍历对象.each的使用-------------//对象语法JSON数据格式(当服务器端回调回来的对象数据格式是json数据格式,必须保证JSON的格式要求,...
阅读全文
posted @ 2015-10-20 09:41 byronming
阅读(296)
评论(0)
推荐(0)
2015年8月25日
c#,调用存储过程
摘要: using System;using System.Collections.Generic;using System.Text;using System.Data.SqlClient;using System.Collections;using System.Data;namespace TestW...
阅读全文
posted @ 2015-08-25 17:42 byronming
阅读(342)
评论(0)
推荐(0)
下一页
公告