欢迎访问我的博客 https://javascript.shop
上一页 1 ··· 26 27 28 29 30 31 32 33 34 ··· 58 下一页
摘要: 原文发布时间为:2009-03-06 —— 来源于本人的百度文章 [由搬家工具导入] using System;//快速排序 namespace sorts{ class Class7 { public static void Main() { int[] a = new int[] { 4, 5, 阅读全文
posted @ 2017-07-12 00:05 孑孓子 阅读(130) 评论(0) 推荐(0)
摘要: 原文发布时间为:2009-04-05 —— 来源于本人的百度文章 [由搬家工具导入] 有人会说,怎么网页用JavaScript会有安全提示,而其他网站上面用了JavaScript都没有安全提示,呵呵,那是因为你运行本地的网页会用安全提示,如果你网页放在服务器上面,让别人运行就不会有提示了。。呵呵,所 阅读全文
posted @ 2017-07-12 00:05 孑孓子 阅读(208) 评论(0) 推荐(0)
摘要: 原文发布时间为:2009-05-25 —— 来源于本人的百度文章 [由搬家工具导入] 【Repeater采用AspNetPager分页成功↓】 using System;using System.Configuration;using System.Data;using System.Data.Sq 阅读全文
posted @ 2017-07-12 00:05 孑孓子 阅读(285) 评论(0) 推荐(0)
摘要: 原文发布时间为:2009-07-27 —— 来源于本人的百度文章 [由搬家工具导入] 本帖转自 http://www.webxml.com.cn/zh_cn/web_services.aspx?offset=1 [新] 中文<->英文双向翻译WEB服务 获得标准数据 Endpoint: http:/ 阅读全文
posted @ 2017-07-12 00:05 孑孓子 阅读(119) 评论(0) 推荐(0)
摘要: 原文发布时间为:2009-06-29 —— 来源于本人的百度文章 [由搬家工具导入] 得到或设置触发事件的对象。 event.srcElement就是指向触发事件的元素,他是什么就有什么的属性 srcElement 是事件初始目标的html元素对象引用,因为事件通过元素容器层次冒泡,可以在任一层进行 阅读全文
posted @ 2017-07-12 00:05 孑孓子 阅读(248) 评论(0) 推荐(0)
摘要: 原文发布时间为:2009-04-14 —— 来源于本人的百度文章 [由搬家工具导入] 问:为什么要用事务? 答:事务保证要么一组操作执行成功,要么全不执行。。。。 /// <summary> /// 在一个事务中执行一组任务 /// </summary> /// <param name="dataA 阅读全文
posted @ 2017-07-12 00:05 孑孓子 阅读(195) 评论(0) 推荐(0)
摘要: 原文发布时间为:2009-03-03 —— 来源于本人的百度文章 [由搬家工具导入] 一.类与结构的示例比较: 结构示例: public struct Person { string Name; int height; int weight public bool overWeight() { // 阅读全文
posted @ 2017-07-12 00:05 孑孓子 阅读(100) 评论(0) 推荐(0)
摘要: 原文发布时间为:2009-05-22 —— 来源于本人的百度文章 [由搬家工具导入] JavaScript获取QueryString值, 当没有QueryString值时输出bool型 null 声明一个queryString函数<script type="text/javascript">Requ 阅读全文
posted @ 2017-07-12 00:05 孑孓子 阅读(104) 评论(0) 推荐(0)
摘要: 原文发布时间为:2009-04-11 —— 来源于本人的百度文章 [由搬家工具导入] 数据库com中有下列数据 id,userid,tupian,time 1 3 3 2006.3.5 2 4 4 2006.3.7 3 4 5 2006.3.8 4 2 5 2006.3.2 我想对输出的结果,use 阅读全文
posted @ 2017-07-12 00:05 孑孓子 阅读(189) 评论(0) 推荐(0)
摘要: 原文发布时间为:2009-04-29 —— 来源于本人的百度文章 [由搬家工具导入] protected void Page_Load(object sender, EventArgs e) { if (!IsPostBack) { SqlConnection conn = new SqlConne 阅读全文
posted @ 2017-07-12 00:05 孑孓子 阅读(243) 评论(0) 推荐(0)
上一页 1 ··· 26 27 28 29 30 31 32 33 34 ··· 58 下一页
欢迎访问我的博客 https://javascript.shop