随笔分类 -  00.Net

上一页 1 ··· 4 5 6 7 8 9 10 11 12 下一页
摘要: 阅读全文
posted @ 2010-10-05 22:16 庚武 阅读(102) 评论(0) 推荐(0) 编辑
摘要:TestWebServiceInvoke ////////////////////////////////////// using System; using System.Collections.Generic; using System.Linq; using Syst... 阅读全文
posted @ 2010-10-04 01:19 庚武 阅读(419) 评论(0) 推荐(0) 编辑
摘要: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... 阅读全文
posted @ 2010-10-01 11:45 庚武 阅读(252) 评论(0) 推荐(0) 编辑
摘要:[代码]http://www.nunit.org/示例详细:http://confach.cnblogs.com/archive/2005/06/20/177817.aspx 阅读全文
posted @ 2010-09-29 16:54 庚武 阅读(238) 评论(0) 推荐(0) 编辑
摘要:代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--usingSystem;usingSystem.Collections.Generic;usingSystem.Linq;usingSystem.Text;namespaceTestMod{publi... 阅读全文
posted @ 2010-09-26 18:07 庚武 阅读(293) 评论(0) 推荐(0) 编辑
摘要:/Files/wucg/NHibernate.Mapping-1.1.csgen.zip NHibernate模板。 模板 online-templatehttp://www.mygenerationsoftware.com/templatelibrary/default.aspx 阅读全文
posted @ 2010-09-18 17:43 庚武 阅读(226) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2010-09-18 16:22 庚武 阅读(7) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2010-09-17 15:14 庚武 阅读(1) 评论(0) 推荐(0) 编辑
摘要:[代码]System.Web.Extensions.dll 阅读全文
posted @ 2010-09-13 09:47 庚武 阅读(3461) 评论(0) 推荐(0) 编辑
摘要:-- 经典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张三 ... 阅读全文
posted @ 2010-09-01 10:53 庚武 阅读(1271) 评论(1) 推荐(0) 编辑
该文被密码保护。
posted @ 2010-08-24 15:54 庚武 阅读(8) 评论(0) 推荐(0) 编辑
摘要:若只需要使用log输出到控制台:.config配置如下: <configSections> <sectionGroup name="common"> <!--1.此Adapter只输出到控制台--> <section name="logging" type="Common.Logging.ConfigurationSectionHandler, Commo... 阅读全文
posted @ 2010-08-23 15:59 庚武 阅读(5264) 评论(3) 推荐(0) 编辑
摘要:相关概念:SAO,CAOSingleTon(默认),SingleCall用Spring.net 配置发布Remoting,服务器对象不需要继承MarshByRefObject,而是一个原生的PONO(plain .net object)。spring.net在运行时创建一个proxy继承MarshByRefObject.服务器端配置示例 Code highlighting produced by ... 阅读全文
posted @ 2010-08-23 13:53 庚武 阅读(889) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2010-08-19 14:22 庚武 阅读(2) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2010-08-19 11:41 庚武 阅读(4) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2010-08-19 10:49 庚武 阅读(2) 评论(0) 推荐(0) 编辑
摘要:代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--publicpartialclassSon1:Spring.Web.UI.Page{publicDaughtEntityDaught{get;set;}publicSonEntitySon{get;s... 阅读全文
posted @ 2010-08-18 14:15 庚武 阅读(277) 评论(0) 推荐(0) 编辑
摘要: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... 阅读全文
posted @ 2010-08-16 10:50 庚武 阅读(410) 评论(0) 推荐(0) 编辑
摘要:[代码]intern [inˈtə:n]v.拘禁,软禁 n.实习生公共语言运行库通过维护一个表来存放字符串,该表称为拘留池,它包含程序中以编程方式声明或创建的每个唯一的字符串的一个引用。因此,具有特定值的字符串的实例在系统中只有一个。例如,如果将同一字符串分配给几个变量,运行库就会从拘留池中检索对该字符串的相同引用,并将它分配给各个变量。Intern 方法使用拘留池来搜索与 str 值相等的字符串... 阅读全文
posted @ 2010-08-10 00:05 庚武 阅读(499) 评论(0) 推荐(0) 编辑
摘要:VS2005常用命令及其别名别名通过缩短执行命令所需的文本,提供一种将命令输入到“查找/命令”框或“命令”窗口中的方法。例如,可使用预定义的别名 >of(而不用输入 >File.OpenFile)显示“打开文件”对话框。命令窗口可以在“视图”-“其他窗口”-̶... 阅读全文
posted @ 2010-08-05 10:03 庚武 阅读(8307) 评论(0) 推荐(0) 编辑

上一页 1 ··· 4 5 6 7 8 9 10 11 12 下一页