摘要:
/// /// post方法 /// /// /// /// public static string postJson(string serverUrl, string reqJson) {... 阅读全文
摘要:
using System;namespace Bank{ public class Pay { public string Send(Func funcDo, T context, Bank.User model, Func funcLog, Func funcDoOthe... 阅读全文
摘要:
SET NOCOUNT ONDECLARE @poc INT,@PurchaseOrderId NVARCHAR(40),@EBELP INT,@sql NVARCHAR(max),@PurchaseOrderDetailId NVARCHAR(40),@ExpenseShareId NVARCHA... 阅读全文
摘要:
private System.Threading.ReaderWriterLock rwl; public DataBase() { rwl = new System.Threading.ReaderWriterLock(); } ... 阅读全文
摘要:
本文转载自 http://www.cnblogs.com/icyJ/p/Parallel_TaskFactory.html很厉害的帖子Barrier _bar;int _maxLength = 20, _maxChannel = 2;//同时最多2条通道,每条通道最多20个数据bool _isCan... 阅读全文
摘要:
using System;using System.Threading;using System.Runtime.Remoting.Messaging;using System.Collections.Generic;namespace PurchaseSystem.Component{ pu... 阅读全文
摘要:
js中escape编码在后台+会被替换成空格可以使用encodeURIComponent解决 阅读全文
摘要:
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( 阅读全文
摘要:
ASP.NET版Memcached监控工具 合计: 0 3 0 5 0 6 0 9 0 7 0 2 dc.aspxusing... 阅读全文