自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

yuxuac的专栏

c# .net Microsoft stuff

  • 博客(5)
  • 收藏
  • 关注

原创 c# - Redis with RedisBoost

.Net(C#) 下调用Redis的API有若干个,如下图所示: 大家可以看到两个标记为星星的项目: 1. ServiceStack.Redis如果每小时超过6000个请求,需要购买License,大约100$~200$,具体我忘了,哈哈哈。 2. StackExchange.Redis貌似不可以直接存取Set。 Whatever, 以上所述都是胡扯,不可当真。总之,哥最后用的是r

2016-02-18 16:44:11 1654

原创 .net - Famous blogs 著名博客

http://www.cnblogs.com/shanyou/

2016-02-18 10:32:37 667

原创 c# - Log4Net

可以使用以下基类实现Log4Net using log4net; using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; [assembly: log4net.Config.XmlConfigurator(Watch = true)] namespace Base {

2016-02-17 16:41:14 440

原创 c# - Cache Code

/// /// Get item using cachem, will refresh cache after 1 day. /// /// Type of item to get /// Cache key /// Function to get the item if not available in cach

2016-02-15 16:20:32 547

转载 Redis - Commands

http://redisdoc.com/index.html

2016-02-15 16:04:51 451

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除