01 2018 档案

mvc模拟实现
摘要:1.定义httpmodule 2.对应的mvc类 using System; using System.Collections.Generic; using System.Linq; using System.Reflection; using System.Web; using System.Web.Compilation; us... 阅读全文

posted @ 2018-01-21 21:06 听哥哥的话 阅读(168) 评论(0) 推荐(0)

.core
摘要:http://www.cnblogs.com/yuangang/p/5694064.html 阅读全文

posted @ 2018-01-19 19:15 听哥哥的话 阅读(68) 评论(0) 推荐(0)

redis参考
摘要:http://blog.csdn.net/chinahuyong/article/details/51753996#t1 https://www.cnblogs.com/M-LittleBird/p/5902850.html 阅读全文

posted @ 2018-01-11 20:42 听哥哥的话 阅读(91) 评论(0) 推荐(0)

MongoDbHelper
摘要:安装教程:http://www.runoob.com/mongodb/mongodb-window-install.html下载地址:http://dl.mongodb.org/dl/win32/x86_64 第一个就好using MongoDB.Bson; using MongoDB.Driver; using System; using System.Collections.Generic;... 阅读全文

posted @ 2018-01-10 23:17 听哥哥的话 阅读(426) 评论(1) 推荐(0)

mogodb
摘要:http://dl.mongodb.org/dl/win32/x86_64 阅读全文

posted @ 2018-01-09 20:56 听哥哥的话 阅读(138) 评论(0) 推荐(0)

Memocache
摘要:http://blog.csdn.net/zhoufoxcn/article/details/6282099 http://blog.csdn.net/dinglang_2009/article/details/6917794 public void TestMemcache() { var list = new List(); var Dao = (Framework.IService.I... 阅读全文

posted @ 2018-01-07 16:21 听哥哥的话 阅读(165) 评论(0) 推荐(0)

WCF数据契约代理和已知类型的使用
摘要:using Bll; using System; using System.CodeDom; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Diagnostics; using System.Linq; using System.Reflection; using Syst... 阅读全文

posted @ 2018-01-04 10:59 听哥哥的话 阅读(230) 评论(0) 推荐(0)

WCF TOOL CODE
摘要:1.HTML 请输入接口(包含程序集): 请输入类(包含程序集): 请输入ip: 请输入端口: ... 阅读全文

posted @ 2018-01-03 16:16 听哥哥的话 阅读(213) 评论(0) 推荐(0)

导航