上一页 1 ··· 15 16 17 18 19 20 21 22 23 ··· 35 下一页
摘要: using System; using System.Configuration; using StackExchange.Redis; namespace Redis { public sealed class RedisDbContext { /// /// Redis连接器 /// private sta... 阅读全文
posted @ 2016-11-18 10:07 zslm___ 阅读(727) 评论(1) 推荐(0) 编辑
摘要: 1.接口 2.MemeroyCache 阅读全文
posted @ 2016-11-17 15:06 zslm___ 阅读(715) 评论(0) 推荐(0) 编辑
摘要: 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 阅读全文
posted @ 2016-11-16 17:59 zslm___ 阅读(439) 评论(0) 推荐(0) 编辑
摘要: identity表导入失败,所以就用了这种笨办法来同步数据 阅读全文
posted @ 2016-11-03 16:42 zslm___ 阅读(157) 评论(0) 推荐(0) 编辑
摘要: 逗号,双引号转义参考下面链接 http://blog.csdn.net/zzx3q/article/details/7456710 http://www.cnblogs.com/batsing/p/csv1.html 阅读全文
posted @ 2016-11-02 15:37 zslm___ 阅读(561) 评论(0) 推荐(0) 编辑
摘要: https://harvesthq.github.io/chosen/#optgroup-support 阅读全文
posted @ 2016-10-28 18:16 zslm___ 阅读(359) 评论(0) 推荐(0) 编辑
摘要: Chosen: A jQuery Plugin by Harvest to Tame Unwieldy Select Boxes Into This ... 阅读全文
posted @ 2016-10-27 23:49 zslm___ 阅读(756) 评论(0) 推荐(0) 编辑
摘要: declare @t table (logId int,customerId int,amount int) insert into log( customerId,amount) output inserted.Id,inserted.CustomerId,inserted.Amount into 阅读全文
posted @ 2016-10-27 10:24 zslm___ 阅读(2572) 评论(0) 推荐(0) 编辑
摘要: 相比webService等可跨平台,跨语言的服务相比,gRPC更增加了以下优势 1.可以采用二进制传输,速度更快 (使用TCP传输层,而不是Http2应用层) 2.集群服务,统一注册,可靠性高( 好的服务自动注册,坏的服务自动删除) 3.服务版本管理,平稳升级不影响其他低级版本调用 4.proto文 阅读全文
posted @ 2016-10-26 09:59 zslm___ 阅读(5216) 评论(1) 推荐(0) 编辑
摘要: 配置文件添加 调用代码更加简单 阅读全文
posted @ 2016-10-25 12:09 zslm___ 阅读(359) 评论(0) 推荐(0) 编辑
上一页 1 ··· 15 16 17 18 19 20 21 22 23 ··· 35 下一页