上一页 1 ··· 20 21 22 23 24 25 26 27 28 ··· 188 下一页
摘要: 猎豹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 阅读(353) 评论(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 阅读(239) 评论(0) 推荐(0)
摘要: 强制关闭极域电子教室: 1.打开任务管理器,找到其应的程序结束,不成功;详细信息,找到对应的PID 2.采用下面的方法关闭 C:\Users\Administrator>taskkill/im studentmain.exe /f 成功: 已终止进程 "StudentMain.exe",其 PID 阅读全文
posted @ 2023-08-07 10:07 myrj 阅读(2962) 评论(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 阅读(2970) 评论(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 阅读(140) 评论(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 阅读(44) 评论(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 阅读(275) 评论(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 阅读(141) 评论(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 阅读(31) 评论(0) 推荐(0)
摘要: mysql中将多个表合成一个 在MySQL中,我们可以使用多个表格来存储数据。然而,在某些情况下,我们需要将这些表格合成一个以方便数据处理和查询。下面将介绍如何在MySQL中将多个表合成一个。 CREATE TABLE new_table SELECT * FROM table_1 UNION AL 阅读全文
posted @ 2023-07-27 07:02 myrj 阅读(1341) 评论(0) 推荐(0)
上一页 1 ··· 20 21 22 23 24 25 26 27 28 ··· 188 下一页