会游泳dě鱼
做一只会游泳的鱼,自由自在地淌洋在水的世界
博客园
首页
博问
闪存
联系
订阅
管理
随笔- 46 文章- 11 评论- 8
03 2010 档案
C#版ftp方法实现类库代码
摘要: 最近要做个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)
编辑
利用ASP.NET(C#)来制作页面进度条效果
摘要: 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)
编辑
FTP最终实现
摘要: 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)
编辑
FTP UPLOAD
摘要: 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)
编辑
0306数据备份整理-【备份文件】C#代码
摘要: 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)
编辑
0306数据备份整理-【测试页面】C#代码
摘要: 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)
编辑
0306数据备份整理-【配置文件】C#代码
摘要: 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)
编辑
0306数据备份整理-【系统日志】C#代码
摘要: 系统日志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)
编辑
公告
昵称:
会游泳dě鱼
园龄:
2年10个月
粉丝:
6
关注:
3
<
2010年3月
>
日
一
二
三
四
五
六
28
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
1
2
3
4
5
6
7
8
9
10
搜索
常用链接
我的随笔
我的评论
我的参与
最新评论
我的标签
更多链接
随笔分类
(7)
Asp.Net技巧
(rss)
C# Socket通信(3)
(rss)
Ext+Jquery
(rss)
Java学习
(rss)
接口实现
(rss)
时间处理(1)
(rss)
项目开发(3)
(rss)
游戏手柄
(rss)
随笔档案
(49)
2011年7月 (1)
2010年9月 (4)
2010年8月 (3)
2010年6月 (1)
2010年3月 (8)
2010年1月 (1)
2009年12月 (1)
2009年11月 (8)
2009年10月 (7)
2009年5月 (1)
2009年4月 (12)
2009年3月 (2)
最新评论
阅读排行榜
评论排行榜
推荐排行榜