pandas绘图 ``` import numpy as np import os import pandas as pd import matplotlib.pyplot as p... 2023年08月03日 阅读 479 次浏览 发表评论 阅读全文
分享免费使用的几个chatgpt网站 分享一个收费的chatgpt网站 [https://chatgai.lovepor.cn/](https://chatgai.lovepor.cn/) 建议月付,可... 2023年08月02日 阅读 399 次浏览 发表评论 阅读全文
基于 PHP 的云函数示例 以下代码定义了一个 chatGPT 函数来处理 ChatGPT 模型的逻辑,然后通过 handler 函数来处理请求和生成响应。handler 函数会将请求中的数据... 2023年08月02日 阅读 421 次浏览 发表评论 阅读全文
python读取写入excel ``` Python可以使用pandas库读取和写入Excel文件。首先,需要安装pandas库。可以使用以下命令进行安装: Copy code pip insta... 2023年08月02日 阅读 471 次浏览 发表评论 阅读全文
python操作excel库xlrd ``` xlrd 是 Python 中一个流行的第三方库,用于读取和解析 Excel 文件(扩展名为 .xls)。它提供了一组用于处理 Excel 文件中数据的功能... 2023年08月02日 阅读 674 次浏览 发表评论 阅读全文
pyautogui实现微信发送消息 ``` import pyautogui import time import pyperclip def type_chinese_text(text): pyp... 2023年08月02日 阅读 558 次浏览 发表评论 阅读全文
pyautogui实现百度一下 pyautogui实现百度一下 ``` import pyautogui def auto_input_and_search(): pyautogui.PAUSE ... 2023年08月02日 阅读 583 次浏览 发表评论 阅读全文
阿里云云函数的使用 最近又在捣鼓chatgpt 4月份的时候成功申请了chatgpt,后来总是被封就没有怎么用了 这两天花了80元买了[https://ai-cn.co/](https... 2023年08月02日 阅读 413 次浏览 发表评论 阅读全文
auto.js解锁带有密码的屏幕 ``` // 解锁屏幕 function unlock() { if(!device.isScreenOn()) { device.wakeUp(); sleep(... 2023年08月02日 阅读 398 次浏览 发表评论 阅读全文
auto.js刷抖音 如何用auto.js来实现刷抖音 以下为脚本 ``` auto(); var appName=rawInput("","抖音"); launchApp(appNam... 2023年08月02日 阅读 604 次浏览 发表评论 阅读全文