
system
templarzq
这个作者很懒,什么都没留下…
展开
-
内存文件系统
内存文件系统原创 2022-11-28 14:53:53 · 100 阅读 · 0 评论 -
Greenplum6获取表结构
greenplum获取表结构原创 2022-06-15 17:16:02 · 394 阅读 · 0 评论 -
linuxmint更新错误
Certificate verification failed: The certificate is NOT trusted. The certificate issuer is unknown原创 2021-06-08 10:28:16 · 156 阅读 · 0 评论 -
google host
203.208.46.200 www.google.com203.208.46.200 encrypted.google.com.hk203.208.46.200 www.golang.org原创 2013-12-15 16:03:38 · 609 阅读 · 0 评论 -
linux mint 输入法安装
1、选择fcitxsudo add-apt-repository ppa:fcitx-team/nightlysudo apt-get updatesudo apt-get install fcitx fcitx-sogoupinyin fcitx-table-wubi 2、安装依赖包:sudo apt-get install fcitx-frontend-gtk3 fcit原创 2014-02-07 21:02:51 · 758 阅读 · 0 评论 -
常用的开放DNS服务器ip
国外公共DNS服务器地址 Google Public DNS (8.8.8.8, 8.8.4.4) OpenDNS (208.67.222.222, 208.67.220.220) OpenDNS Family (208.67.222.123, 208.67.220.123) V2EX DNS (199.91.73.222, 178.79.131.110)原创 2016-03-05 20:56:29 · 5113 阅读 · 0 评论 -
redhat 配置使用centos 6 yum源
1:删除RHEL原有的YUMrpm -qa|grep yum|xargs rpm -e --nodeps2:下载centos的YUM包wget http://mirror.centos.org/centos-6/6/os/x86_64/Packages/python-iniparse-0.3.1-2.1.el6.noarch.rpmwget http://mirror.centos.or原创 2017-07-25 10:29:35 · 491 阅读 · 0 评论 -
查看缺失引用jar的来源
System.out.println("----------------------" + this.getClass().getResource("/com/google/common/collect/MapMakerInternalMap.class"));原创 2018-06-14 16:14:17 · 606 阅读 · 0 评论 -
测试磁盘IO速度
读性能: hdparm -Tt --direct /dev/sda 写: dd bs=1M count=1280 if=/dev/zero of=./test.df conv=fdatasync oflag=direct原创 2014-01-24 16:04:20 · 797 阅读 · 0 评论