ansible 使用 yum 模块来安装软件包,使用 service 模块来启动软件: ...
分类:
其他好文 时间:
2019-01-03 14:00:13
阅读次数:
167
一、简介 history started by chad walters and jim 2006.11 G release paper on BigTable 2007.2 inital HBase prototype created as Hadoop contrib 2007.10 First ...
分类:
其他好文 时间:
2019-01-02 19:13:55
阅读次数:
203
Ansible playbooks playbook是由一个或多个“play”组成的列表。play的主要功能在于将事先归并为一组的主机装扮成事先通过ansible中的task定义好的角色。从根本上来讲,所谓task无非是调用ansible的一个module。将多个play组织在一个playbook中 ...
分类:
其他好文 时间:
2019-01-02 00:01:33
阅读次数:
262
Android使用Xutil3.0下载文件.md 新建项目: 引入依赖: 添加权限: 修改文件: activity_main.xml MainActivity: ...
分类:
移动开发 时间:
2019-01-01 17:19:16
阅读次数:
211
## 来源:菜鸟教程 1、什么是模板方法模式? 在模板模式(Template Pattern)中,一个抽象类公开定义了执行它的方法的方式/模板。它的子类可以按需要重写方法实现,但调用将以抽象类中定义的方式进行。这种类型的设计模式属于行为型模式。 2、解决什么问题? 一些方法通用,却在每一个子类都重新 ...
分类:
其他好文 时间:
2018-12-31 19:44:48
阅读次数:
185
日常维护中,经常会碰到线程被阻塞,导致数据库响应非常慢,下面就看看如何获取是哪个线程导致了阻塞的。 blog地址:http://blog.csdn.net/hw_libo/article/details/39080809 1. 环境说明RHEL 6.4 x86_64 + MySQL 5.6.19事务 ...
分类:
数据库 时间:
2018-12-31 17:15:09
阅读次数:
234
In this lesson you will learn to talk about the past. 课上内容(Lesson) I was born in 1986. I started school at 6 years old. I comleted my school life at 2 ...
分类:
其他好文 时间:
2018-12-30 10:39:29
阅读次数:
172
Getting Started with Unity 2018 - Third Edition: A Beginner's Guide to 2D and 3D game development with Unity Learn how to use Unity 2018 by creating y ...
分类:
编程语言 时间:
2018-12-29 18:36:12
阅读次数:
252
create-react-app: https://facebook.github.io/create-react-app/docs/getting-started Apollo:https://www.graphql.college/building-a-github-client-with-re ...
分类:
其他好文 时间:
2018-12-29 14:36:30
阅读次数:
262
UNDO特性:避免脏读、事务回滚、非阻塞读、MVCC、崩溃恢复 事务工作流程(图2) MVCC原理机制 崩溃恢复:redo前滚、undo回滚 长事务、大事务:危害、判断、处理 UNDO优化:实现undo分离、收缩undo表空间 0、undo物理存储研究 1>ibdata第五个数据块(系统事务表)中存 ...
分类:
数据库 时间:
2018-12-27 03:16:52
阅读次数:
223