上一页 1 ··· 314 315 316 317 318 319 320 321 322 ··· 337 下一页
摘要: Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->/*--------------------------------------------------------- Title: Completed Simple Linked List Auth... 阅读全文
posted @ 2008-10-22 13:09 emanlee 阅读(451) 评论(0) 推荐(0)
摘要: SQL Server 2005 行列转换有用SQL写过交叉报表的,往往都比较头痛,还好现在SQL2005中提供了新的PIVOT操作符,可以很简单地写出交叉数据查询。正好前两天在研究ORACLE最新的11G版本提供的新特性,发现ORACLE11G也同样推出这个新PIVOT,而且语法格式也几乎是一样的,... 阅读全文
posted @ 2008-10-21 10:26 emanlee 阅读(612) 评论(0) 推荐(0)
摘要: Ref: http://support.microsoft.com/kb/842419/en-us How to grant permissions to a custom assembly that is referenced in a report in Reporting Services View products that this article applies to. ... 阅读全文
posted @ 2008-10-17 20:38 emanlee 阅读(822) 评论(0) 推荐(0)
摘要: 在从托管代码里面调用非托管代码的时候,经常会翻阅MSDN找到需要调用的这个程序集里面的关于需要调用方法的签名,还要特别注意方法签名的写法。而且,有的时候我们找到一个非托管代码,对里面的调用方式还没有参考文档。 这个boring的过程,以前我们可以利用MSDN,相关模块的参考文档,或者利用PInvoke.net这个网站来搞定。或者,我也见过一些同行找到了一个小工具P/Invoke wizard,用... 阅读全文
posted @ 2008-10-16 20:31 emanlee 阅读(782) 评论(0) 推荐(0)
摘要: From: http://msdn.microsoft.com/zh-cn/magazine/cc164193.aspx http://msdn.microsoft.com/en-us/magazine/cc164193.aspx Code download available at: CLRInsideOut2008_01.exe (1269 KB) CLR 完全介绍 托管代码与非托管代... 阅读全文
posted @ 2008-10-16 20:28 emanlee 阅读(8632) 评论(0) 推荐(0)
摘要: /*-------------------------------------------------------- 设有一个单链表,头结点为head,为递增有序, 写一个完整程序,将其改为递减有序。 ----------------------------------------------------------*/ #include #include //定义结点 struct nod... 阅读全文
posted @ 2008-10-15 21:59 emanlee 阅读(556) 评论(0) 推荐(0)
摘要: 问题: asp:Menu 在Safari浏览器中显示不正常。 解决方法一:(App_Browsers) Step1: Add App_Browser Folder in application right click on project add ASP.Net Folder - App_Browsers right click on App_Brows... 阅读全文
posted @ 2008-10-14 12:48 emanlee 阅读(753) 评论(1) 推荐(0)
摘要: 创建表:Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->SETANSI_NULLSONGOSETQUOTED_IDENTIFIERONGOCREATET... 阅读全文
posted @ 2008-10-07 12:26 emanlee 阅读(12107) 评论(1) 推荐(3)
摘要: REF: http://forums.aspfree.com/net-development-11/displaying-multiple-columns-in-a-html-listbos-control-in-asp-19062.html listbox column spacing solution FINALLY!!! I Know so many people have had... 阅读全文
posted @ 2008-10-03 22:02 emanlee 阅读(712) 评论(0) 推荐(0)
摘要: REF: http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=1400080&SiteID=1 (1) Rather than inserting spaces, can you adjust the padding property on the textbox? If you goal is to have the field inden... 阅读全文
posted @ 2008-10-02 12:47 emanlee 阅读(218) 评论(0) 推荐(0)
上一页 1 ··· 314 315 316 317 318 319 320 321 322 ··· 337 下一页