10 2021 档案

摘要:JSON Web Token(缩写 JWT)是目前最流行的跨域认证解决方案,本文介绍它的用法。 jwt原理请看这里 1、nuget中安装jwt 2、新建3个实体 using System; using System.Collections.Generic; using System.Linq; us 阅读全文
posted @ 2021-10-27 17:35 WebApi 阅读(1698) 评论(0) 推荐(0) 编辑
摘要:中国各省+城市经纬度 1 export default { 2 阿克苏地区: [80.260604, 41.168779], 3 和田地区: [79.922211, 37.114157], 4 上海: [121.480237, 31.236305], 5 东莞: [113.758231, 23.02 阅读全文
posted @ 2021-10-15 11:59 WebApi 阅读(3598) 评论(2) 推荐(0) 编辑
摘要:一、MVC提交 视图 @using (Html.BeginForm()) { @Html.AntiForgeryToken() <p> <strong><em>*</em>姓名:</strong><input type="text" id="name" name="name" /> </p> <p> 阅读全文
posted @ 2021-10-09 09:48 WebApi 阅读(284) 评论(0) 推荐(0) 编辑

CopyRight © 博客园 WebAPI
点击右上角即可分享
微信分享提示