windows-dos
「已注销」
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
office 打开提示 the setup controller has encountered a ... ... 错误
The setup controller has encountered a problem during install.Please review the log files for further information on the error. 在刚网上找的解决方法前说一下,在WIN7下 “\Office Setup Controller”目录在: “C:\Program Fil...原创 2015-12-21 10:46:24 · 1341 阅读 · 0 评论 -
DOS下用批处理计算N天前的日期或者N天前后的日期
网络转摘,摘自:http://diandian.iteye.com/blog/684630 [code="bat"] @echo off setlocal enabledelayedexpansion ::::::::::::::::::::::::::::::::::::::::::::::::::: :: DOS下用批处理计算N天前的日期或者N天前后的日期 :: :: 2k...原创 2015-04-16 16:11:59 · 1528 阅读 · 0 评论 -
查看端号使用情况
一、查看端口(文中 [|] 用英文下划线代替) 在windows命令行窗口下执行: >netstat -aon[|]findstr "8080" 显示结果: TCP 127.0.0.1:80 0.0.0.0:0 LISTENING 2448 端口“8080”被PID(进程号)为2448的进程占用。 查看端口“8080...原创 2015-04-27 00:16:49 · 121 阅读 · 0 评论
分享