06 2022 档案
摘要:API Object思想 具体实操 项目代码展示 https://wenku.baidu.com/view/1cbd09cf9a8fcc22bcd126fff705cc1755275f95.html?rec_flag=default&fr=Recommend_RelativeDoc-100285,8
阅读全文
摘要:服务与服务之间传递数据包,往往会因为不同的应用场景,使用不同的通讯协议进行传递。比如网站的访问,常常会使用 HTTP 协议进行传递,文件传输使用 FTP,邮件传递使用 SMTP。上述的三种类型的协议都处于网络模型中的应用层。除了应用层的常用协议之外,对于传输层的 TCP、UDP 协议,以及 Rest
阅读全文
摘要:参考文档: https://blog.csdn.net/zhiyuan2021/article/details/117735299?utm_medium=distribute.pc_aggpage_search_result.none-task-blog-2~aggregatepage~first_
阅读全文
摘要:正则表达式官方doc:https://262.ecma-international.org/11.0/#prod-RegularExpressionLiteral 正则表达式参考文档:https://www.runoob.com/regexp/regexp-syntax.html 正则表达式在线生成
阅读全文
摘要:https://www.wenjiangs.com/article/understanding-json-schema-zh.html
阅读全文