点点点
文章作者
明哥
文章地址
https://www.pvcreate.com/index.php/archives/24/
创建时间
2015-09-24
关注订阅
微信订阅号
开源项目
https://gitee.com/lookingdreamer
工具市场
https://gitee.com/looki...
[ ]设置IP、DNS、网关
>netsh interface ip set address name="本地连接" source=static addr=192.168.132.5 mask=255.255.255.0
>netsh interface ip set address name="本地连接" gateway=192.168....
cmd命令批量修改文件名: (批量去掉下载电影后的前缀)
@echo off
for /f "delims=" %%a in ('dir /b/s/a-d [阳光电影www.ygdy8.com].*') do (
set "str=%%~nxa"
setlocal enabledelayedexpansion
ren "%%a...
https://my.oschina.net/pwd/blog/277749
文章作者
明哥
文章地址
https://www.pvcreate.com/index.php/archives/41/
创建时间
2014-06-10
关注订阅
微信订阅号
开源项目
https://gitee.com/lookingdre...
https://my.oschina.net/pwd/blog/277730
文章作者
明哥
文章地址
https://www.pvcreate.com/index.php/archives/77/
创建时间
2014-06-10
关注订阅
微信订阅号
开源项目
https://gitee.com/lookingdre...