我在使用的Windows软件

==================================================================

必不可少的

Listary

Listary 官方网址:https://www.listary.com/
这个软件使用windows的话,你最好(必须)下载。跟着教程走一遍,就知道如何使用了。在此不再赘述。

Everything(有了Listary,Everything可有可无)

Everything 官方网址 http://www.voidtools.com/
Everything 是用来快速搜索本地磁盘中的文件。

QTTabBar

QTTabBar 官方网址http://qttabbar.sourceforge.net/
QTTabBar是一个给文件浏览器加上类似Chrome一样类似标签的功能,windows10上似乎不好用。

Ditto

Ditto 官方网址:https://ditto-cp.sourceforge.io/
Ditto 是一款强大的 Windows 剪贴板增强工具,实现了一次复制,到处粘贴。
这里有一篇讲述如何使用的文章。

7zip

7zip 官方网址:https://www.7-zip.org/
7zip是压缩解压工具,碾压一切国产解压缩软件。

PotPlayer

PotPlayer 官方地址 http://potplayer.daum.net/?lang=zh_CN
PotPlayer 是全能视频播放器,最好的本地播放器。还可以支持迅雷的边下边看。

Notpad++/Visual Studio Code/Sublime Text 3

Notpad++ 官方网址https://notepad-plus-plus.org/
Visual Studio Code 官方地址https://code.visualstudio.com/
Sublime Text 官方网址https://www.sublimetext.com/

这三个都是文本编辑器。用来替代系统自带的记事本。

Chrome

  • Vimium
    使Chrome可以按照Vim的操作方式操作。最喜欢的按键是f
  • tampermonkey-beta
    油猴扩展脚本

Office

==================================================================

如虎添翼

AutoHotKey

AutoHotkey 官方网址 https://www.autohotkey.com/

Vim

Vim 官方网址 https://www.vim.org/

Emacs

Emacs 官方网址 http://www.gnu.org/software/emacs/
windows 版下载地址 http://emacsbinw64.sourceforge.net/
It is recommended to install the most recent stable build.

==================================================================

锦上添花

CCleaner

CCleaner 官方网址 https://www.ccleaner.com/
CCleaner我主要用来卸载软件,清理注册表和缓存垃圾。

==================================================================

一些小玩意

Regester

Regester是一个使用C#写的正则表达式测试工具。
Regester 作者网站下载网址https://deerchao.net/tools/regester/index.htm
Regester 作者的正则表达式教程https://deerchao.net/tutorials/regex/regex.htm

LICEcap

LICEcap是一个windows下的gif录制工具
LICEcap官方网址https://www.cockos.com/licecap/

snipaste

snipaste是我用过的windows下用过的最好用的截图工具
snipaste官方地址

teracopy

代替windows系统的复制剪切工具
teracopy官方网址

hash

用于计算文件的md5,sha1等,支持多文件批量计算,个人开发者开发
开发者主页
hash.zip下载地址

hexedit

二(16)进制文件查看器
开源软件 HexEdit github地址
hexedit下载
==================================================================

调试工具

Beyond Compare

文件与文件夹比对工具

打开Beyond Compare 4,提示已经超出30天试用期限制,解决方法:
修改C:\Program Files\Beyond Compare 4\BCUnrar.dll,这个文件重命名或者直接删除,则会新增30天试用期,再次打开提示还有28天试用期
一劳永逸,修改注册表

  1. 在搜索栏中输入 regedit ,打开注册表
  2. 删除项目:计算机\HKEY_CURRENT_USER\Software\ScooterSoftware\Beyond Compare 4\CacheId

wireshark

网络抓包工具
网络分析中的瑞士军刀

fiddler

分析http协议的利器
Fiddler 下载地址 :https://www.telerik.com/download/fiddler
使用说明:
Fiddler 抓包工具总结

postman

测试http协议的利器,模拟发送http报文

你可能感兴趣的:(我在使用的Windows软件)