个人工作笔记 本次搜索耗时 0.062 秒,为您找到 19 个相关结果.
  • 0.2 Docker镜像

    5001 2021-05-04 《cmake cookbook》
    0.2 Docker镜像 0.2 Docker镜像 在Docker中进行环境搭建,无疑是非常方便的(依赖项都已经安装好了)。我们的Docker镜像是基于Ubuntu 18.04的镜像制作,您可以按照官方文档https://docs.docker.com 在您的操作系统上安装Docker。 Docker安装好后,您可以下载并运行我们的镜像,然后可以...
  • gmock_cook_book.md

    4718 2021-05-04 《Google test》
    gMock Cookbook Creating Mock Classes Dealing with unprotected commas Mocking Private or Protected Methods Mocking Overloaded Methods Mocking Class Templates Mocking Non-virtual...
  • primer.md

    4401 2021-05-04 《Google test》
    Googletest Primer Introduction: Why googletest? Beware of the nomenclature Basic Concepts Assertions Basic Assertions Binary Comparison String Comparison Simple Tests Test ...
  • docker

    3873 2021-11-06 《Settings》
    ubuntu 完全干净的卸载docker Ubuntu Docker 安装 使用官方安装脚本自动安装 手动安装 卸载旧版本 使用 Docker 仓库进行安装 设置仓库 安装 Docker Engine-Community 使用 Shell 脚本进行安装 卸载 docker ubuntu 完全干净的卸载docker 删除某软件,及其...
  • 基础

    3091 2022-02-10 《C++ 编程》
    { // Place your snippets for cpp here . Each snippet is defined under a snippet name and has a prefix , body and // description . The prefix is wh...
  • JFrog

    2525 2021-11-13 《Settings》
    Step 1: Download JFrog Artifactory Docker image Pull the latest Docker image of JFrog Artifactory. Confirm Docker images: Step 2: Create Data Directory Create data directory on ...
  • 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...
  • 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...