• 大小: 0.06M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2020-12-14
  • 语言: C#
  • 标签: 服务端  程序  ck  OC  服务  

资源简介

Sock通讯服务端程序

资源截图

代码片段和文件信息

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

namespace 聊天程序1
{
    public enum Sendtype
    {
        文字 = 0
        文件
        震动
    }

    public partial class Form1 : Form
    {
        public Form1()
        {
            InitializeComponent();
        }


        int inforType = 0;
        ///发送消息分类:1 文字 buffer[0]=0 
        ///              2 文件 buffer[0]=1 
        ///              3 震动 buffer[0]=2
        /// 
        /// 发送文件函数
        /// 

        /// 
        /// 

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2019-08-14 09:12  聊天程序1\
     目录           0  2019-08-14 09:12  聊天程序1\聊天程序1\
     文件       10112  2019-06-28 11:51  聊天程序1\聊天程序1\Form1.Designer.cs
     文件        8640  2019-06-28 15:39  聊天程序1\聊天程序1\Form1.cs
     文件        5817  2019-06-28 11:51  聊天程序1\聊天程序1\Form1.resx
     文件         494  2019-06-25 15:54  聊天程序1\聊天程序1\Program.cs
     目录           0  2019-08-14 09:12  聊天程序1\聊天程序1\Properties\
     文件        1358  2019-06-25 15:54  聊天程序1\聊天程序1\Properties\AssemblyInfo.cs
     文件        2878  2019-06-25 15:54  聊天程序1\聊天程序1\Properties\Resources.Designer.cs
     文件        5612  2019-06-25 15:54  聊天程序1\聊天程序1\Properties\Resources.resx
     文件        1100  2019-06-25 15:54  聊天程序1\聊天程序1\Properties\Settings.Designer.cs
     文件         249  2019-06-25 15:54  聊天程序1\聊天程序1\Properties\Settings.settings
     目录           0  2019-08-14 09:12  聊天程序1\聊天程序1\bin\
     目录           0  2019-08-14 09:12  聊天程序1\聊天程序1\bin\Debug\
     文件       14848  2019-08-17 16:19  聊天程序1\聊天程序1\bin\Debug\聊天程序1.exe
     文件       34304  2019-08-17 16:19  聊天程序1\聊天程序1\bin\Debug\聊天程序1.pdb
     文件       11600  2019-10-12 14:53  聊天程序1\聊天程序1\bin\Debug\聊天程序1.vshost.exe
     文件         490  2017-09-29 21:43  聊天程序1\聊天程序1\bin\Debug\聊天程序1.vshost.exe.manifest
     目录           0  2019-08-14 09:12  聊天程序1\聊天程序1\obj\
     目录           0  2019-08-14 09:12  聊天程序1\聊天程序1\obj\x86\
     目录           0  2019-08-17 16:19  聊天程序1\聊天程序1\obj\x86\Debug\
     文件        5420  2019-06-25 18:57  聊天程序1\聊天程序1\obj\x86\Debug\DesignTimeResolveAssemblyReferences.cache
     文件        6423  2019-08-17 16:19  聊天程序1\聊天程序1\obj\x86\Debug\DesignTimeResolveAssemblyReferencesInput.cache
     目录           0  2019-10-12 14:55  聊天程序1\聊天程序1\obj\x86\Debug\TempPE\
     文件         180  2019-06-28 11:51  聊天程序1\聊天程序1\obj\x86\Debug\聊天程序1.Form1.resources
     文件         180  2019-06-25 16:41  聊天程序1\聊天程序1\obj\x86\Debug\聊天程序1.Properties.Resources.resources
     文件         978  2019-10-12 14:53  聊天程序1\聊天程序1\obj\x86\Debug\聊天程序1.csproj.FileListAbsolute.txt
     文件         975  2019-06-28 11:51  聊天程序1\聊天程序1\obj\x86\Debug\聊天程序1.csproj.GenerateResource.Cache
     文件        9214  2019-06-26 10:55  聊天程序1\聊天程序1\obj\x86\Debug\聊天程序1.csprojResolveAssemblyReference.cache
     文件       14848  2019-08-17 16:19  聊天程序1\聊天程序1\obj\x86\Debug\聊天程序1.exe
     文件       34304  2019-08-17 16:19  聊天程序1\聊天程序1\obj\x86\Debug\聊天程序1.pdb
............此处省略3个文件信息

评论

共有 条评论