上一页 1 ··· 16 17 18 19 20 21 22 23 24 ··· 184 下一页
摘要: import csv data=[] file1=open("xx2.csv",mode="w") writer=csv.writer(file1) with open("sc.csv",'r',encoding='utf-8') as file: reader=csv.DictReader(fil 阅读全文
posted @ 2023-08-12 10:21 myrj 阅读(11) 评论(0) 推荐(0)
摘要: 猎豹WIFI:http://softcdn122.mydown.com/softmgr/package/B99EC608-3764-45FF-BBF3-5E1C92A2BB0E/LiebaoFreeWiFi5.1_2019.12.16.2.exe https://wwl.lanzoul.com/ij 阅读全文
posted @ 2023-08-11 13:21 myrj 阅读(314) 评论(0) 推荐(0)
摘要: use 0807a\xcv,clear gen text_strings = B . *仅保留中文字符 . replace text_strings=ustrregexra(text_strings,"[^\u4e00-\u9fa5]+"," ") . *去除中文数字 . replace text_ 阅读全文
posted @ 2023-08-11 06:58 myrj 阅读(187) 评论(0) 推荐(0)
摘要: 强制关闭极域电子教室: 1.打开任务管理器,找到其应的程序结束,不成功;详细信息,找到对应的PID 2.采用下面的方法关闭 C:\Users\Administrator>taskkill/im studentmain.exe /f 成功: 已终止进程 "StudentMain.exe",其 PID 阅读全文
posted @ 2023-08-07 10:07 myrj 阅读(2319) 评论(0) 推荐(0)
摘要: 报错 fitz模块报错RuntimeError: Directory ‘static/’ does not exist 原因 使用Python处理PDF文档时,需要使用fitz模块。由于Python 3.8以上版本与fitz有兼容问题,会出现以下错误信息:RuntimeError: Director 阅读全文
posted @ 2023-08-04 21:45 myrj 阅读(2778) 评论(0) 推荐(0)
摘要: . fsum //显示所有所有变量样本数 平均值 最小值 最大值 Variable | N Mean SD Min Max + pid | 7719 3.79e+08 1.55e+08 1.00e+08 2.35e+09 fid20 | 7719 3.96e+05 2.81e+05 1.00e+05 阅读全文
posted @ 2023-07-29 22:31 myrj 阅读(113) 评论(0) 推荐(0)
摘要: import random,string,re,time,sys,hashlib,pymysql,requests f=open("aa.txt","w") connect = pymysql.connect(user = 'root', password = '123456', db = 'new 阅读全文
posted @ 2023-07-29 19:12 myrj 阅读(19) 评论(0) 推荐(0)
摘要: python 问题: from mysql import connector ModuleNotFoundError: No module named 'mysql' 不能pip installl mysql不起任何作用 正确做法:pip install mysql-connector-python 阅读全文
posted @ 2023-07-29 06:55 myrj 阅读(245) 评论(0) 推荐(0)
摘要: import random,string,re,time,sys,hashlib,pymysql,requests connect = pymysql.connect(user = 'm', password = 'h', db = 'x', host = 'r', port = 3306, cha 阅读全文
posted @ 2023-07-28 07:57 myrj 阅读(123) 评论(0) 推荐(0)
摘要: 1.mysqld --initialize --console 临时密码:o%%0:xG9PoEj 2.mysqld --install 3. net start mysql 4. mysql -u root -p 输入上边的临时密码 5. 修改密码: ALTER USER 'root'@'loca 阅读全文
posted @ 2023-07-27 09:31 myrj 阅读(15) 评论(0) 推荐(0)
上一页 1 ··· 16 17 18 19 20 21 22 23 24 ··· 184 下一页