上一页 1 2 3 4 5 6 7 8 9 ··· 25 下一页
摘要: https://leimao.github.io/blog/Parallel-Gzip-Pigz/ # Compress $ tar --use-compress-program="pigz -k -p8" -cf dataset.tar.gz XXX # Extract file to anoth 阅读全文
posted @ 2020-12-18 15:42 永远的幻想 阅读(1992) 评论(0) 推荐(0)
摘要: 折腾了半天打包。clojure因为语法凝练,所以微小的地方不注意,结果就不符合自己所需。 每一点配置都不能含糊。 一 clojure配置与打包 1 需要打包的源代码 gen-class 参考 https://clojuredocs.org/clojure.core/gen-class (ns pos 阅读全文
posted @ 2020-12-17 12:56 永远的幻想 阅读(649) 评论(0) 推荐(0)
摘要: 1 安装java扩展 会自动装6个 2 ctrl+shift+P create java project 这是最轻量的java项目,不包含maven等等各种依赖。用来测试,或者hello world最合适。 3 现在创建了lib和src, 现在在main函数上面 才有 Run | Debug 按钮, 阅读全文
posted @ 2020-12-17 12:19 永远的幻想 阅读(4033) 评论(0) 推荐(0)
摘要: 第一次写java 配置maven 安装后在 cd /usr/share/maven/conf sudo xed settings.xml 依次复制 修改为 <localRepository>${user.home}/.m2/repository</localRepository> <mirrors> 阅读全文
posted @ 2020-12-16 14:56 永远的幻想 阅读(1215) 评论(0) 推荐(0)
摘要: 控制台搜索安装SublimeREPL https://sublimerepl.readthedocs.io/en/latest/ 首次运行会等待很久才能看到=> 要耐心等待 会另外出现1个窗口,运行一个clojure解释器,就可以在这里调试代码了 阅读全文
posted @ 2020-12-16 12:31 永远的幻想 阅读(89) 评论(0) 推荐(0)
摘要: https://zhuanlan.zhihu.com/p/97008008 cd ~ #进入home目录 mv .zsh_history .zsh_history_bad #移动.zsh_history文件至.zsh_history_bad (这里是指重命名) strings .zsh_histor 阅读全文
posted @ 2020-12-13 11:35 永远的幻想 阅读(916) 评论(0) 推荐(0)
摘要: 一、安装 1 linux+gtx3080 1.7.1修复了不认3系列显卡的bug。 anaconda3虚环境下: pip3 install torch==1.7.1+cu110 torchvision==0.8.2+cu110 torchaudio 0.7.2 -f https://download 阅读全文
posted @ 2020-12-09 12:09 永远的幻想 阅读(3480) 评论(0) 推荐(0)
摘要: https://pypi.org/project/pygrib/ pip3 install numpy pyproj sudo apt-get install libeccodes-dev 下载解压缩 https://github.com/jswhit/pygrib 复制一份setup.cfg.te 阅读全文
posted @ 2020-11-30 16:15 永远的幻想 阅读(2499) 评论(0) 推荐(0)
摘要: 前置条件: 编译安装openssl 编译安装cmake 下载ecbuild https://github.com/ecmwf/ecbuild 添加环境变量 编译安装 https://github.com/ecmwf/eccodes 阅读全文
posted @ 2020-11-30 15:39 永远的幻想 阅读(175) 评论(0) 推荐(0)
摘要: 首先安装mpi 然后才能安装mpi4py sudo apt-get install mpich sudo pip3 install mpi4py 阅读全文
posted @ 2020-11-29 15:24 永远的幻想 阅读(306) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 9 ··· 25 下一页