摘要:
redis启动警告问题:WARNING: The TCP backlog setting of 511 cannot be enforced because /proc/sys/net/core/somaxconn is set to the lower value of 128. 1.启动redi 阅读全文
阅读排行榜
IDEA文件编码修改
2016-08-03 23:19 by faunjoe88, 60844 阅读, 收藏,
摘要:
上图标注 1 所示,IDE 的编码默认是 UTF-8,Project Encoding 虽然默认是 GBK,但是一般我都建议修改为 UTF-8。上图标注 2 所示,IntelliJ IDEA 可以对 Properties 文件进行专门的编码设置,一般也建议改为 UTF-8,其中有一个重点就是属性 T 阅读全文
java 如何使的float保留2位或者多位小数
2017-02-07 17:48 by faunjoe88, 30605 阅读, 收藏,
摘要:
方法1: float f = 34.232323; BigDecimal b = new BigDecimal(f); float f1 = b.setScale(2, BigDecimal.ROUND_HALF_UP).floatValue(); // b.setScale(2, BigDecim 阅读全文
CentOS 7 防火墙 出现Failed to start iptables.service: Unit iptables.service failed to load
2017-06-13 22:13 by faunjoe88, 29884 阅读, 收藏,
摘要:
错误信息如下: 一直用CentOS 6 习惯了,一下没适应过来。防火墙配置后执行service iptables save 出现”Failed to restart iptables.service: Unit iptables.service failed to load: No such fil 阅读全文
youtube-dl 使用小记
2017-11-09 17:15 by faunjoe88, 14834 阅读, 收藏,
摘要:
0.官网地址 youtube-dl官网:https://yt-dl.org/项目地址:https://github.com/rg3/youtube-dl1.文档简略翻译,具体请以官方文档为准 2.安装pythonyoutube-dl使用Python编写的工具,所以系统里没有Python的话,先安装P 阅读全文
浙公网安备 33010602011771号