摘要:
1、HTTP上传文件及传递参数 #region 6.0 上传多个文件和参数 /// /// HttpUploadFile /// /// /// /// /// /// public static string HttpUpl... 阅读全文
摘要:
using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace 时间戳demo{ /* * Unix时间戳(Unix timestamp),或称Unix时间(Unix... 阅读全文
摘要:
using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;u... 阅读全文
摘要:
1.如果想要在执行一个js函数之前延迟一段时间应该怎么做?答:"setTimeout('update()',1000);" 其中update()函数就是延迟后执行的函数,后面的时间单位为ms。实例一:实例二:如果你能看看源代码,会发现我们的任务很简单,就是给文档增加一个 input 文本框,并聚焦和... 阅读全文
摘要:
iframe框架中的页面与主页面之间的通信方式根据iframe中src属性是同域链接还是跨域链接,有明显不同的通信方式,同域下的数据交换和DOM元素互访就简单的多了,而跨域的则需要一些巧妙的方式来实现通信。一、同域下父子页面的通信父页面 Parent.aspx 无标题页 ... 阅读全文
摘要:
protected void Button1_Click(object sender, EventArgs e) { /* 微软为Response对象提供了一个新的方法TransmitFile来解决使用Response.BinaryWrite 下载超过400mb的文件时导致Aspnet_wp.exe... 阅读全文
摘要:
using System;using System.Collections;using System.Data;using System.Linq;using System.Web;using System.Web.Services;using System.Web.Services.Protoco... 阅读全文
摘要:
using System;using System.Collections;using System.Configuration;using System.Data;using System.Linq;using System.Web;using System.Web.Security;usin... 阅读全文
摘要:
//获excel中多个sheet中的数据 /// /// 读取导入Excel文件内容 /// /// 文件路径(上传后) /// Excel中的列 名 /// 是否读取多个Sheet /// (out)消息提示... 阅读全文
摘要:
using System;using System.Collections;using System.Configuration;using System.Data;using System.Linq;using System.Web;using System.Web.Security;using ... 阅读全文