上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 25 下一页
摘要: using System;using System.Collections.Generic;using System.IO;using System.Linq;using System.Runtime.Serialization.Formatters.Binary;using System.Text... 阅读全文
posted @ 2014-07-20 23:39 MrMrCash 阅读(220) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;using System.Windows;namespace ConsoleA... 阅读全文
posted @ 2014-07-20 23:25 MrMrCash 阅读(4685) 评论(0) 推荐(0) 编辑
摘要: test1 Version 2@{ ViewBag.Title = "Index"; }@section... 阅读全文
posted @ 2014-07-13 10:29 MrMrCash 阅读(203) 评论(0) 推荐(0) 编辑
摘要: 引言在软件开发过程中,并发控制是确保及时纠正由并发操作导致的错误的一种机制。从 ADO.NET 到 LINQ to SQL 再到如今的 ADO.NET Entity Framework,.NET 都为并发控制提供好良好的支持方案。 并发处理方式一般分为乐观必并发与悲观必并发两种,本文将为大家介绍 E... 阅读全文
posted @ 2014-07-12 22:55 MrMrCash 阅读(303) 评论(0) 推荐(0) 编辑
摘要: 引言本文主要从线程的基础用法,CLR线程池当中工作者线程与I/O线程的开发,并行操作PLINQ等多个方面介绍多线程的开发。 其中委托的BeginInvoke方法以及回调函数最为常用。 而 I/O线程可能容易遭到大家的忽略,其实在开发多线程系统,更应该多留意I/O线程的操作。特别是在ASP.NET开发... 阅读全文
posted @ 2014-07-12 22:53 MrMrCash 阅读(392) 评论(0) 推荐(0) 编辑
摘要: 引言本文主要从线程的基础用法,CLR线程池当中工作者线程与I/O线程的开发,并行操作PLINQ等多个方面介绍多线程的开发。 其中委托的BeginInvoke方法以及回调函数最为常用。 而 I/O线程可能容易遭到大家的忽略,其实在开发多线程系统,更应该多留意I/O线程的操作。特别是在ASP.NET开发... 阅读全文
posted @ 2014-07-12 22:47 MrMrCash 阅读(310) 评论(0) 推荐(0) 编辑
摘要: Uploadify Version 3.2Options选项设置auto 选择文件后自动上传buttonClass 给“浏览按钮”加css的class样式buttonCursor 鼠标移上去形状:arrow箭头、hand手型(默认)buttonImage 鼠标移上去变换图片b... 阅读全文
posted @ 2014-06-22 19:57 MrMrCash 阅读(225) 评论(0) 推荐(0) 编辑
摘要: 无标题页 ... 阅读全文
posted @ 2014-06-22 19:50 MrMrCash 阅读(121) 评论(0) 推荐(0) 编辑
摘要: jQuery Uploadify在ASP.NET MVC3中的使用1、Uploadify简介 Uploadify是基于jQuery的一种上传插件,支持多文件、带进度条显示上传,在项目开发中常被使用。 Uploadify官方网址:http://www.uploadify.com/2、ASP.NET M... 阅读全文
posted @ 2014-06-22 19:44 MrMrCash 阅读(496) 评论(0) 推荐(0) 编辑
摘要: @{ ViewBag.Title = "Index"; Layout = null;}Index @*@Html.BeginForm("Index", "Test", FormMethod.Post, new { @enctype = "multipart/for... 阅读全文
posted @ 2014-06-19 23:33 MrMrCash 阅读(605) 评论(0) 推荐(0) 编辑
上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 25 下一页