python表情包加工脚本

1、切图脚本 import os from PIL import Image # 创建一个名为"finish"的目录,用于保存切割后的小图 if not os.path.exists("finish"): os.mkdir("finish") # 获取当前目录下的所有图片文件 image_fil...

MJ咒语

回头再整理,先贴进来再说 【主体描述】 A super cute little guinea pig, rich expressions, dynamic poses 一只可爱的小龙,表情丰富,姿势生动 【环境描述】 Solid background 纯色背景 【风格描...

uniapp上划喜欢下划不喜欢效果 By ChatGPT 3.5

<template> <view class="card-container" @touchstart="touchStart" @touchmove="touchMove" @touchend="touchEnd"> <view v-for="(card, index) in cards" :key="index" cla...

检测到SELinux已开启,请手动关闭

一、临时关闭setenforce 0 注意:重启系统后还会开启。 二、永久关闭1、vim /etc/selinux/config,SELINUX=disabled,然后保存退出。 2、 vim /etc/sysconfig/selinux,SELINUX=disabled,然后保存退出...

docker NEXUS3

Docker Nexus3是一个用于管理和存储Docker镜像的开源仓库管理器。它可以帮助开发人员轻松创建、预览和分享Docker镜像,以及实现镜像版本控制和权限管理。 如果你想要安装Docker Nexus3,你可以按照以下步骤进...

CENTOS 安装docker

在CentOS上安装Docker,可以按照以下步骤进行操作: 添加Docker的官方源: sudo yum install -y yum-utilssudo yum-config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.rep...

潘多拉docker搭建方法

参考: https://www.bilibili.com/video/BV1dj411z7ep/?vd_source=6c0aca716f8ea43d1b7d959e263b5b80 https://zhuanlan.zhihu.com/p/638307130?utm_id=0 一、创建一个Compose: version: '3' servi...

ChatGPT获取token

方法一、 https://chat.openai.com/api/auth/session 方法二、 https://ai.fakeopen.com/auth