
.NET
yuxuac
这个作者很懒,什么都没留下…
展开
-
http://blog.zhaojie.me/
如题转载 2015-11-20 13:37:01 · 925 阅读 · 0 评论 -
c# - List 数组 排列 组合
假设我们有以下x(3)个List(List1~3),每个List长度不固定,我们希望每次从这x(3)个List中各取一个值组合成一个x(3)个元素的数组,请打印出(返回)所有的可能:using System.Collections.Generic;using System.Linq;using System;namespace YourNameSpace{ class ...原创 2018-12-04 10:06:34 · 3584 阅读 · 0 评论 -
.net - Famous blogs 著名博客
http://www.cnblogs.com/shanyou/原创 2016-02-18 10:32:37 · 691 阅读 · 0 评论 -
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 · 1679 阅读 · 0 评论 -
c# - Log4Net
可以使用以下基类实现Log4Netusing 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 · 460 阅读 · 0 评论 -
Redis in .NET
1. Downoad zip from: https://github.com/MSOpenTech/redis2. Build to 64bit Release version.(\msvs\RedisServer.sln)3. Copy files to a new folder you created(eg: d:\redis) 4. ...(待续)Referenc原创 2015-11-20 11:16:59 · 484 阅读 · 0 评论 -
NodeJS - NPM - Edge - Connect NodeJs and .Net
https://www.npmjs.com/package/edge转载 2016-01-22 13:30:46 · 787 阅读 · 0 评论 -
ASP.NET MVC - Redirect-and-Post-JSON-Object-in-ASP-NET-MVC
http://www.codeproject.com/Articles/773102/Redirect-and-Post-JSON-Object-in-ASP-NET-MVC转载 2015-12-29 18:03:39 · 682 阅读 · 0 评论 -
.NET - http://referencesource.microsoft.com/
http://referencesource.microsoft.com/http://www.hanselman.com/blog/AnnouncingTheNewRoslynpoweredNETFrameworkReferenceSource.aspx转载 2015-12-29 11:13:40 · 569 阅读 · 0 评论 -
.NET 内存泄漏问题
http://www.cnblogs.com/markxue/archive/2010/01/13/1645991.html转载 2015-11-19 12:38:20 · 434 阅读 · 0 评论 -
c# - Owin Katana
https://docs.microsoft.com/en-us/aspnet/aspnet/overview/owin-and-katana/an-overview-of-project-katana原创 2019-09-23 22:39:36 · 277 阅读 · 0 评论