Windows工具箱

开发工具

JDK

官网 > https://www.oracle.com/cn/java/technologies/downloads/#java8-windows
配置环境变量 JAVA_HOMEPATH

Maven

官网 > https://maven.apache.org/download.cgi

Git

官网 > https://git-scm.com/download/win
阿里镜像 > https://registry.npmmirror.com/binary.html?path=git-for-windows/

MySQL

官网 > https://dev.mysql.com/downloads/installer/
系统变量 PATH 下添加 bin 路径

Tomcat

官网 > https://tomcat.apache.org/
配置环境变量 CATALINA_HOMEPATH
CATALINA_BASE 是 Tomcat 的工作目录,仅运行一个 Tomcat 实例时,可以和 CATALINA_HOME 配置为同一目录;但如果需要同时运行多个 Tomcat 实例,则需要为每个实例单独设置工作目录,否则会发生冲突

IDEA

官网 > https://www.jetbrains.com/zh-cn/idea/download/other.html

WebStorm

官网 > https://www.jetbrains.com/webstorm/

nvm

GitHub > https://github.com/coreybutler/nvm-windows/releases

Nodejs

官网 > https://nodejs.org/zh-cn/download/prebuilt-installer
中文网 > https://www.nodejs.com.cn/download.html

Postman

官网 > https://www.postman.com/downloads/

Windows Terminal

微软商店下载
Windows Terminal

办公工具

Office

现在改名叫 Microsoft 365 了,可以打开自己的微软账户,点击 “服务和订阅”,看看有没有买笔记本送的
office

微软账户 👉 https://account.microsoft.com/

Typora

markdown 编辑器
中文官网 👉 https://typoraio.cn/
帮助文档 👉 https://support.typoraio.cn/
markdown 语法 👉 https://support.typoraio.cn/zh/Markdown-Reference/

Notepad++

源代码编辑器
官网 👉 https://notepad-plus-plus.org/
GitHub 👉 https://github.com/notepad-plus-plus/notepad-plus-plus/
其他下载方式 👉 https://blog.csdn.net/qcmyqcmy/article/details/128899474

Xmind

思维导图工具
官网 👉 https://xmind.cn/
用户手册 👉 https://xmind.cn/user-guide/xmind/

截图工具

Snipaste

微软商店安装
Snipaste

视频播放器

PotPlayer

官网 👉 https://potplayer.tv/
教程 👉 https://dim0x.github.io/chirpy/posts/potplayer-sibnet/

文档格式转换工具

Pandoc

官网 👉 https://pandoc.org/
GitHub 👉 https://github.com/jgm/pandoc
WIKI 👉 https://github.com/jgm/pandoc/wiki
用户手册 👉 https://pandoc.org/MANUAL.html

压缩软件

Bandizip

官网 👉 https://www.bandisoft.com/bandizip/

文件管理

Everything

官网 > https://www.voidtools.com/zh-cn/downloads/

本地音乐播放器

foobar2000

官网 👉 https://www.foobar2000.org/
中文版 GitHub 👉 https://github.com/zhinuo-Li/foobar2000-cn
使用指南 👉 https://zexwoo.blog/posts/tutorials/foobar2000/#软件安装

Windows 小技巧

批量修改文件名

进入包含需要重命名文件的目录,在地址栏输入 cmd 并按 Enter
使用 dir 命令将目录下的文件名导入文件

dir /b > rename.csv
后缀名说明
.csv纯文本文件格式,使用逗号分隔字段,体积小,兼容性强
.xls二进制文件格式,使用二进制编码存储数据,功能丰富

打开文件处理文件名
新建一个文本文件,将处理好的结果复制进去
在前面加上 ren 命令原文件名

名称中有空格等特殊字符,记得加 ""

重命名脚本
后缀改为 .bat,双击运行

参考资料

dir 命令官方文档 👉 https://learn.microsoft.com/zh-cn/windows-server/administration/windows-commands/dir
ren 命令官方文档 👉 https://learn.microsoft.com/zh-cn/windows-server/administration/windows-commands/ren
如何在Windows 10上用cmd批量重命名多个文件 👉 https://blog.csdn.net/weixin_39691535/article/details/89606799
两种方法实现Windows系统下批量重命名文件 👉 https://blog.csdn.net/qq_37085158/article/details/125944427
【常规】使用bat批量修改文件名 👉 https://blog.csdn.net/weixin_43416960/article/details/136742653

将目录下的某一种文件批量导出

进入包含需要导出的文件的目录,在地址栏输入 cmd 并按 Enter
将当前目录下后缀为 ext 的文件导入 tmp 文件夹

for %f in (*.ext) do xcopy "%f" tmp\
参数说明
/r [dir]以指定目录为根目录,递归查询子目录,默认为当前目录
变量说明
%f可替换变量

在 cmd 中,反斜杠 \ 通常用于转义字符路径分隔符,正斜杠 / 通常用于表示命令的选项或参数

参考资料

for 命令官方文档 > https://learn.microsoft.com/zh-cn/windows-server/administration/windows-commands/for
xcopy 命令官方文档 > https://learn.microsoft.com/zh-cn/windows-server/administration/windows-commands/xcopy

使用控制面板还原系统

先扫描可能受影响的应用,提前手动删除这些应用,不要让 windows 给你删,不然还原系统后可能会出现,程序文件还在,但无法启动,无法删除,无法重新安装,的情况,真的很麻烦

桌面美化

Wallpaper Engine

Steam 购买 👉 https://store.steampowered.com/app/431960/Wallpaper_Engine/
Wallpaper Engine

腾讯桌面管理

官网 👉 https://guanjia.qq.com/product/zmzl/
腾讯桌面管理

TranslucenTB

透明任务栏
微软商店安装
TranslucenTB

其他工具

uTools

官网 > https://u.tools/

Cheat Engine

官网 👉 https://www.cheatengine.org/

f.lux

护眼工具
官网 > https://justgetflux.com/

打字练习网站

TypingClub > https://www.typingclub.com/
QwertyLearner > https://qwerty.kaiyi.cool/

END

spt

  • 19
    点赞
  • 14
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值