摘要: docker离线安装及私人仓库搭建 注意文中 IP PORT根据实际情况自行调整 1. 离线部署 安装目录结构 install # 安装文件夹 docker-19.03.9.tgz # docker安装文件压缩包 docker下载地址 docker-compose-linux-x86_64 # do 阅读全文
posted @ 2024-07-02 20:54 hou永胜 阅读(5) 评论(0) 推荐(0) 编辑
摘要: MongoDB 学习总结 题记:阅读了MongoDB技术文档,了解了NoSQL数据库,并对MongoDB进行了知识梳理。 学习文档:https://www.w3cschool.cn/mongodb/k3vwrf21.html 1. NoSQL数据库分类 类型 部分代表 特点 列存储 Hbase Ca 阅读全文
posted @ 2024-06-25 13:47 hou永胜 阅读(3) 评论(0) 推荐(0) 编辑
摘要: KUDU学习总结 题记:了解KUDU的相关技术,对其技术产生的背景、数据模型、架构和存储进行知识梳理。 API:https://kudu.apache.org/docs/index.html 1. 技术产生的背景 在 KUDU 之前,大数据主要以两种方式存储: 静态数据:以HDFS为存储引擎 优势: 阅读全文
posted @ 2024-06-25 13:22 hou永胜 阅读(4) 评论(0) 推荐(0) 编辑
摘要: Git学习总结 学习网址:https://www.w3cschool.cn/git/ 1. 环境安装 Linux系统下执行:sudo apt-get install git Windows: Git官网直接下载安装程序。 安装完成后,还需要最后一步设置,在命令行输入: git config --gl 阅读全文
posted @ 2024-06-25 12:59 hou永胜 阅读(2) 评论(0) 推荐(0) 编辑
摘要: Java注解与反射机制 1. Java注解 1.1 元注解 @Target @Retention @Documented @Inherited 1.2 自定义注解 /peida/archive/2013/04/24/3036689.html 2. Jav 阅读全文
posted @ 2024-06-25 12:56 hou永胜 阅读(51) 评论(0) 推荐(0) 编辑
摘要: JPA 添加 converter 1. 问题描述 No converter found capable of converting from type [org.springframework.data.jpa.repository.query.AbstractJpaQuery$TupleConve 阅读全文
posted @ 2022-01-18 11:02 hou永胜 阅读(744) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/weixin_42638388/article/details/104439779 阅读全文
posted @ 2020-12-22 20:31 hou永胜 阅读(1297) 评论(0) 推荐(0) 编辑
摘要: 博客:https://www.zhihu.com/question/365093004/answer/1538570153 基金对比工具: https://link.zhihu.com/?target=https%3A//www.howbuy.com/fundtool/compare.htm 极简投 阅读全文
posted @ 2020-12-06 18:48 hou永胜 阅读(119) 评论(0) 推荐(0) 编辑
摘要: http://blog.sina.com.cn/s/blog_73dac6b50101pggj.html ubuntu更改用户home目录 /fenle/p/6811614.html 阅读全文
posted @ 2020-11-29 16:56 hou永胜 阅读(412) 评论(0) 推荐(0) 编辑
摘要: Leetcode算法题总结之区间dp 1. 312 戳气球 https://leetcode-cn.com/problems/burst-balloons/ class Solution { public: int maxCoins(vector<int>& nums) { nums.insert( 阅读全文
posted @ 2020-08-14 22:38 hou永胜 阅读(1193) 评论(0) 推荐(0) 编辑