git-learning git-learninggit全局设置用户名跟邮箱git全局设置用户名跟邮箱,基本操作一次以后很少再变化。 设置全局用户名,xxx替换为用户名 1git config --global user.name "xxx" 设置全局用户邮箱,xxx替换为用户邮箱 1git config --global user.email "xxx" git全局设置用户名 2023-04-21 git #git #shell #vim #mm #proxy
github-pages github-pageshttps://fluid-dev.github.io/hexo-fluid-docs/start/ [Hexo博客搭建]第4章Hexo图片显示问题-知乎(zhihu.com) Hexo功能增强插件-西西弗苏- SegmentFault思否 更换Hexo的网页图标/小图片Hexo change page favicon blog-dev/_config. 2023-04-21 git #git #log #net #fluid #hexo
git submodules git submodules更新 submodule 自动初始化并更新仓库中的每一个子模块, 包括可能存在的嵌套子模块。 方式1 1git clone --recurse-submodules https://github.com/realwujing/linux-learning.git 方式2 12git clone https://github.com/realwujing/linu 2023-04-21 git #assembly #cpp #git #linux #log #mm #net #modules #sync
使用工具qdbuscpp2xml从object.h生成XML文件 使用工具qdbuscpp2xml从object.h生成XML文件qdbuscpp2xml -M ../qdbus/test.h -o com.scorpio.test.xml 使用工具qdbusxml2cpp从XML文件生成继承自QDBusInterface的类#qdbusxml2cpp com.scorpio.test.xml -p valueInterface 生成两个文件 2023-04-21 cpp > qt-learning > dbus > proxy #cpp #dbus #proxy
std::thread "Hello world" std::thread “Hello world”下面是一个最简单的使用 std::thread 类的例子: 1234567891011121314#include <iostream> // std::cout#include <thread> // std::threadvoid thread_task() { std::cout << 2023-04-21 cpp > thread > hello_world #cpp #gdb #log #task #pthread #thread #hello_world
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官方ap 2023-04-21 sql #docker #git #linux #log #python #net
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 #git #go