My Great World

Nothing impossible

博客园 首页 新随笔 联系 订阅 管理

2006年4月3日 #

摘要: 在使用dotnet自带的mail类发送邮件的时候,因为默认的smtp端口是25,如果更改了smtp的端口号,则需加上MailMessage msg = new MailMessage();msg.Fields.Add("http://schemas.microsoft.com/cdo/configuration/smtpserverport", "端口号") 阅读全文
posted @ 2006-04-03 22:06 My Great World 阅读(176) 评论(0) 推荐(0) 编辑

2006年2月5日 #

摘要: 出现的问题:NHibernate.MappingException : The dialect was not set. Set the property hibernate.dialect. ----> NHibernate.HibernateException : The dialect was not set. Set the property hibernate.dialect.问题... 阅读全文
posted @ 2006-02-05 14:38 My Great World 阅读(384) 评论(0) 推荐(0) 编辑

2005年12月23日 #

摘要: SQL语句1.select * from (tablename) for xml auto如NorthWind中的Course表结果:"<Course courseid=""1"" coursename=""English""/><Course courseid=""2"" coursename=""Chinese""/><Course courseid=""3"" ... 阅读全文
posted @ 2005-12-23 14:01 My Great World 阅读(287) 评论(0) 推荐(0) 编辑