上一页 1 ··· 36 37 38 39 40 41 42 43 44 ··· 71 下一页
摘要: ./configure --prefix= /usr/local/python3.6.6 make && make install prefix=/usr/local/python3.6.6 python 编译安装代码会在:/usr/local/python3.6.6/bin 下: 再看DESTDI 阅读全文
posted @ 2020-02-10 13:18 不带R的墨菲特 阅读(650) 评论(0) 推荐(0)
摘要: jvm区域总体分两类,heap区和非heap区。heap区又分: Eden Space(伊甸园)、Survivor Space(幸存者区)、Tenured Gen(老年代-养老区)。 非heap区又分:Code Cache(代码缓存区)、Perm Gen(永久代)、Jvm Stack(java虚拟机 阅读全文
posted @ 2020-02-06 21:55 不带R的墨菲特 阅读(630) 评论(0) 推荐(0)
摘要: jps 类的pid jstat 使用: jstat -gcutil pid 1000 //1000是毫秒是监控时间 jstat -gc pid 1s jstat -gcnew pid // 查看young区的gc jstat -gcold pid // old 区也就是 Tenured gen 终身 阅读全文
posted @ 2020-02-06 21:16 不带R的墨菲特 阅读(210) 评论(0) 推荐(0)
摘要: from win32com.client import constants, gencache# TODO pip install pywin32 -i http://mirrors.aliyun.com/pypi/simple/ --trusted-host mirrors.aliyun.comw 阅读全文
posted @ 2020-02-06 20:03 不带R的墨菲特 阅读(393) 评论(0) 推荐(0)
摘要: https://www.jianshu.com/p/c8ee39488d2a xshell测试非root用户,可以正常连接,但是root用户仍旧无法访问 解决方法:修改 /etc/ssh/sshd_config 文件把PermitRootLogin Prohibit-password 添加#注释掉 阅读全文
posted @ 2020-02-05 18:08 不带R的墨菲特 阅读(188) 评论(0) 推荐(0)
摘要: 查找火狐详细内容: dpkg --get-selections |grep firefox 删除 sudo apt-get purge firefox* 阅读全文
posted @ 2020-02-05 14:55 不带R的墨菲特 阅读(3943) 评论(0) 推荐(0)
摘要: 下载ubuntugoogle官网:http://www.ubuntuchrome.com/ 我的是ubuntuLTS稳定版: 上传Ubuntu: 执行解压操作: sudo dpkg -i google-chrome-stable_current_amd64.deb ALT+F1桌面搜索:goo出现g 阅读全文
posted @ 2020-02-05 14:47 不带R的墨菲特 阅读(523) 评论(0) 推荐(0)
摘要: 安装ssh 安装ssh apt-get install openssh-server 安装 yum: apt-get install yum 安装vim: apt install vim 安装net-tools实现ifconfig: apt install net-tools 实现ubuntu和wi 阅读全文
posted @ 2020-02-05 14:33 不带R的墨菲特 阅读(172) 评论(0) 推荐(0)
摘要: 针对centos : 先检查下tcp port range 在合理范围内: cat /proc/sys/net/ipv4/ip_local_port_range 1024 65535 上述为centos合理范围,不合理作出修改 解决方法: 1. 调低端口释放后的等待时间, 默认为60s, 修改为15 阅读全文
posted @ 2020-02-05 14:23 不带R的墨菲特 阅读(6129) 评论(1) 推荐(0)
摘要: https://blog.csdn.net/Andrewniu/article/details/88743846 阅读全文
posted @ 2020-02-04 20:04 不带R的墨菲特 阅读(147) 评论(0) 推荐(0)
上一页 1 ··· 36 37 38 39 40 41 42 43 44 ··· 71 下一页