上一页 1 2 3 4 5 6 7 ··· 183 下一页
摘要: mcu uart通讯 crc check error 翻译 搜索 复制 阅读全文
posted @ 2024-01-25 10:43 papering 阅读(2) 评论(0) 推荐(0) 编辑
摘要: 高并发架构设计(三大利器:缓存、限流和降级) https://mp.weixin.qq.com/s/1mBorW_B2xvJ_8FjE_JrCw 翻译 搜索 复制 阅读全文
posted @ 2024-01-24 09:28 papering 阅读(9) 评论(0) 推荐(0) 编辑
摘要: std::vector - cppreference.com https://en.cppreference.com/w/cpp/container/vector std::stack - cppreference.com https://en.cppreference.com/w/cpp/cont 阅读全文
posted @ 2024-01-23 11:39 papering 阅读(5) 评论(0) 推荐(0) 编辑
摘要: 清除setInterval 翻译 搜索 复制 阅读全文
posted @ 2024-01-22 16:28 papering 阅读(66) 评论(0) 推荐(0) 编辑
摘要: https://en.cppreference.com/w/cpp/thread/thread/join 深入剖析C++11线程库std::thread,迈入多线程编程的大门 - 知乎 https://zhuanlan.zhihu.com/p/354676653 C++容器使用reserve的重要性 阅读全文
posted @ 2024-01-22 15:43 papering 阅读(7) 评论(0) 推荐(0) 编辑
摘要: ::0 0.0.0.0 翻译 搜索 复制 阅读全文
posted @ 2024-01-18 17:41 papering 阅读(1) 评论(0) 推荐(0) 编辑
摘要: linux 用户 限定 tcp端口 你有普通用户使用特权端口 (1024 以下) 的需求吗,或许这篇文章能帮你彻底解决!-腾讯云开发者社区-腾讯云 https://cloud.tencent.com/developer/article/1526429 众所周知,在 Linux 系统下,只允许 Roo 阅读全文
posted @ 2024-01-18 14:33 papering 阅读(46) 评论(0) 推荐(0) 编辑
摘要: 主板 管理口 翻译 搜索 复制 阅读全文
posted @ 2024-01-17 16:44 papering 阅读(16) 评论(0) 推荐(0) 编辑
摘要: https://www.geeksforgeeks.org/stdmove-in-c/ std::move - cppreference.com https://en.cppreference.com/w/cpp/utility/move #include <iomanip> #include <i 阅读全文
posted @ 2024-01-16 09:22 papering 阅读(13) 评论(0) 推荐(0) 编辑
摘要: Generic Class using Template: #include <iostream> using namespace std; template <typename T> class Array { private: T* ptr; int size; public: Array(T 阅读全文
posted @ 2024-01-12 18:18 papering 阅读(2) 评论(0) 推荐(0) 编辑
摘要: flat_buffer - 1.70.0 https://www.boost.org/doc/libs/1_70_0/libs/beast/doc/html/beast/ref/boost__beast__flat_buffer.html FlatBuffers: Use in C++ https: 阅读全文
posted @ 2024-01-12 09:44 papering 阅读(9) 评论(0) 推荐(0) 编辑
摘要: noexcept operator (since C++11) - cppreference.com https://en.cppreference.com/w/cpp/language/noexcept noexcept operator (since C++11) C++ C++ languag 阅读全文
posted @ 2024-01-11 18:32 papering 阅读(3) 评论(0) 推荐(0) 编辑
摘要: redefinition of `struct in6_addr' 的解决办法 # make[ 0%] Built target GENHDR[ 0%] Building C object lib/CMakeFiles/websockets.dir/plat/unix/unix-sockets.c. 阅读全文
posted @ 2024-01-11 14:10 papering 阅读(138) 评论(0) 推荐(0) 编辑
摘要: ### Unix / Linux / macOS $ ./Configure $ make $ make test 1、make Can‘t locate IPC/Cmd.pm in @INC [ Downloads ] - /source/index.html https://www.openss 阅读全文
posted @ 2024-01-11 11:23 papering 阅读(718) 评论(0) 推荐(0) 编辑
摘要: 调用约定 | Microsoft Learn https://learn.microsoft.com/zh-cn/cpp/cpp/ Visual C/C++ 编译器提供了用于调用内部函数和外部函数的几个不同的约定。 了解这些不同的方法有助于调试程序以及将你的代码与汇编语言例程链接。 本主题中的各个主 阅读全文
posted @ 2024-01-09 14:35 papering 阅读(11) 评论(0) 推荐(0) 编辑
摘要: 如何在物联网平台解析设备透传数据_物联网平台(IoT)-阿里云帮助中心 https://help.aliyun.com/zh/iot/use-cases/parse-pass-through-data-from-devices 首页物联网平台实践教程最佳实践消息通信云端解析设备透传数据 云端解析设备 阅读全文
posted @ 2024-01-04 17:13 papering 阅读(17) 评论(0) 推荐(0) 编辑
摘要: 普通消息 | RocketMQ https://rocketmq.apache.org/zh/docs/featureBehavior/01normalmessage/ 普通消息 普通消息为 Apache RocketMQ 中最基础的消息,区别于有特性的顺序消息、定时/延时消息和事务消息。本文为您介 阅读全文
posted @ 2024-01-03 17:32 papering 阅读(18) 评论(0) 推荐(0) 编辑
摘要: BSP(Board Support Package),板级支持包,也称为硬件抽象层HAL或者中间层 一,转载: 关于驱动程序与BSP的区别_嵌入式Linux系统开发的博客-CSDN博客_bsp驱动 BSP即Board Support Package,板级支持包。它来源于嵌入式操作系统与硬件无关的设计 阅读全文
posted @ 2024-01-02 16:53 papering 阅读(234) 评论(0) 推荐(0) 编辑
摘要: /frps -c ./frps.ini 身份认证 | frp https://gofrp.org/zh-cn/docs/features/common/authentication/ 翻译 搜索 复制 阅读全文
posted @ 2023-12-29 17:08 papering 阅读(6) 评论(0) 推荐(0) 编辑
摘要: 深入理解安卓日志系统(logcat / liblog / logd) - 掘金 https://juejin.cn/post/6905368512001556487 深入理解安卓日志系统(logcat / liblog / logd) TonyBuilder 2020-12-125,456阅读7分钟 阅读全文
posted @ 2023-12-29 15:58 papering 阅读(95) 评论(0) 推荐(0) 编辑
摘要: 双跳网络 单跳网络 翻译 搜索 复制 阅读全文
posted @ 2023-12-28 17:51 papering 阅读(9) 评论(0) 推荐(0) 编辑
摘要: NB-IoT 基站 关于深入推进移动物联网全面发展的通知 http://www.scio.gov.cn/xwfb/gwyxwbgsxwfbh/wqfbh_2284/2021n_2711/2021n03y19r/wjxgzc_2950/202208/t20220808_310439.html 工信厅通 阅读全文
posted @ 2023-12-28 17:50 papering 阅读(11) 评论(0) 推荐(0) 编辑
摘要: NB-IoT基础联接技术 | 海思官网 https://www.hisilicon.com/cn/techtalk/nb-iot/ 什么是NB-IoT? NB-IoT(Narrow Band Internet of Things)是一种基于蜂窝的窄带物联网技术,也是低功耗广域物联(LPWA)的最佳联 阅读全文
posted @ 2023-12-28 12:17 papering 阅读(87) 评论(0) 推荐(0) 编辑
摘要: wireshark 抓包原理 翻译 搜索 复制 阅读全文
posted @ 2023-12-26 20:09 papering 阅读(13) 评论(0) 推荐(0) 编辑
摘要: 英国alphasense 高分辨率二氧化硫传感器(SO2传感器) - SO2-B4 https://www.isweek.cn/141.html CO-B4 - Alphasense - PDF Catalogs | Technical Documentation | Brochure https: 阅读全文
posted @ 2023-12-26 18:21 papering 阅读(89) 评论(0) 推荐(0) 编辑
摘要: BCD码 翻译 搜索 复制 阅读全文
posted @ 2023-12-26 12:17 papering 阅读(5) 评论(0) 推荐(0) 编辑
摘要: TF 卡 SD 卡 什么是TF卡 对于手机用户来说,看到一张非常小巧薄的可扩展存储卡并不奇怪,那就是 TF 卡。 TF卡是体积最小的存储卡,可以这么说。TF代表TransFlash,由东芝和SanDisk于2004年联合开发,同年底被SD协会收购后更名为micro SD卡。TF卡从此正式成为SD产品 阅读全文
posted @ 2023-12-26 11:24 papering 阅读(18) 评论(0) 推荐(0) 编辑
摘要: jlink 翻译 搜索 复制 阅读全文
posted @ 2023-12-26 11:12 papering 阅读(2) 评论(0) 推荐(0) 编辑
摘要: jlink 刷机 jlink https://docs.oracle.com/en/java/javase/11/tools/jlink.html#GUID-CECAC52B-CFEE-46CB-8166-F17A8E9280E9 jlink You can use the jlink tool t 阅读全文
posted @ 2023-12-26 11:12 papering 阅读(60) 评论(0) 推荐(0) 编辑
摘要: COAP协议 1.1. Features CoAP has the following main features: o Web protocol fulfilling M2M requirements in constrained environments o UDP [RFC0768] bind 阅读全文
posted @ 2023-12-25 20:34 papering 阅读(16) 评论(0) 推荐(0) 编辑
摘要: 临时修改 1、打开CMD.exe命令行窗口 2、通过 chcp命令改变代码页,UTF-8的代码页为65001 chcp 65001 执行该操作后,代码页就被变成UTF-8了。但是,在窗口中仍旧不能正确显示UTF-8字符。 3、修改窗口属性,改变字体 在命令行标题栏上点击右键,选择"属性"->“字体” 阅读全文
posted @ 2023-12-25 19:25 papering 阅读(35) 评论(0) 推荐(0) 编辑
摘要: Filesystem Tutorial https://www.boost.org/doc/libs/1_78_0/libs/filesystem/doc/tutorial.html #include <iostream>#include <boost/filesystem.hpp>using na 阅读全文
posted @ 2023-12-25 17:20 papering 阅读(3) 评论(0) 推荐(0) 编辑
摘要: C++中的string与char[]、char*详解_c++ string char*-CSDN博客 https://blog.csdn.net/m0_37433111/article/details/107347101 #ifndef _Person_H #define _Person_H cla 阅读全文
posted @ 2023-12-21 20:21 papering 阅读(3) 评论(0) 推荐(0) 编辑
摘要: C++ 之父 Bjarne Stroustrup:我会为全球数十亿行 C++ 代码带来一个崭新的解决方案 https://mp.weixin.qq.com/s/L8xYyR88KdHsHqyz_sQ5Sg 作者 | David Cassel译者 | 王强策划 | Tina在 CppCon C++ 会 阅读全文
posted @ 2023-12-21 09:42 papering 阅读(4) 评论(0) 推荐(0) 编辑
摘要: https://cmder.app/ 阅读全文
posted @ 2023-12-20 23:11 papering 阅读(8) 评论(0) 推荐(0) 编辑
摘要: paper.dvi http://ccr.sigcomm.org/online/files/p83-keshavA.pdf https://jyywiki.cn/ISER/2023/1-intro/index.html https://jyywiki.cn/ISER/2023/1-intro/ind 阅读全文
posted @ 2023-12-20 12:31 papering 阅读(5) 评论(0) 推荐(0) 编辑
摘要: WMTS - Introduction — OGC e-Learning 2.0.0 documentation https://opengeospatial.github.io/e-learning/wmts/text/main.html WMTS - Introduction Introduct 阅读全文
posted @ 2023-12-20 09:26 papering 阅读(7) 评论(0) 推荐(0) 编辑
摘要: Linux version 4.19.90-23.8.v2101.ky10.aarch64 翻译 搜索 复制 阅读全文
posted @ 2023-12-18 21:00 papering 阅读(449) 评论(0) 推荐(0) 编辑
摘要: 详解串口通信232/485/422 - 知乎 https://zhuanlan.zhihu.com/p/67849369 说说这些把人绕晕的串口通信(232,485,422) - 知乎 https://zhuanlan.zhihu.com/p/382850708 翻译 搜索 复制 详解串口通信232 阅读全文
posted @ 2023-12-15 15:48 papering 阅读(148) 评论(0) 推荐(0) 编辑
摘要: 提权 翻译 搜索 复制 阅读全文
posted @ 2023-12-15 12:42 papering 阅读(3) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 183 下一页