在好例子网,分享、交流、成长!
您当前所在位置:首页C# 开发实例C#语言基础 → C# 网盘聊天资源文件管理器,包含群聊共享,群聊聊天,资源管理器的上传下载和删除,服务端,客户端

C# 网盘聊天资源文件管理器,包含群聊共享,群聊聊天,资源管理器的上传下载和删除,服务端,客户端

C#语言基础

下载此实例
  • 开发语言:C#
  • 实例大小:53.00M
  • 下载次数:69
  • 浏览次数:415
  • 发布时间:2020-11-13
  • 实例类别:C#语言基础
  • 发 布 人:13682202737
  • 文件格式:.zip
  • 所需积分:5

实例介绍

【实例简介】需要自己配置iis的ftp服务端

【实例截图】

from clipboard

【核心代码】

网盘聊天资源文件管理器

├── Sql数据库.sql
└── 聊天和上传文件包含资源管理器的上传下载
    ├── FrmFriend.resx
    ├── WinServer
    │   ├── App.config
    │   ├── Form1.Designer.cs
    │   ├── Form1.cs
    │   ├── Form1.resx
    │   ├── FrmLogin.Designer.cs
    │   ├── FrmLogin.cs
    │   ├── FrmLogin.resx
    │   ├── FrmUserPwd.Designer.cs
    │   ├── FrmUserPwd.cs
    │   ├── FrmUserPwd.resx
    │   ├── Program.cs
    │   ├── Properties
    │   │   ├── AssemblyInfo.cs
    │   │   ├── Resources.Designer.cs
    │   │   ├── Resources.resx
    │   │   ├── Settings.Designer.cs
    │   │   ├── Settings.settings
    │   │   └── licenses.licx
    │   ├── SqlHelper.cs
    │   ├── Sqllocal.cs
    │   ├── UserPwd.Designer.cs
    │   ├── UserPwd.cs
    │   ├── UserPwd.resx
    │   ├── WinServer.csproj
    │   ├── bin
    │   │   └── Debug
    │   │       ├── DevExpress.Data.Desktop.v20.1.dll
    │   │       ├── DevExpress.Data.Desktop.v20.1.xml
    │   │       ├── DevExpress.Data.v20.1.dll
    │   │       ├── DevExpress.Data.v20.1.xml
    │   │       ├── DevExpress.Pdf.v20.1.Core.dll
    │   │       ├── DevExpress.Pdf.v20.1.Core.xml
    │   │       ├── DevExpress.Pdf.v20.1.Drawing.dll
    │   │       ├── DevExpress.Pdf.v20.1.Drawing.xml
    │   │       ├── DevExpress.Printing.v20.1.Core.dll
    │   │       ├── DevExpress.Printing.v20.1.Core.xml
    │   │       ├── DevExpress.Sparkline.v20.1.Core.dll
    │   │       ├── DevExpress.Sparkline.v20.1.Core.xml
    │   │       ├── DevExpress.Utils.v20.1.dll
    │   │       ├── DevExpress.Utils.v20.1.xml
    │   │       ├── DevExpress.XtraBars.v20.1.dll
    │   │       ├── DevExpress.XtraBars.v20.1.xml
    │   │       ├── DevExpress.XtraEditors.v20.1.dll
    │   │       ├── DevExpress.XtraEditors.v20.1.xml
    │   │       ├── DevExpress.XtraNavBar.v20.1.dll
    │   │       ├── DevExpress.XtraNavBar.v20.1.xml
    │   │       ├── WinServer.exe
    │   │       ├── WinServer.exe.config
    │   │       ├── WinServer.pdb
    │   │       ├── de
    │   │       │   ├── DevExpress.Data.v20.1.resources.dll
    │   │       │   ├── DevExpress.Pdf.v20.1.Core.resources.dll
    │   │       │   ├── DevExpress.Printing.v20.1.Core.resources.dll
    │   │       │   ├── DevExpress.Sparkline.v20.1.Core.resources.dll
    │   │       │   ├── DevExpress.Utils.v20.1.resources.dll
    │   │       │   ├── DevExpress.XtraBars.v20.1.resources.dll
    │   │       │   ├── DevExpress.XtraEditors.v20.1.resources.dll
    │   │       │   └── DevExpress.XtraNavBar.v20.1.resources.dll
    │   │       ├── es
    │   │       │   ├── DevExpress.Data.v20.1.resources.dll
    │   │       │   ├── DevExpress.Pdf.v20.1.Core.resources.dll
    │   │       │   ├── DevExpress.Printing.v20.1.Core.resources.dll
    │   │       │   ├── DevExpress.Sparkline.v20.1.Core.resources.dll
    │   │       │   ├── DevExpress.Utils.v20.1.resources.dll
    │   │       │   ├── DevExpress.XtraBars.v20.1.resources.dll
    │   │       │   ├── DevExpress.XtraEditors.v20.1.resources.dll
    │   │       │   └── DevExpress.XtraNavBar.v20.1.resources.dll
    │   │       ├── ja
    │   │       │   ├── DevExpress.Data.v20.1.resources.dll
    │   │       │   ├── DevExpress.Pdf.v20.1.Core.resources.dll
    │   │       │   ├── DevExpress.Printing.v20.1.Core.resources.dll
    │   │       │   ├── DevExpress.Sparkline.v20.1.Core.resources.dll
    │   │       │   ├── DevExpress.Utils.v20.1.resources.dll
    │   │       │   ├── DevExpress.XtraBars.v20.1.resources.dll
    │   │       │   ├── DevExpress.XtraEditors.v20.1.resources.dll
    │   │       │   └── DevExpress.XtraNavBar.v20.1.resources.dll
    │   │       └── ru
    │   │           ├── DevExpress.Data.v20.1.resources.dll
    │   │           ├── DevExpress.Pdf.v20.1.Core.resources.dll
    │   │           ├── DevExpress.Printing.v20.1.Core.resources.dll
    │   │           ├── DevExpress.Sparkline.v20.1.Core.resources.dll
    │   │           ├── DevExpress.Utils.v20.1.resources.dll
    │   │           ├── DevExpress.XtraBars.v20.1.resources.dll
    │   │           ├── DevExpress.XtraEditors.v20.1.resources.dll
    │   │           └── DevExpress.XtraNavBar.v20.1.resources.dll
    │   └── obj
    │       └── Debug
    │           ├── DesignTimeResolveAssemblyReferences.cache
    │           ├── DesignTimeResolveAssemblyReferencesInput.cache
    │           ├── TempPE
    │           ├── WinServer.Form1.resources
    │           ├── WinServer.FrmLogin.resources
    │           ├── WinServer.FrmUserPwd.resources
    │           ├── WinServer.Properties.Resources.resources
    │           ├── WinServer.UserPwd.resources
    │           ├── WinServer.csproj.CopyComplete
    │           ├── WinServer.csproj.CoreCompileInputs.cache
    │           ├── WinServer.csproj.FileListAbsolute.txt
    │           ├── WinServer.csproj.GenerateResource.cache
    │           ├── WinServer.csprojAssemblyReference.cache
    │           ├── WinServer.exe
    │           ├── WinServer.pdb
    │           └── winserver.exe.licenses
    ├── WindowsFormsApp12
    │   ├── App.config
    │   ├── Class1.cs
    │   ├── Entergroupchat.Designer.cs
    │   ├── Entergroupchat.cs
    │   ├── Entergroupchat.resx
    │   ├── FRMUploadfiles.Designer.cs
    │   ├── FRMUploadfiles.cs
    │   ├── FRMUploadfiles.resx
    │   ├── Form1.resx
    │   ├── FrmApply.Designer.cs
    │   ├── FrmApply.cs
    │   ├── FrmApply.resx
    │   ├── FrmFriend.Designer.cs
    │   ├── FrmFriend.cs
    │   ├── FrmFriend.resx
    │   ├── FrmFriends.Designer.cs
    │   ├── FrmFriends.cs
    │   ├── FrmFriends.resx
    │   ├── FrmGroupchat.Designer.cs
    │   ├── FrmGroupchat.cs
    │   ├── FrmGroupchat.resx
    │   ├── FrmJurisdiction.Designer.cs
    │   ├── FrmJurisdiction.cs
    │   ├── FrmJurisdiction.resx
    │   ├── FrmLogin.Designer.cs
    │   ├── FrmLogin.cs
    │   ├── FrmLogin.resx
    │   ├── FrmRegister.Designer.cs
    │   ├── FrmRegister.cs
    │   ├── FrmRegister.resx
    │   ├── FrmSearch.Designer.cs
    │   ├── FrmSearch.cs
    │   ├── FrmSearch.resx
    │   ├── FrmUserInfo.Designer.cs
    │   ├── FrmUserInfo.cs
    │   ├── FrmUserInfo.resx
    │   ├── FrmUserInfok.cs
    │   ├── FrmUserPwd.Designer.cs
    │   ├── FrmUserPwd.cs
    │   ├── FrmUserPwd.resx
    │   ├── Frmgeren.Designer.cs
    │   ├── Frmgeren.cs
    │   ├── Frmgeren.resx
    │   ├── Frmgoutong.Designer.cs
    │   ├── Frmgoutong.cs
    │   ├── Frmgoutong.resx
    │   ├── Frmguanliyuan.Designer.cs
    │   ├── Frmguanliyuan.cs
    │   ├── Frmguanliyuan.resx
    │   ├── Frmliulan.Designer.cs
    │   ├── Frmliulan.cs
    │   ├── Frmliulan.resx
    │   ├── Frmmessage.Designer.cs
    │   ├── Frmmessage.cs
    │   ├── Frmmessage.resx
    │   ├── Frmsee.Designer.cs
    │   ├── Frmsee.cs
    │   ├── Frmsee.resx
    │   ├── Frmyonghu.Designer.cs
    │   ├── Frmyonghu.cs
    │   ├── Frmyonghu.resx
    │   ├── FtpHelper.cs
    │   ├── IconHelper.cs
    │   ├── Program.cs
    │   ├── Properties
    │   │   ├── AssemblyInfo.cs
    │   │   ├── Resources.Designer.cs
    │   │   ├── Resources.resx
    │   │   ├── Settings.Designer.cs
    │   │   ├── Settings.settings
    │   │   └── licenses.licx
    │   ├── SqlHelper.cs
    │   ├── WindowsFormsApp12.csproj
    │   ├── bin
    │   │   ├── Debug
    │   │   │   ├── DevExpress.Data.Desktop.v20.1.dll
    │   │   │   ├── DevExpress.Data.Desktop.v20.1.xml
    │   │   │   ├── DevExpress.Data.v20.1.dll
    │   │   │   ├── DevExpress.Data.v20.1.xml
    │   │   │   ├── DevExpress.Dialogs.v20.1.Core.dll
    │   │   │   ├── DevExpress.Office.v20.1.Core.dll
    │   │   │   ├── DevExpress.Office.v20.1.Core.xml
    │   │   │   ├── DevExpress.Pdf.v20.1.Core.dll
    │   │   │   ├── DevExpress.Pdf.v20.1.Core.xml
    │   │   │   ├── DevExpress.Pdf.v20.1.Drawing.dll
    │   │   │   ├── DevExpress.Pdf.v20.1.Drawing.xml
    │   │   │   ├── DevExpress.Printing.v20.1.Core.dll
    │   │   │   ├── DevExpress.Printing.v20.1.Core.xml
    │   │   │   ├── DevExpress.RichEdit.v20.1.Core.dll
    │   │   │   ├── DevExpress.RichEdit.v20.1.Core.xml
    │   │   │   ├── DevExpress.Sparkline.v20.1.Core.dll
    │   │   │   ├── DevExpress.Sparkline.v20.1.Core.xml
    │   │   │   ├── DevExpress.Utils.v20.1.dll
    │   │   │   ├── DevExpress.Utils.v20.1.xml
    │   │   │   ├── DevExpress.XtraBars.v20.1.dll
    │   │   │   ├── DevExpress.XtraBars.v20.1.xml
    │   │   │   ├── DevExpress.XtraDialogs.v20.1.dll
    │   │   │   ├── DevExpress.XtraDialogs.v20.1.xml
    │   │   │   ├── DevExpress.XtraEditors.v20.1.dll
    │   │   │   ├── DevExpress.XtraEditors.v20.1.xml
    │   │   │   ├── DevExpress.XtraGrid.v20.1.dll
    │   │   │   ├── DevExpress.XtraGrid.v20.1.xml
    │   │   │   ├── DevExpress.XtraLayout.v20.1.dll
    │   │   │   ├── DevExpress.XtraLayout.v20.1.xml
    │   │   │   ├── DevExpress.XtraNavBar.v20.1.dll
    │   │   │   ├── DevExpress.XtraNavBar.v20.1.xml
    │   │   │   ├── DevExpress.XtraPrinting.v20.1.dll
    │   │   │   ├── DevExpress.XtraPrinting.v20.1.xml
    │   │   │   ├── DevExpress.XtraTreeList.v20.1.dll
    │   │   │   ├── DevExpress.XtraTreeList.v20.1.xml
    │   │   │   ├── WindowsFormsApp12.exe
    │   │   │   ├── WindowsFormsApp12.exe.config
    │   │   │   ├── WindowsFormsApp12.pdb
    │   │   │   ├── de
    │   │   │   │   ├── DevExpress.Data.v20.1.resources.dll
    │   │   │   │   ├── DevExpress.Dialogs.v20.1.Core.resources.dll
    │   │   │   │   ├── DevExpress.Office.v20.1.Core.resources.dll
    │   │   │   │   ├── DevExpress.Pdf.v20.1.Core.resources.dll
    │   │   │   │   ├── DevExpress.Printing.v20.1.Core.resources.dll
    │   │   │   │   ├── DevExpress.RichEdit.v20.1.Core.resources.dll
    │   │   │   │   ├── DevExpress.Sparkline.v20.1.Core.resources.dll
    │   │   │   │   ├── DevExpress.Utils.v20.1.resources.dll
    │   │   │   │   ├── DevExpress.XtraBars.v20.1.resources.dll
    │   │   │   │   ├── DevExpress.XtraEditors.v20.1.resources.dll
    │   │   │   │   ├── DevExpress.XtraGrid.v20.1.resources.dll
    │   │   │   │   ├── DevExpress.XtraLayout.v20.1.resources.dll
    │   │   │   │   ├── DevExpress.XtraNavBar.v20.1.resources.dll
    │   │   │   │   ├── DevExpress.XtraPrinting.v20.1.resources.dll
    │   │   │   │   └── DevExpress.XtraTreeList.v20.1.resources.dll
    │   │   │   ├── es
    │   │   │   │   ├── DevExpress.Data.v20.1.resources.dll
    │   │   │   │   ├── DevExpress.Dialogs.v20.1.Core.resources.dll
    │   │   │   │   ├── DevExpress.Office.v20.1.Core.resources.dll
    │   │   │   │   ├── DevExpress.Pdf.v20.1.Core.resources.dll
    │   │   │   │   ├── DevExpress.Printing.v20.1.Core.resources.dll
    │   │   │   │   ├── DevExpress.RichEdit.v20.1.Core.resources.dll
    │   │   │   │   ├── DevExpress.Sparkline.v20.1.Core.resources.dll
    │   │   │   │   ├── DevExpress.Utils.v20.1.resources.dll
    │   │   │   │   ├── DevExpress.XtraBars.v20.1.resources.dll
    │   │   │   │   ├── DevExpress.XtraEditors.v20.1.resources.dll
    │   │   │   │   ├── DevExpress.XtraGrid.v20.1.resources.dll
    │   │   │   │   ├── DevExpress.XtraLayout.v20.1.resources.dll
    │   │   │   │   ├── DevExpress.XtraNavBar.v20.1.resources.dll
    │   │   │   │   ├── DevExpress.XtraPrinting.v20.1.resources.dll
    │   │   │   │   └── DevExpress.XtraTreeList.v20.1.resources.dll
    │   │   │   ├── ja
    │   │   │   │   ├── DevExpress.Data.v20.1.resources.dll
    │   │   │   │   ├── DevExpress.Dialogs.v20.1.Core.resources.dll
    │   │   │   │   ├── DevExpress.Office.v20.1.Core.resources.dll
    │   │   │   │   ├── DevExpress.Pdf.v20.1.Core.resources.dll
    │   │   │   │   ├── DevExpress.Printing.v20.1.Core.resources.dll
    │   │   │   │   ├── DevExpress.RichEdit.v20.1.Core.resources.dll
    │   │   │   │   ├── DevExpress.Sparkline.v20.1.Core.resources.dll
    │   │   │   │   ├── DevExpress.Utils.v20.1.resources.dll
    │   │   │   │   ├── DevExpress.XtraBars.v20.1.resources.dll
    │   │   │   │   ├── DevExpress.XtraEditors.v20.1.resources.dll
    │   │   │   │   ├── DevExpress.XtraGrid.v20.1.resources.dll
    │   │   │   │   ├── DevExpress.XtraLayout.v20.1.resources.dll
    │   │   │   │   ├── DevExpress.XtraNavBar.v20.1.resources.dll
    │   │   │   │   ├── DevExpress.XtraPrinting.v20.1.resources.dll
    │   │   │   │   └── DevExpress.XtraTreeList.v20.1.resources.dll
    │   │   │   ├── log
    │   │   │   └── ru
    │   │   │       ├── DevExpress.Data.v20.1.resources.dll
    │   │   │       ├── DevExpress.Dialogs.v20.1.Core.resources.dll
    │   │   │       ├── DevExpress.Office.v20.1.Core.resources.dll
    │   │   │       ├── DevExpress.Pdf.v20.1.Core.resources.dll
    │   │   │       ├── DevExpress.Printing.v20.1.Core.resources.dll
    │   │   │       ├── DevExpress.RichEdit.v20.1.Core.resources.dll
    │   │   │       ├── DevExpress.Sparkline.v20.1.Core.resources.dll
    │   │   │       ├── DevExpress.Utils.v20.1.resources.dll
    │   │   │       ├── DevExpress.XtraBars.v20.1.resources.dll
    │   │   │       ├── DevExpress.XtraEditors.v20.1.resources.dll
    │   │   │       ├── DevExpress.XtraGrid.v20.1.resources.dll
    │   │   │       ├── DevExpress.XtraLayout.v20.1.resources.dll
    │   │   │       ├── DevExpress.XtraNavBar.v20.1.resources.dll
    │   │   │       ├── DevExpress.XtraPrinting.v20.1.resources.dll
    │   │   │       └── DevExpress.XtraTreeList.v20.1.resources.dll
    │   │   └── Release
    │   ├── obj
    │   │   └── Debug
    │   │       ├── 3fae6baf-088d-40e8-b8df-7885f868b96f_WindowsFormsApp12.exe
    │   │       ├── DesignTimeResolveAssemblyReferences.cache
    │   │       ├── DesignTimeResolveAssemblyReferencesInput.cache
    │   │       ├── TempPE
    │   │       ├── WindowsFormsApp12.Entergroupchat.resources
    │   │       ├── WindowsFormsApp12.FRMUploadfiles.resources
    │   │       ├── WindowsFormsApp12.FrmApply.resources
    │   │       ├── WindowsFormsApp12.FrmFriend.resources
    │   │       ├── WindowsFormsApp12.FrmFriends.resources
    │   │       ├── WindowsFormsApp12.FrmGroupchat.resources
    │   │       ├── WindowsFormsApp12.FrmJurisdiction.resources
    │   │       ├── WindowsFormsApp12.FrmLogin.resources
    │   │       ├── WindowsFormsApp12.FrmRegister.resources
    │   │       ├── WindowsFormsApp12.FrmSearch.resources
    │   │       ├── WindowsFormsApp12.FrmUserInfo.resources
    │   │       ├── WindowsFormsApp12.FrmUserPwd.resources
    │   │       ├── WindowsFormsApp12.Frmgeren.resources
    │   │       ├── WindowsFormsApp12.Frmgoutong.resources
    │   │       ├── WindowsFormsApp12.Frmguanliyuan.resources
    │   │       ├── WindowsFormsApp12.Frmliulan.resources
    │   │       ├── WindowsFormsApp12.Frmmessage.resources
    │   │       ├── WindowsFormsApp12.Frmsee.resources
    │   │       ├── WindowsFormsApp12.Frmyonghu.resources
    │   │       ├── WindowsFormsApp12.Properties.Resources.resources
    │   │       ├── WindowsFormsApp12.csproj.CopyComplete
    │   │       ├── WindowsFormsApp12.csproj.CoreCompileInputs.cache
    │   │       ├── WindowsFormsApp12.csproj.FileListAbsolute.txt
    │   │       ├── WindowsFormsApp12.csproj.GenerateResource.cache
    │   │       ├── WindowsFormsApp12.csprojAssemblyReference.cache
    │   │       ├── WindowsFormsApp12.exe
    │   │       ├── WindowsFormsApp12.pdb
    │   │       └── windowsformsapp12.exe.licenses
    │   └── sysManage.cs
    └── WindowsFormsApp12.sln

25 directories, 298 files



实例下载地址

C# 网盘聊天资源文件管理器,包含群聊共享,群聊聊天,资源管理器的上传下载和删除,服务端,客户端

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

第 1 楼 13682202737 发表于: 2021-09-15 14:37 47
需要安装dev控件,同时需要了解ftp上传

支持(0) 盖楼(回复)

发表评论

(您的评论需要经过审核才能显示)

查看所有1条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警