03 2010 档案

摘要: 最近要做个MP3搜索,并自动ftp上传的程序,找来找去发现了这个ftp方法的类库不错,发上来给大家共享共享。/*FTPFactory.csBetter view with tab space=4Written by Jaimon Mathew (jaimonmathew@rediffmail.com)Rolander,Dan (Dan.Rolander@marriott.com) has modi...阅读全文
posted @ 2010-03-10 01:22 会游泳dě鱼 阅读(114) | 评论 (0) 编辑
摘要: 1. 进度条模板文件 ProgressBar.htm程序代码<html><head><title></title><script language="javascript">//设置进度条进度function SetPorgressBar(msg, pos){ ProgressBar.style.width= pos + "%"; Wri...阅读全文
posted @ 2010-03-09 13:30 会游泳dě鱼 阅读(145) | 评论 (0) 编辑
摘要: using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;using System.Windows.Forms;using System.IO;using Ut...阅读全文
posted @ 2010-03-09 01:45 会游泳dě鱼 阅读(9) | 评论 (0) 编辑
摘要: First, you should add the following directives:Listing 1 - DirectivesThe following steps can be considered as a generic procedure of getting an FTP request executed using FtpWebRequest object.1. Creat...阅读全文
posted @ 2010-03-07 23:38 会游泳dě鱼 阅读(110) | 评论 (0) 编辑
摘要: using System;using System.Collections.Generic;using System.Collections;using System.Linq;using System.Text;using System.IO;namespace BackUp{ /// <summary> /// 对本地备份操作 /// </summary> public...阅读全文
posted @ 2010-03-06 11:22 会游泳dě鱼 阅读(64) | 评论 (0) 编辑
摘要: using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;using System.Windows.Forms;using System.IO;namespac...阅读全文
posted @ 2010-03-06 11:22 会游泳dě鱼 阅读(19) | 评论 (0) 编辑
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Runtime.InteropServices;namespace BackUp{ public class IniFile { ////声明读写INI文件的API函数 [DllImport("kernel3...阅读全文
posted @ 2010-03-06 11:21 会游泳dě鱼 阅读(22) | 评论 (0) 编辑
摘要: 系统日志using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.IO;namespace BackUp{ public class Logs { private StreamWriter swWrite = null;//写文件 private string log...阅读全文
posted @ 2010-03-06 11:20 会游泳dě鱼 阅读(19) | 评论 (0) 编辑