随笔分类 -  WinForm和WebForm

摘要:using System;using System.Collections.Generic;using System.IO;using System.Linq;using System.Text;using System.Threading.Tasks;using System.Xml;namesp... 阅读全文
posted @ 2015-03-24 17:49 左魅颜
摘要:上一篇中,我们提到了怎么从FTP服务器下载文件。现在来具体讲述一下。首先是路径配置。。所以此处我们需要一个app.config来设置路径。 另外在c#中需要获取路径public string ftpUser = Configur... 阅读全文
posted @ 2015-03-24 17:36 左魅颜
摘要:11111 111 2001 20150320 20150320 0 100 ... 阅读全文
posted @ 2015-03-24 17:05 左魅颜
摘要:Tab选项卡选中,在其属性中找到TabPages这个属性。点进去,可以通过上下移动标签卡改变标签卡的顺序。 阅读全文
posted @ 2015-03-18 11:13 左魅颜
摘要:如上所述,WinForm程序通常分为四层,而WebForm程序通常分为三层。举例说明,winForm程序: IEnumerable> rets = CustomerFacade.InterFaceImportForDispute(pLists.ToList())... 阅读全文
posted @ 2015-03-16 10:12 左魅颜