上一页 1 ··· 3 4 5 6 7
摘要: 一起学习开源项目 SharpZipLib http://www.icsharpcode.net/OpenSource/SharpZipLib C# Spring.NET http://www.springframework.net http://sourceforge.net/projects/springnet/ C# NHibernate http://www.nhib... 阅读全文
posted @ 2006-03-15 01:41 蚂蚁 阅读(603) 评论(0) 推荐(0)
摘要: 在业务系统中,不同的客户对小数的处理有不同的方法 通过在设置保留的小数位数,以及小数位数以后的尾数的处理方法,可以灵活的满足客户要求 处理方法表 ID NUMBER(1) , --设置ID AMOUNTDOT NUMBER(4,2) DEFAULT 0.01, --金额精... 阅读全文
posted @ 2006-01-24 21:46 蚂蚁 阅读(638) 评论(0) 推荐(0)
摘要: 图:http://www.cnblogs.com/images/cnblogs_com/ankoe/42457/r_WinNav.gif源代码下载:http://www.cnblogs.com/Files/ankoe/WinRecordNav.rar使用示例: private void Example2_Load(object sender, System.EventArgs e) { /... 阅读全文
posted @ 2005-12-01 11:34 蚂蚁 阅读(281) 评论(0) 推荐(0)
摘要: namespace DataContol{ using System; using System.Drawing; using System.Collections; using System.Windows.Forms; using System.Windows.Forms.Design; using System.Drawing.Design; us... 阅读全文
posted @ 2005-10-26 15:08 蚂蚁 阅读(468) 评论(0) 推荐(0)
摘要: .NET GUI Bliss Streamline Your Code and Simplify Localization Using an XML-Based GUI Language Parser Paul DiLascia Level of Difficulty123 Download the code for this article: NETGUIBliss.exe (119KB)... 阅读全文
posted @ 2005-08-31 09:55 蚂蚁 阅读(391) 评论(0) 推荐(0)
摘要: When I was developing a web application couple days ago, I found some interesting things about the datagrid, I want to share them with other vs.net programmers, so I wrote this article. This article w... 阅读全文
posted @ 2005-07-20 11:02 蚂蚁 阅读(165) 评论(0) 推荐(0)
摘要: 为编辑器提供基类,这些编辑器使用模式对话框来显示与 ActiveX 控件的属性页相似的属性页。有关此类型所有成员的列表,请参阅 WindowsFormsComponentEditor 成员。 System.Object System.ComponentModel.ComponentEditor System.Windows.Forms.Design.WindowsFormsCo... 阅读全文
posted @ 2005-07-07 09:20 蚂蚁 阅读(520) 评论(1) 推荐(0)
摘要: 本文介绍了如何使用反射\接口\程序集动态载入等特性,来创建一个具有高度扩展性,可插接的应用程序,而不需要总是重新编译原有的程序. 阅读全文
posted @ 2005-05-28 16:44 蚂蚁 阅读(387) 评论(0) 推荐(0)
摘要: 类库:http://www.cnblogs.com/Files/ankoe/Fish.DataAccessLib.rar提供了数据库的连接设置接口 1using System; 2using System.Drawing; 3using System.Collections; 4using System.ComponentModel; 5using System.Windows.Fo... 阅读全文
posted @ 2005-05-28 11:40 蚂蚁 阅读(507) 评论(1) 推荐(0)
摘要: 作者:Richard 来自:IBM 当您自以为已经了解了所有开发工具时,肯定又会冒出一个新的工具。在本文中,developerWorks 的固定撰稿人 Rick Hightower 用一个真实世界的例子向您介绍两个最激动人心的企业新技术。Hibernate 是一个对象关系映射工具,而 Spring 是一个 AOP 框架和 IOC 容器。Rick 介绍了如何结合这两者,为企业应用程序构建... 阅读全文
posted @ 2005-05-28 10:04 蚂蚁 阅读(1198) 评论(0) 推荐(0)
上一页 1 ··· 3 4 5 6 7