上一页 1 ··· 39 40 41 42 43 44 45 46 47 ··· 188 下一页
摘要: . macro list zong: a421 a422 S_level: 95 F1: help advice; F2: describe; F7: save F8: use S_ADO: BASE;SITE;.;PERSONAL;PLUS;OLDPLACE S_StataMP: MP S_Sta 阅读全文
posted @ 2023-04-16 10:00 myrj 阅读(40) 评论(0) 推荐(0)
摘要: 将 py 代码单独保存为一份 .py 的文件,而后可以通过 python script codes.py 来调用即可。 阅读全文
posted @ 2023-04-16 09:07 myrj 阅读(31) 评论(0) 推荐(0)
摘要: import os from PIL import Image,ImageDraw,ImageFont import xlrd # 要求录入学校信息的证书def zs_school(size, left, height, n, c, m1, d1, m2, d2, t): newfont = Ima 阅读全文
posted @ 2023-04-16 09:03 myrj 阅读(107) 评论(0) 推荐(0)
摘要: Traceback (most recent call last): File "C:/python37/pla.py", line 7, in <module> newfont=ImageFont.truetype('./songti.ttc',60) # Songti.ttc 代表字体,60 代 阅读全文
posted @ 2023-04-16 08:55 myrj 阅读(278) 评论(0) 推荐(0)
摘要: rename 批量重命名 2.1 圆括号与批量重命名 rename (old1 old2 ...) (new1 new2 ...) [,options] 将需要批量重命名的变量放置在第 1 对圆括号中,新的变量名放置在第 2 对圆括号中,这个操作方法比较简单粗暴,主要有以下几种应用场景: * 将 s 阅读全文
posted @ 2023-04-16 08:24 myrj 阅读(742) 评论(0) 推荐(0)
摘要: python 调用 stata: config.init(edition, splash=splash)TypeError: init() got an unexpected keyword argument 'splash'修改:d:\python310\lib\site-packages\sta 阅读全文
posted @ 2023-04-15 10:28 myrj 阅读(407) 评论(0) 推荐(0)
摘要: import pandas as pd a="D:\\statashu\\2\\1xx.dta" df = pd.read_stata(a) for index,row in df.iterrows(): print(row["id"]) 阅读全文
posted @ 2023-04-14 13:37 myrj 阅读(80) 评论(0) 推荐(0)
摘要: 本来在这一页的表格中打着字呢,突然表格断开跑到下一页了,而且上面还有很大的空白区域,这种情况我们要怎么处理? 解决方法一、 选定表格,点击表格属性,文字环绕设置成无 在行的属性里面 取消勾选指定行高 勾选“允许跨页断行” 检查你这段文字的段落设置,是否勾选了段中不分页或与下段同页 方法二、 选中整个 阅读全文
posted @ 2023-04-14 07:11 myrj 阅读(1539) 评论(0) 推荐(0)
摘要: levelsof variable,local (A) levelsof 提取了variable下面每一个值,然后local把这些值统一在A的集合下面 . use tv1,clear . des Contains data from tv1.dta Observations: 10 Variable 阅读全文
posted @ 2023-04-12 16:26 myrj 阅读(235) 评论(0) 推荐(0)
摘要: 方法三:使用专业的ZIP密码破解工具 如果以上两种方法都无法破解ZIP压缩包密码,则需要使用专业的ZIP密码破解工具。市场上常见的ZIP破解工具如下: 1. PassFab for ZIP:这是一款破解ZIP密码的专业工具,支持多种ZIP文件格式,可通过四种攻击方式(暴力破解、字典攻击、组合攻击、掩 阅读全文
posted @ 2023-04-12 08:54 myrj 阅读(751) 评论(0) 推荐(0)
上一页 1 ··· 39 40 41 42 43 44 45 46 47 ··· 188 下一页