源码文件:/src/hotspot/share/gc/z/zDirector.cpp 一、回收策略 main入口函数: ZMetronome::wait_for_tick 是zgc定义的一个循环时钟函数,sample_allocation_rate函数则用于rule_allocation_rate策 ...
分类:
其他好文 时间:
2019-10-20 17:51:03
阅读次数:
97
需求: 根据多选选中的列表数据,来判断哪个批量按钮可以允许操作 状态为 Active(1) 时 才能点 【批量发布】和【批量下架】,但不允许【批量删除】 Draft (2)和 Expired (3)时 只能点【批量删除】,不允许【批量发布】及【批量下架】 1,2,3 同时存在则都不允许 下面为实现思 ...
分类:
编程语言 时间:
2019-10-09 19:51:47
阅读次数:
129
mysql>use mysql mysql>update user set password_expired='N' where user='root'; mysql>flush privileges; mysql>quit ...
分类:
数据库 时间:
2019-09-10 23:56:51
阅读次数:
197
环境:最小化安装centos7 问题:docker 启动没问题,但是查询 镜像时报错 Error response from daemon: Get https://index.docker.io/v1/search?q=mysql&n=25: x509: certificate has expir ...
分类:
其他好文 时间:
2019-08-17 20:20:15
阅读次数:
1574
错误1:org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired 错误2:Reported time is too far out of sync with mast ...
分类:
其他好文 时间:
2019-07-10 16:44:02
阅读次数:
343
kubeadm 默认证书为一年,一年过期后,会导致api service不可用,使用过程中会出现:x509: certificate has expired or is not yet valid. 方案一 通过修改kubeadm 调整证书过期时间 修改代码,调整过期时间 克隆代码:git clon ...
分类:
其他好文 时间:
2019-06-26 20:47:40
阅读次数:
759
本地开发spark streaming无法消费云主机kafka消息
分类:
其他好文 时间:
2019-06-22 23:50:02
阅读次数:
234
Anderson, Thomas E."The Performance of Spin Lock Alternatives for Shared-Memory Multiprocessors".IEEE Transactions on Parallel and Distributed Systems ...
分类:
其他好文 时间:
2019-05-26 09:35:18
阅读次数:
116
MySQL5.5一般可以通过修改改参数来(基线默认是1),debugmysql.err中记录warning,note信息,如果应用端连接数据库由于用户密码异常可以在my.err中记录用户连接失败的提示信息,且多次连接失败会出现连接失败报警。mysql>showvariableslike‘log_warnings%‘;+---------------+-------+|Vari
分类:
数据库 时间:
2019-05-16 23:03:08
阅读次数:
265
1、DHCP配置步骤(在路由器上配置)(1)配置接口的IP地址。<H3C>system-view[H3C]interfaceg0/0[[H3C-GigabitEthernet0/0]]ipaddress192.168.1.25424[[H3C-GigabitEthernet0/0]]quit(2)启用DHCP服务。[H3C]dhcpenable(3)配置不参与自动分配的IP地址。[H3
分类:
其他好文 时间:
2019-04-18 15:11:04
阅读次数:
139