码迷,mamicode.com
首页 >  
搜索关键字:when    ( 7148个结果
linux awk常用操作(快速将fasta格式的序列改成一行显示)
Some time when you want to change the fasta seq into one lineFor awk: awk '/^>/&&NR>1{print "";}{ printf "%s",/^>/ ? $0" ":$0 }' YourFile > newfilenam...
分类:系统相关   时间:2014-08-12 21:18:04    阅读次数:379
SSH basics
SSH, SecureSHell, was designed and created to provide the best security when accessing another computer remotely.Not only does it encrypt the remote s...
分类:其他好文   时间:2014-08-12 18:39:54    阅读次数:231
sublime text2 配置tab为4个空格
Preference-defalut: 【将Tab键自动替换为4个空格】 // The number of spaces a tab is considered equal to “tab_size”: 4, // Set to true to insert spaces when tab is pressed “translate_tabs_to_space...
分类:其他好文   时间:2014-08-12 10:33:04    阅读次数:210
MyBatis的动态SQL详解
MyBatis的动态SQL是根据OGNL表达式的,号码大全它能够协助咱们方便的在SQL句子关键词挖掘工具中完成某些逻辑。MyBatis中用于完成动态SQL的元素首要有:ifchoose(when,otherwise)trimwheresetforeachif即是简略的条件判别,运用if句子咱们能够完成某些简略的条件挑眩先来看如..
分类:数据库   时间:2014-08-12 10:30:34    阅读次数:302
[LA] 3644 - X-Plosives [并查集]
A secret service developed a new kind of explosive that attain its volatile property only when a speci cassociation of products occurs. Each product i...
分类:其他好文   时间:2014-08-12 00:23:43    阅读次数:228
PX Deq: Execution Msg,PX Deq: Execute Reply等待事件
PX Deq: Execution Msg Occurs when a parallel slave is waiting to be told what to do. This is normally considered an idle event, but can cause excessive CPU in some cases. Solution Reduc...
分类:其他好文   时间:2014-08-11 21:38:52    阅读次数:485
HDU-3309-Roll The Cube(BFS)
Problem Description This is a simple game.The goal of the game is to roll two balls to two holes each. 'B' -- ball 'H' -- hole '.' -- land '*' -- wall Remember when a ball rolls into a hole, the...
分类:其他好文   时间:2014-08-11 21:22:12    阅读次数:308
DroidGap
import com.phonegap.DroidGap;import android.app.Activity;import android.os.Bundle;public class Main extends DroidGap {/** Called when the activity is ...
分类:其他好文   时间:2014-08-11 21:13:32    阅读次数:186
Lock-Free Data Structures
By Andrei Alexandrescu, October 01, 2004 Post a Comment Lock-free data structures guarantee the progress of at least one thread when executing mutlithreaded procedures, thereby helping you avoid d...
分类:其他好文   时间:2014-08-11 18:01:02    阅读次数:384
HDU-1685-Booksort(IDA*)
Problem Description The Leiden University Library has millions of books. When a student wants to borrow a certain book, he usually submits an online loan form. If the book is available, then the next...
分类:其他好文   时间:2014-08-11 15:05:42    阅读次数:274
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!