上一页 1 ··· 15 16 17 18 19 20 21 22 23 ··· 120 下一页
摘要: 1. install docker sudo pacman -S docker2. start docker service sudo systemctl start docker3. check in docker status查看docker服务的状态 sudo systemctl status 阅读全文
posted @ 2023-01-13 19:43 叕叒双又 阅读(95) 评论(0) 推荐(0) 编辑
摘要: https://ci.ros2.org/view/packaging/job/packaging_linux-aarch64/ https://ci.ros2.org/view/packaging/job/packaging_linux-aarch64/lastSuccessfulBuild/art 阅读全文
posted @ 2023-01-13 19:10 叕叒双又 阅读(19) 评论(0) 推荐(0) 编辑
摘要: W: GPG 错误:http://packages.ros.org/ros/ubuntu xenial InRelease: 由于没有公钥,无法验证下列签名: NO_PUBKEY F42ED6FBAB17C654 W: 仓库 “http://packages.ros.org/ros/ubuntu x 阅读全文
posted @ 2023-01-13 08:46 叕叒双又 阅读(40) 评论(0) 推荐(0) 编辑
摘要: https://ci.ros2.org/view/packaging/job/packaging_linux/ https://docs.ros.org/en/humble/Installation/Testing.html 阅读全文
posted @ 2023-01-13 08:05 叕叒双又 阅读(15) 评论(0) 推荐(0) 编辑
摘要: raspberry os安装Ros 指令curl -sSL https://raw.githubusercontent.com/ros/rosdistro/master/ros.key 报错:curl: (7) Failed to connect to raw.githubusercontent.c 阅读全文
posted @ 2023-01-13 07:25 叕叒双又 阅读(1293) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2023-01-11 22:47 叕叒双又 阅读(6) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/weixin_44220976/article/details/124775677 这个不错 阅读全文
posted @ 2023-01-11 22:36 叕叒双又 阅读(57) 评论(0) 推荐(0) 编辑
摘要: 1、常规导库操作 import pandas as pd import numpy as np import sklearn from sklearn import datasets #导入数据集合 2、应用数据集获取载入boston房价数据: boston = datasets.load_bost 阅读全文
posted @ 2023-01-08 10:16 叕叒双又 阅读(178) 评论(0) 推荐(0) 编辑
摘要: 工欲善其事,必先利其器。 1、安装环境: pip install numpy scipy matplotlib scikit-learn -i https://pypi.tuna.tsinghua.edu.cn/simple 2、常规导库操作: import pandas as pd #倒库操作 i 阅读全文
posted @ 2023-01-08 09:39 叕叒双又 阅读(182) 评论(1) 推荐(0) 编辑
摘要: 在学习sklearn时,使用boston房价数据时,使用如下代码获取数据: 1、无法导入数据,我这里版本是1.2,具体: import pandas as pd import numpy as np import sklearn from sklearn import datasets #导入数据 阅读全文
posted @ 2023-01-08 07:20 叕叒双又 阅读(13631) 评论(2) 推荐(4) 编辑
摘要: 1、启动jupyter-notebook启动缺少模块No module named 'ipyparallel',具体: Error loading server extension ipyparallel.nbextension Traceback (most recent call last): 阅读全文
posted @ 2023-01-08 07:16 叕叒双又 阅读(882) 评论(0) 推荐(0) 编辑
摘要: https://zhuanlan.zhihu.com/p/459912613 阅读全文
posted @ 2023-01-07 10:10 叕叒双又 阅读(23) 评论(0) 推荐(0) 编辑
摘要: yay -S dingtalk 阅读全文
posted @ 2023-01-05 19:20 叕叒双又 阅读(661) 评论(0) 推荐(0) 编辑
摘要: pip install jieba -i https://pypi.tuna.tsinghua.edu.cn/simple 阅读全文
posted @ 2023-01-05 17:13 叕叒双又 阅读(20) 评论(0) 推荐(0) 编辑
摘要: jupyter-notebook作为python中的常用开发工具,非常不错,今天听讲座,可以妙用它的提示,各种对象又不同的方法,那就是对象加.后多按一下tab,就会弹出各种提示了,非常好用,来试试吧。 代码为: a = 'Hello world' b = 'jju' a作为字符串对象,输入a.按下t 阅读全文
posted @ 2023-01-02 21:56 叕叒双又 阅读(207) 评论(0) 推荐(0) 编辑
上一页 1 ··· 15 16 17 18 19 20 21 22 23 ··· 120 下一页