上一页 1 ··· 15 16 17 18 19 20 21 22 23 ··· 111 下一页
摘要: npm i http-server -g http-server -p 8881 http://localhost:8881/ main.html <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-eq 阅读全文
posted @ 2023-05-06 08:20 AngDH 阅读(58) 评论(0) 推荐(0) 编辑
摘要: from twisted.internet import defer, reactor from twisted.web.client import getPage def response(*args, **kwargs): print('返回页面内容') def callback(*args, 阅读全文
posted @ 2023-04-29 12:24 AngDH 阅读(7) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/ASUKA2020/article/details/84556451 阅读全文
posted @ 2023-04-27 01:47 AngDH 阅读(15) 评论(0) 推荐(0) 编辑
摘要: 干扰线是单一的颜色 import io from PIL import Image def del_noise(img): # 打开验证码图片 image = Image.open(io.BytesIO(img)) # image = Image.open('o4.png') # 获取图像的宽度和高 阅读全文
posted @ 2023-04-26 15:11 AngDH 阅读(441) 评论(0) 推荐(0) 编辑
摘要: import pandas as pd ff = """ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 阅读全文
posted @ 2023-04-24 19:51 AngDH 阅读(39) 评论(0) 推荐(0) 编辑
摘要: https://zhuanlan.zhihu.com/p/603275427 阅读全文
posted @ 2023-04-23 10:07 AngDH 阅读(517) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2023-04-22 11:26 AngDH 阅读(10) 评论(0) 推荐(0) 编辑
摘要: https://mirrors.tuna.tsinghua.edu.cn/centos/7/isos/x86_64/ https://www.anquanclub.cn/20942.html https://blog.csdn.net/hch814/article/details/118650299 阅读全文
posted @ 2023-04-20 18:00 AngDH 阅读(174) 评论(0) 推荐(0) 编辑
摘要: sudo apt-get install libgtk-3-dev sudo yum install cairo import cairosvg cairosvg.svg2png(url='input.svg', write_to='output.jpg') 阅读全文
posted @ 2023-04-19 20:07 AngDH 阅读(119) 评论(0) 推荐(0) 编辑
摘要: 在多继承的情况下,如果几个父类都有相同的方法,可以使用 super() 函数来指定要调用哪一个父类的方法。例如,如果要调用父类 A 的方法,可以使用以下代码: class A: def common_method(self): print("This is A's common method.") 阅读全文
posted @ 2023-04-19 16:30 AngDH 阅读(129) 评论(0) 推荐(0) 编辑
上一页 1 ··· 15 16 17 18 19 20 21 22 23 ··· 111 下一页