当前位置:首页
> 第14页
群晖DS618+6.2.3手动升级补丁
黑群晖最新版本已经不支持自动升级补丁,所有需要通过手动执行更新方式如下: 注意:全程需要root权限 在页面点击下载更新: 找到下载目录: 进入下载目录: sudo dpkg...
iframe100%自适应后去掉滚动条
参考:https://stackoverflow.com/questions/9129182/iframe-100-height-causes-vertical-scrollbar 主要...
nmcli参数的各种缩写
配置参数的三种写法: nmcli con mod team0 ipv4.addresses 192.168.121.10/24 ipv4.gateway 192.168.121.1 +ipv4.dns 8.8.8.8 +ipv4.d...
golang计算中文文字数量
fmt.Println(len("世界"), utf8.RuneCountInString("世界 "), utf8.RuneCountInString("abc123"), utf8.RuneCountInString(...
systemctl启动耗时排行
开机启动的服务 systemctl list-unit-files|grep enabled 服务启动耗时 systemd-analyze blame...
golang的os包使用备忘
来源:https://www.cnblogs.com/jkko123/p/7146474.html?utm_source=itdadao&utm_medium=referral package main;...
查找cpu占用高的函数for java
#!/bin/sh #echo "@查找到的进程信息:" #ps -ef|grep $1|grep -v grep|grep -v jstack cpuid=`ps -ef|grep $1|grep -v grep|grep -v j...
各版本浏览器driver下载
chromedriver: http://npm.taobao.org/mirrors/chromedriver/ https://sites.google.com/a/chromium.org/chromedriver/downloa...