上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 27 下一页
摘要: CentOS dnf --enablerepo=powertools install texinfo 阅读全文
posted @ 2022-05-08 23:23 sinferwu 阅读(130) 评论(0) 推荐(0) 编辑
摘要: https://www.developing-stuff.com/how-to-compile-run-c-code-at-runtime-or-how-to-use-c-as-a-scripting-language/ https://zhuanlan.zhihu.com/p/358456265 阅读全文
posted @ 2022-05-08 20:38 sinferwu 阅读(140) 评论(0) 推荐(0) 编辑
摘要: ^([a-z0-9_\.]+)@([\da-z\.-]+)\.([a-z\.]{2,6})$ https://regex101.com/ https://regexper.com/ https://regexper.com/#%5E%28%5Ba-z0-9_%5C.%5D%2B%29%40%28%5 阅读全文
posted @ 2022-05-08 11:37 sinferwu 阅读(9) 评论(0) 推荐(0) 编辑
摘要: https://kodango.com/avoid-repeated-source-in-shell ${!_sourced_}是间接引用,这个执行没问题,source 会报错 bad substitution _sourced_="__sourced_$$__" echo "Flag variab 阅读全文
posted @ 2022-04-26 22:20 sinferwu 阅读(192) 评论(0) 推荐(0) 编辑
摘要: SHELL_FOLDER=$(dirname $(readlink -f "$0")) DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" script_dir=`dirname $(realpath $0)` #!/bin/bash sc 阅读全文
posted @ 2022-04-26 11:36 sinferwu 阅读(435) 评论(0) 推荐(0) 编辑
摘要: rpm2cpio uboot-tools-2019.07-3.el7.x86_64.rpm | cpio -idvm export PATH=$PATH:$HOME/.local/usr/bin 阅读全文
posted @ 2022-04-24 23:10 sinferwu 阅读(819) 评论(0) 推荐(0) 编辑
摘要: https://www.armbbs.cn/forum.php?mod=viewthread&tid=111972 5、网友做的Embassy/Rust 和 FreeRTOS/C的速度比较RUST竟然表现出了巨大的速度优势和资源优势,大家有兴趣也可以试试:https://tweedegolf.nl/ 阅读全文
posted @ 2022-04-18 12:59 sinferwu 阅读(85) 评论(0) 推荐(0) 编辑
摘要: 在处理windows格式文本,以 \r\n 为换行符,如果参与运算的数据是行尾的 syntax error: invalid arithmetic operator (error token is " https://stackoverflow.com/questions/43309793/remo 阅读全文
posted @ 2022-04-05 16:30 sinferwu 阅读(2761) 评论(0) 推荐(0) 编辑
摘要: 在64bit 系统中,强烈建议加入以下选项,将 implicit-function-declaration 视为 error -Werror=implicit-function-declaration https://stackoverflow.com/questions/9182763/impli 阅读全文
posted @ 2022-03-30 23:25 sinferwu 阅读(381) 评论(0) 推荐(0) 编辑
摘要: 𝙓𝙩𝙚𝙣𝙨𝙖 基础 https://suda-morris.github.io/blog/cs/xtensa.html 𝙇𝙬𝙄𝙋 基础 https://suda-morris.github.io/blog/cs/lwip.html wIP 的内存管理机制大致上可以分成三种: C 阅读全文
posted @ 2022-03-21 11:29 sinferwu 阅读(10) 评论(0) 推荐(0) 编辑
上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 27 下一页