个人工作笔记 本次搜索耗时 0.024 秒,为您找到 50 个相关结果.
  • 如何配置myzsh?

    2279 2022-05-03 《Linux》
    check the env install zsh install oh-my-zsh install plugin edit myzsh theme check the env cat / etc / shells install zsh sudo apt - get install zsh ## replace zs...
  • Verilator Compile and Install

    2189 2023-04-02 《verilog》
    在RISC-V的学习以及TVM-VTA的学习中,使用到了Verilator,因此记录其编译安装的方式。 Verilato作为开源的Verilog仿真器,使用方便。 OS: Ubuntu 18.04.3 Dependence Instation:[1] sudo apt - get install git make autoconf g ++ f...
  • Creating a New Electron Browser Module

    2178 2022-10-04 《Electron 源码浅析》
    Creating a New Electron Browser Module Add your files to Electron’s project configuration Create API documentation Set up ObjectTemplateBuilder and Wrappable Expose your API t...
  • 0.5 上报问题并提出改进建议

    2065 2021-05-04 《cmake cookbook》
    0.5 上报问题并提出改进建议 0.5 上报问题并提出改进建议 请将遇到的问题反馈到 https://github.com/dev-cafe/cmake-cookbook/issues。 要对源码库进行贡献,我们建议对原始库 https://github.com/dev-cafe/cmake-cookbook 进行Fork,并使用Pull Re...
  • Source Code Directory Structure

    1721 2022-10-04 《Electron 源码浅析》
    Source Code Directory Structure Structure of Source Code Structure of Other Directories Source Code Directory Structure The source code of Electron is separated into a few pa...
  • djinni

    1714 2020-10-31 《Settings》
    ##get djinni source git clone https : //gitee.com/netflt/djinni.git ## init env ./ src / run -- help ## testS cd example ./ run_djinni . sh
  • 如何美化系统主题?

    1615 2022-05-03 《Linux》
    install tweaks install WhiteSur-gtk-theme install WhiteSur-icon-theme install tweaks sudo apt install gnome - tweak - tool install WhiteSur-gtk-theme git clone https : ...
  • Mac终端配置ssh免密登陆教程

    1512 2023-07-23 《Linux》
    Mac终端配置ssh免密登陆教程 原文链接:https://blog.csdn.net/weixin_43922901/article/details/106078558 该方法和什么终端无关,主要是根据ssh key方式登陆,无需远程主机登录密码,非常方便。 1 生成ssh秘钥和公钥文件 进入本地终端: ssh - keygen - ...