没到饭点就已经饿了,看见美食就无法自拔,你是吃货吗?
这是一条来自手机端Safari的文章。
我喜欢markdown
所有的博客都是从 Hello world 开始的。
在研发流程管理中,测试环节,不管是白盒测试还是黑盒测试,都是确保研发交付质量的关键。在过往的工作经验之中,测试数据构造一直是影响开发人员自测和测试人员测试质量的一个重要因素,开发人员疲于为测试或者产品体验构造特定场景所需的测试数据,而测试人员往往总因为测试数据不符合用例前置...
字体可以换个漂亮点的
code code text Strong Italic Strong and Italic
GeekNote 是一个为 Geek 设计的写作和阅读平台。
解读Rails系列文章原文来自Reading Rails,我将尽我所能完成此系列所有文章的翻译。以下部分为原文系列对应翻译:
声明 : 此文翻译自WebSockets in Ruby, 限于本人才疏学浅,其中有翻译不当之处,敬请指出,感激不尽!
Today I will show you how to DIY an intersting notifier automatically running per hour under the Mac OS X 10.8 and higher, all we need ar...
Related resource(s):
Let’s firstly assumpt:
In rails, there is normally a view corresponding to an action. So if you want to do some special styles based on different pages, you can...
Many people are accustomed to start a Nginx web server through init scripts and then they can control the state of the server through ser...
今天需要给客户的网站做支持产品数据导出并且更新的功能,所以就涉及到了数据的导入导出了。在经过一番对比之下,果断使用csv格式文件作为数据导入导出的载体。
Sometimes you might need to set the HTTP response head with different status to specify the different handled results. You can do this in...
This article shows how to delete multiple remote branches in Git.