会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
whilewell
热爱生活,热爱代码
博客园
首页
新随笔
联系
订阅
管理
1
2
3
4
5
···
7
下一页
[置顶]
Openwrt Index 📌资料汇总
摘要: 持续更新中 🍗 openwrt-中文-wiki 🍗 openwrt-github 🍗 OpenWrt Downloads 系统配置 🍗 [OpenWrt Wiki] UCI系统 📌 所有配置文件说明 🍗 [OpenWrt Wiki] UCI 技术参考资料 📌 UCI API 接口:ge
阅读全文
posted @ 2021-12-31 18:40 whilewell
阅读(280)
评论(0)
推荐(1)
2022年9月1日
【转载】linux之vmlinux、vmlinuz、System.map和/proc/kallsyms简介
摘要: 原文:linux之vmlinux、vmlinuz、System.map和/proc/kallsyms简介_小立爱学习的博客-CSDN博客_vmlinux 文章目录 前言一、vmlinux与vmlinuz1.1 vmlinux1.2 vmlinuz1.3 extract-vmlinux1.4 vmli
阅读全文
posted @ 2022-09-01 23:30 whilewell
阅读(926)
评论(0)
推荐(0)
2022年6月19日
neovim_安装最新的neovim版本
摘要: 概述 由于服务器版本不同,默认安装的neovim的版本不是最新的,存在neovim插件的兼容问题。 需要按照下面方法操作 方法 sudo apt-add-repository ppa:neovim-ppa/stable sudo apt-get update sudo apt-get install
阅读全文
posted @ 2022-06-19 08:06 whilewell
阅读(1081)
评论(0)
推荐(0)
2022年6月12日
Wordpress这可能是最好管理博客的组件了(Documents from git的使用)
摘要: 详见:Wordpress组件Documents-from-Git使用 – whilewell
阅读全文
posted @ 2022-06-12 19:15 whilewell
阅读(41)
评论(0)
推荐(0)
2022年6月8日
Huawei LiteOS _简介
摘要: 概述 入口地址:https://gitee.com/LiteOS/LiteOS
阅读全文
posted @ 2022-06-08 23:28 whilewell
阅读(46)
评论(0)
推荐(0)
2022年6月7日
Ubuntu_安装Terminator
摘要: 概述 ubuntu 自带的终端无法选中即复制,所以想要换一个终端。网上介绍terminator比较好用,装来试试。 安装 sudo add-apt-repository ppa:gnome-terminator sudo apt update sudo apt install terminator
阅读全文
posted @ 2022-06-07 23:51 whilewell
阅读(467)
评论(0)
推荐(0)
2022年6月4日
我的个人博客网站
摘要: 博客地址:whilewell博客 | http://whilewell.gitee.io/blog
阅读全文
posted @ 2022-06-04 22:32 whilewell
阅读(49)
评论(0)
推荐(0)
vim的cscope _ ctags配置
摘要: 概述 我们经常阅读源码,需要查看函数实现,结构体定义和接口调用等。 常见的工具有: sourceinsight vim vscode opengrok 自己常用的就是vim和opengrok: vim配置后比较跟手, 主要用来中小范围内的阅读代码; opengrok主要用来全工程搜索。两者完美互补。
阅读全文
posted @ 2022-06-04 11:30 whilewell
阅读(603)
评论(0)
推荐(0)
2022年6月3日
WEB开发_技术路径
摘要:   ![
阅读全文
posted @ 2022-06-03 22:14 whilewell
阅读(43)
评论(0)
推荐(0)
文件系统_debugfs
摘要: 概述 DebugFS,顾名思义,是一种用于内核调试的虚拟文件系统,内核开发者通过debugfs和用户空间交换数据。类似的虚拟文件系统还有procfs和sysfs等,这几种虚拟文件系统都并不实际存储在硬盘上,而是Linux内核运行起来后才建立起来。 通常情况下,最常用的内核调试手段是printk。但p
阅读全文
posted @ 2022-06-03 17:20 whilewell
阅读(179)
评论(0)
推荐(0)
2022年6月2日
Python3--格式化输出
摘要: 格式化输出 基本语法 print("{}".format(123)) format不用指明打印参数的类型,使用起来及其方便 格式化字符串中包含大括号{}: 使用大括号再包裹一层 对齐: input print("[{:<10s}]".format("1")) //> 左对齐 print("[{:>1
阅读全文
posted @ 2022-06-02 23:34 whilewell
阅读(234)
评论(0)
推荐(0)
1
2
3
4
5
···
7
下一页
公告