摘要:
1.修改图形化界面的键盘布局 2.修改终端配置 /etc/vconsole.conf KEYMAP=dvorak 3.修改/etc/X11/xorg.conf.d/00-keyboard.conf # Written by systemd-localed(8), read by systemd-lo 阅读全文
摘要:
Map<String, Integer> totalStock = new HashMap<>(); AtomicInteger total = new AtomicInteger(); private List<Car> carList = new ArrayList<>(); public vo 阅读全文
摘要:
执行命令 ab -c5 -n500 -p x.txt -T 'application/xml' 'http://192.168.0.8/xxx' 测试结果 This is ApacheBench, Version 2.3 <$Revision: 1901567 $> Copyright 1996 A 阅读全文