随笔分类 - misc
杂类
摘要:1,L1波段-1.57542GHz (正负偏移10MHz)。 2,L2波段-1.22760GHz。 3,L3波段-1.38105GHz。 4,L4波段-1.84140GHz。
阅读全文
摘要:C:\Users\admin>netstat -ano | findstr "8080" TCP 0.0.0.0:8080 0.0.0.0:0 LISTENING 18120 TCP [::]:8080 [::]:0 LISTENING 18120 C:\Users\admin>TASKKILL /
阅读全文
摘要:https://legacy.gitbook.com/book/tinylab/linux-doc/details/zh-cn
阅读全文
摘要:reference: https://github.com/icholy/ttygif 1 Method 1.1 Steps $ sudo apt-get install imagemagick ttyrec gcc x11-apps make git $ git clone https://git
阅读全文
摘要:因为交换机无法分配IP,交换机做的是地址转发,路由器做的是地址转换。 或者说: 路由器带有net功能交换机不带net功能
阅读全文
摘要:首先确认Oracle VM VirtualBox 的版本 然后通过如下链接下载对应的扩展增强包: http://download.virtualbox.org/virtualbox 再则,通过管理->全局设定->扩展安装对应的增强包: 最后通过 设置-> USB设备 即可开启支持USB3.0
阅读全文
摘要:上下文是函数运行时的环境或者说是依赖资源的集合,它决定了函数运行时可以获取到哪些变量、函数。 执行上下文(EC): 如果函数处于正在执行状态则该函数的上下文称为执行上下文, 与此同时如果函数处于非执行状态则为(普通)上下文。所以执行上下文只是上下文的不同状态,本质上它们没有区别。
阅读全文
摘要:AT+QICSGP=1,1,"UNIWAP","","",1 AT+QIACT=1 AT+QLOCCFG="contextid",1 AT+QLOCCFG="timeout",10 AT+QLOCCFG="token",”xxxxxxxxxxx” AT+QLOCCFG="server","www.q
阅读全文
摘要:# apt install g++-aarch64-linux-gnuReading package lists... 0% Reading package lists... Done Building dependency tree Reading state information... Don
阅读全文
摘要:////combuad_recv.cpp #include /*标准输入输出定义*/ #include /*标准函数库定义*/ #include /*Unix 标准函数定义*/ #include #include #include /*文件控制定义*/ #include /*PPSIX 终端控制定义*/ #include /*...
阅读全文
摘要:Big-Endian: 低地址存放高位,如下: 高地址 buf[3] (0x78) -- 低位 buf[2] (0x56) buf[1] (0x34) buf[0] (0x12) -- 高位 低地址 Little-Endian: 低地址存放低位,如下: 高地址 buf[3] (0x12) -- 高位
阅读全文
摘要:【Purpose】 Learning how to get ubuntu current default runlevel 【Eevironment】 Ubuntu 16.04, terminal 【Procdeure】 root@IoTP:~# systemctl get-defaultgraph
阅读全文
摘要:以太网的地址为48位,由ieee统一分配给网卡制造商,每个网卡的地址都必须是全球唯一的。共6个字节的长度 字节 5 4 3 2 1 0 位 47。。40 39。。32 31。。24 23。。16 15。。8 7。。0 例子 08 00 09 A0 4A B1 我们需要注意的是以太网地址的第32位是组
阅读全文
摘要:use dns-sd command simulate mdns message: dns-sd -R test _test._tcp local 1234 a=111111111111111111111111111111111111111111111111111111111111111111111
阅读全文
摘要:Code Reason Explanation 0 Reserved Normal working operation 1 Unspecific Reason We don’t know what’s wrong 2 Previous authentication no longer valid C
阅读全文
浙公网安备 33010602011771号