会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
czy21
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
下一页
2023年7月28日
docker-部署ELK-7.17.10
摘要: ## ElasticSearch&Kibana https://doc.czy21.com/container/es/ ## Logstash https://doc.czy21.com/container/logstash/
阅读全文
posted @ 2023-07-28 18:23 czy21
阅读(34)
评论(0)
推荐(0)
2021年8月14日
k8s-部署HBASE-2.3.6
摘要: 环境+版本 k8s: v1.21.2 hbase: v2.3.6 dockerfile FROM openjdk:8-jdk ARG SSH_PUB='ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC3nTRJ/aVb67l1xMaN36jmIbabU7Hiv/xpZ8
阅读全文
posted @ 2021-08-14 20:09 czy21
阅读(1198)
评论(2)
推荐(0)
k8s-部署HADOOP-3.2.2(HDFS)
摘要: 环境+版本 k8s: v1.21.1 hadoop: 3.2.2 dockerfile FROM openjdk:8-jdk ENV HADOOP_VERSION=3.2.3 ENV HADOOP_TGZ_URL=https://mirrors.tuna.tsinghua.edu.cn/apache
阅读全文
posted @ 2021-08-14 20:00 czy21
阅读(1893)
评论(11)
推荐(1)
2021年7月31日
MySQL-8.0 事务隔离级别
摘要: mysql8.0 docker版部署 https://doc.czy21.com:8443/docker/mysql/ 查看数据库事务隔离级别 mysql> show variables like 'transaction%'; mysql> select @@transaction_isolati
阅读全文
posted @ 2021-07-31 22:14 czy21
阅读(1517)
评论(1)
推荐(0)
2020年6月18日
Sql Server 执行计划分析
摘要: CHECKPOINT --用于检查当前工作的数据库中被更改过的数据页或日志页,并将这些数据从数据缓冲器中强制写入硬盘 GO DBCC FreeProcCache --从缓冲池中删除所有缓冲区 DBCC DropCleanBuffers --从过程高速缓存中删除所有元素 GO DBCC FreeSys
阅读全文
posted @ 2020-06-18 10:55 czy21
阅读(214)
评论(0)
推荐(0)
2020年3月29日
ROS Wan口动态获取IP
摘要: Wan设置 1.IP -> DHCP Client,DHCP Tab 下Interface选wan Lan设置 1.IP -> DHCP Server -> DHCP Setup,dns 使用lan口ip 2.IP -> Firewall -> NAT -> Action -> masquerade
阅读全文
posted @ 2020-03-29 18:26 czy21
阅读(3024)
评论(0)
推荐(0)
2019年6月17日
Gradle
摘要: test引用单元测试 // module A build.gradle task testsJar(type: Jar, dependsOn: testClasses) { classifier = 'tests' from sourceSets.test.output } configuratio
阅读全文
posted @ 2019-06-17 18:55 czy21
阅读(759)
评论(0)
推荐(0)
2019年1月28日
开发配置
摘要: - 语言: [jdk-8](#jdk-8) [jdk-17](#jdk-17) [python](#python) [go](#go) [rust](#rust) - 工具: [git](#git) [maven](#maven) # jdk-8 ```yaml JAVA_HOME: - C:\Pr
阅读全文
posted @ 2019-01-28 10:41 czy21
阅读(288)
评论(0)
推荐(0)
2018年12月25日
Linux常用命令
摘要: 系统: 用户 权限 文件 磁盘 系统 服务: ssh docker 其他: mac 用户 useradd -d /home/[user] -m [user] # 添加用户,并创建用户目录 adduser [user] # 添加用户 userdel -r [user] # 删除用户 usermod -
阅读全文
posted @ 2018-12-25 17:49 czy21
阅读(254)
评论(0)
推荐(0)
2018年11月2日
阿里云ECS,配置ssh远程登录
摘要: 一.root用户登录远程linux服务器 1.更改ssh默认端口 vim /etc/ssh/sshd_configPort 自定义端口号PermitRootLogin yes 允许root登录PubkeyAuthentication yes 允许公匙认证PasswordAuthentication
阅读全文
posted @ 2018-11-02 21:52 czy21
阅读(18771)
评论(0)
推荐(0)
上一页
1
2
3
下一页
公告