- 博客(7)
- 资源 (1)
- 收藏
- 关注
原创 【已解决】octave光标位置问题
octave光标位置不对 光标在输入命令后位置靠后很多 初步推断是字体实际间距和显示间距问题 >Edit>Preferences>Variable Editor>Use Command Window font 问题解决,如果故障依旧,在评论区留言 ...
2020-03-12 13:09:12
461
原创 linux: installation of package xx had non-zero exit status
installation of package xx had non-zero exit status 在安装包时如遇到非零错误: 手动在CRAN下载包,注意依赖,CRAN页面中以import:xxx标出 install.packages("~/Downloads/MathiasHarrer-dmetar-17a76a3.tar.gz", repos = NULL, type = "sourc...
2020-02-04 16:54:18
7879
原创 snap设置代理
安装 git clone https://aur.archlinux.org/snapd.git cd snapd makepkg -si 设置代理 $ sudo snap set system proxy.http="http://<proxy_addr>:<proxy_port>" $ sudo snap set system proxy.https="http://...
2020-02-03 20:03:20
2939
原创 【最全】manjaro pacman及其数字签名问题解决
step 1 : 初始化密钥环&更新秘钥 pacman-key --init pacman-key --populate archlinux pacman-key --refresh-keys 如果依然不能导入秘钥 检查以下问题: 有过期的更新包 检查时钟日期 ISP阻断了PGP秘钥导入端口 pacman缓存存在多份没签名的同名包 dirmngr 配置不正确 step 2: 如果依旧...
2020-01-31 13:21:07
14597
1
原创 使用R进行pubmed爬虫
工具 RISmed(library) 中文社区居然没有他的介绍让我匪夷所思,于是乎我做一个简易的介绍吧. 安装 install.packages('RISmed') 使用 library(RISmed) 首先我们要定义一个搜索的tag: search_tags = 'sleep' 然后就可以十分暴力的调用函数了: EUtilsSummary Usage EUtilsSummary(q...
2020-01-27 17:57:34
4552
原创 Linux下运行最新版CAJViewer(7.3)
基于wine运行最新版的CAJViewer(7.3) 截止2020/01/24 安装wine Ubuntu/Debian: sudo apt-get install wine Manjaro sudo pacman -S wine && yaourt wine 测试 ➜ ~ wine Usage: wine PROGRAM [ARGUMENTS...] Run the ...
2020-01-24 16:23:23
2254
原创 解决Linux下VScode终端terminal显示为空白的问题
依次检查: terminal路径设置 File->preference->setting->setting json: { "workbench.iconTheme": "vscode-icons", "cSpell.userWords": [ ], "editor.suggestSelection": "first", "vsintel...
2020-01-20 22:01:42
7519
1
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅