91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 3.36M
    文件類型: .zip
    金幣: 2
    下載: 14 次
    發布日期: 2021-01-30
  • 語言: Python
  • 標簽:

資源簡介

功能簡介:
 群聊功能: 一個聊天窗口發消息全部都能收到
 私聊功能: 只能給特定的IP和端口或者用戶名發消息
 查看在線用戶功能: 可以查看當前在線用戶
 上傳下載功能: 用戶可以從文件服務器上傳下載文件
 發送表情功能
 發送圖片功能

步驟:
 版本1-7 文字聊天室
 版本8 將文字聊天室界面美化,加按鈕、換文本框(用于顯示的列表框不能貼圖)
 版本9 開始文件管理器的圖形界面化
 版本10 將文件功能加入聊天室(ftpDemo)
 版本11 開始將發送表情功能加入聊天室
 版本13-14 開始將發送圖片功能加入聊天室

PS:
 版本號對應文件夾尾號
 項目文件夾是按功能一個個分的
 里面的代碼如果有多個版本則是功能慢慢完善的過程
 更多的具體看每個代碼開頭的注釋說明

資源截圖

代碼片段和文件信息

‘‘‘
????登錄名:?ftp??密碼:?空
????服務端起始工作目錄為resource文件夾
????get?文件名:下載文件到download文件夾?如果文件已存在?可選擇是否覆蓋
????put?文件名:?上傳客戶端所在的指定文件到服務端工作目錄下
????cd?目錄名?or?..:?進入或返回上一文件夾
????dir:?顯示當前目錄所有文件和目錄名
????help:?可用命令??quit:?斷開連接??cls:?清屏

‘‘‘

import?socket
import?threading
import?time
import?os
import?json????#用于將列表或字典轉換成json字符串傳輸

IP?=?‘127.0.0.1‘
PORT?=?50008
s?=?socket.socket(?socket.AF_INET?socket.SOCK_STREAM?)
s.connect((IP?PORT))

def?main():?
????user?=?input(‘user:?‘)
????pwd?=?input(‘password:?‘)
????if?pwd?==?‘‘?and?user?==?‘ftp‘:
????????while?True:
????????????message?=?input(‘>>>?‘)
????????????if?message?==?‘‘:
????????????????continue
????????????if?message?==?‘quit‘:
????????????????s.send(message.encode())
????????????????break
????????????enter?=?messag

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2018-11-23?05:57??The-chat-room-master\
?????文件????????6148??2018-11-23?05:57??The-chat-room-master\.DS_Store
?????文件????????1036??2018-11-23?05:57??The-chat-room-master\README.md
?????目錄???????????0??2018-11-23?05:57??The-chat-room-master\ftpDemo(圖形界面化)\
?????目錄???????????0??2018-11-23?05:57??The-chat-room-master\ftpDemo(圖形界面化)\File0\
?????文件???????17566??2018-11-23?05:57??The-chat-room-master\ftpDemo(圖形界面化)\File0\0.jpg
?????文件????????4607??2018-11-23?05:57??The-chat-room-master\ftpDemo(圖形界面化)\File0\FileClient.py
?????文件????????3058??2018-11-23?05:57??The-chat-room-master\ftpDemo(圖形界面化)\File0\FileServer.py
?????目錄???????????0??2018-11-23?05:57??The-chat-room-master\ftpDemo(圖形界面化)\File0\resources\
?????目錄???????????0??2018-11-23?05:57??The-chat-room-master\ftpDemo(圖形界面化)\File0\resources\res2\
?????文件??????125891??2018-11-23?05:57??The-chat-room-master\ftpDemo(圖形界面化)\File0\resources\res2\2.jpg
?????文件?????????365??2018-11-23?05:57??The-chat-room-master\ftpDemo(圖形界面化)\File0\resources\tcpserver_01.py
?????文件?????????491??2018-11-23?05:57??The-chat-room-master\ftpDemo(圖形界面化)\File0\resources\tcpserver_02.py
?????文件?????????505??2018-11-23?05:57??The-chat-room-master\ftpDemo(圖形界面化)\File0\resources\tcpserver_03.py
?????文件?????????544??2018-11-23?05:57??The-chat-room-master\ftpDemo(圖形界面化)\File0\resources\tcpserver_04.py
?????文件????????1001??2018-11-23?05:57??The-chat-room-master\ftpDemo(圖形界面化)\File0\resources\tcpserver_06.py
?????目錄???????????0??2018-11-23?05:57??The-chat-room-master\ftpDemo(圖形界面化)\File1\
?????文件???????10133??2018-11-23?05:57??The-chat-room-master\ftpDemo(圖形界面化)\File1\1.jpg
?????文件????????5196??2018-11-23?05:57??The-chat-room-master\ftpDemo(圖形界面化)\File1\FileClient01.py
?????文件????????3058??2018-11-23?05:57??The-chat-room-master\ftpDemo(圖形界面化)\File1\FileServer.py
?????目錄???????????0??2018-11-23?05:57??The-chat-room-master\ftpDemo(圖形界面化)\File1\resources\
?????目錄???????????0??2018-11-23?05:57??The-chat-room-master\ftpDemo(圖形界面化)\File1\resources\res2\
?????文件??????125891??2018-11-23?05:57??The-chat-room-master\ftpDemo(圖形界面化)\File1\resources\res2\2.jpg
?????文件?????????365??2018-11-23?05:57??The-chat-room-master\ftpDemo(圖形界面化)\File1\resources\tcpserver_01.py
?????文件?????????491??2018-11-23?05:57??The-chat-room-master\ftpDemo(圖形界面化)\File1\resources\tcpserver_02.py
?????文件?????????505??2018-11-23?05:57??The-chat-room-master\ftpDemo(圖形界面化)\File1\resources\tcpserver_03.py
?????文件?????????544??2018-11-23?05:57??The-chat-room-master\ftpDemo(圖形界面化)\File1\resources\tcpserver_04.py
?????文件????????1001??2018-11-23?05:57??The-chat-room-master\ftpDemo(圖形界面化)\File1\resources\tcpserver_06.py
?????目錄???????????0??2018-11-23?05:57??The-chat-room-master\ftpDemo(圖形界面化)\File2\
?????文件???????18245??2018-11-23?05:57??The-chat-room-master\ftpDemo(圖形界面化)\File2\2.jpg
?????文件????????4393??2018-11-23?05:57??The-chat-room-master\ftpDemo(圖形界面化)\File2\FileClient02.py
............此處省略286個文件信息

評論

共有 條評論