mac下提高效率的工具

编程入门 行业动态 更新时间:2024-10-26 20:34:58

mac下<a href=https://www.elefans.com/category/jswz/34/1758826.html style=提高效率的工具"/>

mac下提高效率的工具

1.Alfred强烈推荐!你电脑的搜索引擎!
破解版下载:/
教程:.html
编写workflow教程:
免费工作流:/
2.Hex Field查看文件的十六进制。
3.fixfox火狐浏览器
4.evernote记笔记
8.focus booster番茄工作法
9.安卓模拟器genymotion
10.OmniGraffle和visio一样的画图工具
11.翻墙工具20元一月
nydusVpn
mac下如何vpn和局域网一起使用,把局域网网关加入到路由表中(意思就是把所有192网段的地址都通过192.168.66.1这个路由去访问):
apple script:
do shell script "sudo route -n add -net 192.0.0.0 192.168.66.1" with administrator privileges
do shell script "sudo route -n add -net 255.255.255.0 192.168.0.1" with administrator privileges

sudo route -n add -net 192.0.0.0 192.168.66.1
sudo route -n add -net 255.255.255.0 192.168.0.1

开机自动连接vpn脚本:NydusVPN为名字
on idle
    tell application "System Events"
        tell current location of network preferences
            set myConnection to the service "NydusVPN"            if myConnection is not null then
                if current configuration of myConnection is not connected then
                    connect myConnection
                end if
            end if
        end tell
        return 120
    end tell
end idle
将AppleScript脚本存储为一个APP应用程序,名称可随意,中文也行,勾选“运行处理程序后保持打开”,如下图。
 


12.prepro 用于生成不同尺寸的图片
一个Mac上的小APP,只需要把一个大Icon拖到Prepo中,它会自动帮你生成你所需要的全部Icon尺寸。再也不用想机器人一样在PhotoShop中,CMD+OPTION+I不断的改Icon尺寸了。
13. 为应用程序提供后台服务,更加方便使用云平台
14.密码管理工具
lastpass
15..压缩包格式实用7z,软件实用keka,解决mac下中文乱码的问题
16.echo
http post测试工具

17.键盘
好吵可能是因为用的是青轴,在办公室使用的环境中建议使用茶轴或红轴,另外,机械键盘与其说是提高代码速度,不如说是不让键盘拖慢编码速度
18.
统计你的软件使用时间。
19.下载电影
/
20.xtrafinder
文件夹标签页

更多推荐

mac下提高效率的工具

本文发布于:2024-02-17 15:34:17,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1694526.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:提高效率   工具   mac

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!