摘要:
using System; using System.Configuration; using StackExchange.Redis; namespace Redis { public sealed class RedisDbContext { /// /// Redis连接器 /// private sta... 阅读全文
摘要:
1.接口 2.MemeroyCache 阅读全文
摘要:
http://www.ruanyifeng.com/blog/2012/09/xmlhttprequest_level_2.html http://www.cnblogs.com/yuanlong1012/p/5127497.html https://front-js.cc/test/fileupl 阅读全文
摘要:
identity表导入失败,所以就用了这种笨办法来同步数据 阅读全文
摘要:
逗号,双引号转义参考下面链接 http://blog.csdn.net/zzx3q/article/details/7456710 http://www.cnblogs.com/batsing/p/csv1.html 阅读全文
摘要:
https://harvesthq.github.io/chosen/#optgroup-support 阅读全文
摘要:
Chosen: A jQuery Plugin by Harvest to Tame Unwieldy Select Boxes Into This ... 阅读全文
摘要:
declare @t table (logId int,customerId int,amount int) insert into log( customerId,amount) output inserted.Id,inserted.CustomerId,inserted.Amount into 阅读全文
摘要:
相比webService等可跨平台,跨语言的服务相比,gRPC更增加了以下优势 1.可以采用二进制传输,速度更快 (使用TCP传输层,而不是Http2应用层) 2.集群服务,统一注册,可靠性高( 好的服务自动注册,坏的服务自动删除) 3.服务版本管理,平稳升级不影响其他低级版本调用 4.proto文 阅读全文
摘要:
配置文件添加 调用代码更加简单 阅读全文