摘要:
public void load() { //图表区域 ChartArea chartArea = new ChartArea(); //用于显示线条名称,在右侧显示线条名称 Legend legend = new Legend(); //给图表区域赋值名字 chartArea.Name = "ch 阅读全文
摘要:
1首先启动redis 打开资源管理器,找到服务 2在项目中打开NuGet包 3找到安装 4项目中添加引用 5 编写代码 private void Button1_Click(object sender, EventArgs e) { RedisClient client = new RedisCli 阅读全文
摘要:
前端页面 <input type="file" id="f1" /> <input type="button" value="上传文件" onclick="ff()" /> <a href="~/Default/download">下载文件</a> <a href="~/Default/GetFil 阅读全文
摘要:
上传前端页面 <form action='@Url.Action("Upload", "File")' method="post" enctype="multipart/form-data"> <input type="file" name="file" /><br /> <input type=" 阅读全文
摘要:
<h2>Coookie</h2> <input id="Button1" type="button" onclick="savaCookie()" value="保存cookie" /> <input id="Button2" type="button" onclick="getCookie('us 阅读全文
摘要:
1登录 个人信息发送到服务器 2返回身份标识 服务器返回身份标识 3保存在本地 将服务器发送回来的身份标识保存在本地 4携带身份标识 携带身份标识访问服务器 5识别标识 服务器识别 6.0处理请求 服务器验证成功,继续访问 6.1拒接访问 服务器验证失败,拒绝访问 阅读全文