上一页 1 2 3 4 5 6 7 8 ··· 25 下一页
摘要: 参考 https://stackoverflow.com/questions/48507995/openlayers-import-map-vs-array-map 简单这样就可以了 import OLMap from 'ol/Map'; 并不需要 import { XX as YY } from 阅读全文
posted @ 2021-01-05 11:22 永远的幻想 阅读(138) 评论(0) 推荐(0) 编辑
摘要: git config --global http.proxy http://127.0.0.1:1080 git config --global --unset http.proxy 阅读全文
posted @ 2021-01-05 09:08 永远的幻想 阅读(69) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/badboy200800/p/10606405.html 统计路数 物理核心数时,用lscpu最好,避免开闭硬件多线程,导致统计错误问题 #查看CPU信息(型号)cat /proc/cpuinfo | grep name | cut -f2 -d: | 阅读全文
posted @ 2020-12-23 11:11 永远的幻想 阅读(97) 评论(0) 推荐(0) 编辑
摘要: 一、下载 http://geoserver.org/release/stable/ 2.18版 只能支持java 11.0.9 更高版本在返回geojson时会报错 直接是平台无关的可执行版本。win是用bat脚本启动,linux用sh脚本启动 # 20220713 win10 需要修改javatm 阅读全文
posted @ 2020-12-21 09:47 永远的幻想 阅读(821) 评论(0) 推荐(0) 编辑
摘要: 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 永远的幻想 阅读(1679) 评论(0) 推荐(0) 编辑
摘要: 折腾了半天打包。clojure因为语法凝练,所以微小的地方不注意,结果就不符合自己所需。 每一点配置都不能含糊。 一 clojure配置与打包 1 需要打包的源代码 gen-class 参考 https://clojuredocs.org/clojure.core/gen-class (ns pos 阅读全文
posted @ 2020-12-17 12:56 永远的幻想 阅读(537) 评论(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 永远的幻想 阅读(3969) 评论(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 永远的幻想 阅读(1169) 评论(0) 推荐(0) 编辑
摘要: 控制台搜索安装SublimeREPL https://sublimerepl.readthedocs.io/en/latest/ 首次运行会等待很久才能看到=> 要耐心等待 会另外出现1个窗口,运行一个clojure解释器,就可以在这里调试代码了 阅读全文
posted @ 2020-12-16 12:31 永远的幻想 阅读(81) 评论(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 永远的幻想 阅读(883) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 25 下一页