上一页 1 ··· 24 25 26 27 28 29 30 31 32 ··· 118 下一页
摘要: <!doctype html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1.0,minimum-sca 阅读全文
posted @ 2023-09-03 14:47 ®Geovin Du Dream Park™ 阅读(32) 评论(0) 推荐(0)
摘要: data4 = dataframe1.loc[4:34] for idx, datavalue in data4.iterrows(): #strnum=Common.Utils.Utils.getAnnualLeave(data) print("[{}]: {}".format(idx, data 阅读全文
posted @ 2023-09-03 08:39 ®Geovin Du Dream Park™ 阅读(366) 评论(0) 推荐(0)
摘要: js: // JavaScript Document /* 參考資源: https://developer.mozilla.org/en-US/docs/Web/API/Window/alert https://developer.mozilla.org/en-US/docs/Web/API/Win 阅读全文
posted @ 2023-09-02 17:44 ®Geovin Du Dream Park™ 阅读(32) 评论(0) 推荐(0)
摘要: js: // JavaScript Document /* 參考資源: https://developer.mozilla.org/en-US/docs/Web/API/Window/alert https://developer.mozilla.org/en-US/docs/Web/API/Win 阅读全文
posted @ 2023-09-02 13:54 ®Geovin Du Dream Park™ 阅读(66) 评论(0) 推荐(0)
摘要: """ python.exe -m pip install --upgrade pip pip install pyaudio pip install matplotlib https://matplotlib.org/3.1.1/gallery/animation/simple_anim.html 阅读全文
posted @ 2023-08-09 21:26 ®Geovin Du Dream Park™ 阅读(43) 评论(0) 推荐(0)
摘要: """ python.exe -m pip install --upgrade pip pip install pyttsx3 pip install comtypes pip install Pillow pip install requests pip install PocketSphinx 阅读全文
posted @ 2023-08-05 11:12 ®Geovin Du Dream Park™ 阅读(54) 评论(0) 推荐(0)
摘要: 用VLC media player播放录屏文件 """ python.exe -m pip install --upgrade pip pip install pyautogui pip install opencv-python pip install pywin32 """ # encoding 阅读全文
posted @ 2023-08-02 15:59 ®Geovin Du Dream Park™ 阅读(78) 评论(0) 推荐(0)
摘要: char* pp = new char[100]; char d[100] = "geovindu,涂聚文"; string ddstr= "geovindu,涂聚文"; char *dstr=nullptr; pp = d; dstr = &ddstr[0]; printf(dstr); prin 阅读全文
posted @ 2023-07-25 22:56 ®Geovin Du Dream Park™ 阅读(22) 评论(0) 推荐(0)
摘要: """ 网络发送信息 """ import socket import threading def handlesend(tcpclient): """ 发送 :return: """ while True: message = input() tcpclient.send(message.enco 阅读全文
posted @ 2023-07-23 11:27 ®Geovin Du Dream Park™ 阅读(26) 评论(0) 推荐(0)
摘要: """ python 发送邮件,用授权码 """ import smtplib from email.mime.text import MIMEText def send(): """ 发送邮件 :return: """ try: stmpserver163='smtp.163.com' stmpp 阅读全文
posted @ 2023-07-23 10:16 ®Geovin Du Dream Park™ 阅读(39) 评论(0) 推荐(0)
上一页 1 ··· 24 25 26 27 28 29 30 31 32 ··· 118 下一页