摘要:
1 var groups = targets.Select((item, index) => new { Item =item, GroupIndex = index % amount }) 2 .GroupBy(item => item.GroupIndex, 3 (key, group) => 阅读全文
摘要:
1, 如果出现无法存数据的情况: 如果 是ofline的状态,需要重启下服务 重启服务: 路径:/data/zb/nebula_workspace/nebula/scripts 输入命令(需要提前 sudo -s {密码是 root}) : ./nebula.service start all 这样 阅读全文