上一页 1 2 3 4 5 6 7 ··· 10 下一页
摘要: 阅读全文
posted @ 2015-09-12 14:31 一千零一夜 阅读(201) 评论(0) 推荐(0) 编辑
摘要: using System;namespace Bank{ public class Pay { public string Send(Func funcDo, T context, Bank.User model, Func funcLog, Func funcDoOthe... 阅读全文
posted @ 2015-09-07 23:00 一千零一夜 阅读(13170) 评论(0) 推荐(1) 编辑
摘要: SET NOCOUNT ONDECLARE @poc INT,@PurchaseOrderId NVARCHAR(40),@EBELP INT,@sql NVARCHAR(max),@PurchaseOrderDetailId NVARCHAR(40),@ExpenseShareId NVARCHA... 阅读全文
posted @ 2015-05-15 10:37 一千零一夜 阅读(209) 评论(0) 推荐(0) 编辑
摘要: private System.Threading.ReaderWriterLock rwl; public DataBase() { rwl = new System.Threading.ReaderWriterLock(); } ... 阅读全文
posted @ 2015-04-18 13:25 一千零一夜 阅读(152) 评论(0) 推荐(0) 编辑
摘要: 本文转载自 http://www.cnblogs.com/icyJ/p/Parallel_TaskFactory.html很厉害的帖子Barrier _bar;int _maxLength = 20, _maxChannel = 2;//同时最多2条通道,每条通道最多20个数据bool _isCan... 阅读全文
posted @ 2015-04-17 17:30 一千零一夜 阅读(974) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Threading;using System.Runtime.Remoting.Messaging;using System.Collections.Generic;namespace PurchaseSystem.Component{ pu... 阅读全文
posted @ 2015-04-15 18:07 一千零一夜 阅读(258) 评论(0) 推荐(0) 编辑
摘要: js中escape编码在后台+会被替换成空格可以使用encodeURIComponent解决 阅读全文
posted @ 2015-02-02 11:40 一千零一夜 阅读(127) 评论(0) 推荐(0) 编辑
摘要: declare @t1 datetime,@total intset @t1=GETDATE()select rowId,BuildName from (select top 2896 row_number() over( order by id asc) rowId,BuildName from tbl_data_House order by id asc) tb where tb.rowId>10 and tb.rowId10 and tb.rowId10 and tb.rowId10 and tb.rowId<=20print datediff(ms,@t1,getdate( 阅读全文
posted @ 2014-02-24 16:14 一千零一夜 阅读(485) 评论(0) 推荐(0) 编辑
摘要: ASP.NET版Memcached监控工具 合计: 0 3 0 5 0 6 0 9 0 7 0 2 dc.aspxusing... 阅读全文
posted @ 2013-12-30 11:25 一千零一夜 阅读(1215) 评论(0) 推荐(0) 编辑
摘要: HttpFileCollection hfc = Request.Files; if (hfc.Count > 0) { FileStream fs; Stream _stream; int btLen = 10000; byte[] _byte = new byte[btLen]; int len, ysc = 0; string _root = Server.MapPath("~"); HttpPostedFi... 阅读全文
posted @ 2013-09-30 12:47 一千零一夜 阅读(196) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 10 下一页