摘要: 1.关闭mysql服务 2.使用cd指令切换到mysql的bin目录 使用mysqld --console --skip-grant-tables --shared-memory如下图. 3.打开一个新的cmd窗口, mysql -u root -p发现可直接Enter键不输入密码进入mysql操作 阅读全文
posted @ 2022-10-11 21:04 博二爷 阅读(24) 评论(0) 推荐(0) 编辑
摘要: 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:54 博二爷 阅读(46) 评论(0) 推荐(0) 编辑
摘要: 1, 如果出现无法存数据的情况: 如果 是ofline的状态,需要重启下服务 重启服务: 路径:/data/zb/nebula_workspace/nebula/scripts 输入命令(需要提前 sudo -s {密码是 root}) : ./nebula.service start all 这样 阅读全文
posted @ 2022-10-11 11:26 博二爷 阅读(185) 评论(0) 推荐(0) 编辑