随笔分类 -  .net

[导入]Nhibernate引入自定义Membership和Role
摘要:Custom Membership and Role Providers using NHibernate 该工程已经迁入CodePlex 地址 http://www.codeplex.com/nhibernateprovider NHibernate Plugin for Visual Studio 2005 这个Nhibernate插件也可以用用。图形化设计生成hbm.xml文件和实体类... 阅读全文

posted @ 2007-05-12 22:53 hello csharp 阅读(530) 评论(0) 推荐(0)

Guidelines – a hidden feature for the Visual Studio Editor
摘要:see: http://blogs.msdn.com/saraford/archive/2004/11/15/257953.aspx 阅读全文

posted @ 2007-02-06 16:14 hello csharp 阅读(440) 评论(0) 推荐(0)

Gridview, ObjectDataSource Making life easy
摘要:Gridview, ObjectDataSource Making life easy By Tapan Dantre Introduction In this Article I will give some brief on sorting, searching, paging in gridview with ObjectDataSource. There are many ... 阅读全文

posted @ 2007-01-17 15:52 hello csharp 阅读(1410) 评论(0) 推荐(0)

Automatic Sql Server Backup Utility Using sqlserveragent
摘要:By Joshy George Introduction It is a sample C# (VS2005) application for Automatic Sql server Backup Utility using sqlserveragent. I have used SQL-DMO dll. This article will show you how to create a a... 阅读全文

posted @ 2006-12-11 16:15 hello csharp 阅读(702) 评论(0) 推荐(0)

发布个小软件给大伙玩玩
摘要:虽然 VB 已死。。但用来写写桌面小软件还是挺不错的。不过我算是还给了老师。。忘的差不多了。。~~~~~~~~~~ 阅读全文

posted @ 2006-11-18 22:34 hello csharp 阅读(827) 评论(0) 推荐(0)

[js小技巧]鼠标移到图片高亮度显示
摘要:[js小技巧]鼠标移到图片高亮度显示 阅读全文

posted @ 2006-11-01 15:41 hello csharp 阅读(1629) 评论(4) 推荐(0)

dot net html分析类库
摘要:上次我写的 【小技巧】如何得到一个网页的所有a标记 herf 链接代码这样很是麻烦。这里有个 非常好的分析 html的 类。节约了不少时间。项目地址http://www.codeplex.com/Wiki/View.aspx?ProjectName=htmlagilitypackFor example, here is how you would fix all hrefs in an HTML ... 阅读全文

posted @ 2006-10-31 15:47 hello csharp 阅读(1481) 评论(2) 推荐(0)

【小技巧】如何得到一个网页的所有a标记 herf 链接代码
摘要:分析网页 a 标记 得到 herf 连接 阅读全文

posted @ 2006-10-26 12:50 hello csharp 阅读(1465) 评论(4) 推荐(0)

读新浪博客示例[源代码下载]
摘要:只是个DEMO. 功能还是很简单。BUG 也不少。有兴趣你可以下载 自己再改改。 阅读全文

posted @ 2006-10-23 16:02 hello csharp 阅读(1970) 评论(4) 推荐(0)

Intellisense for the NHibernate XML Schemas
摘要:Download the NHibernate source and go to the “src\NHibernate“ directory Copy nhibernate-configuration-2.0.xsd, nhibernate-mapping-2.0.xsd, and nhibernate-generic.xsd to the Visual Studio “schemas“ d... 阅读全文

posted @ 2006-10-20 15:14 hello csharp 阅读(505) 评论(0) 推荐(0)

Develop Reports Using Crystal Reports in .NET 2005
摘要:Introduction When we developed web applications using .NET 2005 with an Oracle database there was a request from our customers. They wanted us to print reports with header and footer on each page, and... 阅读全文

posted @ 2006-10-20 09:52 hello csharp 阅读(288) 评论(0) 推荐(0)

[小技巧]winfrom使用多线程
摘要:[小技巧]winfrom使用多线程 (------给初学者) 阅读全文

posted @ 2006-10-09 20:58 hello csharp 阅读(2109) 评论(2) 推荐(0)

IronPython学习 之hello word.
摘要:IronPython是Python语言在.NET平台上的实现,它是一个完全动态的交互式解释器,可以支持所有的.NET类型库,需要.NET Framework 2.0的支持。 阅读全文

posted @ 2006-09-15 16:35 hello csharp 阅读(6560) 评论(7) 推荐(1)

log4j 引入
摘要:配置文件 启动的时候 初始化 log4net.Config.DOMConfigurator.Configure();以后就可以using log... 阅读全文

posted @ 2006-09-01 22:21 hello csharp 阅读(900) 评论(0) 推荐(0)

PowerDesigner 郁闷
摘要:PowerDesigner 11导出数据库 关系图等。。竟然不支持 sqlserver2005 郁闷..导出一片空白. 阅读全文

posted @ 2006-09-01 11:24 hello csharp 阅读(253) 评论(1) 推荐(0)

Nhibernate例[导入]
摘要:很早以前的练习。。很简单。 阅读全文

posted @ 2006-08-19 19:59 hello csharp 阅读(1101) 评论(5) 推荐(0)

nhibernate 错误
摘要:Unknown entity class配置文件没有写好未处理 NHibernate.MappingException Message="Unknown entity class: DebtVO.LoginVO" Source="NHibernate" StackTrace: 在 NHibernate.Impl.SessionFactoryImpl.GetPersister(Ty... 阅读全文

posted @ 2006-08-19 19:55 hello csharp 阅读(2532) 评论(2) 推荐(0)

导航