240 发简信
IP属地:山东
  • Resize,w 360,h 240
    hexo插入图片并排 插入jpg,png,gif

    在source文件夹下创建一个叫images的文件夹,把xxx.jpg或.png或.gif文件放在这里,然后在_post文件夹中的xxx.md直...

  • Resize,w 360,h 240
    hexo添加本地pdf文件链接

    安装hexo-pdf插件:npm install --save hexo-pdf(在含_config.yml和source文件夹等的blog文件...

  • Resize,w 360,h 240
    0_Cmake 3.16.3配置的若干问题(计算机图形学)

    问题1fatal: unable to access 'https://github.com/.......'[https://github.c...

  • Resize,w 360,h 240
    VS: Some bytes have been replaced with the Unicode substitution character while loading file

    VS "Some bytes have been replaced with the Unicode substitution characte...

  • Resize,w 360,h 240
    网段,子网掩码,网关

    一 、IP地址 概述计算机要实现网络通信,就必须要有一个用于快速定位的网络地址。IP地址就是计算机在网络中的唯一身份ID,与现实世界中快递的配送...

  • Resize,w 360,h 240
    Zetoro导入中文文献

    不是很方便但可行的方法 下载中文原文 在 百度学术中找到对应原文,并点击批量引用image 点击小口袋,选择导出至,并选择.bib格式image...

  • Resize,w 360,h 240
    linux虚拟机接入u盘

    插入u盘,操作如下图。

  • Resize,w 360,h 240
    linux截图工具Flameshot下载配置

    windows下好用的是Snippaste,但目前没有linux版。 在Ubuntu Software中搜索flameshot,install即...

  • linux解压命令行tar中zxvf的含义

    这些都是tar的参数。.tar.gz是一个压缩包,.tar只是打包而没有压缩,注意这点。 z:通过gzip支持压缩或解压缩。还有其他的压缩或解压...