摘要:
!/usr/bin/env python3 coding:utf-8 import requests,json,sys,os,datetime webhook="https://oapi.dingtalk.com/robot/send?access_token=88bddd19055305c4fba 阅读全文
posted @ 2024-07-03 16:17
还得多长时间·
阅读(39)
评论(0)
推荐(0)
摘要:
mysql -uroot -p1223456 show databases; create database people; use people; create or replace table people(id int auto_increment primary key,firstname 阅读全文
posted @ 2024-07-03 13:35
还得多长时间·
阅读(8)
评论(0)
推荐(0)