摘要: mkdir -p /data/run echo 'ctrl_interface=/data/run/wpa_supplicant' > /etc/wpa_supplicant.conf echo 'ctrl_interface=/data/run/wpa_supplicant' > /data/wp 阅读全文
posted @ 2024-04-28 09:43 微信公众号--共鸣圈 阅读(0) 评论(0) 推荐(0) 编辑
摘要: 请记住以下内容,我在后面的prompt提出的所有问题都是基于这些内容: 摘要生成: 提取摘要: 请基于我上面前面所提供的内容提取关键句子来组成摘要。 抽象摘要: 请基于我上面前面所提供的内容,使用自然语言处理技术生成新的句子作为摘要。 情感分析: 请基于我上面前面所提供的内容,为关键实体分别进行情感 阅读全文
posted @ 2023-10-12 15:37 微信公众号--共鸣圈 阅读(54) 评论(0) 推荐(0) 编辑
摘要: hdf5:兼容pandas的dataframe合适量化的存储格式。 ### 通用库 vnpy PyAlgoTrade Backtrader Zipline TA-Lib backtrader_copilot: https://github.com/LukasWesemann/backtrader_c 阅读全文
posted @ 2023-09-05 13:24 微信公众号--共鸣圈 阅读(264) 评论(0) 推荐(0) 编辑
摘要: ``` bash set -x EDITOR vim set -x fish_color_search_match --background='444' set -x LD_LIBRARY_PATH ".:/home/hzh/soft/my-bin:$LD_LIBRARY_PATH" set -l 阅读全文
posted @ 2023-07-25 13:26 微信公众号--共鸣圈 阅读(6) 评论(0) 推荐(0) 编辑
摘要: 影刀rpa 等等。 机器人流程自动化(Robotic process automation,简称RPA)。 帮你自动点击鼠标,输入文字的一个自动化工具。基本不需要编程。 阅读全文
posted @ 2023-05-23 13:19 微信公众号--共鸣圈 阅读(23) 评论(0) 推荐(0) 编辑
摘要: 使用lxml import lxml.etree import lxml.html with open('/tmp/hzh/a.html', 'r') as file: data = file.read() html_str = '<p>hzh。<div>ddiivv</div></p> \n <p 阅读全文
posted @ 2023-04-07 16:08 微信公众号--共鸣圈 阅读(74) 评论(0) 推荐(0) 编辑
摘要: 原生的 print scr 键: 按 shift + print scr 键可以选择区域进行截屏。 Flameshot sudo apt install flameshot,它可以截屏后马上进行一定的编辑。 先运行 flameshot config 进行配置。 如果你想把flameshot绑定到你的 阅读全文
posted @ 2023-03-30 13:56 微信公众号--共鸣圈 阅读(46) 评论(0) 推荐(0) 编辑
摘要: UUID=968246128245F6F1 /mnt/win_d_disk ntfs-3g defaults,rw 0 0 UUID=2709d3e9-9fbb-494a-be8a-9c127eb939ca /home/hzh/disk2 ext4 defaults 0 0 Defaults - T 阅读全文
posted @ 2023-03-14 09:13 微信公众号--共鸣圈 阅读(102) 评论(0) 推荐(0) 编辑
摘要: rsync支持本机目录之间,也支持网络计算机之间的可续传、可压缩的拷贝。 使用方法 格式: rsync SOURCE/ DESTINATION/ 或 rsync OPTION SOURCE DESTINATION。 网络拷贝时,rsync基本和scp的用法差不多,例:rsync -vhlPr -e 阅读全文
posted @ 2023-02-01 17:12 微信公众号--共鸣圈 阅读(180) 评论(0) 推荐(0) 编辑
摘要: standalone_html.py: #!/usr/bin/env python # A simple script to suck up HTML, convert any images to inline Base64 # encoded format and write out the co 阅读全文
posted @ 2022-11-18 16:44 微信公众号--共鸣圈 阅读(194) 评论(0) 推荐(0) 编辑