安装jdk # tar fzx jjdk-8u191-linux-x64.tar.gz -C /opt/module/ # cd /opt/module && ln -sv jdk1.8.0_191/ jdk # vim /etc/profile export JAVA_HOME=/opt/modu ...
分类:
其他好文 时间:
2020-03-07 16:27:18
阅读次数:
99
市面上流行的压力/负载/性能测试工具多是来自国外,近年来国内的性能测试工具也如雨后春笋崛起。同时由于开发的目的和侧重点不同,其功能也有很大差异,下面就为您简单介绍10款目前最常见的测试产品。 1、kylinTOP测试与监控平台(商用版) kylinTOP测试与监控平台是一款B/S架构的跨平台的集性能 ...
分类:
其他好文 时间:
2020-03-06 01:30:49
阅读次数:
121
姓名:李瑶 学号:201821121002 班级:计算1811 1. 实验环境介绍 操作系统:Microsoft Windows [版本 10.0.18362.657] 平台:Cygwin 用户名:LiYao 2. 常用命令使用 3. 剖析ps命令 (1)运行man ps: SYNOPSIS ps ...
分类:
系统相关 时间:
2020-03-06 00:58:30
阅读次数:
69
变量与内存关系、输入输出练习 0、分别画出下面两个列表在内存中是如何存放的 l1=[11,22,[333,444]] l2=[11,22,[33,{'name':'egon','age':18}]] 1、用户输入姓名、年龄、工作、爱好 ,然后打印成以下格式 #1、用户输入姓名、年龄、工作、爱好 ,然 ...
分类:
其他好文 时间:
2020-03-05 17:54:02
阅读次数:
75
We are getting random NetworkExceptions and TimeoutExceptions in our production environment: Brokers: 3 Zookeepers: 3 Servers: 3 Kafka: 0.10.0.1 Zooke ...
分类:
Web程序 时间:
2020-03-02 12:49:05
阅读次数:
90
一. linux压缩后缀解释说明 *.Z compress 程序压缩的文件; *.gz gzip 程序压缩的文件; *.bz2 bzip2 程序压缩的文件; *.tar tar 程序打包的数据,并没有压缩过; *.tar.gz tar 程序打包的文件,其中并且经过 gzip 的压缩 *.tar.bz ...
分类:
系统相关 时间:
2020-03-01 21:53:44
阅读次数:
97
题目: https://leetcode-cn.com/problems/compress-string-lcci/ 字符串压缩。利用字符重复出现的次数,编写一种方法,实现基本的字符串压缩功能。比如,字符串aabcccccaaa会变为a2b1c5a3。若“压缩”后的字符串没有变短,则返回原先的字符串 ...
分类:
其他好文 时间:
2020-03-01 16:01:32
阅读次数:
63
链接:https://pan.baidu.com/s/1J6GDSN5i_Dr3tPK-wn8BQQ密码:lyvbIPC-6012Especificationcoversqualificationandperformanceofrigidprintedboards,includingsingle-sided,double-sided,withorwithoutplated-throughholes
分类:
其他好文 时间:
2020-03-01 00:34:50
阅读次数:
217
com.mysql.jdbc.Driver not loaded. Are you sure you've included the correct jdbc driver in :jdbc_driver_library? https://www.cnblogs.com/Hackerman/p/11 ...
分类:
数据库 时间:
2020-02-27 00:38:38
阅读次数:
178
# 将80端口的流量转发至192.168.0.1的8080端口 firewall-cmd --permanent --add-forward-port=port=80:proto=tcp:toaddr=192.168.0.1:toport=8080 firewall-cmd --list-ports ...
分类:
其他好文 时间:
2020-02-26 23:18:44
阅读次数:
121