LinuxYum安装mysql的数据库迁移目录前言:因公司数据库目录存储满了,无法加空间进行更换数据目录Warning:更换数据目录之前先问一下有么有在用,或者又没用风险之类的,如果数据库有读写或者其他操作建议晚上进行操作。1.停用MySQL数据库[root@mysql~]#systemctlstopmysqld2.查看数据现存目录迁移至所需目录[root@mysql~]#cat/etc/my.c
分类:
数据库 时间:
2020-04-07 14:22:08
阅读次数:
126
欢迎前往CSND查看,我的博客原文 "https://blog.csdn.net/smilehappiness/article/details/105184233" @[TOC] Linux使用详解(进阶篇) firewall cmd get active zones 1.Linux目录说明 这个目 ...
分类:
系统相关 时间:
2020-04-06 17:34:08
阅读次数:
81
ElasticSearch的容错机制处理过程 以9个shard,3个节点为例,如果master节点宕机,此时不是所有的primary shard都是Active status,所以此时的集群状态是red。 容错处理的第一步:重新选举一台服务器作为master 容错处理的第二步:新选举的master会 ...
分类:
其他好文 时间:
2020-04-06 17:33:20
阅读次数:
57
首先创建一个.net core控制台程序,添加实体类 实体类:Employee 定义DbContext 配置数据库链接:appsettings.json 添加数据库迁移 Add Migration 在Program.cs中测试 ...
public void ShowCustomPopup() { //Get the active map view. var mapView = MapView.Active; if (mapView == null) return; //Create custom popup content va ...
分类:
其他好文 时间:
2020-04-06 00:01:25
阅读次数:
97
[root@kunpeng82 devuser]# ovs-vsctl list port tap6_br _uuid : 70e22269-7254-4300-88fc-b3e8cfcc1df6 bond_active_slave : [] bond_downdelay : 0 bond_fake ...
分类:
其他好文 时间:
2020-04-05 22:43:42
阅读次数:
137
public MapTool1() { IsSketchTool = true; SketchType = SketchGeometryType.Line; SketchOutputMode = SketchOutputMode.Map; } protected override Task OnTo ...
分类:
其他好文 时间:
2020-04-05 18:13:12
阅读次数:
65
1、安装 pip install openpyxl 2、新建文件 book=openpyxl.Workbook() 3、打开sheet页(两种方式) sheet=book.active #默认的sheet页 sheet2=book.get_sheet_by_name('sheet1') #根据名称获 ...
分类:
编程语言 时间:
2020-04-04 11:20:10
阅读次数:
88
try{ var mapView = MapView.Active; if (mapView != null) { var map = mapView.Map; if (map != null) { foreach (StandaloneTable table in map.StandaloneTa ...
分类:
其他好文 时间:
2020-04-04 00:15:12
阅读次数:
66
选项卡算是小程序中必不可少,大家基本上都会用到的一个功能组件,今天就来分享一个自己做的效果,纵向的一个选项卡 wxml <view class='productNav'> <!-- 左侧 --> <view class='left'> <view class="{{active==0?'select ...
分类:
微信 时间:
2020-04-03 20:05:30
阅读次数:
175