会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
般若不是ban,nuo
博客园
首页
新随笔
联系
订阅
管理
2021年1月6日
winfrom 控件Chrat 代码实现
摘要: public void load() { //图表区域 ChartArea chartArea = new ChartArea(); //用于显示线条名称,在右侧显示线条名称 Legend legend = new Legend(); //给图表区域赋值名字 chartArea.Name = "ch
阅读全文
posted @ 2021-01-06 13:25 般若不是ban,nuo
阅读(135)
评论(0)
推荐(0)
2020年8月5日
C# Redis简单存储string
摘要: 1首先启动redis 打开资源管理器,找到服务 2在项目中打开NuGet包 3找到安装 4项目中添加引用 5 编写代码 private void Button1_Click(object sender, EventArgs e) { RedisClient client = new RedisCli
阅读全文
posted @ 2020-08-05 14:44 般若不是ban,nuo
阅读(189)
评论(0)
推荐(2)
2020年7月22日
MVC AJAX方法 文件上传下载
摘要: 前端页面 <input type="file" id="f1" /> <input type="button" value="上传文件" onclick="ff()" /> <a href="~/Default/download">下载文件</a> <a href="~/Default/GetFil
阅读全文
posted @ 2020-07-22 16:03 般若不是ban,nuo
阅读(70)
评论(0)
推荐(0)
MVC 文件上传下载
摘要: 上传前端页面 <form action='@Url.Action("Upload", "File")' method="post" enctype="multipart/form-data"> <input type="file" name="file" /><br /> <input type="
阅读全文
posted @ 2020-07-22 15:25 般若不是ban,nuo
阅读(95)
评论(0)
推荐(0)
2020年6月17日
js设置cookie(简单保存cookie)
摘要: <h2>Coookie</h2> <input id="Button1" type="button" onclick="savaCookie()" value="保存cookie" /> <input id="Button2" type="button" onclick="getCookie('us
阅读全文
posted @ 2020-06-17 17:03 般若不是ban,nuo
阅读(358)
评论(0)
推荐(2)
cookie的执行过程
摘要: 1登录 个人信息发送到服务器 2返回身份标识 服务器返回身份标识 3保存在本地 将服务器发送回来的身份标识保存在本地 4携带身份标识 携带身份标识访问服务器 5识别标识 服务器识别 6.0处理请求 服务器验证成功,继续访问 6.1拒接访问 服务器验证失败,拒绝访问
阅读全文
posted @ 2020-06-17 16:38 般若不是ban,nuo
阅读(141)
评论(0)
推荐(1)
公告