06 2021 档案

该文被密码保护。
posted @ 2021-06-27 17:06 PanPan003 阅读(0) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2021-06-27 17:03 PanPan003 阅读(0) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2021-06-27 17:01 PanPan003 阅读(0) 评论(0) 推荐(0) 编辑
摘要:原文: https://www.jianshu.com/p/edd8db46ea99?utm_campaign=maleskine&utm_content=note&utm_medium=seo_notes&utm_source=recommendation 命令和查询职责分离(CQRS) 做过应用 阅读全文
posted @ 2021-06-27 11:40 PanPan003 阅读(554) 评论(0) 推荐(0) 编辑
摘要:原文: http://www.uml.org.cn/zjjs/201609221.asp 开始之前想先说一下微服务架构和CQRS架构的区别和联系。 微服务架构现在很热,到处可以看到各大互联网公司的微服务实践的分享总结。但是,我今天的分享和微服务没有关系,希望可以带给大家一些新的东西。 如果一定要说微 阅读全文
posted @ 2021-06-27 09:45 PanPan003 阅读(937) 评论(0) 推荐(0) 编辑
摘要:原文:https://zhuanlan.zhihu.com/p/38968012 Event Sourcing也叫事件溯源,是这些年另一个越来越流行的概念,是大神Martin Fowler提出的一种架构模式。简单来说,它有几个特点: 整个系统以事件为驱动,所有业务都由事件驱动来完成。 事件是一等公民 阅读全文
posted @ 2021-06-27 09:33 PanPan003 阅读(166) 评论(0) 推荐(0) 编辑
摘要:# Delete all containers docker rm $(docker ps -aq) # Delete all images docker rmi $(docker images -q) # Delete all untagged images docker rmi $(docker 阅读全文
posted @ 2021-06-25 17:53 PanPan003 阅读(125) 评论(0) 推荐(0) 编辑
摘要:--Postgres Json(b) int array contains any of array values SELECT '[1, 2, 3, 4]'::jsonb @> '3'::jsonb OR '[1, 2, 3, 4]'::jsonb @> '5'::jsonb as result; 阅读全文
posted @ 2021-06-22 11:48 PanPan003 阅读(168) 评论(0) 推荐(0) 编辑
摘要:PostgreSQL 数组类型 PostgreSQL 支持表的字段使用定长或可变长度的一维或多维数组,数组的类型可以是任何数据库内建的类型、用户自定义的类型、枚举类型, 以及组合类型。但目前还不支持 domain 类型。 数组类型的定义就是通过在数组元素类型名后面附加中括号 [] 来实现的,中括号中 阅读全文
posted @ 2021-06-18 14:47 PanPan003 阅读(4439) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2021-06-10 11:45 PanPan003 阅读(0) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2021-06-09 17:31 PanPan003 阅读(0) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2021-06-09 15:25 PanPan003 阅读(0) 评论(0) 推荐(0) 编辑
摘要:添加静态页面 阅读全文
posted @ 2021-06-08 19:13 PanPan003 阅读(270) 评论(0) 推荐(0) 编辑
摘要:[ActionAuthorize] public class HomeController : Controller { private readonly ILogger<HomeController> _logger; public HomeController(ILogger<HomeContr 阅读全文
posted @ 2021-06-08 18:57 PanPan003 阅读(60) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2021-06-08 11:21 PanPan003 阅读(0) 评论(0) 推荐(0) 编辑
摘要:原文: https://blog.csdn.net/hekuinumberone/article/details/100877503 通过软考阶段的准备,重点是在于“软考系统架构设计师”的知识图谱进行了一次整理,并结合往年考试分数占比进行了标注,以供后期查阅和分享他人借鉴. 整体知识分布 整体结构图 阅读全文
posted @ 2021-06-07 11:11 PanPan003 阅读(579) 评论(0) 推荐(0) 编辑
摘要:1. merge 信息: commit 8cfc0bd578de4022553e23398d5b60afcc6f47caMerge: b1e410b41 26f2148adAuthor: ****** <*****.com>Date: Thu Jun 3 14:53:45 2021 +0800 Me 阅读全文
posted @ 2021-06-04 17:58 PanPan003 阅读(243) 评论(0) 推荐(0) 编辑
摘要:1. 从 doker copy 到本机: docker cp [pod-name]:/[path]/[file].log ./ kubectl cp {namespace}/{podname}:/{podpath} {localdir} kubectl cp alpha/pl****-deploym 阅读全文
posted @ 2021-06-04 17:55 PanPan003 阅读(468) 评论(0) 推荐(0) 编辑
摘要:1. 获取 仓库类别: http://[192.168.33.21]:5000/v2/_catalog 2.根据类别,获取tag: http://[192.168.33.21]:5000/v2/[catalog_key]/tags/list eg: https://myregistry:5000/v 阅读全文
posted @ 2021-06-04 17:54 PanPan003 阅读(515) 评论(0) 推荐(0) 编辑
摘要:原文:台大喊你来上课,深度学习优化,免费的哟 课程链接: https://www.csie.ntu.edu.tw/~cjlin/courses/optdl2021/ Optimization Methods for Deep Learning Slides and recordings This s 阅读全文
posted @ 2021-06-03 14:26 PanPan003 阅读(139) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示