摘要: The interviewer asks you, "Do you have any questions for me?"面试官问你,“你有什么问题要问我吗?”You say ... "Yes!"你回答说……“有!”This is the easiest interview question out there. Always... 阅读全文
posted @ 2009-11-21 11:41 adlass 阅读(489) 评论(0) 推荐(0) 编辑
摘要: NHibernate 是一个面向.NET 环境的对象/关系数据库映射工具。对象关系映射(O/R Mapping,Object Relational Mapping)表示一种技术,用来把对象模型表示的对象映射到基于SQL 的关系模型数据结构中去。... [详细] NHibernate官方站点:http://nhforge.org/NHibernate参考文档:http://nhforge.org/d... 阅读全文
posted @ 2009-11-21 11:08 adlass 阅读(454) 评论(1) 推荐(0) 编辑
摘要: .NET常用功能和代码[总结与收藏] 1. 打开新的窗口并传送参数: 传送参数:response.write("<script>window.open('*.aspx?id="+this.DropDownList1.SelectIndex+"&id1="+...+"')</script>")接收参数:string a = Request.QueryString("i... 阅读全文
posted @ 2009-11-21 10:47 adlass 阅读(235) 评论(0) 推荐(0) 编辑