Adobe

Docker体验

System: Ubuntu Trusty 14.04 (LTS) Install Docker Docker Installation on Ubuntu You can foolow these steps to install Docker in Ubuntu 14.04 (You can choose the installed Docker (One-click APP) ...

Reproducible Reporting with RMarkdown

Why Use R Markdown To me, the strongest argument is that everything is in one place. In graduate school, I did quite a bit of work with Excel and SPSS. Not everything was coded. I would be har...

RNAseq分析流程

RNAseq建库流程 RNAseq 分析流程 参考序列的下载(数据库的准备) fasta下载:UCSC-Downloads output: hg19.fasta # 人类参考基因组下载 for i in $(seq 1 22) X Y M do wget wget http://hgdownload.cse.ucsc.edu/goldenPath/hg19/chr...

【转】SoftEther VPN 安装

原文地址: Linux 系统下使用 SoftEther VPN Server 搭建 VPN 服务器 乐美客【PASS】基于 softether vpn 的 vpn 私人服务器,带 windows 下管理界面 服务器端配置 下载 SoftEther VPN Server wget http://www.softether-download.com/files/softether/v4...

wescraper 配置使用

wescraper可用于爬取公众号文章。 安装 资料:在国内使用 pip 命令 pact install libxml2-devel libxslt-devel pact install libffi-devel pact install openssl-devel pip install scrapy -i https://pypi.tuna.tsinghua.edu.cn/simpl...

amWiki

New repository in GitHub git clone git checkout -b gh-pages apm install amWiki config.json built up amWiki git add -A git commit -m “branch gh-pages init.” git push -u origin gh-...

VIM常用快捷键

i→ 插入模式. 按 ESC 键返回普通模式 x→ 删除光标所在的字符 :wq→ 保存退出 (:w 保存,:q 退出) dd→ 删除 (拷贝) 当前行 p→ 粘贴 a→ 在光标后插入 o→ 在当前行之后插入新行 0→ 跳到第一列 $→ 跳到本行末尾 yy→ 复制当前行,与 dd 和 P 命令相比更简单。 u→ 取消 ctrl+r → 恢复 ...

OpenClinic安装

Reference:http://localhost/openclinic/install.html create database openclinic; show databases; grant all privileges on openclinic.* to openclinic_user@localhost identified by 'openclinic_passw...

You-Get 推荐

You-Get是一款基于Pyhton3的下载神器。 GitHub项目地址:soimort/you-get: Dumb downloader that scrapes the web 中文介绍可以参考此博文,我就不重复了。 You-Get——基于 Python3 的媒体下载工具

Eclipse+Tomcat+JDK+MySQL 配置 JSP 开发环境(WIN10)

由于需要部署他人的原型数据库,考虑到本人的笔记本尚未配置环境,故将大致步骤简单记录如下,主要资料来源于网络。 安装包下载 Java SE Development Kit Java SE Development Kit 8 - Downloads IDE 集成开发工具:Eclipse Eclipse Downloads Web 服务器:Tomcat Apache Tomca...