个人工作笔记 本次搜索耗时 0.018 秒,为您找到 93 个相关结果.
  • nginx 安装及配置

    2856 2021-05-04 《Settings》
    安装nginx 添加网站 代理HTTP 代理HTTPS 安装nginx wget http :// soft . vpser . net / lnmp / lnmp1 . 6.tar . gz - cO lnmp1 . 6.tar . gz tar zxf lnmp1 . 6.tar . gz cd lnmp1 . 6 ....
  • UPF

    2805 2023-04-21 《verilog》
    1.1、動態和靜態功耗(Dynamic and Static Power) 1.1.1、Dynamic power Switch power:取决于时钟频率(每秒翻转的次数)以及开关活动性(在连续时钟周期实际反转的次数) Internal power: 当输入信号处于翻转的...
  • jenkins report

    2799 2021-09-12 《Settings》
    generate reports pipeline generate reports cppcheck ./ src -- xml 2 > cppcheck . xml cmake - B ./ build - DCMAKE_BUILD_TYPE = Debug cmake -- build ./ build ./ bu...
  • gmock_for_dummies.md

    2745 2021-05-04 《Google test》
    gMock for Dummies What Is gMock? Why gMock? Getting Started A Case for Mock Turtles Writing the Mock Class How to Define It Where to Put It Using Mocks in Tests Setting Exp...
  • 附录 1:进一步阅读的学习材料

    附录 1:进一步阅读的学习材料 许可 附录 1:进一步阅读的学习材料 首先,恭喜 ? 你阅读完本书!笔者希望本书有提起你对现代 C++ 的兴趣。 正如本书引言部分提到的,本书只是一本带你快速领略现代 C++ 11/14/17/20 新特性的读物,而非进阶学习实践 C++『黑魔法』的内容。笔者当然也想到了这个需求,只是这样的内容非常艰深,鲜有受众。...
  • 源码编译及调试

    2692 2022-10-04 《Electron 源码浅析》
    Electron Debugging Generic Debugging Printing Stacktraces Breakpoint Debugging Platform-Specific Debugging Debugging with the Symbol Server Electron Debugging There are ma...
  • JFrog

    2432 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 ...
  • vscode

    2393 2021-05-30 《Settings》
    debug js settings 设置分割线 settings -> ruler -> Edit in settings.json clang-format path debug js settings { // Use IntelliSense to learn about possible attributes. ...
  • 如何配置系统代理?

    2359 2022-05-03 《Linux》
    配置curl,wget,pip代理 配置git 代理 配置curl,wget,pip代理 在~/.zshrc 中添加setproxy 和 unsetproxy , 在需要时启用或者禁用 vim ~/. zshrc ##添加如下指令 alias setproxy = "export http_proxy=http://127.0.0...
  • 如何配置myzsh?

    2258 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...