随笔分类 -  技术篇

摘要:using System; using System.Collections; using System.Collections.Generic; using System.Threading; using System.Threading.Tasks; namespace ConsoleApp1 阅读全文
posted @ 2020-04-23 15:41 12不懂3 阅读(136) 评论(0) 推荐(0) 编辑
摘要:概念明确: 1:TCP/IP代表传输控制协议/网际协议,指的是一系列协议 为什么会叫TCP/IP、因为用的多, 2:HTTP 是属于应用层的协议 3:OSI七层模型和TCP/IP 平等,只是TCP/IP协议簇被广泛使用 TCP/IP协议簇基本框架就:应用层,传输层,网络层,链路层 最直白的解释 :如 阅读全文
posted @ 2020-04-21 16:35 12不懂3 阅读(389) 评论(0) 推荐(0) 编辑
摘要:数据结构: 数组 string[] set = new string[5]; 需要处理的元素数量确定并且需要使用下标时可以考虑,不过建议使用List<T> 优点: 连续存储在内存上,索引快, 缺点:固定长度,插入慢 集合 ArrayList aList = new ArrayList(); 优点:动 阅读全文
posted @ 2020-04-15 15:59 12不懂3 阅读(187) 评论(0) 推荐(0) 编辑

创作不易,请勿抄袭,欢迎转载!
点击右上角即可分享
微信分享提示