欢迎访问我的博客 https://javascript.shop
摘要: 原文发布时间为:2009-08-26 —— 来源于本人的百度文章 [由搬家工具导入] <?xml version="1.0" encoding="gb2312" ?><root> <name id="1">sdfsdf</name> <name id="2">sdgsd</name> <name i 阅读全文
posted @ 2017-07-12 00:07 孑孓子 阅读(205) 评论(0) 推荐(0) 编辑
摘要: 原文发布时间为:2009-07-28 —— 来源于本人的百度文章 [由搬家工具导入] 核心原理 where>group>having>order by 阅读全文
posted @ 2017-07-12 00:06 孑孓子 阅读(529) 评论(0) 推荐(0) 编辑
摘要: 原文发布时间为:2009-08-26 —— 来源于本人的百度文章 [由搬家工具导入] .rep { width:680px; float:left; list-style-type:none; overflow:hidden; padding:0; margin-left:0; } .rep li 阅读全文
posted @ 2017-07-12 00:06 孑孓子 阅读(188) 评论(0) 推荐(0) 编辑
摘要: 原文发布时间为:2009-08-22 —— 来源于本人的百度文章 [由搬家工具导入] 请访问:http://www.blueidea.com/articleimg/2007/12/5182/tickbox_demo.html#sectionb-3 thickbox:http://jquery.com 阅读全文
posted @ 2017-07-12 00:06 孑孓子 阅读(89) 评论(0) 推荐(0) 编辑
摘要: 原文发布时间为:2009-08-01 —— 来源于本人的百度文章 [由搬家工具导入] 在ASP.NET中,有很多种保存信息的对象.例如:APPlication,Session,Cookie,ViewState和Cache等,那么它们有什么区别呢?每一种对象应用的环境是什么? 为了更清楚的了解,我们总 阅读全文
posted @ 2017-07-12 00:06 孑孓子 阅读(94) 评论(0) 推荐(0) 编辑
摘要: 原文发布时间为:2009-07-27 —— 来源于本人的百度文章 [由搬家工具导入] 哈哈。。发现自己每个月至少都有在百度空间发一篇文章,不错哦。。O(∩_∩)O哈哈~,真不错哦。。。。。。学无止境哪!!各位跟我有共同爱好的,一起来玩啊。。。 Play With Me。。。。!!!! Come On 阅读全文
posted @ 2017-07-12 00:06 孑孓子 阅读(83) 评论(0) 推荐(0) 编辑
摘要: 原文发布时间为:2009-08-22 —— 来源于本人的百度文章 [由搬家工具导入] <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-tran 阅读全文
posted @ 2017-07-12 00:06 孑孓子 阅读(198) 评论(0) 推荐(0) 编辑
摘要: 原文发布时间为:2009-08-09 —— 来源于本人的百度文章 [由搬家工具导入] 阅读全文
posted @ 2017-07-12 00:06 孑孓子 阅读(69) 评论(0) 推荐(0) 编辑
摘要: 原文发布时间为:2009-08-05 —— 来源于本人的百度文章 [由搬家工具导入] 1、通俗一點就是varchar適合輸入英文和數字,nvarchar一般用做中文或其它語言的輸入,這樣到別的語系不會出現亂碼。[也就是说.NET中如果你限制一个textbox的maxlength为10的话,那么你必须 阅读全文
posted @ 2017-07-12 00:06 孑孓子 阅读(134) 评论(0) 推荐(0) 编辑
摘要: 原文发布时间为:2009-08-05 —— 来源于本人的百度文章 [由搬家工具导入] jQuery 是继 prototype 之后又一个优秀的 Javascript 框架。其宗旨是—写更少的代码,做更多的事情。它是轻量级的 js 库(压缩后只有21k) ,这是其它的 js 库所不及的,它兼容 CSS 阅读全文
posted @ 2017-07-12 00:06 孑孓子 阅读(137) 评论(0) 推荐(0) 编辑
摘要: 原文发布时间为:2009-03-12 —— 来源于本人的百度文章 [由搬家工具导入] 阅读全文
posted @ 2017-07-12 00:05 孑孓子 阅读(355) 评论(0) 推荐(0) 编辑
摘要: 原文发布时间为:2009-03-07 —— 来源于本人的百度文章 [由搬家工具导入] 输出下面的结果: 阅读全文
posted @ 2017-07-12 00:05 孑孓子 阅读(246) 评论(0) 推荐(0) 编辑
摘要: 原文发布时间为:2009-03-06 —— 来源于本人的百度文章 [由搬家工具导入] using System;//冒泡排序 namespace sorts{ public class Class3 { public static void Main() { int[] a=new int[]{2, 阅读全文
posted @ 2017-07-12 00:05 孑孓子 阅读(101) 评论(0) 推荐(0) 编辑
摘要: 原文发布时间为:2009-03-03 —— 来源于本人的百度文章 [由搬家工具导入] //using System;//using System.Collections.Generic;using System.Text; namespace ConsoleApplication1{ public 阅读全文
posted @ 2017-07-12 00:05 孑孓子 阅读(181) 评论(0) 推荐(0) 编辑
摘要: 原文发布时间为:2009-03-06 —— 来源于本人的百度文章 [由搬家工具导入] using System; namespace sorts{ public class Class6 { public static void Main() //选择排序 { int[] a = new int[] 阅读全文
posted @ 2017-07-12 00:05 孑孓子 阅读(85) 评论(0) 推荐(0) 编辑
摘要: 原文发布时间为:2009-03-06 —— 来源于本人的百度文章 [由搬家工具导入] using System;//using System.Collections.Generic;//using System.Text; namespace sorts{ public class Class2// 阅读全文
posted @ 2017-07-12 00:05 孑孓子 阅读(101) 评论(0) 推荐(0) 编辑
摘要: 原文发布时间为:2009-05-17 —— 来源于本人的百度文章 [由搬家工具导入] http://dev.csdn.net/author/gongchl2006/c9ce459daf3240aaa3d7e30dc32bed55.html 阅读全文
posted @ 2017-07-12 00:05 孑孓子 阅读(75) 评论(0) 推荐(0) 编辑
摘要: 原文发布时间为:2009-03-18 —— 来源于本人的百度文章 [由搬家工具导入] 原理: 升序和降序 只是 大于 和 小于 号的区别。 比如: if(a[j] > a[j+1]) swap(a[j],a[j+1]) 为升序 if(a[j] < a[j+1]) swap(a[j],a[j+1]) 阅读全文
posted @ 2017-07-12 00:05 孑孓子 阅读(1710) 评论(0) 推荐(0) 编辑
摘要: 原文发布时间为:2009-05-04 —— 来源于本人的百度文章 [由搬家工具导入] 注意以下红色部分是关键.如果不使用 document.documentElement,而使用document.body,则在FF会出现问题;如果不使用background:red; 样式,则在IE中会出现只有当鼠标 阅读全文
posted @ 2017-07-12 00:05 孑孓子 阅读(96) 评论(0) 推荐(0) 编辑
摘要: 原文发布时间为:2009-06-14 —— 来源于本人的百度文章 [由搬家工具导入] 不多说,不会说。。看我做的范例。。。 http://download.csdn.net/source/1385567 阅读全文
posted @ 2017-07-12 00:05 孑孓子 阅读(86) 评论(0) 推荐(0) 编辑
欢迎访问我的博客 https://javascript.shop