码迷,mamicode.com
首页 >  
搜索关键字:should    ( 4948个结果
Why you should QC your reads AND your assembly?
鲤鱼基因组:http://www.ntv.cn/a/20140923/52953.shtml关于鲤鱼基因组的测定,数据质量控制遭到质疑。Why you should QC your reads AND your assembly?Graham Etheringtonhttp://grahamethe...
分类:其他好文   时间:2014-10-05 13:53:28    阅读次数:158
Table ‘xxx' is marked as crashed and should be repaired
发现一个”Table ‘xxx' is marked as crashed and should be repaired” 的错误。连忙上网搜索,原来修改这个严重的错误很简单:1. 进入管理mysql的phpmyadmin2. 在左则选中自己的数据库3. 在右则勾选中错误信息中的那个'xxx'表4....
分类:其他好文   时间:2014-10-05 01:00:07    阅读次数:328
HDU - 1588 Gauss Fibonacci (矩阵高速幂+二分求等比数列和)
DescriptionWithout expecting, Angel replied quickly.She says: "I'v heard that you'r a very clever boy. So if you wanna me be your GF, you should solve...
分类:其他好文   时间:2014-10-04 21:53:07    阅读次数:220
042_翻转单词顺序
/* * Given an array of integers, every element appears three times except for one. Find that single one. Note: Your algorithm should have a linear runtime complexity. Could you implement it without u...
分类:其他好文   时间:2014-10-04 17:45:36    阅读次数:163
leetcode Single Number II
/* * Given an array of integers, every element appears three times except for one. Find that single one. Note: Your algorithm should have a linear runtime complexity. Could you implement it without u...
分类:其他好文   时间:2014-10-04 14:32:16    阅读次数:211
Static IP Configuration for CentOS 6.5
1.First, we should modify the /etc/sysconfig/network-scripts/ifcfg-eth0 as the following:DEVICE=eth0HWADDR=00:16:3E:53:01:01ONBOOT=yesNM_CONTROLLD=yes...
分类:其他好文   时间:2014-10-04 06:46:06    阅读次数:169
Regular Expression Matching
‘.’ Matches any single character.‘*’ Matches zero or more of the preceding element.The matching should cover theentireinput string (not partial).The f...
分类:其他好文   时间:2014-10-04 06:16:56    阅读次数:232
Namespace, string, vector and array
1. Headers should not include using declarationCode inside headers ordinarily should not include using declarations. The reason is that the contents o...
分类:其他好文   时间:2014-10-03 18:58:15    阅读次数:142
HDU - 5008 Boring String Problem (后缀数组+二分+RMQ)
Problem Description In this problem, you are given a string s and q queries. For each query, you should answer that when all distinct substrings of string s were sorted lexicographically, which ...
分类:其他好文   时间:2014-10-03 16:56:54    阅读次数:249
android视频播放
视频播放我们用到的是MediaPlayer,显示控件使用的surfaceView我们向SD卡中先添加个视频文件,我的是xajh.3gp,不要用mp4,MP4会出现should have subtitle controller already set的错误,应该是格式的问题造成的我们看下布局文件 .....
分类:移动开发   时间:2014-10-03 15:36:24    阅读次数:288
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!