上一页 1 ··· 29 30 31 32 33 34 35 36 37 ··· 39 下一页
摘要: 1、HTTP上传文件及传递参数 #region 6.0 上传多个文件和参数 /// /// HttpUploadFile /// /// /// /// /// /// public static string HttpUpl... 阅读全文
posted @ 2015-02-02 16:02 好学Ace 阅读(1740) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace 时间戳demo{ /* * Unix时间戳(Unix timestamp),或称Unix时间(Unix... 阅读全文
posted @ 2015-01-28 20:45 好学Ace 阅读(17487) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;u... 阅读全文
posted @ 2015-01-24 12:14 好学Ace 阅读(4383) 评论(0) 推荐(0) 编辑
摘要: 1.如果想要在执行一个js函数之前延迟一段时间应该怎么做?答:"setTimeout('update()',1000);" 其中update()函数就是延迟后执行的函数,后面的时间单位为ms。实例一:实例二:如果你能看看源代码,会发现我们的任务很简单,就是给文档增加一个 input 文本框,并聚焦和... 阅读全文
posted @ 2015-01-23 22:37 好学Ace 阅读(4599) 评论(0) 推荐(0) 编辑
摘要: iframe框架中的页面与主页面之间的通信方式根据iframe中src属性是同域链接还是跨域链接,有明显不同的通信方式,同域下的数据交换和DOM元素互访就简单的多了,而跨域的则需要一些巧妙的方式来实现通信。一、同域下父子页面的通信父页面 Parent.aspx 无标题页 ... 阅读全文
posted @ 2015-01-21 22:17 好学Ace 阅读(728) 评论(0) 推荐(0) 编辑
摘要: protected void Button1_Click(object sender, EventArgs e) { /* 微软为Response对象提供了一个新的方法TransmitFile来解决使用Response.BinaryWrite 下载超过400mb的文件时导致Aspnet_wp.exe... 阅读全文
posted @ 2015-01-17 16:40 好学Ace 阅读(192) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections;using System.Data;using System.Linq;using System.Web;using System.Web.Services;using System.Web.Services.Protoco... 阅读全文
posted @ 2015-01-17 16:17 好学Ace 阅读(318) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections;using System.Configuration;using System.Data;using System.Linq;using System.Web;using System.Web.Security;usin... 阅读全文
posted @ 2015-01-13 08:59 好学Ace 阅读(2303) 评论(0) 推荐(0) 编辑
摘要: //获excel中多个sheet中的数据 /// /// 读取导入Excel文件内容 /// /// 文件路径(上传后) /// Excel中的列 名 /// 是否读取多个Sheet /// (out)消息提示... 阅读全文
posted @ 2015-01-06 16:53 好学Ace 阅读(708) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections;using System.Configuration;using System.Data;using System.Linq;using System.Web;using System.Web.Security;using ... 阅读全文
posted @ 2014-12-23 20:26 好学Ace 阅读(392) 评论(0) 推荐(0) 编辑
上一页 1 ··· 29 30 31 32 33 34 35 36 37 ··· 39 下一页