上一页 1 ··· 5 6 7 8 9 10 11 12 13 14 下一页
摘要: win: mount -o nolock -o casesensitive=yes IP:/! X: cat /etc/fstab linux: 172.22.1.56:/ /mnt/powerbi nfs vers=3,timeo=600,nolock 0 0 dos文件复制 @echo offs 阅读全文
posted @ 2024-01-23 17:01 zhaoguanhao 阅读(18) 评论(0) 推荐(0)
摘要: vim vim命令模式下,执行set ff=unix或set fileformat=unix即可将DOS格式转换为unix格式; 阅读全文
posted @ 2024-01-22 17:03 zhaoguanhao 阅读(19) 评论(0) 推荐(0)
摘要: #!/bin/bash docker-compose -f docker.yaml up -d --force-recreate 阅读全文
posted @ 2024-01-16 11:23 zhaoguanhao 阅读(14) 评论(0) 推荐(0)
摘要: Golang是一门高效、快速、强大的编程语言,可用于构建各种应用程序,尤其是在Web开发中表现突出。当与数据库结合使用时,Golang提供了一些强大的工具,帮助开发人员操作数据库。在本篇文章中,我们将重点介绍Golang如何进行数据库查询。 一、Golang数据库查询 Golang中的数据库查询主要 阅读全文
posted @ 2024-01-05 18:43 zhaoguanhao 阅读(440) 评论(0) 推荐(0)
摘要: 如何使用Go语言进行数据库操作 https://www.php.cn/faq/587088.html 引言:Go语言是一种高效且简洁的编程语言,拥有强大的并发能力和优秀的性能表现。在开发过程中,与数据库的交互是一个非常重要的环节。本文将介绍如何使用Go语言进行数据库操作,包括连接数据库、CRUD操作 阅读全文
posted @ 2024-01-05 16:27 zhaoguanhao 阅读(120) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/qdkfyym/p/17528372.html 阅读全文
posted @ 2023-12-19 13:43 zhaoguanhao 阅读(21) 评论(0) 推荐(0)
摘要: 1.场景: 今天在用MySQL建表的时候,报了一个错误; SQL 错误 [1118] [42000]: Row size too large. The maximum row size for the used table type, not counting BLOBs, is 65535. Th 阅读全文
posted @ 2023-12-14 14:03 zhaoguanhao 阅读(3375) 评论(0) 推荐(0)
摘要: select COLUMN_NAME,COLUMN_TYPE from information_schema.columns where table_name ='t_advice_core' order by `ORDINAL_POSITION` SHOW VARIABLES LIKE 'char 阅读全文
posted @ 2023-12-14 13:58 zhaoguanhao 阅读(17) 评论(0) 推荐(0)
摘要: select 'est',count(AC_NO) as generated_ac_no from t_advice_index where BACKET_PATH = 'e-statement.20230930' union allselect 't24',count(distinct ACC_N 阅读全文
posted @ 2023-10-13 14:13 zhaoguanhao 阅读(18) 评论(0) 推荐(0)
摘要: HPA:Horizontal Pod Autoscaling CCE中弹性伸缩最主要的就是使用HPA(Horizontal Pod Autoscaling)和CA(Cluster AutoScaling)两种弹性伸缩策略,HPA负责工作负载弹性伸缩,也就是应用层面的弹性伸缩,CA负责节点弹性伸缩,也 阅读全文
posted @ 2023-08-29 09:12 zhaoguanhao 阅读(100) 评论(0) 推荐(0)
上一页 1 ··· 5 6 7 8 9 10 11 12 13 14 下一页