摘要: 1、Linux系统播放音频开头有爆破声解决办法 添加配置文件,命名为audio_disable_powersave.conf: sudo vim /etc/modprobe.d/audio_disable_powersave.conf sudo nano /etc/modprobe.d/audio_ 阅读全文
posted @ 2025-12-27 20:33 daivlin 阅读(7) 评论(0) 推荐(0)
摘要: https://xunlei8.me/movies.html 阅读全文
posted @ 2025-03-06 13:31 daivlin 阅读(6424) 评论(0) 推荐(0)
摘要: ![](https://img2024.cnblogs.com/blog/145257/202502/145257-20250208185137616-1718830351.jpg) ![](https://img2024.cnblogs.com/blog/145257/202502/145257-20250208185142029-1732222259.jpg) ![](https://img2 阅读全文
posted @ 2025-02-08 18:52 daivlin 阅读(57) 评论(0) 推荐(0)
摘要: 1、画草稿: 2、工具 pysimplegui库 #coding:utf-8 import PySimpleGUI as sg class AppConfig: appName = "GIS图模解析工具" copyRight = "Design By Daivlin .2024" layouts = 阅读全文
posted @ 2024-12-26 13:19 daivlin 阅读(33) 评论(0) 推荐(0)
摘要: tools URL firefox 国际版 https://download-installer.cdn.mozilla.net/pub/firefox/releases/133.0.3/win64/en-GB/Firefox Setup 133.0.3.msi anaconda https://r 阅读全文
posted @ 2024-12-20 14:17 daivlin 阅读(442) 评论(0) 推荐(0)
摘要: 开始学数据分析: 书籍:《利用Python进行数据分析》 阅读全文
posted @ 2023-07-09 07:56 daivlin 阅读(27) 评论(0) 推荐(0)
摘要: 从网站下载单词库 1 每一页有几百个单词 2 每一个单词有独立的URL,URL中包含单词的中文解释 3 使用的库 requests,pyquery,web #coding:utf-8 import requests as rq from pyquery import PyQuery as pq im 阅读全文
posted @ 2022-09-21 00:14 daivlin 阅读(131) 评论(0) 推荐(0)
摘要: 如何将手机微信公众号文章导出到办公电脑 描述: 现在手机微信上一般都订阅了很多的公众号,部分公众号文章质量还不错,如果仅是收藏后,时间长了,可能某些原因公众号停运,这些收藏的文章就不能再浏览了,需要将文章下载保存。 办公电脑不能连接互联网。不能使用办公电脑上网。 问题: 那如何将手机微信上公众号的文 阅读全文
posted @ 2021-05-29 09:36 daivlin 阅读(4273) 评论(0) 推荐(0)
摘要: 缘由 一直有个不好的习惯,将所有文件都存在个人U盘,下班直接拔了就回家。 前久把U盘插入MacBook后,U盘就无法读数据了,搞了很久也没搞定。 当然了,里面的数据也无法使用了。 所以,现在的想法: 1、U盘在插入后,能自动将数据复制到电脑上进行备份 2、复制数据时,不用全部复制,只复制有变更的部分 阅读全文
posted @ 2021-02-04 18:22 daivlin 阅读(1558) 评论(0) 推荐(0)
摘要: 1、定义分页类 class Pagination(object): ''' 分页类 参数: per_page:每页数量 total_data:总数目 cur_page:当前页。 用法:(flask,html中自定义css) py: page = int(request.args.get("page" 阅读全文
posted @ 2020-06-06 00:18 daivlin 阅读(207) 评论(0) 推荐(0)