README todolist A Vue.js project Build Setup 1234567891011121314151617181920# install dependenciesnpm install# serve with hot reload at localhost:8080npm run dev# build for production with minificationnpm 2023-04-21 javascript > todolist #git #Vue
redis Redis Redis常见面试题 redis面试必问 Redis哨兵(Sentinel)模式 开发技术-批量删除redis数据的4种方法_JustDI0209的博客-CSDN博客 2023-04-21 redis #HTML
mysql教程 mysql教程 Mysql安装 MySQL安装配置 如何在Ubuntu 20.04 LTS Linux上安装MySQL服务器 Ubuntu 18.04 64位安装MySQL8.0 Ubuntu18.04下安装MySQL ubuntu20.04安装mysql8.0 Ubuntu20.04安装Mysql(亲测有效,一定要按步骤来) 在 Ubuntu 18.0-10上安装 MySQL8 mysql官方 2023-04-21 sql #HTML #git #Linux #linux
cargo教程 cargo教程 Cargo 中文文档 Cargo 教程 https://cxx.rs/build/cmake.html https://github.com/XiangpengHao/cxx-cmake-example Rust 调用C/C++ 《Rust编程之道》随书源码 2023-04-21 rust #HTML #git #C++
flatpak flatpak demo1 12345678910111213141516flatpak install com.belmoussaoui.Decoder # 默认过滤规则进入沙箱flatpak run --devel --command=bash com.belmoussaoui.Decoder # 发送测试命令 需要换成自己的demo服务,然后启动服务,预期结果dbus调用被拦截dbus- 2023-04-19 linux > package #HTML
rpm-ostree compose tree rpm-ostree compose tree 基于Fedora-Workstation-Live-x86_64-28-1.1 rpm-ostree compose tree 用在server上。 https://pagure.io/fedora-atomic/tree/master 1sudo /home/wujing/code/rpm-ostree/rpm-ostree compose tre 2023-04-19 linux > package > rpm-ostree #HTML
rpm-ostree安装教程 rpm-ostree安装教程 Rpm-ostree通过autogen.sh自动生成makefile文件,点击下方链接了解autogen.sh。 Linux工具之autogen.sh autotools自动编译系列之三---autogen.sh实例 1. 进入rpm-ostree代码目录下 1cd rpm-ostree 2. 执行脚本autogen.sh 12dnf install autoconf 2023-04-19 linux > package > rpm-ostree #HTML #Linux #linux
README Linux-0.11 The old Linux kernel source ver 0.11 which has been tested under modern Linux, Mac OSX and Windows. 1. Build on Linux 1.1. Linux Setup a linux distribution: debian , ubuntu and mint are re 2023-04-19 linux > kernel > Linux-0.11-yuan-xy #Linux #qemu #linux
amd64下基于per_cpu变量current_task获取task_struct amd64下基于per_cpu变量current_task获取task_struct 获取current_task地址 1nm vmlinux | grep current_task 获取task_struct指针 获取当前正在运行的cpu所属线程: 1info threads 从上图看到有8个cpu,可以改动qemu虚拟化时-smp 8参数调整cpu个数。 1(struct task_ 2023-04-19 linux > kernel > qemu #git #Linux #qemu #linux