写在前面:最近在学习批量下载sci文章并传入noteexpress,从网上学来了一些方法,其中有一步需要使用url将sci-hub上面的文章批量下载下来。 学习网址:【研究生】快速批量下载 Web of Science论文的一种思路,并导入noteexpress_哔哩哔哩_bilibili linu Read More
posted @ 2022-11-01 21:10 人间寒梅 Views(160) Comments(0) Diggs(0) Edit
最近开始要用python做界面了,又是在百度的洪流中不断呛水。下面列举了很多我在过程中查询的内容以及我认为相对对我的认知有益的链接。 1.python有哪些做界面的工具 三个:python gui 中三大框架tkinter,wxpython, pyqt如何选择_python1212的博客-CSDN博 Read More
posted @ 2021-11-11 11:38 人间寒梅 Views(156) Comments(0) Diggs(0) Edit
https://www.bilibili.com/video/av69455439?from=search&seid=406401960648305052 https://zhuanlan.zhihu.com/p/95616901 看完这俩就懂了。 Read More
posted @ 2021-11-11 11:37 人间寒梅 Views(17) Comments(0) Diggs(0) Edit
读取nc文件前的准备,安装一些库 1.先把几个用到的库下载 Cartopy 简介与安装(转载) - 简书 (jianshu.com) Python Extension Packages for Windows - Christoph Gohlke (uci.edu)(UC Irvine) 2.转到存 Read More
posted @ 2021-11-11 11:35 人间寒梅 Views(776) Comments(0) Diggs(0) Edit
1、添加开机启动项,首先按组合键“win+R”唤出运行窗口,输入“shell:startup”点击确认,打开启动项文件夹。 2、将需要设置为开机启动的软件快捷方式复制粘贴到启动项文件夹。 3、可直接在电脑桌面上点击快捷方式,使用组合键“ctrl+c”复制,再点击启动项文件夹窗口使用组合键“ctrl+ Read More
posted @ 2021-08-30 19:48 人间寒梅 Views(1906) Comments(0) Diggs(0) Edit
1.PyQt5和Qt designer准备 win+r cmd 输入以下 python -m pip install -i http://pypi.douban.com/simple --trusted-host pypi.douban.com PyQt5 python -m pip install Read More
posted @ 2021-08-28 00:27 人间寒梅 Views(1905) Comments(0) Diggs(1) Edit
颜色 最好用的:在网站上找到对应使用十六进制RGB/RGBA字符串表示颜色 可以看颜色及其对应色号名称:https://xkcd.com/color/rgb/ 参考:matplotlib指定绘图颜色的八种方式——python篇 - 知乎 (zhihu.com) 或者参考以下的形式 参考:如何通过py Read More
posted @ 2021-08-03 23:05 人间寒梅 Views(1029) Comments(0) Diggs(0) Edit
linestyle='--' plot画线时候加linestyle='--'。 参考:python 画图-标注点,画虚线_GXLiu-CSDN博客_python画虚线 Read More
posted @ 2021-08-03 22:51 人间寒梅 Views(1903) Comments(0) Diggs(0) Edit
plt.ylabel("流量($\mathregular{m^3}$/s)") #绘图坐标轴添加上标$\mathregular{m^3}$,若是下标m_3 不加mathregular的话是斜体 Read More
posted @ 2021-08-03 22:07 人间寒梅 Views(2932) Comments(0) Diggs(0) Edit
1.按照安装python及环境配置 - 人间寒梅 - 博客园 (cnblogs.com),将3.9装好。 2.在官网下载3.7的对应文件 3.下载后运行,并自定义下载且选中添加到path.,自己为python建一个文件夹。 4.配置环境变量,添加37的两个并上移到39前面。 1、右键“我的电脑”,选 Read More
posted @ 2021-07-27 21:33 人间寒梅 Views(3311) Comments(0) Diggs(0) Edit