摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace RedisCall{ using ServiceSt... 阅读全文
posted @ 2015-06-22 18:53 陌念 阅读(707) 评论(0) 推荐(0)
摘要: #region 1.0 单例类的写法 private static readonly MessageMgr _instance; static MessageMgr() { _instance = new MessageMgr(); } pri... 阅读全文
posted @ 2015-06-22 14:43 陌念 阅读(114) 评论(0) 推荐(0)
摘要: private void button1_Click(object sender, EventArgs e) { //1.0 string str = "server=.;database=test;uid=sa;pwd=m... 阅读全文
posted @ 2015-06-22 14:19 陌念 阅读(234) 评论(0) 推荐(0)
摘要: 1配置文件中 ... 阅读全文
posted @ 2015-06-22 14:17 陌念 阅读(227) 评论(0) 推荐(0)