摘要: python hashlib模块 阅读全文
posted @ 2020-08-22 09:55 xdd1997 阅读(107) 评论(0) 推荐(0) 编辑
摘要: 2333 阅读全文
posted @ 2020-08-21 10:35 xdd1997 阅读(1636) 评论(0) 推荐(0) 编辑
摘要: Robots协议 约束性: Robots协议是建议但非约束性,网络爬虫可以不遵守,但存在法律风险。 网站排除爬虫有两个办法 审查来源 Robots协议告知 作用:网站告知网络爬虫哪些页面可以抓取,哪些不行。形式:在网站根目录下的robots.txt文件。 查看京东Robots协议 https://w 阅读全文
posted @ 2020-08-20 16:01 xdd1997 阅读(9547) 评论(0) 推荐(0) 编辑
摘要: 下载链接:http://baoku.360.cn/soft/show/appid/2000001221 阅读全文
posted @ 2020-08-20 13:59 xdd1997 阅读(534) 评论(0) 推荐(0) 编辑
摘要: 参考:https://www.cnblogs.com/bosslv/p/8992410.html 以网易云歌单为例:https://music.163.com/#/playlist?id=3212113629 坑在于要提交的网站,从下图可以看到要提交的网站是https://music.163.com 阅读全文
posted @ 2020-08-19 17:49 xdd1997 阅读(470) 评论(0) 推荐(0) 编辑
摘要: 参考1:https://www.cnblogs.com/xdp-gacl/.html 参考2:https://www.cnblogs.com/jiangz/.html 注1:如果看参考文章一定要两篇都看方可成功,建议先看参考2注2:个人感觉,设置后刷出目录比较慢 1.s申请JS 2.粘贴代码 2.1 阅读全文
posted @ 2020-08-17 19:03 xdd1997 阅读(510) 评论(0) 推荐(0) 编辑
摘要: API中文版:https://testerhome.com/topics/3711 Appium定位元素的几种方法总结_lovedingd的博客-CSDN博客https://blog.csdn.net/lovedingd/article/details/111058898 安装问题参见:python 阅读全文
posted @ 2020-08-17 14:07 xdd1997 阅读(72) 评论(0) 推荐(0) 编辑
摘要: self.checkBox_drank.stateChanged.connect(self.checkBox_drank_choose) def checkBox_drank_choose(self): if self.checkBox_drank.isChecked(): with open("c 阅读全文
posted @ 2020-08-16 14:21 xdd1997 阅读(342) 评论(0) 推荐(0) 编辑
摘要: def num2HourMinSec(num): m, s = divmod(num, 60) h, m = divmod(m, 60) timestr = "%02d:%02d:%02d" % (h, m, s) return timestr import time for i in range( 阅读全文
posted @ 2020-08-16 13:44 xdd1997 阅读(783) 评论(0) 推荐(0) 编辑
摘要: 1.找高老师之前 先把发票分门别类,用曲针或浇水粘好。(主要是书籍一沓,计算机配件一沓)沓:da 计算好每一沓有多少张发票,每一沓共计多少钱。记在一张空白纸上(不交) 2.找高老师填写报销清单 3.办公室盖郭老师的印章 4.去西配楼(主楼西侧)自助投递 假设有3张报销清单(3沓) 每一沓装在一个袋子 阅读全文
posted @ 2020-08-13 14:49 xdd1997 阅读(87) 评论(0) 推荐(0) 编辑
摘要: 参考:配置JAVA_HOME:https://www.cnblogs.com/liuhongfeng/p/4177568.htmlPython+appium自动化实例(一):使用Python3+appium实现自动收取支付宝蚂蚁森林能量 一、配置环境 1.下载Android Studio 1.1 下 阅读全文
posted @ 2020-08-12 20:46 xdd1997 阅读(1195) 评论(0) 推荐(0) 编辑
摘要: 涉及: 获取桌面路径 创建路径 获取时间文本 # write by xdd1997 xdd2026@qq.com # 2020-08-07 import time import os import winreg import requests import urllib.request from b 阅读全文
posted @ 2020-08-07 20:34 xdd1997 阅读(198) 评论(0) 推荐(0) 编辑
摘要: 参考链接:https://forum.meshparts.de/u/AlexandruDadalau 上面链接是在Sublime Text中编辑APDL并使用ansy help的一系列教程。 下面仅阐述如何使得APDL高亮,注意会改变rSublime 的一些设置,包括但不限于主题。 下载包:下载链接 阅读全文
posted @ 2020-08-04 19:27 xdd1997 阅读(990) 评论(0) 推荐(0) 编辑
摘要: 百度经验:xiaowoniusunnycmd常用命令:知乎windows中如何在命令行启动启动程序 cmd常用命令 运行程序或命令:start 程序名 结束进程,按名称:taskkill /im notepad.exe(关闭记事本) 资源管理器卡死时:taskkill /f /im explorer 阅读全文
posted @ 2020-08-02 19:13 xdd1997 阅读(10065) 评论(0) 推荐(0) 编辑
摘要: 参考链接:昕zqx 安装IDM插件: 谷歌商店链接 还不行就重装软件~ 下载链接 阅读全文
posted @ 2020-08-01 14:25 xdd1997 阅读(616) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/Dontla 文档地址1:https://doc.qt.io/qtforpython/modules.html 文档地址2:https://www.riverbankcomputing.com/static/Docs/PyQt5/sip-classes.h 阅读全文
posted @ 2020-08-01 10:57 xdd1997 阅读(5136) 评论(0) 推荐(0) 编辑
摘要: Python GUI之tkinter布局管理 阅读全文
posted @ 2020-07-30 16:56 xdd1997 阅读(246) 评论(0) 推荐(0) 编辑
摘要: 备份版本 阅读全文
posted @ 2020-07-30 16:48 xdd1997 阅读(439) 评论(0) 推荐(0) 编辑
摘要: 1.在gitee官网上建立仓库,获取仓库地址,如下: 2.打开Github Desktop File-->Clone Repository-->URL,输入·上面的HTTPS地址,输入要保存的文件夹,点击Clone. 3.输入gitee网站的账户和密码即可 注:gitee上面的文件1M以内免登陆下载 阅读全文
posted @ 2020-07-30 15:57 xdd1997 阅读(2200) 评论(0) 推荐(0) 编辑
摘要: github加速链接:https://www.cnblogs.com/wylshkjj/p/13369627.html 重要!!!关于第四步的补充: 找到本地系统 hosts 文件 C:\Windows\System32\drivers\etc 把host文件复制到桌面,复制两份,其中一份用以备份 阅读全文
posted @ 2020-07-30 10:53 xdd1997 阅读(349) 评论(0) 推荐(0) 编辑
摘要: 关于Pyqt窗口调用的格式 正常设计两个ui文件 正常Pyuic转成.py 在唯一的 run.py 函数里这样写即可实现窗口调用 import ... from Timer2 import Ui_Form # Timer2为主ui对于py文件的名字 from TimerSetup import Ui 阅读全文
posted @ 2020-07-28 19:20 xdd1997 阅读(1047) 评论(0) 推荐(0) 编辑
摘要: https://www.google.com/search?q=tk%E6%89%93%E5%BC%80%E7%BD%91%E5%9D%80&rlz=1C1CHWL_zh-CNUS881US881&oq=tk%E6%89%93%E5%BC%80%E7%BD%91%E5%9D%80&aqs=chrom 阅读全文
posted @ 2020-07-27 19:59 xdd1997 阅读(426) 评论(0) 推荐(0) 编辑
摘要: 1. class 的使用 class XDD: def eat(self,str1): print(str1) xdd = XDD() str1 = '吃饭吧' xdd.eat(str1) 2.self.变量的应用 class XDD: def eat(self, str1): print(str1 阅读全文
posted @ 2020-07-27 16:34 xdd1997 阅读(170) 评论(0) 推荐(0) 编辑
摘要: 转发链接:https://don.tuenhai.com/e/programming/python/pyqt.html 阅读全文
posted @ 2020-07-21 21:56 xdd1997 阅读(215) 评论(0) 推荐(0) 编辑
摘要: 参考地址:https://blog.csdn.net/xiangxianghehe/article/details/78172420 import uuid def get_mac_address(): mac=uuid.UUID(int = uuid.getnode()).hex[-12:] re 阅读全文
posted @ 2020-07-21 13:23 xdd1997 阅读(368) 评论(0) 推荐(0) 编辑
摘要: 参考链接:xinyangq import winreg import os # 合并路径与文件名 def main(): new_path = os.path.join(desktop_path(), 'aaa.xlsx') print(new_path) # 获取当前系统的桌面绝对路径 def d 阅读全文
posted @ 2020-07-19 16:17 xdd1997 阅读(986) 评论(0) 推荐(0) 编辑
摘要: from PIL import Image img = Image.open('F:\desktop\爬取的图片\pic.jpg') (picW,picH) = img.size # 欲裁剪为4*3 bili = 4/3 if picW/picH>=bili: print('weight pic') 阅读全文
posted @ 2020-07-19 11:48 xdd1997 阅读(265) 评论(0) 推荐(0) 编辑
摘要: https://music.163.com/#/share/31553259/26468722 阅读全文
posted @ 2020-07-15 13:53 xdd1997 阅读(118) 评论(0) 推荐(0) 编辑
摘要: 制表符+表格方法:https://www.bilibili.com/video/BV1rA411q7vQ 1.视图-->打开标尺,记录1/2长度 与1倍长度(我的44) 2.打开段落,然后点击左下角,设置制表位 3.全部清除——>输入22,点击居中对齐——>设置 4.输入44,点击右对齐——>设置— 阅读全文
posted @ 2020-07-12 15:51 xdd1997 阅读(1781) 评论(0) 推荐(0) 编辑
摘要: MCR官网:https://ww2.mathworks.cn/products/compiler/matlab-runtime.html 一般在电脑中的位置:(方正我是没找到) ***\Matlab2014a\toolbox\compiler\deploy\win64\MCRInstaller.ex 阅读全文
posted @ 2020-07-09 15:20 xdd1997 阅读(324) 评论(0) 推荐(0) 编辑
摘要: 1.新建一个.m文件 2.配置好环境 参考链接 3.在文件中输入下列代码,运行文件即可推送 % xdd1997 2020-07-05 xdd2026@qq.com !git init !git add --all !git commit -m "xdd0707" !git push origin m 阅读全文
posted @ 2020-07-07 14:40 xdd1997 阅读(1003) 评论(0) 推荐(0) 编辑
摘要: 参考链接:https://www.zhihu.com/question/268486272参考链接:https://www.cnblogs.com/xdd1997/p/12043800.htmlhttps://blog.csdn.net/qq_34949842/article/details/889 阅读全文
posted @ 2020-07-05 20:19 xdd1997 阅读(532) 评论(0) 推荐(0) 编辑
摘要: 参考链接:用Python开发计时器程序python自制定时器小例子及time模块详解PyQt5教程,来自网易云课堂PyQt5 倒计时按钮功能实现 阅读全文
posted @ 2020-06-14 21:04 xdd1997 阅读(1975) 评论(0) 推荐(0) 编辑
摘要: 转自:https://jingyan.baidu.com 一,PS导入到AI。 PS保存PSD文件,用AI直接打开。PSD中是分层的,AI里也是分层的 二,AI导入到PS。 1,在AI里面放个矢量图,取消编组,确保每一个对象都单独一层。 2,释放图层。 3,导出psd。 4,不是RGB模式的,可以先 阅读全文
posted @ 2020-06-07 22:51 xdd1997 阅读(2064) 评论(0) 推荐(0) 编辑
摘要: eqns:={x^2+y^2-25, y=x^2-5}; vars:={x,y}; solve(egns,vars);或者solve({x^2 + y^2 - 25, y = x^2 - 5}, {x, y}) 阅读全文
posted @ 2020-05-29 17:55 xdd1997 阅读(4500) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2020-05-28 23:40 xdd1997 阅读(769) 评论(0) 推荐(0) 编辑
摘要: notion 语雀 阅读全文
posted @ 2020-05-25 17:58 xdd1997 阅读(154) 评论(0) 推荐(0) 编辑
摘要: 参考链接1:https://blog.csdn.net/(参)参考链接2:https://blog.csdn.net/ 参考链接3:https://blog.csdn.net/ 阅读全文
posted @ 2020-05-24 23:54 xdd1997 阅读(190) 评论(0) 推荐(0) 编辑
摘要: https://www.notion.so/xdd1997/daily-note-b31b69b4ef7c44feb2b162c0a9a9ceec 阅读全文
posted @ 2020-05-22 09:38 xdd1997 阅读(167) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2020-05-21 17:07 xdd1997 阅读(0) 评论(0) 推荐(0) 编辑