//雪花飘落特效 //右上角github跳转   

03 2021 档案

摘要:目录: 1,概述 2,CentOS7,LVM根分区扩容步骤 3,CentOS7,非LVM根分区扩容步骤: 一、背景,概述 MBR(Master Boot Record)(主引导记录)和GPT(GUID Partition Table)(GUID意为全局唯一标识符)是在磁盘上存储分区信息的两种不同方式 阅读全文
posted @ 2021-03-26 16:56 农夫运维 阅读(3164) 评论(0) 推荐(0)
摘要:import pymysql import datetime import os import time def conn_mysql(): conn = pymysql.connect(host='127.0.0.1', port=3306, user='root', password='root 阅读全文
posted @ 2021-03-12 16:51 农夫运维 阅读(138) 评论(0) 推荐(0)
摘要:insert into tab1 select * from tab21 如果表不存在: create table tab1 as select * from tab2 WHERE times_tamp>="2021-01-05 00:00" AND times_tamp <"2021-01-06 阅读全文
posted @ 2021-03-01 15:58 农夫运维 阅读(735) 评论(0) 推荐(0)
摘要:解决方法 1、进入mysql执行:show create database hive; 发现默认是utf8类型 + + + | Database | Create Database | + + + | hive | CREATE DATABASE `hive` /*!40100 DEFAULT CH 阅读全文
posted @ 2021-03-01 11:42 农夫运维 阅读(398) 评论(0) 推荐(0)