10 2012 档案

asp.net 文件下载,多任务并行有进度条 (2012-10-18 15:36)
摘要:<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="RenameDownload.aspx.cs" Inherits="DownloadProxy.RenameDownload" %><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitio 阅读全文

posted @ 2012-10-19 17:31 空明流光 阅读(326) 评论(0) 推荐(0) 编辑

asp.net 文件下载,有进度条
摘要:<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="RenameDownload.aspx.cs" Inherits="DownloadProxy.RenameDownload" %><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitio 阅读全文

posted @ 2012-10-18 15:36 空明流光 阅读(586) 评论(0) 推荐(0) 编辑

asp.net ajax使用方法一
摘要:using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.UI;using System.Web.UI.WebControls;namespace DownloadProxy{ public partial class RenameDownload : System.Web.UI.Page { protected void Page_Load(object sender, EventArgs e) { }... 阅读全文

posted @ 2012-10-18 09:34 空明流光 阅读(162) 评论(0) 推荐(0) 编辑

C#将中文词组处理成拼音
摘要:using System.Runtime.InteropServices;using System.Runtime.CompilerServices; [DllImport("ole32.dll")]public static extern int CLSIDFromString( [MarshalAs(UnmanagedType.LPWStr)] string lpsz, out Guid clsid); [DllImport("ole32.dll")]public static extern int CoCreateInstance( [In, Ma 阅读全文

posted @ 2012-10-09 14:55 空明流光 阅读(688) 评论(0) 推荐(0) 编辑

C# 应用微软的Visual Studio International Pack 类库提取汉字拼音首字母
摘要:昨天经过网友提示,提取汉字拼音的办法可以应用微软的一个类库 Visual Studio International Pack ,今天试了一试,确切好用!下面分享下应用办法:起首下载Visual Studio International Pack 1.0,官方下载地址:http://www.microsoft.com/downloads/zh-cn/details.aspx?FamilyID=44CAC7F0-633B-477D-AED2-99AEE642FC10&displaylang=zh-cn。下载完毕后解压,解压后可以发明7个MSI安装文件,此中CHSPinYinConv.msi 阅读全文

posted @ 2012-10-09 14:40 空明流光 阅读(221) 评论(0) 推荐(0) 编辑

导航