- 博客(3)
- 收藏
- 关注
原创 structurizr lite 运行报错
structurizr lite 运行报错:java.nio.file.AccessDeniedException: /usr/local/structurizr/logs解决方案问题的发现过程按照https://dev.to/simonbrown/getting-started-with-structurizr-lite-27d0的structurizr lite的使用步骤,在运行到 docker run -it --rm -p 8080:8080 -v /Users/alice/struct
2021-08-10 13:57:56
243
原创 linux内核开发基础
linux内核开发基础 开发一个内核模块的helloworld当我门开始学习一种新的编程方式时必然会是以一个helloworld,通过对helloworld的编写可以让了解开发环境,开发方式以及和基本的代码编写过程,以下就是它的源代码和makefile。源码helloword.c#include <linux/init.h>#include <linux/module.h>static int __init hello_init(void){printk("hell
2020-10-09 15:11:41
223
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅