会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
myrj
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
17
18
19
20
21
22
23
24
25
···
186
下一页
2023年8月15日
mysql select 字段包含写法
摘要: select * from sheet1 where locate('太仓' ,xian)
阅读全文
posted @ 2023-08-15 05:41 myrj
阅读(33)
评论(0)
推荐(0)
2023年8月14日
用python读取CSV文件时遇到编码问题
摘要: 尝试使用python读取CSV文件时遇到障碍。 更新:如果只想跳过字符或错误,可以打开文件,如下所示: with open(os.path.join(directory, file), 'r', encoding="utf-8", errors="ignore") as data_file: 到目前
阅读全文
posted @ 2023-08-14 06:43 myrj
阅读(200)
评论(0)
推荐(0)
2023年8月13日
CSV分割工具下载
摘要: CSV分割工具下载
阅读全文
posted @ 2023-08-13 12:58 myrj
阅读(18)
评论(0)
推荐(0)
2023年8月12日
PYTHON 读写CSV
摘要: 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
阅读(17)
评论(0)
推荐(0)
2023年8月11日
猎豹WIFI
摘要: 猎豹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
阅读(337)
评论(0)
推荐(0)
stata 正则 保留中文
摘要: 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
阅读(211)
评论(0)
推荐(0)
2023年8月7日
强制关闭极域电子教室:
摘要: 强制关闭极域电子教室: 1.打开任务管理器,找到其应的程序结束,不成功;详细信息,找到对应的PID 2.采用下面的方法关闭 C:\Users\Administrator>taskkill/im studentmain.exe /f 成功: 已终止进程 "StudentMain.exe",其 PID
阅读全文
posted @ 2023-08-07 10:07 myrj
阅读(2685)
评论(0)
推荐(0)
2023年8月4日
python fitz模块报错RuntimeError: Directory ‘static/’ does not exist 解决方案
摘要: 报错 fitz模块报错RuntimeError: Directory ‘static/’ does not exist 原因 使用Python处理PDF文档时,需要使用fitz模块。由于Python 3.8以上版本与fitz有兼容问题,会出现以下错误信息:RuntimeError: Director
阅读全文
posted @ 2023-08-04 21:45 myrj
阅读(2901)
评论(0)
推荐(0)
2023年7月29日
stata fsum
摘要: . 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
阅读(129)
评论(0)
推荐(0)
PYTHON mysql形成分割文件
摘要: 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
阅读(28)
评论(0)
推荐(0)
上一页
1
···
17
18
19
20
21
22
23
24
25
···
186
下一页
公告