https://jakevdp.github.io/PythonDataScienceHandbook/03.12-performance-eval-and-query.html High-Performance Pandas: eval() and query() < Working with T ...
分类:
其他好文 时间:
2018-12-15 00:18:50
阅读次数:
118
67. The instance abnormally terminates because of a power outage. Which statement is true about redo log files during instance recovery? A.Inactive an ...
分类:
其他好文 时间:
2018-12-14 13:05:07
阅读次数:
168
1、首先备份系统自带yum源配置文件/etc/yum.repos.d/CentOS-Base.repo 2、进入yum源配置文件所在的文件夹 3、下载163的yum源配置文件(CentOS7) 清华大学镜像源地址:https://mirrors.tuna.tsinghua.edu.cn/ 4、清理缓 ...
分类:
系统相关 时间:
2018-12-13 16:21:35
阅读次数:
471
这一次总结和分享用Redis实现分布式锁 与 实现任务队列 这两大强大的功能。先扯点个人观点,之前我看了一篇博文说博客园的文章大部分都是分享代码,博文里强调说分享思路比分享代码更重要(貌似大概是这个意思,若有误请谅解),但我觉得,分享思路固然重要,但有了思路,却没有实现的代码,那会让人觉得很浮夸的, ...
分类:
其他好文 时间:
2018-12-12 18:56:01
阅读次数:
202
早上来到公司,线上的项目报错: 赶紧连接服务器看下问题,玛德,服务器都连不上,第一反应,服务器挂了,缓存挂了,解决方法:找运维重启服务器,重启缓存,ok,搞定。 ...
分类:
数据库 时间:
2018-12-12 11:17:58
阅读次数:
378
hadoop集群某个节点dfs存储比其他节点存储高时,一般会使用hadoop提供的balance(start-balancer.sh -threshold 10 )工具来移动高存储节点上的块到低存储节点上. 其中 -threshold 默认设置:10,参数取值范围:0-100,参数含义:判断集群是否 ...
分类:
其他好文 时间:
2018-12-08 21:10:12
阅读次数:
226
1 @echo off 2 setlocal enabledelayedexpansion 3 4 ::使用方法: 5 :: "C:\WINDOWS" 6 :: "C:\jar" 7 SET x="C:\jar" 8 Call :InPath %x% 9 goto :eof 10 11 12 :In... ...
分类:
其他好文 时间:
2018-12-08 20:22:38
阅读次数:
197
696. Count Binary Substrings ...
分类:
其他好文 时间:
2018-12-07 14:54:42
阅读次数:
158
https://stackoverflow.com/questions/251391/why-is-lockthis-bad It is bad form to use this in lock statements because it is generally out of your contr ...
分类:
其他好文 时间:
2018-12-05 12:16:03
阅读次数:
143
今天在公司电脑上安装docker出现了一些问题,原先是直接用yum安装docker,一次就成功了,由于公司的网络问题导致docker安装完出现了一些问题,客户端启动了,服务端一直启动不了:Job for docker.service failed because the control proces ...
分类:
其他好文 时间:
2018-12-04 17:26:17
阅读次数:
228