上一页 1 ··· 5 6 7 8 9 10 11 下一页
摘要: Temporary tables in SQL Server 阅读全文
posted @ 2015-09-15 21:26 Gester.Lin 阅读(203) 评论(0) 推荐(0) 编辑
摘要: Scalar user defined functions in sql serverInline table valued functions in sql serverMulti statement table valued functions in sql server 阅读全文
posted @ 2015-09-15 21:20 Gester.Lin 阅读(230) 评论(0) 推荐(0) 编辑
摘要: DateTime functions in SQL ServerIsDate, Day, Month, Year and DateName DateTime functions in SQL ServerDatePart, DateAdd and DateDiff functions in SQL ... 阅读全文
posted @ 2015-09-15 01:31 Gester.Lin 阅读(254) 评论(0) 推荐(0) 编辑
摘要: Built in string functions in sql server 2008LEFT, RIGHT, CHARINDEX and SUBSTRING functions in sql serverReplicate, Space, Patindex, Replace and Stuff ... 阅读全文
posted @ 2015-09-14 01:09 Gester.Lin 阅读(273) 评论(0) 推荐(0) 编辑
摘要: Stored procedures in sql serverStored procedures with output parametersStored procedure output parameters or return valuesAdvantages of stored procedu... 阅读全文
posted @ 2015-09-14 00:38 Gester.Lin 阅读(215) 评论(0) 推荐(0) 编辑
摘要: What is an anonymous method?Anonymous method is a method without a name. Introduced in C# 2.0,they provide us a way of creating delegate instances wit... 阅读全文
posted @ 2015-09-12 02:53 Gester.Lin 阅读(153) 评论(0) 推荐(0) 编辑
摘要: Part 86 Multithreading in C#What is a Process:Process is what the operating system uses to facilitate(帮助) the execution of a program by providing the ... 阅读全文
posted @ 2015-09-12 01:08 Gester.Lin 阅读(232) 评论(0) 推荐(0) 编辑
摘要: Part 82 Generic queue collection classPart 83 Generic stack collection classPart 84 Real time example of queue collection class in c#index.csindex.a... 阅读全文
posted @ 2015-09-11 15:49 Gester.Lin 阅读(288) 评论(0) 推荐(0) 编辑
摘要: 一直认为jquery中的$("#id")和document.getElementByIdx_x("id")得到的效果是一样的,今天才发现并不是这么一回事,通过测试得到:alert($("#box"))得到的是[object Object]alert(document.getElementById("... 阅读全文
posted @ 2015-07-27 16:47 Gester.Lin 阅读(1951) 评论(0) 推荐(0) 编辑
摘要: 在 asp.net 项目中,我们可以很方便地使用 Response.WriteFile() 方法向客户端输出一个文件。实际使用 asp.net 向客户端输出文件流时,却出现了异常:1、空格问题,当原文件的文件名中含有空格时,将引发客户端获取到的文件名与服务器端不一致。2、中文字符乱码,准确的是非 A 阅读全文
posted @ 2015-06-19 15:44 Gester.Lin 阅读(1616) 评论(0) 推荐(0) 编辑
上一页 1 ··· 5 6 7 8 9 10 11 下一页