前提 未来一段时间开发的项目或者需求会大量使用到Redis,趁着这段时间业务并不太繁忙,抽点时间预习和复习Redis的相关内容。刚好看到博客下面的UV和PV统计,想到了最近看书里面提到的HyperLogLog数据类型,于是花点时间分析一下它的使用方式和使用场景(暂时不探究HyperLogLog的实现 ...
分类:
其他好文 时间:
2020-06-16 00:32:12
阅读次数:
59
收到客户的一份报告,说远程处理数据库事务时出现"卡"的现象,也就是运行比较缓慢。在相应时段做了一个AWR报告,报告中显示了这样一些等待: 1 Top 5 Timed Events Avg %Total 2 ~~~~~~~~~~~~~~~~~~ wait Call 3 Event Waits Time ...
分类:
数据库 时间:
2020-06-15 18:13:25
阅读次数:
62
收到客户的一份报告,说远程处理数据库事务时出现"卡"的现象,也就是运行比较缓慢。在相应时段做了一个AWR报告,报告中显示了这样一些等待: 1 Top 5 Timed Events Avg %Total 2 ~~~~~~~~~~~~~~~~~~ wait Call 3 Event Waits Time ...
分类:
数据库 时间:
2020-06-15 17:37:29
阅读次数:
68
课上内容(Lesson) be more confident 更自信 don't like sweating 不喜欢出汗 lack of persistence 缺乏毅力 badminton 羽毛球 rugby n. 英式橄榄球 skiing 滑雪 skating 滑冰 hiking 徒步 camp ...
分类:
其他好文 时间:
2020-06-14 13:17:27
阅读次数:
71
An operator is a symbol that tells the complier to perform specifc mathematical or logical manipulations. C++ allows u to specify more than one defini ...
分类:
编程语言 时间:
2020-06-14 11:20:54
阅读次数:
58
/etc/php-fpm.d/www.conf vim /root/ansible/nginx/www.conf ; Start a new pool named 'www'. [www] ; Unix user/group of processes ; Note: The user is mand ...
分类:
Web程序 时间:
2020-06-14 01:36:13
阅读次数:
86
Structural Information Often, the original problem formulation provides more insight into the structure of the problem. This can be exploited while ge ...
分类:
其他好文 时间:
2020-06-13 23:06:07
阅读次数:
78
报错如下: java.sql.SQLException: The server time zone value '?й???????' is unrecognized or represents more than one time zone. You must configure either t ...
分类:
其他好文 时间:
2020-06-13 18:54:41
阅读次数:
73
mysql进阶 1. 二进制格式mysql安装 //下载二进制格式的mysql软件包 [root@localhost ~]# cd /usr/local //创建用户和组 [root@localhost local]# groupadd -r -g 306 mysql [root@localhost ...
分类:
数据库 时间:
2020-06-13 12:52:57
阅读次数:
68
单选题 1、在OSI模型中,HTTP协议工作在第()层,交换机工作在第()层。 A、7/3 B、7/2【正确答案】 C、6/3 D、6/2 2、Linux有三个查看文件的命令,若希望在查看文件内容过程中可以用光标上下移动来查看文件内容,应使用命令。 A、cat B、more C、less【正确答案】 ...
分类:
其他好文 时间:
2020-06-12 20:27:37
阅读次数:
1411