方法要正确 2023-02-19 随笔 评论 民国怼王周先生在演讲《无声的中国》时说:“中国人的性情是总喜欢调和,折中的。譬如你说,这屋子太暗,须在这里开一个窗,大家一定不允许的。但如果你主张拆掉屋顶,他们就会来调和,愿意开窗了。”
ChatGPT写的一段代码 2023-02-15 评论 <div class="stats" id="stats"> <script> // 统计访问人数 document.write('访问人数:' + '<a href="https://www.counter12.com"><img...
docker安装portainer详细步骤 2023-02-10 教程 评论 portainer是一款容器管理可视化界面,不想在虚拟中使用命令管理容器的小伙伴,可以选择安装portainer对容器进行管理,查看日志、启动、停止容器等非常方便。搜索portainer镜像docker search portainer拉取portainer镜像docker pull portainer/portainer #pull 标星最多的镜...
安装Stable Diffusion报错 2023-02-09 教程 评论 报错代码如下:See above for output.note: This error originates from a subprocess, and is likely not a problem with pip. [notice] A new release of pip available: 22.2.2 -> 22.3 [not...
安装哪吒面板 2023-01-16 教程 评论 哪吒面板作者仓库https://github.com/naiba/nezha准备工作准备一个域名注册一个github的账户准备一条vps作为面板机器,并搭建好宝塔面板。安装宝塔wget -O install.sh http://download.bt.cn/install/install-ubuntu_6.0.sh && bash in...
获取网站 favicon.ico图标 2023-01-13 评论 使用chrome浏览器插件 Brandfetch下载地址:https://chrome.google.com/webstore/detail/brandfetch/ecbhicmbbeeckcmhgoaiemddbfcgphhj/related
甲骨文ARM服务器安装好宝塔面板 无法登录 2023-01-12 教程 评论 需要关闭服务器自带的防火墙输入以下代码:rm -f /etc/iptables/rules.v4 rm -f /etc/iptables/rules.v6 reboot
宝塔面板7.9,解除CPU及内存限制 2022-09-03 笔记 评论 最新方法测试:最重要的是要修改重启面板修改宝塔面板www/server/ panel/ class/ panelPlugin.py文件如果是最低内存限制就将这下面代码注释,在这行代码前面加上#号。if not self.check_mem_limit(versionInfo['mem_limit']): return public.returnMsg(...