欢迎访问我的博客 https://javascript.shop
摘要: 原文发布时间为:2009-03-01 —— 来源于本人的百度文章 [由搬家工具导入] using System;//using System.Collections.Generic;//using System.Text; namespace digui1{ public class Class2 阅读全文
posted @ 2017-07-11 00:39 孑孓子 阅读(172) 评论(0) 推荐(0) 编辑
摘要: 原文发布时间为:2009-03-01 —— 来源于本人的百度文章 [由搬家工具导入] using System;//using System.Collections.Generic;//using System.Text;/*有任意张1毛,2毛,5毛钱,有几种组合可以组成9毛钱的方法。用递归实现并输 阅读全文
posted @ 2017-07-11 00:39 孑孓子 阅读(112) 评论(0) 推荐(0) 编辑
摘要: 原文发布时间为:2009-03-01 —— 来源于本人的百度文章 [由搬家工具导入] using System;//using System.Collections.Generic;//using System.Text; namespace digui1{ public class Class1 阅读全文
posted @ 2017-07-11 00:39 孑孓子 阅读(131) 评论(0) 推荐(0) 编辑
摘要: 原文发布时间为:2009-03-01 —— 来源于本人的百度文章 [由搬家工具导入] using System;//using System.Collections.Generic;//using System.Text; namespace digui1{ public class Program 阅读全文
posted @ 2017-07-11 00:38 孑孓子 阅读(118) 评论(0) 推荐(0) 编辑
摘要: 原文发布时间为:2009-02-24 —— 来源于本人的百度文章 [由搬家工具导入] 阅读全文
posted @ 2017-07-11 00:38 孑孓子 阅读(241) 评论(0) 推荐(0) 编辑
摘要: 原文发布时间为:2009-01-16 —— 来源于本人的百度文章 [由搬家工具导入] using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Dr 阅读全文
posted @ 2017-07-11 00:37 孑孓子 阅读(250) 评论(0) 推荐(0) 编辑
摘要: 原文发布时间为:2008-12-06 —— 来源于本人的百度文章 [由搬家工具导入] using System;using System.Collections.Generic;using System.Text; namespace fanxing1{ class Class2 { static 阅读全文
posted @ 2017-07-11 00:37 孑孓子 阅读(111) 评论(0) 推荐(0) 编辑
摘要: 原文发布时间为:2008-11-28 —— 来源于本人的百度文章 [由搬家工具导入] http://club.topsage.com/forumdisplay.php?fid=121&filter=type&typeid=17 阅读全文
posted @ 2017-07-11 00:37 孑孓子 阅读(166) 评论(0) 推荐(0) 编辑
摘要: 原文发布时间为:2008-12-06 —— 来源于本人的百度文章 [由搬家工具导入] using System;using System.Collections.Generic;using System.Text; //"不安全代码只会在使用 /unsafe 编译的情况下出现"的解决方法//右击右上 阅读全文
posted @ 2017-07-11 00:37 孑孓子 阅读(124) 评论(0) 推荐(0) 编辑
摘要: 原文发布时间为:2008-12-08 —— 来源于本人的百度文章 [由搬家工具导入] http://u.youku.com/user_video/uid_happyboy27.html 优酷网。。 阅读全文
posted @ 2017-07-11 00:37 孑孓子 阅读(370) 评论(0) 推荐(0) 编辑
摘要: 原文发布时间为:2009-01-16 —— 来源于本人的百度文章 [由搬家工具导入] 阅读全文
posted @ 2017-07-11 00:37 孑孓子 阅读(198) 评论(0) 推荐(0) 编辑
摘要: 原文发布时间为:2008-11-27 —— 来源于本人的百度文章 [由搬家工具导入] 纯属个人理解,有错请指出 简单工厂模式: 一个工厂,里面有静态方法 用来决定实例化哪一个类,返回一个类型(这个类型 是实例化类的 父类( 抽象类或者接口之类的))。。。这些实例化的类都是继承于同一个接口或者抽象类。 阅读全文
posted @ 2017-07-11 00:37 孑孓子 阅读(100) 评论(0) 推荐(0) 编辑
摘要: 原文发布时间为:2008-11-27 —— 来源于本人的百度文章 [由搬家工具导入] using System;using System.Collections.Generic;using System.Text; namespace reviewBase{ class Class1//简单工厂 { 阅读全文
posted @ 2017-07-11 00:37 孑孓子 阅读(104) 评论(0) 推荐(0) 编辑
摘要: 原文发布时间为:2008-12-09 —— 来源于本人的百度文章 [由搬家工具导入] 大家来挑错!并给出原因(具体的) Question 1. (单选) 在计算机网络中,表征数据传输可靠性的指标是——2 1. 传输率 2. 误码率 3. 信息容量 4. 频带利用率 Question 2. (单选) 阅读全文
posted @ 2017-07-11 00:37 孑孓子 阅读(162) 评论(0) 推荐(0) 编辑
摘要: 原文发布时间为:2008-12-05 —— 来源于本人的百度文章 [由搬家工具导入] using System;using System.Collections.Generic;using System.Text; using System.Collections; namespace fanxin 阅读全文
posted @ 2017-07-11 00:37 孑孓子 阅读(124) 评论(0) 推荐(0) 编辑
摘要: 原文发布时间为:2008-10-10 —— 来源于本人的百度文章 [由搬家工具导入] 显示日期,星期,以及时间: JS文件夹与default.aspx在同一个文件夹下 JS文件夹中有date.js文件,文件内容为: // JScript 文件///显示时间// JScript 文件///显示时间fu 阅读全文
posted @ 2017-07-11 00:33 孑孓子 阅读(175) 评论(0) 推荐(0) 编辑
摘要: 原文发布时间为:2008-10-16 —— 来源于本人的百度文章 [由搬家工具导入] // 注意,在Visual Studio2005平台下,如果使用GridView导出文件, //就必须重载VerifyRenderingInServerForm方法 public override void Ver 阅读全文
posted @ 2017-07-11 00:33 孑孓子 阅读(131) 评论(0) 推荐(0) 编辑
摘要: 原文发布时间为:2008-09-26 —— 来源于本人的百度文章 [由搬家工具导入] 一.使用存储过程的优点 作为服务器端的代码,存储过程具有以下优点:1) 存储过程是预先编译过的,是执行查询或者批处理的最快方法.2)在服务器而不是桌面计算机上执行程序可以极大地降低网络流量.3)存储过程是模块化的, 阅读全文
posted @ 2017-07-11 00:33 孑孓子 阅读(241) 评论(0) 推荐(0) 编辑
摘要: 原文发布时间为:2008-10-11 —— 来源于本人的百度文章 [由搬家工具导入] <html> <head> <title>显示时间</title> <script language="JavaScript"> t = -1; // 计数器 setInterval("testTime()",10 阅读全文
posted @ 2017-07-11 00:33 孑孓子 阅读(134) 评论(0) 推荐(0) 编辑
摘要: 原文发布时间为:2008-09-27 —— 来源于本人的百度文章 [由搬家工具导入] set ansi_nulls [on/off] 与 set quoted_identifier [on/off] 和SET NOCOUNT [on/off] set ansi_nulls [on/off] 跟nul 阅读全文
posted @ 2017-07-11 00:33 孑孓子 阅读(779) 评论(0) 推荐(0) 编辑
欢迎访问我的博客 https://javascript.shop