1. 资源管理工具
- Clover(给资源文件添加像chrome标签页) : http://cn.ejie.me/
- Directory Opus : http://www.appcgn.com/directory-opus.html
2. IDE工具
- Android Studio : https://developer.android.com/studio/index.html
- Eclipse : https://eclipse.org/downloads/
3. 源代码阅读工具
- 【正版】EverEdit : http://cn.everedit.net/
- Sublime : http://www.shaoit.com/sublimetext3.html
- Notepad++ : https://notepad-plus-plus.org/
- 【全平台】Visio Studio Code : https://code.visualstudio.com/Download
- SourceInsight : https://www.sourceinsight.com/download/
4. 个人知识管理工具
- 印象笔记 : https://www.yinxiang.com/
- 有道云笔记 : http://note.youdao.com/
- 【正版】CmdMarkdown : https://www.zybuluo.com
5. 文本比较工具
- 【推荐】Beyond Compare : http://www.scootersoftware.com/
6. 流程图,思维导图工具
- 【云在线】ProcessOn 在线流程图,思维导图:https://www.processon.com/
- 亿图图示专家 : http://download.csdn.net/detail/sunhuiyundsc/8031221
7. 本地磁盘搜索工具
- 【推荐】Listary Pro : http://www.listary.com/pro
- Everything : https://www.voidtools.com/
8. 源代码管理工具
- GitHub for Windows : https://desktop.github.com/
- SVN : https://tortoisesvn.net/index.zh.html
9. 在线工具
- 开源在线工具:http://tool.oschina.net/
10. 系统优化工具
- 【推荐】实用与强大的截图免费绿色工具 snipaste: https://zh.snipaste.com/
- Mactype (字体渲染工具) : http://www.iplaysoft.com/mactype.html
- F.lux(自动调节显示器色温) : https://justgetflux.com/
- FSCapture : http://www.portablesoft.org/faststone-capture/
- 【推荐】Cmder : http://www.softpedia.com/get/Programming/Other-Programming-Files/Cmder.shtml
11. 终端仿真工具
- SecureCRT : https://www.vandyke.com/download/securecrt/download.html
- PowerCMD : http://www.powercmd.com/
12. 通讯工具
- qq轻聊版 : http://im.qq.com/lightqq/
- WeChat : https://weixin.qq.com/cgi-bin/readtemplate?t=win_weixin&lang=zh_CN
13. 办公工具
- 福昕阅读器 : http://www.foxitsoftware.cn/downloads/
- WPS : http://www.wps.cn/
- Foxmail : http://www.foxmail.com/
- Photoshop
14. 网络工具
- Green VPN 不错,访问Google同时可以正常访问公司内网服务器:https://www.greenjsq.me/
- NydusVPN : https://www.nydusvpn.wang/
- Chrome : https://www.google.com/chrome/browser/desktop/index.html
15. 音视频工具
- 网易云音乐 : http://music.163.com/
- YouKu : http://www.youku.com/
- 暴风影音本地破解版
网友评论
1. SourceTree「全平台」:https://www.sourcetreeapp.com/
2. TortoiseGit:https://tortoisegit.org/download/
3. GitBash:Git 自带
1. 「Google Chrome」 :http://www.google.cn/chrome/browser/desktop/index.html
2. 「FireFox」http://www.firefox.com.cn/
快速复制文件或者文件夹全路径快捷键:Ctrl + Shift + C
https://segmentfault.com/a/1190000008501694
查看Java *.jar 包工具 “Java Decompiler project”
jd-gui
下载链接:http://jd.benow.ca/
“jadx” 工具可以直接查看***.apk、***.jar 等格式文件
下载链接:https://github.com/skylot/jadx
提取***.apk中资源文件方案:
1. ***.apk 重命名为 ***.zip 解压,即可取出想要资源文件;