随笔分类 - 00.Net
摘要:TestWebServiceInvoke ////////////////////////////////////// using System; using System.Collections.Generic; using System.Linq; using Syst...
阅读全文
摘要:http://haacked.com/archive/2008/03/13/url-routing-debugger.aspx#related-resultsTo use this, simply download the following zip file and place the assembly inside of it into your bin folder. Then in you...
阅读全文
摘要:[代码]http://www.nunit.org/示例详细:http://confach.cnblogs.com/archive/2005/06/20/177817.aspx
阅读全文
摘要:代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--usingSystem;usingSystem.Collections.Generic;usingSystem.Linq;usingSystem.Text;namespaceTestMod{publi...
阅读全文
摘要:/Files/wucg/NHibernate.Mapping-1.1.csgen.zip NHibernate模板。 模板 online-templatehttp://www.mygenerationsoftware.com/templatelibrary/default.aspx
阅读全文
摘要:[代码]System.Web.Extensions.dll
阅读全文
摘要:-- 经典SQL行列转换 -- http://www.programbbs.com/doc/4885.htm/*标题:普通行列转换(version 2.0)说明:普通行列转换(version 1.0)仅针对sql server 2000提供静态和动态写法,version 2.0增加sql server 2005的有关写法。问题:假设有张学生成绩表(tb)如下:姓名 课程 分数张三 语文 74张三 ...
阅读全文
摘要:若只需要使用log输出到控制台:.config配置如下: <configSections> <sectionGroup name="common"> <!--1.此Adapter只输出到控制台--> <section name="logging" type="Common.Logging.ConfigurationSectionHandler, Commo...
阅读全文
摘要:相关概念:SAO,CAOSingleTon(默认),SingleCall用Spring.net 配置发布Remoting,服务器对象不需要继承MarshByRefObject,而是一个原生的PONO(plain .net object)。spring.net在运行时创建一个proxy继承MarshByRefObject.服务器端配置示例 Code highlighting produced by ...
阅读全文
该文被密码保护。
该文被密码保护。
摘要:代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--publicpartialclassSon1:Spring.Web.UI.Page{publicDaughtEntityDaught{get;set;}publicSonEntitySon{get;s...
阅读全文
摘要:Spring.Web data binding is very easy to use. Simply override the protectedInitializeDataBindingsmethodand configure data binding rules for the page. You also need to override three model management me...
阅读全文
摘要:[代码]intern [inˈtə:n]v.拘禁,软禁 n.实习生公共语言运行库通过维护一个表来存放字符串,该表称为拘留池,它包含程序中以编程方式声明或创建的每个唯一的字符串的一个引用。因此,具有特定值的字符串的实例在系统中只有一个。例如,如果将同一字符串分配给几个变量,运行库就会从拘留池中检索对该字符串的相同引用,并将它分配给各个变量。Intern 方法使用拘留池来搜索与 str 值相等的字符串...
阅读全文
摘要:VS2005常用命令及其别名别名通过缩短执行命令所需的文本,提供一种将命令输入到“查找/命令”框或“命令”窗口中的方法。例如,可使用预定义的别名 >of(而不用输入 >File.OpenFile)显示“打开文件”对话框。命令窗口可以在“视图”-“其他窗口”-̶...
阅读全文