Yongqi's Blog


  • 首页

  • 分类

  • 归档

  • 标签

test

发表于 2021-09-22   |  
hhhh var normalm=L.tileLayer.chinaProvider('GaoDe.Normal.Map',{maxZoom:20,minZoom:1,attribution:'高德地图 Amap.com'});var imgm=L.tileLayer.chinaProvider(' ...
阅读全文 »

Notes about using mxnet-cpp and libtorch

发表于 2019-04-06   |  
Get mxnet-cpp library without building from sourceDownload the mxnet python package and extract .so librariesFor example, CUDA10 is installed in my co ...
阅读全文 »

Docker使用笔记

发表于 2018-05-16   |  
InstallationDocker is available in two editions: Community Edition(CE) Enterprise Edition(EE) Before installation, remove old version :1sudo apt-get ...
阅读全文 »

Mendeley can't use fcitx

发表于 2018-01-01   |  
使用Mendeley时发现无法使用fcitx输入法,原因是Mendeley使用了自己的Qt5的库,但没有提供fcitx的qt插件(ibus有)。参考yinflying的博客自己修改了Mendeley的debain包。 修改的debain包的地方有: 将lib/qt 下的库替换成了从官网下的Qt5. ...
阅读全文 »

xfig with latex

发表于 2017-12-29   |  
最近在写毕业论文,偶尔会使用xfig画一些图,然后插入到论文中去,一般情况下直接在xfig中导出eps格式的图片,再在latex中插入即可,但是当所画的图要包含数学公式时,上述操作显然不可行,经过一番研究,找到了xifg和latex完美结合的方法。 打开xfig的specialtext选项可以在启动 ...
阅读全文 »

C++多线程编程笔记

发表于 2017-11-19   |   分类于 Technology , C++   |  
基本使用示例代码:12345678910111213141516171819202122#include <iostream>#include <thread>#include <chrono>using namespace std;void read_val(i ...
阅读全文 »

Linux Command line notes

发表于 2017-11-05   |   分类于 Technology , Linux   |  
Search filesUsing findFinding by Name12find -name "query"find -iname "query" # ignore case Finding by Type1find -type f # f: regular file, d: director ...
阅读全文 »

OpenMP 笔记

发表于 2017-10-27   |   分类于 C++   |  
配置正常现代编译器都支持OpenMP,以gcc为例只要添加-fopenmp参数就可启用openmp:1g++ test.cpp -fopenmp 在程序中检测是否开启openmp123#ifndef _OPENMP std::cerr << "OpenMP not supported" ...
阅读全文 »

Backup Linux OS

发表于 2017-10-14   |   分类于 Technology , Linux   |  
基本思路:先拷贝整个操作系统到目标硬盘,修改挂载的分区,在目标硬盘上安装引导。 Copying Mount the destination partitions 1sudo mount /dev/sdbX /mnt # mount sdbX for example Copy the entire ...
阅读全文 »

i3-wm 配置

发表于 2016-11-14   |   分类于 Technology , Linux   |  
i3-wm配置文件中指定某些程序以floating形式打开时需要指定程序的class:for_window [class=”stardict”] floating enable程序的class可以通过xprop命令获得
阅读全文 »
12…5
No. L

No. L

The world is wide open.

46 日志
10 分类
17 标签
Github Weibo
© 2016 - 2021 No. L
由 Hexo 强力驱动
主题 - NexT.Pisces