博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
叮当小猪_叮!
阅读量:2519 次
发布时间:2019-05-11

本文共 1558 字,大约阅读时间需要 5 分钟。

叮当小猪

I've been working with beefy virtual machines, docker containers, and build processes lately.  Believe it or not, working on projects aimed at making Mozilla developers more productive can mean executing code that can take anywhere from a minute to an hour, which in itself can hit how productive I can be.  For the longer tasks, I often get away from my desk, make a cup of coffee, and check in to see how the rest of the Walsh clan is doing.

最近,我一直在使用强大的虚拟机,Docker容器和构建流程。 信不信由你,从事旨在提高Mozilla开发人员生产力的项目可能意味着执行代码可能需要一分钟到一个小时的时间,这本身可能会影响我的生产力。 对于较长的任务,我经常离开办公桌,喝杯咖啡,然后检查一下沃尔什氏族的其他成员的工作状况。

When I walk away, however, it would be nice to know when the task is done, so I can jet back to my desk and get back to work.  My awesome Mozilla colleague Byron "glob" Jones recently showed me his script for task completion notification and I forced him to put it up on GitHub so you all can get it too;  it's called !

但是,当我走开时​​,很高兴知道任务何时完成,因此我可以飞回办公桌并重新开始工作。 我很棒的Mozilla同事Byron“ glob” Jones最近向我展示了他的任务完成通知脚本,我强迫他将其放在GitHub上,这样大家也都可以得到它。 这叫 !

Once you have ding, you can do cools stuff like:

一旦ding ,您就可以做一些很酷的事情,例如:

# ding somecommandding docker-machine start defaultding ./start-local-environmentding ./refresh-environment

If the task completes successfully, you'll hear a positive sound; if the command fails, you'll hear a more negative sound -- a simple, yet useful and meaningful detail.

如果任务成功完成,您会听到积极的声音。 如果命令失败,您会听到更负面的声音-一个简单但有用且有意义的细节。

There's not much to explain except that ding is awesome and should check it out!

除了ding非常棒之外,没有什么要解释的了,应该检查一下!

翻译自:

叮当小猪

转载地址:http://gyvwd.baihongyu.com/

你可能感兴趣的文章
mysql数据库存放路径
查看>>
TestNG(五)常用元素的操作
查看>>
解决 Visual Studio 点击添加引用无反应的问题
查看>>
通过镜像下载Android系统源码
查看>>
python字符串格式化 %操作符 {}操作符---总结
查看>>
windows 不能在 本地计算机 启动 Apache
查看>>
iOS开发报duplicate symbols for architecture x86_64错误的问题
查看>>
Chap-6 6.4.2 堆和栈
查看>>
【Java学习笔记之九】java二维数组及其多维数组的内存应用拓展延伸
查看>>
C# MySql 连接
查看>>
sk_buff Structure
查看>>
oracle的级联更新、删除
查看>>
多浏览器开发需要注意的问题之一
查看>>
Maven配置
查看>>
HttpServletRequest /HttpServletResponse
查看>>
SAM4E单片机之旅——24、使用DSP库求向量数量积
查看>>
从远程库克隆库
查看>>
codeforces Unusual Product
查看>>
hdu4348 - To the moon 可持久化线段树 区间修改 离线处理
查看>>
springMVC中一个class中的多个方法
查看>>