上一页 1 ··· 3 4 5 6 7 8 9 下一页
摘要: geth --rpc --unlock "3ae88fe370c39384fc16da2c9e768cf5d2495b48,81063419f13cab5ac090cd8329d8fff9feead4a0" --rpcport "8546" --datadir data --keystore "/m 阅读全文
posted @ 2019-04-13 17:46 琵琶真的行 阅读(336) 评论(0) 推荐(0) 编辑
摘要: mysql忘记密码 解决: 1)sudo service mysql stop 2)sudo mysqld_safe --skip-grant-tables & 3)mysql -u root 4)修改root用户口令。 mysql> use mysql; Reading table informa 阅读全文
posted @ 2019-04-13 17:42 琵琶真的行 阅读(250) 评论(0) 推荐(0) 编辑
摘要: (function ($) { $.getUrlParam = function (name) { var reg = new RegExp("(^|&)" + name + "=([^&]*)(&|$)"); var r = window.location.search.substr(1).mat 阅读全文
posted @ 2019-04-13 17:40 琵琶真的行 阅读(481) 评论(0) 推荐(0) 编辑
摘要: $ sudo awk 'NR%2==1{close(p".txt");++p}{print > p".txt"}' test.txt $ sudo split -d -l 2 test.txt new 阅读全文
posted @ 2019-04-13 17:38 琵琶真的行 阅读(1170) 评论(0) 推荐(0) 编辑
摘要: 1、查看sql_mode 查询出来的值为: ONLY_FULL_GROUP_BY,STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUB 阅读全文
posted @ 2019-04-13 17:34 琵琶真的行 阅读(4990) 评论(2) 推荐(0) 编辑
摘要: 方法1: 用SET PASSWORD命令 首先登录MySQL。 格式:mysql> set password for 用户名@localhost = password('新密码'); 例子:mysql> set password for root@localhost = password('123' 阅读全文
posted @ 2019-04-13 17:32 琵琶真的行 阅读(27120) 评论(3) 推荐(0) 编辑
摘要: 工作流程请求:nova boot --image ttylinux --flavor 1 i-01nova-api 接受请求,一个tcp REST请求.nova-api 发送一个创建虚拟机的请求到消息队列,并会存数据库,带uuid.nova-scheduler 接受这个消息,并进行过滤,根据请求的虚 阅读全文
posted @ 2019-04-13 17:19 琵琶真的行 阅读(1262) 评论(0) 推荐(0) 编辑
摘要: https://blog.lab99.org/post/docker-2016-07-14-faq.html 阅读全文
posted @ 2019-04-13 17:18 琵琶真的行 阅读(136) 评论(0) 推荐(0) 编辑
摘要: bash和zsh两种shell功能非常相似,只不过zsh的功能比bash更强大一些。这两种shell的快捷键命令也非常相似,对于常用shell的人来说,了解一些快捷键操作将会十分有益,因为使用快捷键将能大大节约操作时间。大部分快捷键是用来快速导航或编辑当前命令行。 移动到当前命令行的行首,使用快捷键 阅读全文
posted @ 2019-04-13 17:08 琵琶真的行 阅读(2226) 评论(0) 推荐(0) 编辑
摘要: 1.新建目录,clone源码 2.添加配置,vim /etc/vim/vimrc 阅读全文
posted @ 2019-04-13 17:05 琵琶真的行 阅读(667) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 下一页