上一页 1 2 3 4 5 6 7 8 ··· 25 下一页
摘要: 1.docker curl -fsSL https://get.docker.com | bash -s docker --mirror Aliyun 然后尝试 docker ps 如果说权限有问题,去官网https://docs.docker.com/engine/install/linux-po 阅读全文
posted @ 2021-04-02 13:30 永远的幻想 阅读(246) 评论(0) 推荐(0)
摘要: linux下不用管,默认是home可以找到,windows下虽然也在用户路径下,但数据代码都不在这里。所以要配置一下。 参考 https://blog.csdn.net/qq_39591494/article/details/80904814 1 environments 启动控制台 2 jupyt 阅读全文
posted @ 2021-03-08 10:51 永远的幻想 阅读(170) 评论(0) 推荐(0)
摘要: ngx-admin的数据获取服务都集中在了app/@core 里 data是数据结构定义 和 抽象基类定义 mock是对抽象基类的模拟实现 core.module.ts 集中注册了全部的服务 我们新建的sockeio-client 也作为一种服务,新建1个文件夹就叫socketio 新建服务参考ht 阅读全文
posted @ 2021-02-01 12:11 永远的幻想 阅读(238) 评论(0) 推荐(0)
摘要: 一、下载安装 下载 https://github.com/akveo/ngx-admin 安装node-sass npm i node-sass --sass_binary_site=https://npm.taobao.org/mirrors/node-sass/ 然后 npm i 安装好 卸载h 阅读全文
posted @ 2021-01-31 10:09 永远的幻想 阅读(4323) 评论(0) 推荐(0)
摘要: 统计 后缀数量 find , -name '*.rwf' | wc -l 指定后缀的文件,按大小排序 find / -type f -name *.rwf | ls -lSh | more lfs quota -uh XXX ~ 查看磁盘占用 阅读全文
posted @ 2021-01-05 20:27 永远的幻想 阅读(102) 评论(0) 推荐(0)
摘要: 1 ol官网demo是用的parcel-bundler。 作为静态服务器还是可以的。但是如果需要运行socketio之类,涉及到CORS配置之类,就不如webpack方便了。 2 直接cdn的方式,好像也有问题,而且文件多的话,确实需要webpack帮助打包,管理一下 1 webpack安装和配置文 阅读全文
posted @ 2021-01-05 15:02 永远的幻想 阅读(289) 评论(0) 推荐(0)
摘要: 参考 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 永远的幻想 阅读(144) 评论(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 永远的幻想 阅读(76) 评论(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 永远的幻想 阅读(110) 评论(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 永远的幻想 阅读(912) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 ··· 25 下一页