码迷,mamicode.com
首页 >  
搜索关键字:noauth authentication required    ( 5033个结果
【odoo】遗留问题--无法重载write
class Team(models.Model): _name = 'icbc.team' _description = '专业组' uid = fields.Integer('序号', required=1) name = fields.Char('专业组', required=1) team_l ...
分类:其他好文   时间:2020-07-29 10:35:14    阅读次数:81
按需取余
CF 1374A. Required Remainder You are given three integers x,y and n. Your task is to find the maximum integer k such that 0≤k≤n that kmodx=y, where mo ...
分类:其他好文   时间:2020-07-29 10:29:20    阅读次数:63
583. Delete Operation for Two Strings
Given two words word1 and word2, find the minimum number of steps required to make word1 and word2 the same, where in each step you can delete one cha ...
分类:其他好文   时间:2020-07-28 14:04:15    阅读次数:77
MVC从新手到入门(三)----添加验证功能
我们在写项目时,实现添加功能也不能什么内容都加进去,必要的验证是非常需要的,今天给大家分享MVC如何做Model验证 主要需要操作的有三个部分 一、Model层,为属性添加验证 //非空验证Required(ErrorMessage ="科室名称不能为空") //范围验证:Range(1,100,E ...
分类:Web程序   时间:2020-07-28 13:54:03    阅读次数:80
Datawhale-新闻文本分类-task4-基于深度学习的文本分类1-fastText
1. fasttext 参数含义 - input # training file path (required) 训练文件路径(必须)<br> - lr # learning rate [0.1] 学习率 default 0.1<br> - dim # size of word vectors [1 ...
分类:其他好文   时间:2020-07-28 00:30:47    阅读次数:122
AXI协议
AXI协议中用到的一些术语 AXI Transaction:the complete set of required operations on the AXI bus form the AXI Transaction AXI Burst:any required payload data is t ...
分类:其他好文   时间:2020-07-26 01:33:58    阅读次数:109
ASP.NET Core 3.1使用JWT认证Token授权
0、引言若不清楚什么是JWT的请先了解下什么是JWT。 1、关于Authentication与Authorization我相信在aspnet core中刚接触甚至用了段时间这两个概念的时候都是一头雾水的,傻傻分不清。认证(Authentication)和授权(Authorization)在概念上比较 ...
分类:Web程序   时间:2020-07-26 01:11:01    阅读次数:84
mysql8中的问题
演示在docker中 一:登录问题 1.新建的docker容器不能访问 2.进入mysql容器 然后执行 select user,host,plugin,authentication_string from user; alter user 'root'@'%' identified with my ...
分类:数据库   时间:2020-07-25 23:49:20    阅读次数:75
Spring 常用注解
1.组件注解@Component("xxx")@Scope("prototype")@Lazy(true)@DepondsOn({"aa","bb"})@PostConstructor和@PreDestroy@Resource(name="xx")@Autowired(required=false) ...
分类:编程语言   时间:2020-07-25 09:20:19    阅读次数:98
SSO单点登录 - Authelia
Authelia 贴一下官方描述: Authelia is an open source authentication and authorization server protecting modern web applications by collaborating with reverse ...
分类:其他好文   时间:2020-07-24 16:13:19    阅读次数:144
5033条   上一页 1 ... 11 12 13 14 15 ... 504 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!