資源簡介
c#使用redis
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.ComponentModel;
using?System.Data;
using?System.Drawing;
using?System.Linq;
using?System.Text;
using?System.Windows.Forms;
namespace?WindowsFormsApp1
{
????public?partial?class?Form1?:?Form
????{
????????public?Form1()
????????{
????????????InitializeComponent();
????????}
????????private?void?button1_Click(object?sender?EventArgs?e)
????????{
????????????object?str=?RedisHelper.StringGet(“ywt“);
????????}
????}
}
- 上一篇:計算器開發(fā)源碼
- 下一篇:Aspose.Words.dll 18.4破解版
評論
共有 條評論