相关文章
Linux之系统文件
stat 主要函数
stat, fstat, lstat, fstatat —— get file status 获取文件属性。
#include <sys/types.h>
#include <sys/stat.h>
#include <unistd.h>int stat(const char *pathname, struct stat *statbuf);
int fstat(int fd, struct stat *statbuf);…
建站知识
2024/12/23 19:08:33
Mysql基础知识回顾整理
假设有一个public_db库,一个info表 建库: create database public_db;
建表: DROP TABLE IF EXISTS info; CREATE TABLE info ( id INTEGER PRIMARY KEY, name TEXT NOT NULL, value INTEGER NOT NULL );
插入语句:
insert int…
建站知识
2024/12/24 16:04:28
stable diffusion实践操作-LyCORIS
系列文章目录
stable diffusion实践操作 文章目录 系列文章目录前言一、LyCORIS是什么?二、使用步骤1.下载2.安装3 使用 二、整理模型1.LoHa-v1.0-pynoise 总结 前言
LyCORIS,可以理解为lora的加强版本。 LyCORIS - Lora beYond Conventional methods,…
建站知识
2024/12/25 8:57:09
Nat. Commun.2023 | AI-Bind+:提高蛋白质配体结合预测的通用性
论文标题:Improving the generalizability of protein-ligand binding predictions with AI-Bind
论文地址:Improving the generalizability of protein-ligand binding predictions with AI-Bind | Nature Communications
代码:
Barabasi…
建站知识
2024/12/15 23:26:05
【kubernetes】使用kubepshere部署中间件服务
KubeSphere部署中间件服务 入门使用KubeSphere部署单机版MySQL、Redis、RabbitMQ 记录一下搭建过程 (内容学习于尚硅谷云原生课程) 环境准备
VMware虚拟机k8s集群,一主两从,master也作为工作节点;KubeSphere k8skubesphere devops比较占用磁…
建站知识
2024/12/23 13:29:19
python爬取bilibili,下载视频
一. 内容简介
python爬取bilibili,下载视频
二. 软件环境
2.1vsCode
2.2Anaconda
version: conda 22.9.0
2.3代码
链接:https://pan.baidu.com/s/1WuXTso_iltLlnrLffi1kYQ?pwd1234
三.主要流程
3.1 下载单个视频
感觉现在下载的清晰度不够&am…
建站知识
2024/12/25 9:00:20
spring boot项目生成容器并运行
一个安静的周末,shigen又睡懒觉了,上次说的拖延症的惩罚来了:早晚各100个健腹轮练习,早上的已经完成了。今天的文章来的有点晚,但是依旧保持质量。 springboot项目生成容器并运行
背景
将springboot项目打包成jar包&…
建站知识
2024/12/20 16:44:42