上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 120 下一页
摘要: 本篇是6年前的startcit的升级篇,作为专业人员,英语是躲不掉的,很多资料英文更加有效,字典就显得尤为重要,我希望字典不但能查到中文意思,还能发声,那就跟我来吧: 一、安装字典程序:pacman -S qstartdic sox二、添加字典文件:所有文件可以从百度网盘下载,具体如下:链接: ht 阅读全文
posted @ 2023-04-11 08:01 叕叒双又 阅读(53) 评论(0) 推荐(0) 编辑
摘要: 这篇文章适合manjaro安装后使用,很是不错 https://www.zhihu.com/question/485526024/answer/2423262168?utm_id=0 作者:Lester链接:https://www.zhihu.com/question/485526024/answe 阅读全文
posted @ 2023-04-06 08:52 叕叒双又 阅读(250) 评论(0) 推荐(0) 编辑
摘要: linux终端中,在复制粘贴的时候会出现粘贴的字符前后有00~和01等字样,可以使用:1:在vimrc配置文件里面添加set t_BE=;2:linux里面运行 printf "\e[?2004l"以上两种可以解决问题 阅读全文
posted @ 2023-04-05 17:15 叕叒双又 阅读(267) 评论(0) 推荐(0) 编辑
摘要: 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 叕叒双又 阅读(193) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/qq_39852676/article/details/126803234 https://www.guyuehome.com/40844 阅读全文
posted @ 2023-03-28 16:02 叕叒双又 阅读(11) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/qq_39852676/article/details/126803234 阅读全文
posted @ 2023-03-26 11:49 叕叒双又 阅读(17) 评论(0) 推荐(1) 编辑
摘要: 刚刚升级了系统,结果konsole就成了允许鼠标跟踪了,在vim下使用非常不方便。设置不跟踪步骤如下: 1.菜单-配置konsole,快捷键是ctrl+shift+, 2.选择左侧的配置方案中,选中自己的配置方案:Profile_G,选择编辑 3.左侧选择鼠标,右侧选择标签:杂项,将允许终端应用程序 阅读全文
posted @ 2023-03-22 17:10 叕叒双又 阅读(68) 评论(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 叕叒双又 阅读(41) 评论(0) 推荐(0) 编辑
摘要: https://gtsam.org/get_started/ ubuntu 20.04 install open jdk install matlablinux 2021a 阅读全文
posted @ 2023-03-21 02:26 叕叒双又 阅读(30) 评论(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 叕叒双又 阅读(2375) 评论(0) 推荐(0) 编辑
摘要: 字音、字形、字义区分 瞿 “瞿”字为上下结构,上半部分由两个“目”构成,下半部分为一个“隹”。“瞿”字有两个读音,一个念“qu”,意为:1.古代戟一类的兵器。2.佛陀与老子。3.佛教创始人释迦牟尼,姓瞿昙。4.姓。另一个念“ju”,意为:惊视,惊恐四顾。 翟 “翟”字也为上下结构,字形与“瞿”十分相 阅读全文
posted @ 2023-03-10 16:37 叕叒双又 阅读(1329) 评论(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 叕叒双又 阅读(26) 评论(0) 推荐(0) 编辑
摘要: bilibili的视频缓冲文件夹目录如下:1、手机存储->Android2、->data3、->tv.danmaku.bili4、->download5、->进入相应的数字目录,目录下有audio.m4s和video.m4s文件分别是对应的音频和视频文件也有可能在:6、->DCIM7、->bili 阅读全文
posted @ 2023-03-10 11:12 叕叒双又 阅读(1353) 评论(0) 推荐(0) 编辑
摘要: 使用 AppleALC 驱动黑苹果声卡 - 哔哩哔哩 (bilibili.com) 阅读全文
posted @ 2023-03-03 00:52 叕叒双又 阅读(146) 评论(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 叕叒双又 阅读(49) 评论(0) 推荐(0) 编辑
上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 120 下一页