上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 53 下一页
摘要: 1 var groups = targets.Select((item, index) => new { Item =item, GroupIndex = index % amount }) 2 .GroupBy(item => item.GroupIndex, 3 (key, group) => 阅读全文
posted @ 2022-10-11 14:53 博二爷 阅读(58) 评论(0) 推荐(0) 编辑
摘要: 1, 如果出现无法存数据的情况: 如果 是ofline的状态,需要重启下服务 重启服务: 路径:/data/zb/nebula_workspace/nebula/scripts 输入命令(需要提前 sudo -s {密码是 root}) : ./nebula.service start all 这样 阅读全文
posted @ 2022-10-11 11:25 博二爷 阅读(197) 评论(0) 推荐(0) 编辑
摘要: 1 git config --global http.sslVerify "false" 2 3 git config --global --unset http.proxy 4 5 git config --global --unset https.proxy 当进行仓库pull或者push时,报 阅读全文
posted @ 2022-09-28 15:39 博二爷 阅读(225) 评论(0) 推荐(0) 编辑
摘要: SHOW STATS - Nebula Graph Database 手册 (nebula-graph.com.cn) 1 # 选择图空间。 2 nebula> USE basketballplayer; 3 4 # 执行SUBMIT JOB STATS。 5 nebula> SUBMIT JOB 阅读全文
posted @ 2022-08-23 23:45 博二爷 阅读(1893) 评论(0) 推荐(0) 编辑
摘要: 一、防火墙1、查看防火墙状态sudo ufw status1 系统提示: “Status: inactive”状态:不活跃上面提示表示没有开启防火墙,并不是没有安装防火墙 注:如果没有安装防火墙,可以使用命令安装 sudo sudo apt-get install ufw12、开启防火墙sudo u 阅读全文
posted @ 2022-08-21 09:47 博二爷 阅读(8013) 评论(0) 推荐(0) 编辑
摘要: https://docs.github.com/cn/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax 基本撰 阅读全文
posted @ 2022-08-17 10:13 博二爷 阅读(385) 评论(0) 推荐(0) 编辑
摘要: 文档: https://docs.nebula-graph.com.cn/3.2.0/2.quick-start/2.install-nebula-graph/ (53条消息) 大数据运维 (五) docker搭建图数据库nebula适配国产化服务器_大数据指北的博客-CSDN博客_docker 国 阅读全文
posted @ 2022-08-16 10:50 博二爷 阅读(76) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2022-08-02 10:13 博二爷 阅读(24) 评论(0) 推荐(0) 编辑
摘要: 1. 后台运行代码命令nohup python -u ***.py >***.log 2>&1 &#生成后台任务[jobnum] PID[1] 25282nohup 加在命令的最前面,表示不挂断的运行命令 -u 不缓存,立即加载终端数据 .log 终端输出的数据,不添加将自动生成nohup.out文 阅读全文
posted @ 2022-07-26 18:54 博二爷 阅读(1237) 评论(0) 推荐(0) 编辑
摘要: pip install如何指定包的安装路径-云海天教程 (yht7.com) pip install一般会有默认的安装目录,可以通过python -m site进行查看,当然也可以对默认目录进行修改通过pip install --target=path_name package_name pytho 阅读全文
posted @ 2022-07-26 15:59 博二爷 阅读(1649) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 53 下一页