1. by zero发生被0除错误2. Null object reference空对象引用3. Array boundary exceeded数组越界4. Enumerated value is out of range for function枚举值超出函数的范围5. Negative valu...
分类:
其他好文 时间:
2014-10-28 11:52:20
阅读次数:
582
这是使用libdlna0.2.4与ffmpeg2.4.2搭配遇到的问题
解决方法是使用ffmpeg2.2.9版本(更久的版本没测试过),
或者坚持要使用ffmpeg2.4.2版本的话,只需将
…/ffmpeg-2.4.2/libavformat/version.h文件中一点点内容进行修改:...
分类:
其他好文 时间:
2014-10-27 11:01:02
阅读次数:
375
今天发现自己连Bundle类都没有搞清楚,于是花时间研究了一下。依据google官方的文档(http://developer.android.com/reference/android/os/Bundle.html)Bundle类是一个key-value对,“A mapping from Strin...
分类:
移动开发 时间:
2014-10-25 15:40:20
阅读次数:
167
看到文章里的同学留言说到unique_ptr,这两天看了一下cplusplus提供的reference才知道这个东西是c++11的新特性,对c++11的新特性不是很了解,花时间了解了下unique_ptr,之前有写过auto_ptr的分析,这里就和auto_ptr对比下来看。unique_ptr.....
分类:
其他好文 时间:
2014-10-25 10:28:05
阅读次数:
1948
1.参考http://www.cplusplus.com/reference/list/list/2.合并主要有两个函数:splice()和merge()splice()有三种调用形式:第一种: list1.splice(it1, list2).将list2中的所有元素拷贝到list1中。在list...
分类:
编程语言 时间:
2014-10-25 10:26:11
阅读次数:
206
作者:zhanhailiang 日期:2014-10-25
使用gcc编译如下代码时报“undefined reference to `sin'”:
#include
#include
#include
main () {
double a = sin(1);
exit (0);
}
[root@~/wade/codeReview/learningc/9]# g...
分类:
其他好文 时间:
2014-10-25 02:04:07
阅读次数:
521
嵌合体序列指在pcr过程中,两条不同的序列产生杂交扩增的序列,属于人工污染,在ITS和16S分析中,应该首先去除,USearch提供去除嵌合体的功能usearch-uchime_ref reads.fna -db reference.fna -strand plus-nonchimerasnonch...
分类:
其他好文 时间:
2014-10-24 16:27:00
阅读次数:
1047
reference:http://qxde01.blog.163.com/blog/static/67335744201368101922991/Python在科学计算领域,有两个重要的扩展模块:Numpy和Scipy。其中Numpy是一个用python实现的科学计算包。包括:一个强大的N维数组对象...
分类:
编程语言 时间:
2014-10-24 10:45:55
阅读次数:
218
reference: http://www.52nlp.cn/python-%e7%bd%91%e9%a1%b5%e7%88%ac%e8%99%ab-%e6%96%87%e6%9c%ac%e5%a4%84%e7%90%86-%e7%a7%91%e5%ad%a6%e8%ae%a1%e7%ae%97-%...
分类:
编程语言 时间:
2014-10-24 10:33:17
阅读次数:
430