受欢迎的博客标签
RSS

博客

文档在线预览方案
为了实现文档在线预览功能,同事从各种资料提炼出的几种方案,拿出来共享,整理如下。 一:通过搜索引擎整理 文档预览即文档以flash的形式在网页上展示,所以要解决两个问题: ①:以什么格式展示flash ②:文档如何转化为符合格式的f
Creating an ASP.NET Core TagHelper(2):pager tag helper
Tag helpers are classes that can be applied to HTML and special tags in ASP.NET Core views. They are addition to HTML he
StackExchange.Redis-发布订阅(pub/sub)
Redis 发布订阅 (pub/sub) 是一种消息通信模式,可以用于消息的传输,Redis 的发布订阅机制包括三个部分,发布者,订阅者和 Channel。适宜做在线聊天、消息推送等。
StackExchange.Redis-How to add Generic List to Redis?

For example, if I have a model called Customer

public class Customer
    {

                    
Redis 优化性能实践(1):使用两级Hash优化内存
应用背景 有一个应用需要上传一组ID到服务器来查询这些ID所对应的数据,数据库中存储的数据量是7千万,每次上传的ID数量一般都是几百至上千数量级别。 以前的解决方案 数据存储在Oracle中,为ID建立了索引;查询时,先将这些上传的I
Redis优化性能实践(6):使用管道(PipeLine)-批量(Batch)操作大量数据大幅性能提升
redis大幅性能提升之使用管道(PipeLine)和批量(Batch)操作   Redis中的管道(PipeLine)特性:简述一下就是,Redis如何从客户端一次发送多个命令,服务端到客户端如何一次性响应多个命令。 Re
Redis客户端汇总.(NET Redis client library)
1.RedisDesktopManager 跨平台Redis客户端 http://redisdesktop.com/ https://github.com/uglide/RedisDesktopManager 2.Redis - M
CachingFramework.Redis-.NET Redis client library based on StackExchange.Redis
https://github.com/thepirat000/CachingFramework.Redis .NET Redis client library based on StackExchange.Redis 
StackExchange.Redis be used to store Class
1.Can StackExchange.Redis be used to store POCO? StackExchange.Redis can store Redis Strings, which are binary saf
基于Redis的Session管理 asp .net5 mvc6
http://www.cnblogs.com/TomXu/p/4496445.html.