发布VARCHART JGantt 破解 licence

昨天有兴趣做了一个VARCHART JGanttlicence.
今天发布上来给大家测试看看。
766443,455942,485335;JGantt 2.3;Evaluation;080801;His=1;DatEd=1;RUNTIME;Comp-Lic;generatorBy:bonaShen;
有效期为2008年8月1日。
可以用于JGanttJSF控件。
控件下载地址为:

VARCHART_JGantt_JSF_2.3_6.zip

项目管理的测试版发布

最近有时间将以前没有写完的项目管理程序进一步完善,加入了项目任务之间的关连。

功能:
1、任务的关连
Start to finish
Start to start
Finish to start
Finish to finish

2、任务关连表环路检测
3、采用MVC模式进行开发
4、自动导出XML
5、双击连接线可以设置、删除任务之间的关连

6、选中一个任务时用红线与绿线为区别影响与被影响关系

后继工作:
1、完成导入、导出Ms Project的项目文件
2、完成资源的配置和负载
下载

Gantt Component for Delphi Pure Pascal code(TsyGantt VCL)

用Delphi开发系统已经很久的事了,不过最近由于企业对计划的需求强烈。
我网上查了很多关于Gantt组件资料,不过都没有Souce For Delphi。
索性自己开发了一套Gantt组件,今天先将Demo照片传上来。
TsyGantt是纯delphi代码编码,发布很方便。


[项目管理的测试版发布]

ILog gantt 3.0 for .Net license

ilog gantt3.0 for .Net EVAL license
license site:
agiledev-onlysail(jssy.cnblogs.com)
license key:
EVAL Gantt.NET 3.000 25-May-2006 2PK8A2JJSSG0
=========================================
ilog gantt3.0 for Asp.Net EVAL license
license site:
agiledev-onlysail(jssy.cnblogs.com)
license key:
EVAL Gantt.ASPNET 3.000 25-May-2006 9YXYJ3G6WFFR
====================================
有效期为:2006-5-25
大家请不要用于商业用途,不然自己承担法律责任。
与cnblog和作者本人无关。

ILOG Gantt 3.0 注册机

最近一直在做Gantt图组件开发,在网上找了一些Gantt组件,不过没有源码。
还是站在巨人肩上做学习再开发。
有两个Gantt组件都有for .Net的。
1) varChar xgantt3.1 for .Net
2) ILOG Gantt 3.0 for .Net
索性将这两个都破解了!

2006.2.9

==================

varchar Gantt 3.1 activeX 组件破解,花了我一天的时间,先用Delphi7写一个实例,再用od跟踪,JMP了三次

就OK了!

r_xGantt chart.jpg
2006.2.10

==================

VS2005和Delphi 2006在我的本上躺着好久,差一点儿都想不起来了,一直在用Delphi7开发AutoCAD插件,没有时间来学他。

今天看来要用上他了,用Reflectorn打开ILOG License manager 程序,看到:

1[EditorBrowsable(EditorBrowsableState.Never)] internal sealed class Key {
2static Key(); public Key(string str);
3internal Key(string siteName, string product, double version);
4internal Key(string siteName, string product, double version, DateTime date, string options);
5private string Crypt();
6private string GetOptionString();
7public bool HasOption(string name, out int value);
8private static KeyType KeyTypeFromString(string type);
9public static Key MakeEvalKey(Key eval);
10public static string MakeSiteLicenseKey(string siteName, string product, double version);
11private static int MonthToInt(string str);
12private static Option ParseOptionsString(string optionString);
13private static DateTime StringToDate(string str);
14public override string ToString(); public string[] ToStrings();
15private int DateQuantieme { get; }
16public DateTime ExpirationDate { get; }
17public bool Expired { get; }
18public bool Expires { get; }
19public bool IsEnterprise { get; }
20public bool IsEvaluation { get; }
21public string KeyCode { get; }
22public string OptionalArg { get; }
23public string OptionalKey { get; }
24public string Product { get; }
25public double ProductVersion { get; }
26public string SiteName { get; }
27public string Type { get; }
28public bool ValidHostID { get; }
29private string _code;
30private DateTime _expirationDate;
31private bool _expires;
32private string _feature;
33private KeyType _keyType;
34private string _licenseText;
35private string _optionalArg;
36private string _optionalKey;
37private Option _options;
38private string _siteName;
39private double _version;
40private static string[] months;
41private enum KeyType { ILM_SITEKEY, ILM_EVALKEY, ILM_NODEKEY }
42private class Option {
43 public Option();
44 public string name;
45 public Key.Option next;
46 public int value;
47 }
48}
49

就想到在他基础上开发一个license generate,既可以管理license又可以当作license 生成器。
先到这儿,下次有时间再继续讲讲如何Crack ILOG Gantt for .Net.