我使用的是最新的jmeter3.0版本,新建一个beanshell sampler,在里面输入中文,发现显示的是乱码,而且字体非常小,看着吃力,调研了一下,可以在bin/jmeter.properties文件里面更改相关的配置. 该文件中搜索"jsyntaxtextarea.font.family"能够找到如下部分信息 # Change the font on the (JSyntax) Text Areas. (Useful for HiDPI screens) #jsyntaxte…
Zabbix web界面不能选择中文,提示: You are not able to choose some of the languages, because locales for them are not installed on the web server. 解决: 安装zh_CN语言包 dnf install langpacks-zh_CN.noarch 安装glibc-common实现对语言包的识别 dnf install glibc-common 如果已安装过,需要重新安装 dn…