开发工具,做一个有效率的开发者
工欲善其事必先利其器,分享一下,我喜欢的工具.
1,文件管理
键盘党:推荐 (total commander) 学习教程: https://xbeta.info/studytc/
鼠标党:推荐( Directory Opus) 学习教程: http://www.cnblogs.com/moonache/category/743208.html
2,文件搜索
搜索文件使用 ( listary) 学习教程: https://www.listary.com/docs 强烈建议阅读后使用
搜索文件内内容使用 (DocFetcher) 别人推荐的,没有用过
3,文本浏览器
个人比较喜欢 (emeditor) 学习教程: http://www.emeditor.org/zh-cn/features_index.html
类似的有editplus ,notepad++
4,取词翻译
有道词典(可以强力取词)
5,开发工具(IDEA系列)
(java)IDEA 学习教程:http://wiki.jikexueyuan.com/project/intellij-idea-tutorial/
项目配置: https://www.cnblogs.com/deng-cc/p/6416332.html
debug使用:https://www.cnblogs.com/chiangchou/p/idea-debug.html
热启动:https://www.cnblogs.com/zhangguangju/p/7027904.html
6,ssh工具
mobaxterm 简单使用 https://www.xiaoz.me/archives/9599
7,网盘类工具
速盘(你懂的)
8,搜索工具(Google) 首页右下角 设置 搜索设置 区域设置 选择香港 即可使用中文版谷歌
由于被墙推荐自己搭建ss服务代理使用(每月大概10元人民币)
搭建shadowsocks服务(我是用的搬瓦工vps) https://bandwagonhost.com/aff.php?aff=14952 推荐安装debian8 64位系统
插入shadowsocks服务端方法
Debian 9("Stretch"),
sudo apt update
sudo apt install shadowsocks-libev
For Debian8 Jessie
sudo sh -c 'printf "deb http://httpredir.debian.org/debian jessie-backports
main" > /etc/apt/sources.list.d/jessie-backports.list'
sudo apt-get update
sudo apt-get -t jessie-backports install shadowsocks-libev
插入shadowsocks客户端
:https://github.com/shadowsocks/shadowsocks-windows/releases