06 2018 档案
摘要:author: headsen chen date:2018-06-30 23:14:16 服务端(私有仓库:centos7_64位),使用端:centos6_64位 1、仓库的搭建: 安装docker: 将本地的仓库换成阿里云的镜像仓库: 运行一个生成本地仓库的脚本: sh registry-in
阅读全文
摘要:yum -y install epel-releaseyum -y install docker-ioyum install device-mapper-event-libs # 必需安装这一步,否则报pid文件存在,进程已死service docker startdocker images
阅读全文
摘要:1,阿里云上注册账号,我的已经注册好了,仓库名称:registry.cn-hangzhou.aliyuncs.com/woccb2/chen 2,本地安装docker: yum -y install docker-io systemctl start docker vim /etc/docker/d
阅读全文
摘要:# -*- coding:utf-8 -*-可以改写成以下各种形式:1,# -*- coding=utf-8 -*-2,# _*_ coding=utf-8 _*_3,# coding:utf-84,# coding=utf-8
阅读全文
摘要:author: headsen chen data :2018-06-08 16:21:43 1、 创建存放软件文件夹 # cd / #mkdir a 2、下载MySQL5.6二进制包 cd a wget http://cdn.mysql.com//archives/mysql-5.6/mysql-
阅读全文
摘要:1,service mysql stop # mysql5.1版本的服务名是 mysqld,而mysql5.6版本的二进制包的服务名是 mysql. 2, /etc/init.d/mysql start --skip-grant-tables 3,mysql > 此时就可以在mysql里面修改roo
阅读全文
摘要:AUTHOR :headsen chen DATE : 2018-06-07 17:21:50 oracle 线上用户老是被锁: 1,查明所有的用户哪些被锁了 2,查看某个用户(ABCuser这个用户)是否被锁: select LOCK_DATE,username from dba_users wh
阅读全文
摘要:date: 2018-06-05 11:44:06 1,系统:minimal 2,包组: Base System : Base、Compatibility libraries、Debugging Tools Development: Development tools 3,未安装时的补救方法: yu
阅读全文
摘要:author :headsen chen date: 2018-06-04 12:02:27 #!/bin/bash for i in `chkconfig --list |awk '{print $1}'`;do chkconfig $i off;done for i in network rsy
阅读全文
摘要:author:headsen chen date:2018-06-04 11:20:38 notice:This article is created by headsen chen himself and not allowed to copy.or you will count law ques
阅读全文
摘要:oracle的后台进程杀掉会有什么影响 oracle的后台进程杀掉会有什么影响 说明:本文复制自网友的博客: https://blog.csdn.net/kellyseeme/article/details/8927757 说明:本文复制自网友的博客: https://blog.csdn.net/k
阅读全文
摘要:author:headsen chen date: 2018-06-01 15:51:05 习题 31: 作出决定(if + raw_input) [root@localhost py]# cat desition.py #!/usr/bin/env python print "You enter
阅读全文
摘要:author:headsen chen date:2018-06-01 15:39:26 习题17,文件的更多操作 检验新生成的dd.txt文件: [root@localhost py]# cat dd.txt 1234567890 这里不过dd.txt是否存在,若存在:清空然后复制cc.txt的内
阅读全文
摘要:在这里所作的是将所有的 Python 符号和关键字列出来,这些都是值得掌握的重点。 关键字 and del from not while as elif global or with assert else if pass yield break except import pri...
阅读全文
摘要:author:headsen chen date :2018-06-01 10:53:39 notice:not allowed to copy or you will count law question
阅读全文