摘要: https://zhuanlan.zhihu.com/p/108505177 论文中的表格制作一直是令人头疼的事情,直到我遇见了这个Excel插件。 在此之前,我用过一些其他的小工具,例如在线的latex表格生成器 以及离线的LaTable软件 。他们虽然部分解决了手动写latex表格的麻烦,但是他 阅读全文
posted @ 2020-12-16 20:02 imoon22 阅读(1599) 评论(0) 推荐(0)
摘要: 先build.sh sudo cmake ../dcmtk-3.6.5 -DCMAKE_CXX_STANDARD=11 阅读全文
posted @ 2020-12-04 18:08 imoon22 阅读(301) 评论(0) 推荐(0)
摘要: https://vim.fandom.com/wiki/Make_mouse_drag_not_select_text_or_go_into_visual_mode :set mouse-=a Yep, having the mouse do anything within VIM itself i 阅读全文
posted @ 2020-11-26 15:33 imoon22 阅读(149) 评论(0) 推荐(0)
摘要: 定时跑任务: https://superuser.com/questions/276701/using-the-watch-command-with-an-argument-that-contains-quotes https://www.tecmint.com/run-repeat-linux-c 阅读全文
posted @ 2020-11-20 22:50 imoon22 阅读(237) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/xrinosvip/article/details/89300666 阅读全文
posted @ 2020-11-19 22:40 imoon22 阅读(654) 评论(0) 推荐(0)
摘要: https://medium.com/kouosl/opencv-4-2-0-set-up-for-c-in-android-studio-dc88b0bb34b2 https://stackoverflow.com/questions/27406303/opencv-in-android-stud 阅读全文
posted @ 2020-11-02 23:18 imoon22 阅读(277) 评论(0) 推荐(0)
摘要: https://askubuntu.com/questions/204823/how-do-you-change-the-default-document-viewer-to-okular Well, none of the other answers worked on 14.04, Okular 阅读全文
posted @ 2020-11-01 13:08 imoon22 阅读(377) 评论(0) 推荐(0)
摘要: https://stackoverflow.com/questions/64337297/android-studio-on-ubuntu-will-not-open Remove lib folder .local/share/Google/AndroidStudio4.1/marketplace 阅读全文
posted @ 2020-10-30 18:33 imoon22 阅读(389) 评论(0) 推荐(0)
摘要: 1. 下载oracle jdk 安装包,dpkg -i <package> 安装 2. 设置路径: 新建以下文件: sudo vi /etc/profile.d/oracle_java.sh 编辑内容: export JAVA_HOME=/usr/lib/jvm/jdk-11.0.9 export 阅读全文
posted @ 2020-10-30 17:45 imoon22 阅读(129) 评论(0) 推荐(0)
摘要: 1. 将新安装的oracle jdk加入 update-alternatives 管理范围: # --install needs <link> <name> <path> <priority> sudo update-alternatives --install /usr/bin/java java 阅读全文
posted @ 2020-10-30 17:37 imoon22 阅读(1997) 评论(0) 推荐(0)