1 问题: 最近有一个测试环境的 Swarm 集群挂了, 这个集群有两个管理节点, 执行 docker node ls, 均报: The swarm does not have a leader. It's possible that too few managers are online. Mak ...
分类:
其他好文 时间:
2020-06-24 14:12:50
阅读次数:
95
cmd一个bat执行其他多个bat @echo off start git_pull1.bat start git_pull2.bat cmd git 拉取项目 :: 窗口名称 title=git pull 1 :: & 继续执行 git clone https://gitee.com/liran1 ...
分类:
其他好文 时间:
2020-06-24 00:37:19
阅读次数:
55
The end of the school year is near and Ms. Manana, the teacher, will soon have to say goodbye to a yet another class. She decided to prepare a goodbye ...
分类:
其他好文 时间:
2020-06-23 21:45:00
阅读次数:
111
线网环境如何删除大表 周万春 比如一张大表,底层ibd文件大约是50G-100G,或者你理解成一张大表200G以上吧。哈哈!!! 利用硬链接和truncate降低drop table对线上环境的影响 在drop table的时候,所有进程不管是DDL还是DML都被hang起,直到drop结束才继续执 ...
分类:
其他好文 时间:
2020-06-23 19:33:05
阅读次数:
90
使用Fiddler工具连接手机测试,前提条件一定要保证电脑与手机使用同一个网络。 一、Fiddler通过代理连上手机 1、Fiddler--TOOLS-Options:Connections选项卡,设置连接的端口号,并勾选以下勾择项 2、打开运行控制台窗口,输入ipconfig,查看当前电脑的IP地 ...
分类:
移动开发 时间:
2020-06-23 19:13:19
阅读次数:
65
原创 Linux操作系统 作者:wisdomone1 时间:2010-02-28 13:27:24 2690 0 When you rename one or more datafiles in the primary database, the change is not propagated t ...
分类:
数据库 时间:
2020-06-23 18:59:46
阅读次数:
54
事务的四大特性 事务的隔离级别 通过例子理解事务的4种隔离级别 (这篇博客的例子便于理解这些概念) 数据库的3大范式 数据库三大范式详解(通俗易懂) https://blog.csdn.net/hanxueyu666/article/details/81587199 spring中的事务隔离级别 ...
分类:
数据库 时间:
2020-06-22 22:49:57
阅读次数:
72
一、Algorithm 【leetcode】009-Palindrome Number 二、Review Linux is ready for the end of time The Y2K bug is back, causing headaches for developers again 三、 ...
分类:
其他好文 时间:
2020-06-21 17:52:07
阅读次数:
49
Hive常用DDL操作 一、Database 1.1 查看数据列表 show databases; 1.2 使用数据库 USE database_name; 1.3 新建数据库 语法: CREATE (DATABASE|SCHEMA) [IF NOT EXISTS] database_name -- ...
分类:
其他好文 时间:
2020-06-21 16:17:19
阅读次数:
47