会员
周边
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
bug_x
导航
博客园
首页
新随笔
联系
订阅
管理
公告
上一页
1
···
28
29
30
31
32
33
34
35
36
···
43
下一页
2018年7月13日
[Fiddler] The connection to 'xxxxx.com' failed. <br />System.Security.SecurityException Failed to negotiate HTTPS connection with server.fiddler.network.https> HTTPS handshake to intelte
摘要: 最近利用模拟发get请求的时候出现: 抓包的结果: 抓包的结果出现Tunnel to 对应的Header是: 1、如何看我们请求的网站的TLS协议是哪种? 通过该请求就能看到所用的协议; 2、Fiddle模拟https所用的协议: Tools -> Options ->Https 默认的协议tls1
阅读全文
posted @ 2018-07-13 13:00 bug_x
阅读(9634)
评论(3)
推荐(1)
2018年7月8日
centos7 升级python2.7 到python3.6(Centos7 安装Anaconda)
摘要: Anaconda 下载 https://www.anaconda.com/download/#linux 下载文件 Anaconda3-5.2.0-Linux-x86_64.sh bash Anaconda3-5.2.0-Linux-x86_64.sh 一路enter mv /usr/bin/pyt
阅读全文
posted @ 2018-07-08 22:39 bug_x
阅读(298)
评论(0)
推荐(0)
hadoop 官方配置文件解析
摘要: 比如我的版本是2.8.4 官网文档是: 基本配置文件:包括一般的端口
阅读全文
posted @ 2018-07-08 16:53 bug_x
阅读(321)
评论(0)
推荐(0)
Mysql 内部默认排序
摘要: mysql默认的排序: https://forums.mysql.com/read.php?21,239471,239688#msg-239688 Do not depend on order when ORDER BY is missing. Always specify ORDER BY if
阅读全文
posted @ 2018-07-08 12:26 bug_x
阅读(2374)
评论(0)
推荐(0)
Hadoop 集群的一些问题
摘要: 1、创建用户hadoop adduser hadoop passwd hadoop usermod -a -G hadoop hadoop chown -R hadoop:hadoop /data 2、格式化hdfs hdfs namenode -format 3、sbin/start-all.sh
阅读全文
posted @ 2018-07-08 11:11 bug_x
阅读(844)
评论(0)
推荐(0)
2018年7月7日
MySQL高可用架构之MHA
摘要: MySQL高可用架构之MHA 简介: MHA(Master High Availability)目前在MySQL高可用方面是一个相对成熟的解决方案,它由日本DeNA公司youshimaton(现就职于Facebook公司)开发,是一套优秀的作为MySQL高可用性环境下故障切换和主从提升的高可用软件。
阅读全文
posted @ 2018-07-07 21:56 bug_x
阅读(410)
评论(0)
推荐(0)
XtraBackup 备份原理
摘要: 来着淘宝技术: http://mysql.taobao.org/monthly/2016/03/07/ https://github.com/alibaba/AliSQL 前言 Percona XtraBackup(简称PXB)是 Percona 公司开发的一个用于 MySQL 数据库物理热备的备份
阅读全文
posted @ 2018-07-07 17:54 bug_x
阅读(191)
评论(0)
推荐(0)
Mycat入门及简单规则
摘要: 以下都来自网络; 官网: http://www.mycat.io/ 官网配置文件解析: https://github.com/MyCATApache/Mycat-Server/wiki/9.0-%E6%B3%A8%E8%A7%A3%E7%94%A8%E6%B3%95 建议先按文档: Mycat_V1
阅读全文
posted @ 2018-07-07 17:50 bug_x
阅读(222)
评论(0)
推荐(0)
2018年7月6日
Python itertools/内置函数
摘要: https://docs.python.org/3.5/library/itertools.html#itertools.starmap // https://docs.python.org/3.5/library/functions.html#map
阅读全文
posted @ 2018-07-06 00:27 bug_x
阅读(148)
评论(0)
推荐(0)
Python 列表表达式 ,迭代器(2) Yield
摘要: 1、yield 暂存为list def max_generator(numbers): current_max = 0 for i in numbers: current_max = max(i, current_max) yield current_max; a = [3, 4, 6, 2, 1, 9, 0, 7, 5, 8] res...
阅读全文
posted @ 2018-07-06 00:01 bug_x
阅读(136)
评论(0)
推荐(0)
上一页
1
···
28
29
30
31
32
33
34
35
36
···
43
下一页