07 2022 档案

摘要:硬盘分区,拓展C盘,不重装系统,不重装D盘软件的全教程。 1. 请记住windows的分区规则。 首先打开:我的电脑右键——>管理——>储存——>磁盘管理,打开下述界面: 分区只能向右侧扩展,意味着右侧有未分配空间的时候才能拓展,上面的截图没有设置未分配空间。 网络截图过程: https://jin 阅读全文
posted @ 2022-07-30 20:56 kuanleung 阅读(72) 评论(0) 推荐(0) 编辑
摘要:import pandas as pd import numpy as np import matplotlib.pyplot as plt from sklearn import model_selection from sklearn.metrics import accuracy_score 阅读全文
posted @ 2022-07-16 22:12 kuanleung 阅读(37) 评论(0) 推荐(0) 编辑
摘要:股票财务信息,董事会,监事会等高管信息爬取,留言获取,私密仓库 https://gitee.com/kuanleung/163stock 阅读全文
posted @ 2022-07-16 20:44 kuanleung 阅读(3) 评论(0) 推荐(0) 编辑
摘要:截取官方文档 阅读全文
posted @ 2022-07-14 10:04 kuanleung 阅读(2) 评论(0) 推荐(0) 编辑
摘要:https://zhuanlan.zhihu.com/p/354651458 import pandas as pd import numpy as np from tqdm import tqdm import statsmodels.api as sm import statsmodels.fo 阅读全文
posted @ 2022-07-07 12:12 kuanleung 阅读(139) 评论(0) 推荐(0) 编辑
摘要:err_inter = result.conf_int() #置信区间的中心 err_mean = (err_inter[1]+err_inter[0])/2 # 置信区间的长度 err_long = (err_inter[1]-err_inter[0])/2 #置信区间画图 import matp 阅读全文
posted @ 2022-07-03 09:25 kuanleung 阅读(25) 评论(0) 推荐(0) 编辑
摘要:import matplotlib.pyplot as plt plt.style.use('seaborn-whitegrid') plt.rcParams['font.sans-serif']=['SimHei'] plt.rcParams['axes.unicode_minus'] = Fal 阅读全文
posted @ 2022-07-03 09:23 kuanleung 阅读(18) 评论(0) 推荐(0) 编辑
摘要:如何找到和自己谷歌浏览器对应的驱动版本???? 1.查询比如我的版本号是74.0.3729.169,只复制74.0.3729就行了,然后把复制下来的数字加到 https://chromedriver.storage.googleapis.com/LATEST_RELEASE_ 后面。 如 https 阅读全文
posted @ 2022-07-01 10:21 kuanleung 阅读(29) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示