V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX  ›  Oktfolio  ›  全部回复第 1 页 / 共 19 页
回复总数  379
1  2  3  4  5  6  7  8  9  10 ... 19  
之前同事就因为两个 CST 踩坑了
146 天前
回复了 limpo 创建的主题 Go 编程语言 Go-Spring 轻装上阵,重新出发 v1.0.0 !
Java 警告
你这是 BeanName 和 Qualifier 没写对吧
@Oktfolio #3
更正一下,都是 HTTP 协议的方法,本身是没有上面说的含义的,是 RESTful 对其赋予了含义。

在 HTTP/1.1 不需要使用 POST _method 来模拟,在 HTTP/1.0 中需要

SpringMVC 中对应获取 _method 的代码在 HiddenHttpMethodFilter 中
REST 的语义化

POST 一样可以在 url 传参

PUT 语意就是完全替换资源或在资源不存在的情况下创建一个新的资源,PUT 方法的实现应该是幂等的,也就是多次执行结果都相同
POST 方法则不一定是幂等的

PUT 、DELETE 、PATCH 等语义化的方法都是在 POST 方法基础上加上参数识别的
161 天前
回复了 fcadef 创建的主题 JetBrains JetBrains 推出 Writerside,创建技术文档的工具
之前这只是一个插件 https://i.imgur.com/krir4IG.png
我有 TFCC ,这个动作更难受,好在现在主要用 macOS
171 天前
回复了 pkokp8 创建的主题 小米 小米不做 miui 的可能性多大?
@MajestySolor 只有 OPPO 的黄宏涛公开说过吧,再没有哪家手机厂商员工敢公开质疑了
@theqiang #55 育才,不是成都七中,不过估计他高中能上成都七中。小学读的成都最好的成都市实验小学,初中却不是对口初中,育才汇源也是一所非常好的初中,仅凭这点就不是一般有钱能做到。
4.1.2. "sub" (Subject) Claim

The "sub" (subject) claim identifies the principal that is the
subject of the JWT. The claims in a JWT are normally statements
about the subject. The subject value MUST either be scoped to be
locally unique in the context of the issuer or be globally unique.
The processing of this claim is generally application specific. The
"sub" value is a case-sensitive string containing a StringOrURI
value. Use of this claim is OPTIONAL.

https://www.rfc-editor.org/rfc/rfc7519#section-4.1.2

要么同一个 issuer 唯一,要么全局唯一,这里 issuer 都是 google ,所以是唯一的
4.1.2. "sub" (Subject) Claim

The "sub" (subject) claim identifies the principal that is the
subject of the JWT. The claims in a JWT are normally statements
about the subject. The subject value MUST either be scoped to be
locally unique in the context of the issuer or be globally unique.
The processing of this claim is generally application specific. The
"sub" value is a case-sensitive string containing a StringOrURI
value. Use of this claim is OPTIONAL.
199 天前
回复了 0littleboy 创建的主题 程序员 hdfs 为何用 Java 实现?
可能是因为它叫 HADOOP Distributed File System
可以等集成内存的酷睿 Ultra 出来,再和 M3 (Pro/Max) 比一比性能
206 天前
回复了 zzz2570389155 创建的主题 Java Java 的自然排序是什么排序
Comparable CompareTo
html 模板前端调样式,后端通过模板生成 HTML 文件,放 nginx/静态文件服务器
@Kumo31 #15 Notion 比 Wolai FlowUs 都卡
@miaeLKK #8 第二个不就是 gooxml 改名后吗
1  2  3  4  5  6  7  8  9  10 ... 19  
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   3260 人在线   最高记录 6543   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 37ms · UTC 13:10 · PVG 21:10 · LAX 06:10 · JFK 09:10
Developed with CodeLauncher
♥ Do have faith in what you're doing.