PYTHON 鼠标键盘操作2022-02-262023-03-16Python鼠标移动点击自己设置好之后,可以用来做重复性的人物from time import sleepimport pyautogui,keyboard# 长按 ESC 退出,3s以上while True: if keyboard.is_pressed("esc"): 2022-02-26|431|0|0
甲骨文永久免费主机2022-02-042023-03-16others断断续续注册了半年时间,终于过了,开心。记录一下可能需要注意的点。信用卡如果是零额度的需要存新加坡币,验证的时候需要1.38,建议多放点决定是否成功的关键因素估计就是ip了,之间一直在学校注册失败,开代理也是失败,放假回家使用家用ip一次成功,如果使用公共ip注册失败,建议换家庭ip,2022-02-04|285|0|0
某小说网站爬虫2022-01-162023-03-16Python爬虫没有代理可以设置proxies为空proxies={}import requestsfrom bs4 import BeautifulSoupimport reimport osimport timefrom lxml import etreeproxies={ 'http': 'http:/2022-01-16|298|0|0
ServerStatus2021-10-202023-03-16C/C++/blog服务器探针使用的源码地址- ServerStatus中文版- ServerStatus-HostLoc其中客户端和web主要在ServerStatus-HostLoc的基础上稍作修改,因为ServerStatus中文版中有月流量统计功能,所以使用它做服务端原理整个系统共包括三个部分:客户端服务器we2021-10-20|428|0|0
DAGCON2021-09-152023-03-16Bioinformaticsbioinformatics/essaygit clone https://github.com/PacificBiosciences/pbdagcon.gitcd pbdagcon修改 makefile中25行, cd blasr_libcpp; NOHDF=1 NOPBBAM=1 python2.7 configure.py查看自己2021-09-15|313|0|0
Canu: scalable and accurate long-read assembly via adaptive k-mer weighting and repeat separation2021-07-242023-03-16Bioinformaticsbioinformatics/essay2021-07-24|308|0|0
Phased diploid genome assembly with single-molecule real-time sequencing2021-07-202023-03-16Bioinformaticsbioinformatics/essay2021-07-20|456|0|0
MECAT: fast mapping, error correction, and de novo assembly for single-molecule sequencing reads2021-07-152023-03-16Bioinformaticsbioinformatics/essay2021-07-15|378|0|0