上一页 1 ··· 26 27 28 29 30 31 32 33 34 ··· 60 下一页
  2020年10月19日
摘要: 1.注册策略、使用Claim services.AddAuthorization(options => { options.AddPolicy("AlbumEdit", policy => { policy.RequireClaim("AlbumEditClaim"); }); }); [Autho 阅读全文
posted @ 2020-10-19 17:20 邢帅杰 阅读(838) 评论(0) 推荐(0) 编辑
摘要: StartUp.cs using Microsoft.AspNetCore.Builder; using Microsoft.AspNetCore.Hosting; using Microsoft.AspNetCore.Http; using Microsoft.AspNetCore.Identit 阅读全文
posted @ 2020-10-19 15:04 邢帅杰 阅读(473) 评论(0) 推荐(0) 编辑
  2020年10月13日
摘要: 视频教程:https://www.bilibili.com/video/BV1zt411e7oc?p=1日志功能:https://blog.csdn.net/weixin_43847283/article/details/1257008211.IConfiguration configuration 阅读全文
posted @ 2020-10-13 14:15 邢帅杰 阅读(408) 评论(0) 推荐(0) 编辑
  2020年9月22日
摘要: 小星星 /**细灰边框*/ .TextBoxThin { width: 100px; line-height: 45px; height: 45px; font-size: 18px; padding-left: 5px; padding-right: 5px; vertical-align: mi 阅读全文
posted @ 2020-09-22 18:06 邢帅杰 阅读(264) 评论(0) 推荐(0) 编辑
摘要: code:https://www.cnblogs.com/myprogramer/p/11528131.html function changeNumMoneyToChinese(money) { var cnNums = new Array("零", "壹", "贰", "叁", "肆", "伍" 阅读全文
posted @ 2020-09-22 14:09 邢帅杰 阅读(367) 评论(0) 推荐(0) 编辑
  2020年9月7日
摘要: 代码: private void button1_Click(object sender, EventArgs e) { try { using (BluetoothClient client = new BluetoothClient()) { BluetoothDeviceInfo[] devi 阅读全文
posted @ 2020-09-07 17:01 邢帅杰 阅读(224) 评论(0) 推荐(0) 编辑
  2020年7月28日
摘要: Vue2路由1、vue的路由默认是hash模式,修改为history,两者的区别:https://blog.csdn.net/yexudengzhidao/article/details/876899602、路由懒加载,把不同路由对应的组件分割成不同的代码块,然后当路由被访问的时候才加载对应组件,这 阅读全文
posted @ 2020-07-28 15:13 邢帅杰 阅读(838) 评论(0) 推荐(0) 编辑
摘要: 1.npm audit fix --force后报错跑不起来https://www.jianshu.com/p/f19ba506f664https://www.jianshu.com/p/9717259e5158 阅读全文
posted @ 2020-07-28 15:09 邢帅杰 阅读(124) 评论(0) 推荐(0) 编辑
摘要: vue.js 三种方式安装(vue-cli)参考:https://blog.csdn.net/muzidigbig/article/details/80490884nodejs下载:https://nodejs.org/zh-cn/download/1.先安装vscode和node.js,node. 阅读全文
posted @ 2020-07-28 10:29 邢帅杰 阅读(335) 评论(0) 推荐(0) 编辑
  2020年6月12日
摘要: 一个数组合并到一个数组:https://blog.csdn.net/qq_43071699/article/details/142409146//Vue.set(this.letters,2,'xxx');//要修改的数组对象,索引值,修改后的值//Vue.set(state.stu.,'addre 阅读全文
posted @ 2020-06-12 11:46 邢帅杰 阅读(343) 评论(0) 推荐(0) 编辑
上一页 1 ··· 26 27 28 29 30 31 32 33 34 ··· 60 下一页