欢迎访问我的博客 https://javascript.shop

随笔分类 -  ASP.NET(旧)

上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 28 下一页
摘要:原文发布时间为:2011-04-19 —— 来源于本人的百度文章 [由搬家工具导入] htmlencode with javascript function htmlEncode(html) { 阅读全文
posted @ 2017-07-14 00:56 孑孓子 阅读(100) 评论(0) 推荐(0)
摘要:原文发布时间为:2011-04-17 —— 来源于本人的百度文章 [由搬家工具导入] The mvc3 study links collection http://dotnetslackers.com/articles/ASPNET/default.aspx Xianzhong Zhu, Feb 0 阅读全文
posted @ 2017-07-14 00:56 孑孓子 阅读(92) 评论(0) 推荐(0)
摘要:原文发布时间为:2011-04-25 —— 来源于本人的百度文章 [由搬家工具导入] Named and Optional Arguments } Optional Arguments namespace OptionalNamespace{class OptionalExample {static 阅读全文
posted @ 2017-07-14 00:56 孑孓子 阅读(140) 评论(0) 推荐(0)
摘要:原文发布时间为:2011-03-09 —— 来源于本人的百度文章 [由搬家工具导入] EnumDescriptionAttribute.cs using System;/// <summary>/// Provides a description for an enumerated type./// 阅读全文
posted @ 2017-07-14 00:56 孑孓子 阅读(159) 评论(0) 推荐(0)
摘要:原文发布时间为:2011-03-02 —— 来源于本人的百度文章 [由搬家工具导入] 大家都知道enum是以下两种情况,不能支持string 1,enum类型是静态 2,enum类型仅限于long、int、short 和byte。 ,有的时候我们需要为枚举成员指定相应的说明性文字,如我引用Simpl 阅读全文
posted @ 2017-07-14 00:56 孑孓子 阅读(397) 评论(0) 推荐(0)
摘要:原文发布时间为:2010-09-16 —— 来源于本人的百度文章 [由搬家工具导入] 阅读全文
posted @ 2017-07-14 00:56 孑孓子 阅读(619) 评论(0) 推荐(0)
摘要:原文发布时间为:2010-09-16 —— 来源于本人的百度文章 [由搬家工具导入] SQL Server中文版的默认的日期字段datetime格式是yyyy-mm-dd Thh:mm:ss.mmm 例如: select getdate() 2004-09-12 11:06:08.177 整理了一下 阅读全文
posted @ 2017-07-14 00:56 孑孓子 阅读(290) 评论(0) 推荐(0)
摘要:原文发布时间为:2010-08-19 —— 来源于本人的百度文章 [由搬家工具导入] < (less than) > (greater than) ' (apostrophe) " (quote) & (ampersand) $ (dollar sign) Non-breaking space So 阅读全文
posted @ 2017-07-14 00:56 孑孓子 阅读(125) 评论(0) 推荐(0)
摘要:原文发布时间为:2010-06-21 —— 来源于本人的百度文章 [由搬家工具导入] 阅读全文
posted @ 2017-07-14 00:56 孑孓子 阅读(143) 评论(0) 推荐(0)
摘要:原文发布时间为:2010-10-27 —— 来源于本人的百度文章 [由搬家工具导入] 1、先来看看这个 http://hi.baidu.com/handboy/blog/item/160e9697fd219f6154fb9674.html 明白吧,就是多线程执行顺序是不确定的。 2、再来看看这个结果 阅读全文
posted @ 2017-07-14 00:56 孑孓子 阅读(188) 评论(0) 推荐(0)
摘要:原文发布时间为:2011-03-25 —— 来源于本人的百度文章 [由搬家工具导入] http://msdn.microsoft.com/en-us/library/bb383977.aspx 条件:静态类、静态方法、this 参数、第一个参数为this 参数,从第二个开始传值。。。 调用:第一个参 阅读全文
posted @ 2017-07-14 00:56 孑孓子 阅读(165) 评论(0) 推荐(0)
摘要:原文发布时间为:2010-10-22 —— 来源于本人的百度文章 [由搬家工具导入] 5.图片滑入效果不使用javascript 有用过Dreamweaver的都应该知道有一个滑鼠变换影像的功能,说穿了,是因DW帮我们产生好图片转换的javascript函数,再套用在图片上,如此一来,会增加许多的j 阅读全文
posted @ 2017-07-14 00:56 孑孓子 阅读(354) 评论(0) 推荐(0)
摘要:原文发布时间为:2010-07-15 —— 来源于本人的百度文章 [由搬家工具导入] 阅读全文
posted @ 2017-07-14 00:56 孑孓子 阅读(220) 评论(0) 推荐(0)
摘要:原文发布时间为:2011-02-07 —— 来源于本人的百度文章 [由搬家工具导入] <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-tran 阅读全文
posted @ 2017-07-14 00:56 孑孓子 阅读(138) 评论(0) 推荐(0)
摘要:原文发布时间为:2010-09-20 —— 来源于本人的百度文章 [由搬家工具导入] 原文:http://weblogs.asp.net/scottgu/archive/2010/09/18/important-asp-net-security-vulnerability.aspx 微软在9月17号 阅读全文
posted @ 2017-07-14 00:56 孑孓子 阅读(400) 评论(0) 推荐(0)
摘要:原文发布时间为:2010-08-09 —— 来源于本人的百度文章 [由搬家工具导入] 查找所有重复标题的记录: SELECT *FROM t_info aWHERE ((SELECT COUNT(*)FROM t_infoWHERE Title = a.Title) > 1)ORDER BY Tit 阅读全文
posted @ 2017-07-14 00:56 孑孓子 阅读(128) 评论(0) 推荐(0)
摘要:原文发布时间为:2010-07-01 —— 来源于本人的百度文章 [由搬家工具导入] IHTMLDocument2 InterfaceGets information about the document, and examines and modifies the HTML elements an 阅读全文
posted @ 2017-07-14 00:56 孑孓子 阅读(123) 评论(0) 推荐(0)
摘要:原文发布时间为:2011-01-12 —— 来源于本人的百度文章 [由搬家工具导入] Array拼接字符串本来就是一种投机取巧的无聊玩意,来源是IE6对字符串的+实现错误一般情况下,如果是语义性的字符串,不应该使用Array,比如'Hello, my name is ' + name;如果字符串是“ 阅读全文
posted @ 2017-07-14 00:56 孑孓子 阅读(195) 评论(0) 推荐(0)
摘要:原文发布时间为:2010-08-07 —— 来源于本人的百度文章 [由搬家工具导入] 阅读全文
posted @ 2017-07-14 00:52 孑孓子 阅读(928) 评论(0) 推荐(0)
摘要:原文发布时间为:2011-02-15 —— 来源于本人的百度文章 [由搬家工具导入] using System;namespace ConsoleApplication2{ class Program { static void Main(string[] args) { foreach (Syst 阅读全文
posted @ 2017-07-14 00:52 孑孓子 阅读(221) 评论(0) 推荐(0)

上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 28 下一页
欢迎访问我的博客 https://javascript.shop