摘要: 一、配置信息 #Nginx负载均衡常用模式 https://my.oschina.net/u/3385288/blog/4635842 worker_processes 4;#==工作进程数,一般设置为cpu核心数 events { worker_connections 1024; #==最大连接数 阅读全文
posted @ 2020-07-16 11:58 兴趣就是天赋 阅读(102) 评论(0) 推荐(0) 编辑
摘要: 效果图 代码 /// <summary> /// 验证码生成 /// </summary> public class VerificationCodeHelper { //定义颜色 private static Color[] colors = { Color.Black, Color.Red, C 阅读全文
posted @ 2020-01-16 11:33 兴趣就是天赋 阅读(105) 评论(0) 推荐(0) 编辑
摘要: html css 阅读全文
posted @ 2019-09-10 17:40 兴趣就是天赋 阅读(229) 评论(0) 推荐(0) 编辑
摘要: 效果图: 阅读全文
posted @ 2019-07-26 11:49 兴趣就是天赋 阅读(206) 评论(0) 推荐(0) 编辑
摘要: 参考效果: 参考代码: 阅读全文
posted @ 2019-02-28 16:45 兴趣就是天赋 阅读(163) 评论(0) 推荐(0) 编辑
摘要: /// /// 发送文件 /// public static void PostBinaryData() { string notice = Convert.ToString(Guid.NewGuid()); string sign = MD5Helper.Encr... 阅读全文
posted @ 2019-01-05 11:53 兴趣就是天赋 阅读(340) 评论(0) 推荐(0) 编辑
摘要: /// <summary> /// 自定义鉴权 /// </summary> public class WebApiAuthAttribute : AuthorizeAttribute { /// <summary> /// 权限验证 /// </summary> /// <param name=" 阅读全文
posted @ 2018-09-10 12:52 兴趣就是天赋 阅读(693) 评论(0) 推荐(0) 编辑
摘要: /////////////////////////////////////////////////////////前端代码/////////////////////////////////////////////////////////////// ///////////////////////// 阅读全文
posted @ 2018-07-14 12:45 兴趣就是天赋 阅读(1619) 评论(0) 推荐(0) 编辑
摘要: js加密包地址 https://pan.baidu.com/s/1ha2i-e9WiRCIkMjrHZcLuw https://www.oschina.net/p/crypto-js 参考网站:https://www.cnblogs.com/wz122889488/p/6899615.html 阅读全文
posted @ 2018-07-08 19:42 兴趣就是天赋 阅读(5066) 评论(0) 推荐(0) 编辑
摘要: /////////////////////////////////效果图///////////////////////////////////////////////////// /////////////////////////////////前端代码/////////////////////// 阅读全文
posted @ 2016-09-11 21:01 兴趣就是天赋 阅读(1065) 评论(0) 推荐(0) 编辑