包含标签:GitHub 的文章
-
springCloud — 初级篇(2)
本系列笔记涉及到的代码在GitHub上,地址:https://github.com/zsllsz/cloud 本文涉及知识点: 注册中心consul; eureka、zookeeper和consul的比较; 服…… -
vue-awesome-swiper的正确使用姿势
介绍一下vue-awesome-swiper最靠谱的使用方法。 目前网上对于vue-awesome-swiper的使用方法各种坑,要么版本对不上,要么swiper.css引用地址不对,要么swiper-…… -
学习一遍ChIPseeker的使用
刘小泽写于2020.5.23-24 Y叔的原文在:https://mp.weixin.qq.com/s/3CMj0xejiV-FSMC-Vxd_-w 0 ChIPseeker的诞生 Y叔一开始使用ChIPpeakAnno进行注释,但使用…… -
500.【registry】 搭建docker私有仓库
一、下载 registry 压缩包 wget https://github.com/distribution/distribution/releases/download/v2.8.1/registry_2.8.1_linux_amd64.tar.gz 二、解…… -
跟着NatureCommunications学作图:R语言ggtree根据分组给进化树上色
论文 MiDAS 4: A global catalogue of full-length 16S rRNA gene sequences and taxonomy for studies of bacterial communities in wastewater treatment p…… -
安卓使用RecyclerView+HorizontalScrollView 实现Item整体横向滑动
这个案例是利用竖向的RecyclerView和横向的HorizontalScrollView 实现的一个可横向和竖向滑动的view, 优化版本已上传至gitee,使用起来更香 老版本点这里 如…… -
-
跟着Nature Genetics学作图:R语言ggpairs散点图一次性展示很多个主成分
论文 Plasma proteome analyses in individuals of European and African ancestry identify cis-pQTLs and models for proteome-wide association studies …… -
跟着Nature Genetics学作图:使用ggarrange包对ggplot2的多个图进行组合
论文 Plasma proteome analyses in individuals of European and African ancestry identify cis-pQTLs and models for proteome-wide association studies …… -
MySQL 对于千万级的大表要怎么优化?
问题概述 使用阿里云rds for MySQL数据库(就是MySQL5.6版本),有个用户上网记录表6个月的数据量近2000万,保留最近一年的数据量达到4000万,查询速度极慢,……