1.直接安装 安装Sublime text 3插件很方便,可以直接下载安装包解压缩到Packages目录(菜单->preferences-> Browse Packages)。 2.使用Package Control组件安装 也可以安装package control组件,然后直接在线安装: 按Ctr ...
分类:
其他好文 时间:
2017-08-27 11:10:30
阅读次数:
187
第7章 自由曲面 本章主要内容: l 自由造型特征的构建 l 自由曲面的编辑 7.1自由造型特征的构建 UG不仅提供了基本的特征建模Create Form Feather模块,同时提供了自由曲面的特征建模Create Free From Feather模块和自由曲面编辑编辑曲面模块及自由曲面变换Fr ...
分类:
其他好文 时间:
2017-08-26 19:56:04
阅读次数:
186
转载:http://www.cnblogs.com/nkwy2012/p/6362996.html SAM是Sequence Alignment/Map 的缩写。像bwa等软件序列比对结果都会输出这样的文件。samtools网站上有专门的文档介绍SAM文件。具体地址:http://samtools. ...
分类:
其他好文 时间:
2017-08-26 18:22:36
阅读次数:
210
using NPOI.HSSF.UserModel; using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using... ...
分类:
其他好文 时间:
2017-08-25 18:14:50
阅读次数:
243
Private Sub GetClientAccountList() Dim EndRow As Long Dim i As Long, j As Long Dim m As Long, n As Long Dim TakeSum As Double, PaySum As Double Dim No... ...
分类:
编程语言 时间:
2017-08-24 23:58:13
阅读次数:
476
基因组装配工具Falcon工作流程 1 Falcon简介Falcon (Fast Alignment and CONsensus),是由PacBio(太平洋生物科技公司)新开发的二倍体基因组从头拼接组装工具,由HGAP(Hierarchical Genome Assembly Process)扩展而 ...
分类:
其他好文 时间:
2017-08-21 17:49:24
阅读次数:
1854
// 向document 生成pdf表格 Table table = new Table(6); table.setWidth(80); // 宽度 table.setBorder(1); // 边框 table.getDefaultCell().setHorizontalAlignment(Ele... ...
分类:
其他好文 时间:
2017-08-16 21:52:45
阅读次数:
149
using System.IO; using iTextSharp.text; using iTextSharp.text.pdf; namespace DotNet.Utilities { /// /// PDF文档操作类 /// //------------------调用-----------... ...
Go Up to FireMonkey Application Design Contents [hide] 1 Customizing the List View Appearance Properties 1.1 Footer properties 1.2 Header properties 1 ...
分类:
移动开发 时间:
2017-08-13 23:27:03
阅读次数:
713
终于效果图: 代码片段: // // DockItemLocation.m // 帅哥_团购 // // Created by beyond on 14-8-13. // Copyright (c) 2014年 com.beyond. All rights reserved. // #import ...
分类:
移动开发 时间:
2017-08-11 15:51:04
阅读次数:
286