会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
zslm___
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
15
16
17
18
19
20
21
22
23
···
35
下一页
2016年11月22日
[原创] C# dynamic拼接Json串
摘要: using Newtonsoft.Json; 之前拼接两个json串,是用的这样的代码 虽然效率挺高的,但是代码很丑啊 字符串操作的缺陷: 1)不优雅 2)不通用 3)没有办法替换原有的值 后来想起可以用dynamic类型来实现 如 原来是用的 d111.c=d112.c,但是这又相当 不通用,而用
阅读全文
posted @ 2016-11-22 11:43 zslm___
阅读(4891)
评论(0)
推荐(0)
2016年11月18日
Redis连接
摘要: using System; using System.Configuration; using StackExchange.Redis; namespace Redis { public sealed class RedisDbContext { /// /// Redis连接器 /// private sta...
阅读全文
posted @ 2016-11-18 10:07 zslm___
阅读(742)
评论(1)
推荐(0)
2016年11月17日
通用缓存类
摘要: 1.接口 2.MemeroyCache
阅读全文
posted @ 2016-11-17 15:06 zslm___
阅读(729)
评论(0)
推荐(0)
2016年11月16日
Js异步上传加进度条
摘要: 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___
阅读(448)
评论(0)
推荐(0)
2016年11月3日
sql笨办法同步数据
摘要: identity表导入失败,所以就用了这种笨办法来同步数据
阅读全文
posted @ 2016-11-03 16:42 zslm___
阅读(165)
评论(0)
推荐(0)
2016年11月2日
CsvHelper支持List<T>
摘要: 逗号,双引号转义参考下面链接 http://blog.csdn.net/zzx3q/article/details/7456710 http://www.cnblogs.com/batsing/p/csv1.html
阅读全文
posted @ 2016-11-02 15:37 zslm___
阅读(585)
评论(0)
推荐(0)
2016年10月28日
chose.jquery 多选
摘要: https://harvesthq.github.io/chosen/#optgroup-support
阅读全文
posted @ 2016-10-28 18:16 zslm___
阅读(367)
评论(0)
推荐(0)
2016年10月27日
chose.jquery 联动
摘要: Chosen: A jQuery Plugin by Harvest to Tame Unwieldy Select Boxes Into This ...
阅读全文
posted @ 2016-10-27 23:49 zslm___
阅读(765)
评论(0)
推荐(0)
insert into output使用
摘要: 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___
阅读(2588)
评论(0)
推荐(0)
2016年10月26日
gRPC+etcd的优势分析
摘要: 相比webService等可跨平台,跨语言的服务相比,gRPC更增加了以下优势 1.可以采用二进制传输,速度更快 (使用TCP传输层,而不是Http2应用层) 2.集群服务,统一注册,可靠性高( 好的服务自动注册,坏的服务自动删除) 3.服务版本管理,平稳升级不影响其他低级版本调用 4.proto文
阅读全文
posted @ 2016-10-26 09:59 zslm___
阅读(5226)
评论(1)
推荐(0)
上一页
1
···
15
16
17
18
19
20
21
22
23
···
35
下一页
公告