linux 挂载win7共享文件夹的方法
mount -t cifs -o user=administrator,password=000000 //192.168.1.2/gongxiang /mnt/share
mount -t cifs -o user=administrator,password=000000 //192.168.1.2/gongxiang /mnt/share
1. 安装Python和ffmpegPython:安装时把pip和添加系统环境变量都选上ffmpeg:下载好exe文件,把目录添加到系统环境变量就行2. 安装yt-dlppip install yt-...
使用服务器的时候比较喜欢随时查看的服务器资源使用情况,比如内存,CPU,网速,磁盘使用等情况,一次偶然的机会发现了如果你发现你的会话窗口底部没有,可以这样开启: Settings→SSH→勾选Remo...
centos7 默认是FirewallD 提供支持网络/防火墙区域(zone)定义网络链接以及接口安全等级的动态防火墙管理工具,利用FirewallD开启80端口操作如下:开启80端口fi...
方法一设置:Current Configuration Scope: main website 通过后台控制台来操作,admin->configuration->develope...
管理员模式cmd 执行 powercfg.exe /hibernate off虚拟内存大小设置为100-120MB &n...
delete from name where fy_cn is NULL || LENGTH(trim(fy_cn))=1 MySql判断是否为null或空字符串 &n...