上一页 1 ··· 18 19 20 21 22 23 24 25 26 ··· 124 下一页
摘要: vim作为编辑器之神,绝对不是浪得虚名的,可以快速方便的进行文件编辑。 例如:先前编辑了一段代码test1.py import cv2 import numpy as np # read image img = cv2.imread('gsc.png') # show image cv2.imsho 阅读全文
posted @ 2023-04-02 16:30 叕叒双又 阅读(241) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/qq_39852676/article/details/126803234 https://www.guyuehome.com/40844 阅读全文
posted @ 2023-03-28 16:02 叕叒双又 阅读(18) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/qq_39852676/article/details/126803234 阅读全文
posted @ 2023-03-26 11:49 叕叒双又 阅读(23) 评论(0) 推荐(1)
摘要: 刚刚升级了系统,结果konsole就成了允许鼠标跟踪了,在vim下使用非常不方便。设置不跟踪步骤如下: 1.菜单-配置konsole,快捷键是ctrl+shift+, 2.选择左侧的配置方案中,选中自己的配置方案:Profile_G,选择编辑 3.左侧选择鼠标,右侧选择标签:杂项,将允许终端应用程序 阅读全文
posted @ 2023-03-22 17:10 叕叒双又 阅读(84) 评论(0) 推荐(0)
摘要: 1. download gtsam git clone https://github.com/borglab/gtsam.git change mkdir build $ cd build $ cmake .. $ make check (optional, runs unit tests) $ m 阅读全文
posted @ 2023-03-21 16:37 叕叒双又 阅读(53) 评论(0) 推荐(0)
摘要: https://gtsam.org/get_started/ ubuntu 20.04 install open jdk install matlablinux 2021a 阅读全文
posted @ 2023-03-21 02:26 叕叒双又 阅读(43) 评论(0) 推荐(0)
摘要: 一、安装输入法: 如果没有安装yay,pacman -S yay %yay -S fcitx5 fcitx5-qt fcitx5-configtool fcitx5-gtk fcitx5-rime fcitx5-pinyin-zhwiki fcitx5-material-color fcitx5-p 阅读全文
posted @ 2023-03-19 17:28 叕叒双又 阅读(2696) 评论(0) 推荐(0)
摘要: 字音、字形、字义区分 瞿 “瞿”字为上下结构,上半部分由两个“目”构成,下半部分为一个“隹”。“瞿”字有两个读音,一个念“qu”,意为:1.古代戟一类的兵器。2.佛陀与老子。3.佛教创始人释迦牟尼,姓瞿昙。4.姓。另一个念“ju”,意为:惊视,惊恐四顾。 翟 “翟”字也为上下结构,字形与“瞿”十分相 阅读全文
posted @ 2023-03-10 16:37 叕叒双又 阅读(1881) 评论(0) 推荐(0)
摘要: Theory is when you know everything but nothing works.Pratice is when everthing works but no one knows why.In out lab, pratice and theory are combined: 阅读全文
posted @ 2023-03-10 11:21 叕叒双又 阅读(53) 评论(0) 推荐(0)
摘要: bilibili的视频缓冲文件夹目录如下:1、手机存储->Android2、->data3、->tv.danmaku.bili4、->download5、->进入相应的数字目录,目录下有audio.m4s和video.m4s文件分别是对应的音频和视频文件也有可能在:6、->DCIM7、->bili 阅读全文
posted @ 2023-03-10 11:12 叕叒双又 阅读(1917) 评论(0) 推荐(0)
摘要: 使用 AppleALC 驱动黑苹果声卡 - 哔哩哔哩 (bilibili.com) 阅读全文
posted @ 2023-03-03 00:52 叕叒双又 阅读(167) 评论(0) 推荐(0)
摘要: https://hackintosh.myitnote.com/#_2-%E5%88%B6%E4%BD%9C%E5%90%AF%E5%8A%A8%E5%BC%95%E5%AF%BC-opencore-efi 阅读全文
posted @ 2023-02-23 10:10 叕叒双又 阅读(56) 评论(0) 推荐(0)
摘要: 如果这世上有后悔药,估计都被我想疯了。不知到1月30日抽了什么风,把我的有60多G的目录直接shift+del了,等到发现时,已经很晚了。而且由于系统的特殊性和自己的自负还没有备份,苍天啊。算了,总要解决问题的不是吗。 0、找到linux很好用的备份工具,我觉得可以用来系统转移,应该不错timesh 阅读全文
posted @ 2023-02-02 11:56 叕叒双又 阅读(1806) 评论(0) 推荐(0)
摘要: 其实,在linux下,文件和目录、甚至是光驱、硬盘、软驱都是文件,一切皆文件的。考虑到windowser的认知,以下还是明确说文件和目录的说法。 0、文件或目录的权限 查看linux下文件或目录的权限,例如: ls -l 1.jpg -rw-r--r-- 1 nication nication 77 阅读全文
posted @ 2023-02-02 11:09 叕叒双又 阅读(938) 评论(0) 推荐(0)
摘要: https://signalrgb.com/download/ http://www.keyboard-layout-editor.com https://kbfirmware.com/ https://qmk.fm/ 阅读全文
posted @ 2023-01-27 16:29 叕叒双又 阅读(654) 评论(0) 推荐(0)
上一页 1 ··· 18 19 20 21 22 23 24 25 26 ··· 124 下一页