2022年8月12日

CSS选择器

摘要: https://www.w3cschool.cn/css/css-selector.html 阅读全文

posted @ 2022-08-12 18:50 谦虚好学每一天 阅读(19) 评论(0) 推荐(0)

2022年7月28日

搭建轻量级git服务器

摘要: 参考以下两篇博客: 3分钟搭建轻量级Git服务器,对机子要求极低 https://blog.csdn.net/fx20211108/article/details/124459684 id_rsa 与 id_rsa.pub 文件详解 https://www.cnblogs.com/linuxAndM 阅读全文

posted @ 2022-07-28 23:55 谦虚好学每一天 阅读(151) 评论(0) 推荐(0)

2022年7月22日

TreeSet排序和去重和 HashSet、LinkedHashSet去重说明

摘要: TreeSet:排序和去重以Comparable计算的值为准,equals和hashcode无效。 HashSet、LinkedHashSet:去重以equals和hashcode为准。 阅读全文

posted @ 2022-07-22 07:52 谦虚好学每一天 阅读(120) 评论(0) 推荐(0)

2022年2月14日

JackSon详解 和 jackson 阻断循环引用的方法

摘要: https://www.cnblogs.com/woncode/p/8719362.html (转载) https://blog.csdn.net/oschina_40730821/article/details/124025086 阅读全文

posted @ 2022-02-14 12:55 谦虚好学每一天 阅读(256) 评论(0) 推荐(0)

2021年12月21日

路由id转化为控制器Entity参数(转载)

摘要: https://www.jianshu.com/p/0a484d887b75 阅读全文

posted @ 2021-12-21 05:48 谦虚好学每一天 阅读(18) 评论(0) 推荐(0)

2021年10月19日

k8s和jenkins

摘要: 一、安装docker1. docs.docker.com参照步骤:https://docs.docker.com/engine/install/centos/为了加快docker安装过程,将官方的镜像做以下修改: #官方给的镜像 #yum-config-manager --add-repo http 阅读全文

posted @ 2021-10-19 12:36 谦虚好学每一天 阅读(1594) 评论(0) 推荐(0)

2021年10月12日

nginx例子,实现代理访问远程接口

摘要: proxy_cache_path cache levels=1:2 keys_zone=my_cache:10m;# server {# listen 80 default_server;# listen [::]:80 default_server;# server_name test.com;# 阅读全文

posted @ 2021-10-12 07:04 谦虚好学每一天 阅读(831) 评论(0) 推荐(0)

2021年9月26日

CICD

摘要: 一. Centos71. 直接安装 git、maven、openjdk1.8、gitlab、gitlab-runner2. docker: sonaqube docker-registry nexus3 二. minikube minikube start --force --driver=dock 阅读全文

posted @ 2021-09-26 21:53 谦虚好学每一天 阅读(697) 评论(0) 推荐(0)

sonarqube

摘要: 1. sonar-maven-plugin https://www.jianshu.com/p/72431fe45d9e <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project. 阅读全文

posted @ 2021-09-26 16:19 谦虚好学每一天 阅读(155) 评论(0) 推荐(0)

2021年9月23日

oracle 11g xe

摘要: 1.windows版 服务中默认开机自启动的服务是: OracleServiceXE OracleXETNSListener 阅读全文

posted @ 2021-09-23 21:15 谦虚好学每一天 阅读(72) 评论(0) 推荐(0)

导航