好好爱自己!

上一页 1 ··· 79 80 81 82 83 84 85 86 87 ··· 179 下一页
摘要: 原文: :https://www.jianshu.com/p/f9a5b07d99a2 1、首先根据Ethernet II类型以太网帧格式可以得知,Ethernet II类型以太网帧的最小长度为64字节,最大长度为1518字节。(另外还有7字节前导同步吗+1字节帧开始定界符是所有类型的以太网帧格式必 阅读全文
posted @ 2018-10-11 22:38 立志做一个好的程序员 阅读(2694) 评论(0) 推荐(0)
摘要: 1. http协议有正文大小说明的content-length2. 或者分块传输chunked的话 读到0\r\n\r\n 就是读完了 http响应内容比较大的话,会分成多个tcp segment 发送,不是最后一个segment的话, tcp的payload不会有http header字段, 如果 阅读全文
posted @ 2018-10-11 22:08 立志做一个好的程序员 阅读(4427) 评论(0) 推荐(1)
摘要: 还需要论述一下seq、ack表示什么意思,应该以什么样的角度去理解这两个序列号。 sequence number:表示的是我方(发送方)这边,这个packet的数据部分的第一位应该在整个data stream中所在的位置。(注意这里使用的是“应该”。因为对于没有数据的传输,如ACK,虽然它有一个se 阅读全文
posted @ 2018-10-11 20:37 立志做一个好的程序员 阅读(4364) 评论(0) 推荐(0)
摘要: 原文:https://hackernoon.com/6-reasons-why-javascripts-async-await-blows-promises-away-tutorial-c7ec10518dd9 6 Reasons Why JavaScript’s Async/Await Blows 阅读全文
posted @ 2018-10-10 17:55 立志做一个好的程序员 阅读(213) 评论(0) 推荐(0)
摘要: 原文: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Symbol/split 阅读全文
posted @ 2018-10-09 18:05 立志做一个好的程序员 阅读(922) 评论(0) 推荐(0)
摘要: 原文: https://stackoverflow.com/questions/15760462/why-does-typescript-use-the-keyword-export-to-make-classes-and-interfaces-publ Question: While dabbli 阅读全文
posted @ 2018-10-09 11:33 立志做一个好的程序员 阅读(216) 评论(0) 推荐(0)
摘要: 直接上代码, 成功测验了es6的新特性 import , export语法。 服务器返回 js文件时,要加上content-type: applicaiton/javascript 这个字段。 index.html foo.js //另外,export支持别名导出, 所以改成下面这样也是可以的。 c 阅读全文
posted @ 2018-09-30 16:15 立志做一个好的程序员 阅读(6227) 评论(0) 推荐(1)
摘要: Understanding the JavaScript Engine — Part 1 Understanding the JavaScript Engine — Part 1 I have been a Ruby on Rails developer for the last 2 years. 阅读全文
posted @ 2018-09-29 15:56 立志做一个好的程序员 阅读(227) 评论(0) 推荐(0)
摘要: 原文: https://www.cnblogs.com/zczhangcui/p/6435652.html https://blog.mgechev.com/2017/09/16/developing-simple-interpreter-transpiler-compiler-tutorial/ 阅读全文
posted @ 2018-09-29 11:18 立志做一个好的程序员 阅读(303) 评论(0) 推荐(0)
摘要: 原文: https://blog.csdn.net/iteye_15570/article/details/82548132 Subversion有一个很标准的目录结构,是这样的。比如项目是proj,svn地址为svn://proj/,那么标准的svn布局是svn://proj/|+-trunk+- 阅读全文
posted @ 2018-09-27 15:53 立志做一个好的程序员 阅读(260) 评论(0) 推荐(0)
上一页 1 ··· 79 80 81 82 83 84 85 86 87 ··· 179 下一页

不断学习创作,与自己快乐相处