在 Debian(13) 中安装 Anaconda (3)
需要先下载 1. 下载 2. 安装 下载完是一个巨大的文件, 扩展名居然是 .sh, 就运行了. file Anaconda3-2025.12-1-Linux-x86_64.sh Anaconda3-2025.12-1-Linux-x86_64.sh: POSIX shell script executable (binary data) chmod u+x Anaconda...
需要先下载 1. 下载 2. 安装 下载完是一个巨大的文件, 扩展名居然是 .sh, 就运行了. file Anaconda3-2025.12-1-Linux-x86_64.sh Anaconda3-2025.12-1-Linux-x86_64.sh: POSIX shell script executable (binary data) chmod u+x Anaconda...
Windows 中安装 Prometheus 也是可以的. 1. Prometheus 基础介绍 Prometheus 是一个功能强大的开源监控和警报工具包,由 SoundCloud 公司于 2012 年创建,后来成为云原生计算基金会(CNCF)的项目之一。Prometheus 的设计理念是提供一个高效且易于查询的多维数据模型,并配备了一套强大的查询语言 PromQL(Prometh...
如何读写一个文件呢? 0x01 基本用法 Reading files in Python is a common I/O operation, and the built-in open() function provides a simple way to handle it. You can read text or binary files, process them line...
在 Ubuntu 22.04 中,可以通过以下步骤从 Gnome 桌面切换到 Xfce4 桌面 … 打开终端(Ctrl + Alt + T) 安装 Xfce4:输入命令 sudo apt install xfce4 并回车 安装 LightDM(登录器):输入命令 sudo apt install lightdm 并回车 选择 LightDM 作为默认登录器:输入命令...
I’m trying to … try (my best ) to do something. try doing // 动名词, == something == 尝试 try to do // 尽力 / 尽全力 I’m trying to concentrate // 我正尽力集中精力 concentrate == con + centr + ate concentrate...
I’m looking for … looking for // 寻找 (指过程) find // 找到 (指结果) I’m looking for keys. Of course you are. // 你当然 … 废话 … I’m looking for suit. // 我在找西装/一套衣服 hoodie // 连帽卫衣 (有帽子 乎迪) I’m looking fo...
When working with Git, you might encounter slow connection speeds, especially when cloning repositories from GitHub. Setting up a proxy can help improve the connection speed. Here are the steps to ...
嵌入式Python(Embeddable Python)是一种精简版的 Python,适用于无需安装完整 Python 环境的场景,如便携式开发或分发 Python 程序。以下是搭建嵌入式 Python 开发环境的步骤。 0x01. 下载嵌入式 Python 前往 Python 官网。 在 Downloads 页面选择适合的 Windows 版本,下载带有“embeddable”字样的...
Python asyncio 教程 asyncio 是 Python 3.4 引入的标准库,用于支持异步 I/O 操作。它的编程模型是一个消息循环,通过 EventLoop 执行协程,实现异步 I/O。 asyncio 模块内部实现了 EventLoop ,把需要执行的协程扔到 EventLoop 中执行,就实现了异步 IO。 0x01 基本用法 使用 asyncio 实现异步操...
Not For Jazz 0x01 We have an old musical instrument. It is called a clavichord. It was made in Germany in 1681. Our clavichord is kept in the living-room. It has belonged to our family for a lo...