• 大小: 0.61M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2020-12-26
  • 语言: C#
  • 标签: 聊天  天气  

资源简介


资源截图

代码片段和文件信息

using Liu_Control;
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.IO;
using System.Linq;
using System.Net;
using System.Net.Sockets;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using System.Windows.Forms;

namespace ChatLIst
{
    public partial class Form1 : Form
    {
        public Form1()
        {
            InitializeComponent();
        }
        BinaryWriter writer;
        int y = 0;
        private void button1_Click(object sender EventArgs e)
        {
            TcpClient tcp = new TcpClient();
            tcp.Connect(new IPEndPoint(IPAddress.Parse(“127.0.0.1“) 5666));
            writer = new BinaryWriter(tcp.GetStream());
         

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2018-11-07 21:50  .vs\
     目录           0  2018-11-07 21:57  .vs\ChatLIst\
     目录           0  2018-11-07 21:57  .vs\ChatLIst\DesignTimeBuild\
     文件         540  2018-11-07 21:57  .vs\ChatLIst\DesignTimeBuild\.dtbcache
     目录           0  2018-11-07 21:50  .vs\ChatLIst\v15\
     文件      112128  2018-11-07 21:57  .vs\ChatLIst\v15\.suo
     目录           0  2018-11-07 21:50  .vs\ChatLIst\v15\Server\
     目录           0  2018-11-07 21:50  .vs\ChatLIst\v15\Server\sqlite3\
     文件           0  2018-11-05 01:54  .vs\ChatLIst\v15\Server\sqlite3\db.lock
     文件      618496  2018-11-06 16:07  .vs\ChatLIst\v15\Server\sqlite3\storage.ide
     文件       32768  2018-11-07 21:51  .vs\ChatLIst\v15\Server\sqlite3\storage.ide-shm
     文件     4136512  2018-11-07 21:57  .vs\ChatLIst\v15\Server\sqlite3\storage.ide-wal
     目录           0  2018-11-07 21:54  ChatLIst\
     文件         189  2018-11-05 01:53  ChatLIst\App.config
     文件        3822  2018-11-05 19:02  ChatLIst\ChatLIst.csproj
     文件        4446  2018-11-06 17:44  ChatLIst\Form1.Designer.cs
     文件        2381  2018-11-07 21:54  ChatLIst\Form1.cs
     文件        5817  2018-11-06 17:44  ChatLIst\Form1.resx
     文件         520  2018-11-05 01:53  ChatLIst\Program.cs
     目录           0  2018-11-07 21:50  ChatLIst\Properties\
     文件        1314  2018-11-05 01:53  ChatLIst\Properties\AssemblyInfo.cs
     文件        2829  2018-11-05 01:53  ChatLIst\Properties\Resources.Designer.cs
     文件        5612  2018-11-05 01:53  ChatLIst\Properties\Resources.resx
     文件        1095  2018-11-05 01:53  ChatLIst\Properties\Settings.Designer.cs
     文件         249  2018-11-05 01:53  ChatLIst\Properties\Settings.settings
     目录           0  2018-11-07 21:50  ChatLIst\bin\
     目录           0  2018-11-07 21:55  ChatLIst\bin\Debug\
     文件       10752  2018-11-07 21:55  ChatLIst\bin\Debug\ChatLIst.exe
     文件         189  2018-11-05 01:53  ChatLIst\bin\Debug\ChatLIst.exe.config
     文件       34304  2018-11-07 21:55  ChatLIst\bin\Debug\ChatLIst.pdb
     文件       52736  2018-11-06 18:13  ChatLIst\bin\Debug\Liu_Control.dll
............此处省略92个文件信息

评论

共有 条评论