代码搜索:bugzilla

找到约 1,419 项符合「bugzilla」的源代码

代码结果 1,419
www.eeworm.com/read/382758/2627710

entries

/.cvsignore/1.1/Tue Sep 5 19:00:56 2006//TBUGZILLA-3_0_5 /Bugzilla-Guide.xml/1.71.2.8/Tue Aug 12 09:56:44 2008//TBUGZILLA-3_0_5 /about.xml/1.24.2.3/Thu Aug 2 07:22:33 2007//TBUGZILLA-3_0_5 /administ
www.eeworm.com/read/382758/2627818

entries

/Bugzilla.pm/1.2/Fri Feb 7 07:19:15 2003//TBUGZILLA-3_0_5 /Hook.pm/1.7/Mon Jul 3 21:42:47 2006//TBUGZILLA-3_0_5 /User.pm/1.1/Wed Aug 4 18:08:21 2004//TBUGZILLA-3_0_5 D
www.eeworm.com/read/382758/2627867

entries

/README/1.10.14.2/Tue Oct 16 10:15:10 2007//TBUGZILLA-3_0_5 /bugzilla_ldapsync.rb/1.2/Sat Apr 26 16:35:04 2003//TBUGZILLA-3_0_5 /bz_webservice_demo.pl/1.7.2.3/Sun Jun 17 18:08:36 2007//TBUGZILLA-3_0_5
www.eeworm.com/read/381662/2642443

entries

/Bugzilla.pm/1.2/Fri Feb 7 07:19:15 2003//TBUGZILLA-3_0_6 /Hook.pm/1.7/Mon Jul 3 21:42:47 2006//TBUGZILLA-3_0_6 /User.pm/1.1/Wed Aug 4 18:08:21 2004//TBUGZILLA-3_0_6 D
www.eeworm.com/read/283355/4080201

patch sh-predef-gnu_source.patch

See http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11096 and http://gcc.gnu.org/ml/gcc-patches/2003-06/msg00424.html --- gcc-3.3/gcc/config/sh/linux.h.old Wed Jun 4 17:37:40 2003 +++ gcc-3.3/gcc/config
www.eeworm.com/read/283355/4080207

patch sh4-no-fix-protos.patch

See http://gcc.gnu.org/bugzilla/show_bug.cgi?id=10331 and http://gcc.gnu.org/ml/gcc-patches/2003-06/msg00423.html --- gcc-3.3/gcc/config/sh/t-linux.old Wed Jun 4 13:01:39 2003 +++ gcc-3.3/gcc/config
www.eeworm.com/read/382758/2627777

entries

/Bug.pm/1.4.2.4/Tue Feb 12 01:35:13 2008//TBUGZILLA-3_0_5 /Bugzilla.pm/1.4/Tue Oct 31 23:26:28 2006//TBUGZILLA-3_0_5 /Constants.pm/1.6.2.5/Thu Jul 24 21:17:04 2008//TBUGZILLA-3_0_5 /Product.pm/1.4/Sun
www.eeworm.com/read/318250/13482619

bat setup.bat

echo off REM cd Modules REM copy NMAKE.exe C:\WINDOWS\system32 REM ppm rep add "localrep" .. echo 本批处理程序将安装 Bugzilla 2.20 所需要的所有模块(包括可选的和必须的)。安装的模块较多,可能要花费几分钟, 请稍候 ... ... pause call ppm i
www.eeworm.com/read/158658/11593594

txt 写好软件的75条.txt

写好软件的75条 1. 你们的项目组使用源代码管理工具了么? 应该用。VSS、CVS、PVCS、ClearCase、CCC/Harvest、FireFly都可以。我的选择是VSS。 2. 你们的项目组使用缺陷管理系统了么? 应该用。ClearQuest太复杂,我的推荐是<mark>BugZilla</mark>。 3. 你们的测试组还在用Word写测试用例么? 不要用Word写测试用例(Test ...