Quartz.net Tutorial Lesson 2
摘要: 原文地址:http://quartznet.sourceforge.net/tutorial/lesson_2.htmlLesson 2: Jobs And Triggers第二课:任务与触发器As mentioned previously, you can make .NET component executable by the scheduler simply by making it implement the IJob interface. Here is the interface:我们之前提过,我们可以通过实现IJob接口,很容易地使.net组件按照计划执行,下面是IJob接口。
阅读全文
Redmine 导入AD用户
摘要: Redmine集成LDAP认证的前提是需要在系统中建立域用户,为此实现了一个从Ad中获取用户并初始化到Redmine的功能。功能设计 AD账户读取 定义Model public class ADUserModel { public string UserId { get; set; } public string UserName { get; set; } public string Email { get; set; } } 查询AD对象public static List<ADUserModel> GetAllDomainUs...
阅读全文
RedMine 邮件通知配置
摘要: 1. 打开\redmine-1.2.1\config, 将configuration.yml.example的后缀.example去掉。2. 用记事本打开,添加smtp配置# specific configuration options for production environment# that overrides the default onesproduction: email_delivery: delivery_method: :smtp smtp_settings: address: "smtpsrv02.xxx.cn" port: 25 ...
阅读全文
teamlab与redmine试用对比报告
摘要: 系统介绍l TeamLab 是一个免费开源的商业协作和项目管理的平台。TeamLab 主要功能包括:项目管理、里程碑管理、任务、报表、事件、博客、论坛、书签、Wiki、即时消息等等。l Redmine 是一个开源的、基于Web的项目管理和缺陷跟踪工具。它用日历和甘特图辅助项目及进度可视化显示,同时它又支持多项目管理。Redmine是一个自由开放 源码软件解决方案,它提供集成的项目管理功能,问题跟踪,并为多个版本控制选项的支持。部署环境TeamLabwindows server, .net framework 3.5RedMine任意操作系统 Ruby Mysql Apache软件结构l Tea
阅读全文
Redmine集成LDAP认证
摘要: 用admin,admin登录到redmine,改环境为中文,然后到ldap认证里,添加一个ldap配置Name = My DirectoryHost = host.domain.orgPort = 389LDAPS = noAccount = MyDomain\UserName (or UserName@MyDomain depending on AD server)Password = <password>Base DN = CN=users,DC=host,DC=domain,DC=orgOn-the-fly user creation = yesAttributesLogin
阅读全文
Redmine 初体验
摘要: 1. 下载install rails和redmine,rubygem 1.3.7.gem,http://rubyforge.org/frs/download.php/29867/InstantRails-2.0-win.ziphttp://rubyforge.org/frs/download.php/75099/redmine-1.2.1.ziphttp://rubyforge.org/frs/download.php/70695/rubygems-update-1.3.7.gem2.解压install rails,解压redmine到install rails/rails apps3.Ins
阅读全文
jqgrid 属性说明
摘要: 1.0 colModel : 要呈现字段的属性设置 1.1 align:定义数据相对单元格的对齐方式.string left 1.2 datefmt: 日期格式, string Y-m-d 1.3 editable: 定义字段是否可编辑 boolean false 1.4 defval : 搜索字段的默认值,(只用于自定义搜索) string empty 1.5 edittype: 该字段控件类型(text, textarea, select, checkbox, password, button, image , file) string text 1.6 surl:只有在自定义搜索和ed.
阅读全文