2019年10月11日

只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2019-10-11 17:12 峰入云 阅读(12) 评论(0) 推荐(0) 编辑
摘要: pip install --download packs/ jupyter pip install --no-index --find-links=packs/ jupyter pip3 download -d ./pack --timeout 60 jupyter pip3 install --n 阅读全文
posted @ 2019-10-11 14:13 峰入云 阅读(2307) 评论(0) 推荐(0) 编辑

2019年3月20日

只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2019-03-20 20:19 峰入云 阅读(2) 评论(0) 推荐(0) 编辑

2018年11月23日

摘要: echo的三个参数 -E 关闭转义(默认) -e 识别转义 -n 不自动输出换行符 Shell识别颜色参数 \033[cor_id1;cor_id2;...]m \033和\e是相同的意思。 例如:echo -e "\e[5;35;46mI love Shell\e[0m" 颜色代码表 阅读全文
posted @ 2018-11-23 19:28 峰入云 阅读(190) 评论(0) 推荐(0) 编辑

2018年9月13日

摘要: 创建MySQL主实例 创建MySQL新实例,可以参考上篇博文: MySQL初始化与用户配置 www.cnblogs.com/qiusuo/p/9451717.html bin-log配置 replication用户配置 为用户增加replication权限 grant replication sla 阅读全文
posted @ 2018-09-13 21:11 峰入云 阅读(140) 评论(0) 推荐(0) 编辑
摘要: 数据库初始化 默认情况下,数据已经初始化好,数据可参见默认配置文件/etc/my.cnf 在其他位置重新初始化MySQL数据库: basedir是mysql的安装根目录,ldata是数据初始化的目录 mysql_install_db --basedir=/ --ldata=./data 相关提示: 阅读全文
posted @ 2018-09-13 20:34 峰入云 阅读(3661) 评论(0) 推荐(0) 编辑

2017年9月27日

摘要: 目录 break -- 在指定的行或函数处设置断点,缩写为 b info breakpoints -- 打印未删除的所有断点,观察点和捕获点的列表,缩写为 i b disable -- 禁用断点,缩写为 dis enable -- 启用断点 clear -- 清除指定行或函数处的断点 delete 阅读全文
posted @ 2017-09-27 12:43 峰入云 阅读(278) 评论(0) 推荐(0) 编辑

2017年5月8日

摘要: github设置 git管理 设置ssh密匙 git版版本管理 安装jekyll 上述方法,会在使用的时候出现依赖冲突的问题,网上又说是ruby版本的问题,采用另外一种方法。 apt-get在安装jekyll时,安装的是2.2.0版本,同时会自动安装如下内容 javascript-common je 阅读全文
posted @ 2017-05-08 13:36 峰入云 阅读(230) 评论(0) 推荐(0) 编辑

2017年5月7日

摘要: 启动前设置 启动后配置 阅读全文
posted @ 2017-05-07 21:27 峰入云 阅读(183) 评论(0) 推荐(0) 编辑

2017年1月7日

摘要: vim 8.0 安装 git clone https://github.com/vim/vim.git sudo apt-get install libncurses5-dev # vim依赖一个ncurses的古老库 ./configure --prefix=~/usr/vim-8.0/ --en 阅读全文
posted @ 2017-01-07 15:27 峰入云 阅读(329) 评论(0) 推荐(0) 编辑

导航