摘要: /// <summary> /// 主要驗證是否有五個星期五五個星期六五個星期天 /// 下一次發生的年月 /// </summary> /// <param name="args"></param> static void Main(string[] args) { // 現在時間 DateTime dtNow = DateTime.Now; //現在時間小於最大值 while (dtNow < DateTime.Max... 阅读全文
posted @ 2012-03-25 11:25 蜜雪粮液 阅读(810) 评论(0) 推荐(0)
摘要: Bugzilla+Mysql+iis+perl模块+ ActivePerl 安装过程一、 需要的软件 安装bugzilla需要的软件有MySQL数据库软件,activeperl软件,bugzilla安装包,IIS组件安装环境操作系统OS: Windows 平台Bugzilla:4.2或以上数据库:MYSQL: v5.5.21 For Windows 或以上Web服务器:IIS服务器 或者Web Server: Apache 2.2.22 (released 2012-01-31) 或以上Perl解析器: ActivePerl-5.14.2.1402-MSWin32-x86-295342.msi 阅读全文
posted @ 2012-03-25 00:40 蜜雪粮液 阅读(57978) 评论(6) 推荐(10)