禅道项目管理软件解决方案

禅道可提供全生命周期项目管理解决方案、端到端的DevOps解决方案、自动化测试解决方案。
2017/11/12   Renee   1340

关于程序员之间丧心病狂的鄙视链——编程语言篇

揭开程序员之间的疯狂鄙视链
2017/11/12   李艳玲   2358

ZenTao 9.6 has been released! Webhook has been added!

ZenTao 9.6 has been released!In this release, webhook has been added to work as the interface between ZenTao and other instant messenger. More actions in Zentao to get points have been added. Proje...
2017/11/10   Renee   1340

推荐36款优秀且免费的英文字体

将最近收集整理的36款字体整理了一下分享给大家,重点是这些字体目前还是免费的,赶紧下载起来吧。国外链接打开速度比较慢,切勿心急。LOMBARDDIOTIMAQUENTINAUTOMATAMADEMOISELLESICKBOYSPRING TIMEBLACK ANIMALAGANÉCHEQUEILLUMAT...
2017/11/10   郑乔尹   3032

禅道9.6版本发布,新增webhook,积分,多人任务和子任务功能

禅道开源版9.6版本正式发布。新版本中,新增了webhook功能,实现与倍冾、钉钉的消息通知接口;新增禅道操作获取积分的功能;项目任务新增了多人任务和子任务功能;增强列表页、导航菜单、必填项的自定义功能;产品视图新增了产品线功能,支持导出所有产品和所有项目。优化调整任务--看板功能,新增项目--需求的看板功能。一、修改记录1、完成的需求:2004   项目支持多人任务和子任务...
2017/11/10   潘仙芝   3359

警示!一幅漫画揭示了项目研发过程中存在的问题

一个秋千的制作可以引发各个部门对该秋千理解和实际完成的差异性,这些差异性的存在有的人认为是沟通问题,例如听不明白客户的需求等。与此同时,该漫画也揭示了产品开发中的一些问题,并提醒任何项目参与者什么该做和什么不该做。
2017/11/05   郑乔尹   3298

Pass parameters to Shell

Pass parameters to shell scripts when executing shell scripts. Use $n to get parameters in scripts. N stands for numbers, 0 is the executed shell script name , 1 is the first parameter executed in the...
2017/11/05   Memory, Renee   3767

图文解析PHP对象的赋值操作是“传值”还是“传址”

<?php $a = 'hello world';$b = $a;$a = 'bey world';var_dump($a);var_dump($b);?>但是当一个对象被实例化后,对象的传递并非传值,而是传递该对象的地址。也就是说,不会复制整个对象,因为这样做既耗时又耗内存。<?phpclass Person{ ...
2017/11/02   薛才杰   1523

Configure nginx+php+mysql+phpmyadmin in Ubuntu

Follow the steps below.1、Get ReadyStart terminal and update Ubuntusudo atp-get update2、Install and start NginxEnter sudo apt-get install nginx3、Check whether it is installed. Visit http:/...
2017/10/30   Memory, Renee   1833

NO MORE BUGS: The Ideal Result of Testing

If you want more effective programmers, you will discover that they should not waste their time debugging, they should not introduce the bugs to start with.
2017/10/29   Chuck, Renee   1842
101/162