摘要: 【转】https://blog.csdn.net/fcclzydouble/article/details/122841013 NLB 就是网络负载平衡,windows Server 2012 中该功能允许你将传入的请求传播到最多达32台的服务器上,即可以使用最多32台服务器共同分担对外的网络请求服 阅读全文
posted @ 2024-07-01 15:33 我,很昕蔚 阅读(4) 评论(0) 推荐(0) 编辑
摘要: 【转】https://www.cnblogs.com/zhaoshujie/p/9761005.html 今天再来总结关于如何实现WebApi的身份验证,以完成该系列所有文章,WebApi常见的实现方式有:FORM身份验证、集成WINDOWS验证、Basic基础认证、Digest摘要认证 第一种:F 阅读全文
posted @ 2023-08-03 18:48 我,很昕蔚 阅读(2387) 评论(0) 推荐(0) 编辑
摘要: 【转】https://www.cnblogs.com/dongbeifeng/p/authentication-and-authorization-in-aspnet-web-api.html ASP.NET WEBAPI 的身份验证和授权 定义 身份验证(Authentication):确定用户是 阅读全文
posted @ 2022-08-08 12:34 我,很昕蔚 阅读(1059) 评论(0) 推荐(0) 编辑
摘要: 【转】https://blog.csdn.net/liwan09/article/details/83820651 阅读全文
posted @ 2022-08-08 08:38 我,很昕蔚 阅读(55) 评论(0) 推荐(0) 编辑
摘要: 1、安装:npm i axios 2、使用: axios.get('http://localhost:8080/students').then( response => { console.log('请求成功了',response.data) }, error => { console.log('请 阅读全文
posted @ 2022-03-18 16:59 我,很昕蔚 阅读(250) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2022-03-16 20:51 我,很昕蔚 阅读(60) 评论(0) 推荐(0) 编辑
摘要: nanoid:生成字符串随机码 安装:npm i nanoid 引用:import {nanoid} from 'nanoid' 使用:nanoid() 阅读全文
posted @ 2022-03-16 14:33 我,很昕蔚 阅读(603) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Document</title> <script src="../js/vue.js"></script> </head> <body> <!-- v-for指 阅读全文
posted @ 2022-03-08 17:23 我,很昕蔚 阅读(286) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2022-03-07 13:55 我,很昕蔚 阅读(13) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2022-03-04 13:46 我,很昕蔚 阅读(80) 评论(0) 推荐(0) 编辑