摘要: 还在为电脑不支持Windows 11而烦恼吗?微软的TPM 2.0、安全启动等硬件要求让许多性能完好的电脑被挡在Win11门外.... 阅读全文
posted @ 2025-10-15 10:26 Athenavi 阅读(341) 评论(0) 推荐(0)
摘要: 2025 11月最新Win11无损降级Win10 2025最新Win11无损降级Win10 阅读全文
posted @ 2025-01-01 13:59 Athenavi 阅读(12313) 评论(3) 推荐(1)
摘要: 免费使用的ChatGPT 阅读全文
posted @ 2024-03-07 20:49 Athenavi 阅读(847) 评论(0) 推荐(0)
摘要: 出现这种情况多半是将redis配置到多个wordpress站点上了请在php扩展中移除redis,然后根据网站的页面提示操作 例如: Error establishing a Redis connection To disable Redis, delete the file in the dire 阅读全文
posted @ 2023-07-27 21:31 Athenavi 阅读(6498) 评论(0) 推荐(0)
摘要: 作者:7trees.cn 2023-07-26 1 @echo off 2 3 4 5 cd "%~dp0" # 切换到当前脚本所在目录 6 7 if not exist tree.txt ( 8 echo 文件名列表 > tree.txt 9 ) 10 11 dir /b > tree.txt 1 阅读全文
posted @ 2023-07-26 21:31 Athenavi 阅读(187) 评论(0) 推荐(0)
摘要: 白嫖 阿里云无影云桌面 阅读全文
posted @ 2023-04-25 21:36 Athenavi 阅读(560) 评论(0) 推荐(0)
摘要: 3月29日更: 就在今天,账户的可用余额已经使用完毕. 网站目前已经暂停,后续我将重新开放.以防止网站遭到一些人的恶意调用 部分截图如下 其中不乏有境外IP 可以关注我的微信公众号,随后开放我会发出通知 国内使用ChatGPT有诸多限制 我将自己账号的api搭建了网站 (仅供大家学习研究使用) 这次 阅读全文
posted @ 2023-03-25 15:18 Athenavi 阅读(1069) 评论(0) 推荐(0)
摘要: 如何选择你的第一台服务器? 第一步,选择品牌 现在主流的云服务器提供商有阿里云、腾讯云、华为云、主推面向企业(百度云、天翼云、金山云)。 本人使用过:阿里云、腾讯云、华为云, 亿速云,(港区) ,三/丰/云 YDN 在这里主要推荐**阿里云、腾讯云。** (##学生优惠,首单优惠) 理由:大厂,用户 阅读全文
posted @ 2023-03-08 10:32 Athenavi 阅读(60) 评论(0) 推荐(0)
摘要: python生成一个自定义密码本 import itertools as its import os # 定义生成密码本的函数 def generate_passwords(length, combination): if combination == "1": words = "123456789 阅读全文
posted @ 2023-03-07 18:34 Athenavi 阅读(611) 评论(0) 推荐(0)
摘要: 一些实用的VBS脚本 截取屏幕并将截图保存到剪贴板 With CreateObject("Word.Basic") .Sendkeys "{prtsc}" .FileQuit '.AppClose End With Msgbox "已将屏幕截取到剪贴板。", vbSystemModal+vbInfo 阅读全文
posted @ 2023-03-07 17:18 Athenavi 阅读(980) 评论(0) 推荐(1)