上一页 1 ··· 12 13 14 15 16 17 18 19 20 ··· 186 下一页
摘要: 如何卸载烦人的墨鱼丸:1.打开设置-基础设置-退出-里面有卸载 阅读全文
posted @ 2023-11-24 13:48 myrj 阅读(442) 评论(0) 推荐(0)
摘要: 网上搜索到STATA 模糊匹配fuzzy输入命令ssc describe f显示所有能通过ssc 安装并且以f开头的所有命令在其中找出相关的具体命令发现有fuzzydid所以使用命令:ssc install fuzzydid来安装 若没有相关的,则只能从网上搜索相应的安装包手动安装 PACKAGES 阅读全文
posted @ 2023-11-22 18:14 myrj 阅读(220) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2023-11-14 09:17 myrj 阅读(78) 评论(0) 推荐(0)
摘要: https://download.microsoft.com/download/3/5/C/35C84C36-661A-44E6-9324-8786B8DBE231/accessdatabaseengine_X64.exe 阅读全文
posted @ 2023-11-13 08:30 myrj 阅读(1862) 评论(0) 推荐(0)
摘要: 电脑控制手机http://wxqk.net/ 阅读全文
posted @ 2023-11-11 18:22 myrj 阅读(8) 评论(0) 推荐(0)
摘要: pip install pywin32 阅读全文
posted @ 2023-11-10 09:03 myrj 阅读(90) 评论(0) 推荐(0)
摘要: ​​1、匹配函数:regexm()和ustrregexm() (1)regexm(s,re)函数 第一个参数s表示字符串,第二个参数re代表正则表达式,如果正则表达式匹配到字符串s中的某个子字符串,则函数regexm(s,re)的返回值为1,否则为0。但是值得注意的是,由于regexm()是早期版本 阅读全文
posted @ 2023-10-20 20:13 myrj 阅读(1556) 评论(0) 推荐(0)
摘要: cap:mkdir 1012a cd D:\te\pan\2018年裁判文书数据_马克数据网 fs *.csv local shu=4 foreach file in `r(files)'{ local shu=`shu'+1 import delimited "`file'", clear cap 阅读全文
posted @ 2023-10-15 19:40 myrj 阅读(28) 评论(0) 推荐(0)
摘要: import pyodbc import pandas as pd conn = pyodbc.connect('DRIVER={SQL Server};SERVER=127.0.0.1;DATABASE=Easybook;UID=sa;PWD=') cursor = conn.cursor() c 阅读全文
posted @ 2023-10-15 07:31 myrj 阅读(92) 评论(0) 推荐(0)
摘要: R也是一种为统计计算和绘图而生的语言和环境,它是一套开源的数据分析解决方案, 1免费: 多数商业统计软件价格不菲,投入成千上万美元都是可能的。而R是免费的!如果你是一 位教师或一名学生,好处显而易见。 2 R是一个全面的统计研究平台,提供了各式各样的数据分析技术。几乎任何类型的数据分 析工作皆可在 阅读全文
posted @ 2023-10-04 17:42 myrj 阅读(27) 评论(0) 推荐(0)
上一页 1 ··· 12 13 14 15 16 17 18 19 20 ··· 186 下一页