文章分类 - C#
摘要:我们先看一个例子 string字符串相加 Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->string s1 = "orange"; string s2 = "red"; s1 += s2; System.Console.WriteLine(s1);...
阅读全文
摘要:Visual Studio 2008 简体中文版(含MSDN)的下载地址。卸载Visual Studio 2008 Beta2的相关步骤。 (1)Visual Studio 2008 Team Suite 简体中文版下载地址:(90 天试用版) http://www.microsoft.com/downloads/details.aspx?displaylang=zh-cn&FamilyID=d...
阅读全文
摘要:Hibernate三条自动化代码生成的路线图,
你选择那条?
1.以hbm为中心
hbm-dll hbm2dll net.sf.hibernate.tool.hbm2dll (hibernate)
hbm-java hbm2java net.sf.hibernate.tool.hbm2java (hibernate.ext)
2.以java为起点( orm)
java-hbm xdoclet modules.hibernate.HibernateDocletTask (xDoclet)
hbm-dll hbm2dll net.sf.hibernate.tool.hbm2dll (hibernate)
3.以dll为起点(data drive)
dll-hbm middlegen(GUI)
hbm-j
阅读全文

浙公网安备 33010602011771号