自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(7)
  • 收藏
  • 关注

原创 Python学习日志003

Python学习日志004-数据类型总结 #!/Users/11834/.conda/envs/Pytorch_GPU/python.exe # -*- coding: UTF-8 -*- '''================================================= @Project -> File :Residue_processing -> pyt...

2020-03-26 12:59:54 89

原创 Python学习日志001

Python学习日志001 #!/Users/11834/.conda/envs/Pytorch_GPU/python.exe # -*- coding: UTF-8 -*- '''================================================= @Project -> File :Python学习日志 -> python-001.py @IDE...

2020-03-26 11:56:48 101

原创 Python学习日志002-多进程、多线程、协程-02

Python学习日志002-多进程、多线程、协程-01 #!/Users/11834/.conda/envs/Pytorch_GPU/python.exe # -*- coding: UTF-8 -*- '''================================================= @Project -> File :Residue_processing -&...

2020-03-22 13:22:44 89

原创 Python学习日志-002 多线程、多进程、协程-01

标题Python学习日志-002 多线程、多进程、协程-01 #!/Users/11834/.conda/envs/Pytorch_GPU/python.exe # -*- coding: UTF-8 -*- '''================================================= @Project -> File :Residue_processing...

2020-03-22 11:17:11 130

原创 Linux后台运行程序screen

Linux后台运行程序screen Linux下安装screen ubuntu: apt-get install screen 现在开始命令:screen -S yourname (新建一个叫yourname的session) 此时,运行你的程序,例如:python xxx.py ctrl+alt+d 退出当前会话 screen -r yourname 返回yourname会话 scre...

2020-03-21 21:46:11 109

原创 Linux下Python多进程输出MSA-生物信息学

Python学习日志-Linux下Python多进程输出MSA-生物信息学 # -*- coding: utf-8 -*- """ Created on Jan 4 14:37 2020 @author: Xue-Qiang """ import os, re import time import gc import subprocess from multiprocessing import ...

2020-03-16 09:22:30 428

原创 Python学习日志(读、写文件、re模块)

Python学习日志(读、写文件、re模块) #!/Users/11834/.conda/envs/Pytorch_GPU/python.exe # -*- coding: UTF-8 -*- '''================================================= @Project -> File :Residue_processing -> M...

2020-03-15 21:03:08 151

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除