01 2023 档案

摘要:https://signalrgb.com/download/ http://www.keyboard-layout-editor.com https://kbfirmware.com/ https://qmk.fm/ 阅读全文
posted @ 2023-01-27 16:29 叕叒双又 阅读(617) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2023-01-26 11:10 叕叒双又 阅读(0) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2023-01-21 11:43 叕叒双又 阅读(5) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2023-01-20 10:04 叕叒双又 阅读(0) 评论(0) 推荐(0) 编辑
摘要:尽管manjaro下的软件已经够多了,安装方式已经够灵活,官方的首推pacman,再推yay,实在不行还有aur,为了安装Xmind-for-Linux-amd64bit-22.11.3656.deb,先去官方下载包 1、安装debtap yay -S debtap 2、更新debtap sudo 阅读全文
posted @ 2023-01-19 08:10 叕叒双又 阅读(3110) 评论(0) 推荐(0) 编辑
摘要:在home目录下的.local/share/plasma/wallpapers/net.davidedmundson.flipclock/,直接修改其文件即可。 阅读全文
posted @ 2023-01-19 06:32 叕叒双又 阅读(20) 评论(0) 推荐(0) 编辑
摘要:https://github.com/521xueweihan/GitHub520 手动也可以修改hosts文件: # GitHub520 Host Start 140.82.114.26 alive.github.com 140.82.113.6 api.github.com 185.199.11 阅读全文
posted @ 2023-01-17 16:33 叕叒双又 阅读(92) 评论(0) 推荐(0) 编辑
摘要:0. modify system soft source(reference:https://mirrors.tuna.tsinghua.edu.cn/help/raspbian/) deb http://mirrors.tuna.tsinghua.edu.cn/raspbian/raspbian/ 阅读全文
posted @ 2023-01-16 08:30 叕叒双又 阅读(16) 评论(0) 推荐(0) 编辑
摘要:https://blog.csdn.net/qq_23123181/article/details/122750038 sudo相关的配置位于/etc/sudoers文件内。但这个文件不建议直接编辑,而是使用以下命令:sudo visudo该命令会打开默认的编辑器编辑/etc/sudoers文件,并 阅读全文
posted @ 2023-01-14 17:26 叕叒双又 阅读(408) 评论(0) 推荐(0) 编辑
摘要:本人的环境:操作系统: Kali GNU/Linux 2022.3内核: Linux 6.0.1-surface x86_64Docker:Docker version 20.10.20, build 9fdeb9cKDE Plasma Version: 5.26.0KDE Frameworks V 阅读全文
posted @ 2023-01-14 09:16 叕叒双又 阅读(370) 评论(0) 推荐(0) 编辑
摘要:1.Docker中国区官方镜像 https://registry.docker-cn.com 2.网易 http://hub-mirror.c.163.com 3.ustc https://docker.mirrors.ustc.edu.cn 4.中国科技大学 https://docker.mirr 阅读全文
posted @ 2023-01-14 08:34 叕叒双又 阅读(1692) 评论(0) 推荐(0) 编辑
摘要:1.安装docker sudo pacman -S docker 2. 启动服务并添加至系统 sudo systemctl start docker.service #start service sudo systemctl enable docker.service #enable system 阅读全文
posted @ 2023-01-13 23:35 叕叒双又 阅读(1432) 评论(0) 推荐(0) 编辑
摘要:https://blog.csdn.net/sinat_21946723/article/details/127436992?utm_medium=distribute.pc_relevant.none-task-blog-2~default~baidujs_baidulandingword~def 阅读全文
posted @ 2023-01-13 19:47 叕叒双又 阅读(14) 评论(0) 推荐(0) 编辑
摘要: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 叕叒双又 阅读(98) 评论(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 叕叒双又 阅读(45) 评论(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 叕叒双又 阅读(1317) 评论(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 叕叒双又 阅读(185) 评论(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 叕叒双又 阅读(189) 评论(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 叕叒双又 阅读(13717) 评论(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 叕叒双又 阅读(890) 评论(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 叕叒双又 阅读(676) 评论(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 叕叒双又 阅读(219) 评论(0) 推荐(0) 编辑
摘要:python中的print函数有个end参数特别有用: 1 for i in range(1, 10): 2 for j in range(1, i + 1): 3 print(f'{j} * {i} = { i * j}') 4 print() 结果: 1 1 * 1 = 1 2 3 1 * 2 阅读全文
posted @ 2023-01-02 21:48 叕叒双又 阅读(194) 评论(0) 推荐(0) 编辑