08 2015 档案

C# FTP操作类可用
摘要:public class FtpClient { #region 构造函数 /// /// 创建FTP工具 /// /// 默认不使用SSL,使用二进制传输方式,使用被动模式 /// //... 阅读全文

posted @ 2015-08-21 21:48 HOT SUMMER 阅读(3561) 评论(0) 推荐(0) 编辑

C# FTP操作类
摘要:using System;using System.Net;using System.IO;using System.Text;using System.Net.Sockets;using System.Collections.Generic;namespace 阿飞_秋风扫落叶网站软文系统.Com... 阅读全文

posted @ 2015-08-21 18:11 HOT SUMMER 阅读(956) 评论(0) 推荐(0) 编辑

缺少编译器要求的成员“System.Runtime.CompilerServices.ExtensionAttribute..ctor” 解决方案
摘要:namespace System.Runtime.CompilerServices { public class ExtensionAttribute : Attribute { } } 网上找的其他方法错误产生环境及非完美解决办法错误提示:缺少编译器要求的成员“System.Ru... 阅读全文

posted @ 2015-08-19 23:52 HOT SUMMER 阅读(1367) 评论(0) 推荐(0) 编辑

远程读取XML根级别上的数据无效。 行 1,位置 1
摘要:trim一下就可以了 阅读全文

posted @ 2015-08-19 13:14 HOT SUMMER 阅读(247) 评论(0) 推荐(0) 编辑

使用C#选择文件夹、打开文件夹、选择文件
摘要:using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Text;using System.Window... 阅读全文

posted @ 2015-08-18 22:12 HOT SUMMER 阅读(419) 评论(0) 推荐(0) 编辑

C#写入和读出文本文件
摘要:1.添加命名空间 System.IO; System.Text;2.文件的读取 (1).使用FileStream类进行文件的读取,并将它转换成char数组,然后输出。 byte[] byData = new byte[100]; char[] charData = ... 阅读全文

posted @ 2015-08-08 13:37 HOT SUMMER 阅读(485) 评论(0) 推荐(0) 编辑

AppModify修改app.config
摘要:public class AppModify { /// /// 依据连接串名字connectionName返回数据连接字符串 /// /// /// public static string GetC... 阅读全文

posted @ 2015-08-06 11:26 HOT SUMMER 阅读(477) 评论(0) 推荐(0) 编辑

CYQ多数据库链接
摘要:枚举名XXXEnum对应XXXConn的配置数据库链接项 ,不多说,一看就明白!名字空间得要带上数据库名! 阅读全文

posted @ 2015-08-05 21:45 HOT SUMMER 阅读(473) 评论(0) 推荐(0) 编辑

< 2025年3月 >
23 24 25 26 27 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

导航

统计

点击右上角即可分享
微信分享提示