12 2020 档案
摘要:怎么使用 正数 3 00000000 00000000 00000011 二进制编码 ~3, 表示 取反 11111111 11111111 11111100 3二进制编码取反 第一位是1 为负数,减1取反,得到对应的10进制 11111111 11111111 11111011 减 1 00000
阅读全文
摘要:https://www.tukuppt.com/muban/xqmayvdq.html
阅读全文
摘要:posthtml-expressions,posthtml-include,可以方便的对代码进行模块化处理和变量的使用
阅读全文
摘要:https://blog.csdn.net/qq_35623773/article/details/87868682 1. new WebSocket(`ws://${host}/url`); 2. onmessage 3. onclose
阅读全文
摘要:https://segmentfault.com/a/1190000021843971
阅读全文
摘要:var reader = new FileReader(); reader.readAsArrayBuffer(info.file); reader.onload = e => { // 文件加载成功之后,进行的操作 }
阅读全文