网络
文章平均质量分 84
MaximilianLiu
A young man from China who want to make something great to world people in the future,now I call myself developer,programmer,homeguy,and someone unknow,LOL!
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
NetWork网络_TCP
NetWork网络简易演示服务器:using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;using System.Net.Sockets;using System.Net;using System.IO;原创 2017-09-13 10:49:21 · 328 阅读 · 0 评论 -
NetWork网络_TCP_双向输出聊天
NetWork网络_TCP_双向输出聊天服务器:using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;using System.Net.Sockets;using System.Net;using System原创 2017-09-13 11:22:38 · 356 阅读 · 0 评论 -
NetWork网络_TCP_在unity中初步实现局域网互联效果
NetWork网络_TCP_在unity中初步实现局域网互联效果首先搭建界面,建立Canvas并且赋予两个按钮建立服务器和客户端的功能为Canvas写一个脚本,实现点击事件和网络通讯速率的调整(能改善画面同步效果)using System.Collections;using System.Collections.Generic;using UnityEngine;pub原创 2017-09-13 17:42:54 · 2641 阅读 · 0 评论
分享