摘要:
获取属性名称: /** * 获取属性名数组 * * @param o 对象 * @return 属性名称 */ private String[] getFiledName(Object o){ Field[] fields=o.getClass().getSuperclass().getDeclar 阅读全文
posted @ 2023-07-28 17:16
译林
阅读(2174)
评论(0)
推荐(0)
摘要:
1.1 安装GCC编译器 yum install -y gcc-c++ 1.1 解压缩 tar -zxf redis-3.0.0.tar.gz 1.1 编译及安装 make && make install PREFIX=/usr/local/redis 1.1 简单配置 cp /root/uploa 阅读全文
posted @ 2023-07-28 17:16
译林
阅读(119)
评论(0)
推荐(0)
摘要:
erlang下载地址 (根据自己的版本来下载): https://github.com/rabbitmq/erlang-rpm/releases 阅读全文
posted @ 2023-07-28 17:16
译林
阅读(54)
评论(0)
推荐(0)
摘要:
官网地址: https://www.rabbitmq.com/download.html 安装rabbitmq 需要依赖erlang语言,erlang安装包: https://github.com/rabbitmq/erlang-rpm/releases rabbitmq安装包: https://g 阅读全文
posted @ 2023-07-28 17:16
译林
阅读(484)
评论(0)
推荐(0)
摘要:
官网下载地址: https://multipass.run/install 免费试用的: https://github.com/canonical/multipass/releases windowns安装及使用: https://blog.csdn.net/zhourui2000/article/ 阅读全文
posted @ 2023-07-28 17:15
译林
阅读(57)
评论(0)
推荐(0)
摘要:
https://boardmix.cn/app 阅读全文
posted @ 2023-07-28 17:15
译林
阅读(11)
评论(0)
推荐(0)
摘要:
https://baijiahao.baidu.com/s?id=1715133904829386650&wfr=spider&for=pc 阅读全文
posted @ 2023-07-28 17:15
译林
阅读(18)
评论(0)
推荐(0)
摘要:
停止所有启动的容器 docker stop $(docker ps -a -q) 启动所有停止的容器 docker start $(docker ps -a -q) 删除所有容器 docker rm $(docker ps -a -q) 阅读全文
posted @ 2023-07-28 17:15
译林
阅读(13)
评论(0)
推荐(0)
摘要:
https://mirrors.tuna.tsinghua.edu.cn/apache/maven/mvnd/ 设置mvnd 编码 找到安装目录 D:\mvnd\conf\mvnd.properties mvnd.jvmArgs=-Dfile.encoding\=UTF-8 阅读全文
posted @ 2023-07-28 17:15
译林
阅读(311)
评论(0)
推荐(0)
摘要:
命令: git log --format='%aN' | sort -u | while read name; do echo -en "$name\t"; git log --author="$name" --pretty=tformat: --numstat | grep "\(.java\)$ 阅读全文
posted @ 2023-07-28 17:15
译林
阅读(84)
评论(0)
推荐(0)

浙公网安备 33010602011771号