摘要:
https://blog.csdn.net/weixin_50485954/article/details/133695346 阅读全文
摘要:
docker离线安装及私人仓库搭建 注意文中 IP PORT根据实际情况自行调整 1. 离线部署 安装目录结构 install # 安装文件夹 docker-19.03.9.tgz # docker安装文件压缩包 docker下载地址 docker-compose-linux-x86_64 # do 阅读全文
摘要:
MongoDB 学习总结 题记:阅读了MongoDB技术文档,了解了NoSQL数据库,并对MongoDB进行了知识梳理。 学习文档:https://www.w3cschool.cn/mongodb/k3vwrf21.html 1. NoSQL数据库分类 类型 部分代表 特点 列存储 Hbase Ca 阅读全文
摘要:
KUDU学习总结 题记:了解KUDU的相关技术,对其技术产生的背景、数据模型、架构和存储进行知识梳理。 API:https://kudu.apache.org/docs/index.html 1. 技术产生的背景 在 KUDU 之前,大数据主要以两种方式存储: 静态数据:以HDFS为存储引擎 优势: 阅读全文
摘要:
Git学习总结 学习网址:https://www.w3cschool.cn/git/ 1. 环境安装 Linux系统下执行:sudo apt-get install git Windows: Git官网直接下载安装程序。 安装完成后,还需要最后一步设置,在命令行输入: git config --gl 阅读全文
摘要:
Java注解与反射机制 1. Java注解 1.1 元注解 @Target @Retention @Documented @Inherited 1.2 自定义注解 https://www.cnblogs.com/peida/archive/2013/04/24/3036689.html 2. Jav 阅读全文
摘要:
JPA 添加 converter 1. 问题描述 No converter found capable of converting from type [org.springframework.data.jpa.repository.query.AbstractJpaQuery$TupleConve 阅读全文
摘要:
https://blog.csdn.net/weixin_42638388/article/details/104439779 阅读全文
摘要:
博客:https://www.zhihu.com/question/365093004/answer/1538570153 基金对比工具: https://link.zhihu.com/?target=https%3A//www.howbuy.com/fundtool/compare.htm 极简投 阅读全文
摘要:
http://blog.sina.com.cn/s/blog_73dac6b50101pggj.html ubuntu更改用户home目录 https://www.cnblogs.com/fenle/p/6811614.html 阅读全文