人本善良

导航

07 2016 档案

Memcache使用
摘要://需要下载memcache 服务 然后 在命令里面 安装和启动服务 //引用 Memcached.ClientLibrary.dllpublic class MemcacheHelper { public static readonly MemcachedClient mc = null; static MemcacheHelper() { ... 阅读全文

posted @ 2016-07-19 16:44 简简单单2018 阅读(179) 评论(0) 推荐(0)

Luncence .Net 使用
摘要:public partial class Form1 : Form { public Form1() { InitializeComponent(); } //标准分词 private void button1_Click(object sender, EventArgs ... 阅读全文

posted @ 2016-07-18 14:06 简简单单2018 阅读(846) 评论(0) 推荐(0)

Quartz 使用
摘要:public class IndexJob:IJob//此处必须实现 IJob接口 { /// /// 具体的任务 /// /// IBLL.IkeyWordsRankService KeyWordService = new BLL.keyWordsRankService(); p... 阅读全文

posted @ 2016-07-18 13:42 简简单单2018 阅读(218) 评论(0) 推荐(0)