看到网上有说:在开发Android项目的时候,有时需要引用多个项目作为library。在引用项目的时候,有时会出现“Jar mismatch! Fix your dependencies”错误。这是因为两个项目的jar包(android-support-v4.jar)不一致。 解决方法是把2个jar...
分类:
其他好文 时间:
2014-09-18 11:18:33
阅读次数:
150
之前一直想读这篇,今天读了一下,颇有收获:
1.对文档按相似term聚类之后,delta较小,可以提高压缩率(similarity graph)
1.GPU一般可以有几百个核,有shared memory和global memory,shared memory相当于寄存器的速度,global memory速度较慢
2.有序数组上的搜索算法除了binary search还有interplati...
分类:
其他好文 时间:
2014-09-18 00:52:07
阅读次数:
239
This topic has not yet been rated-Rate this topichttp://msdn.microsoft.com/EN-US/library/bb190066.aspxUpdated:December 16, 2011Applies To:Microsoft Dy...
分类:
Web程序 时间:
2014-09-17 21:38:12
阅读次数:
454
项目-右键-new module-Android Library-module name和package name 应该与要引进的库相同.
然后在文件目录中replace新建的library
在gradle中的dependencies添加compile project(':库名')
另外在复制资源文件(res)时,可能会发生R文件错误,这是因为替换一些文件之后,旧文件中原本的一些属性...
分类:
移动开发 时间:
2014-09-17 18:47:22
阅读次数:
248
configure: error: No curses/termcap library found网上有的说法是:--with-named-curses-libs=/usr/lib/libncursesw.so.5其实是不对的,虽然能解决configure的错误,但是make的时候会提示错误,正确的...
分类:
其他好文 时间:
2014-09-17 13:38:42
阅读次数:
222
这是用来快速学习 Python Socket 套接字编程的指南和教程。Python 的 Socket 编程跟 C 语言很像。Python 官方关于 Socket 的函数请看 http://docs.python.org/library/socket.html基本上,Socket 是任何一种计算机网络...
分类:
编程语言 时间:
2014-09-17 11:50:52
阅读次数:
382
找到以下配置文件"C:\Program Files (x86)\Common Files\Microsoft Shared\VSA\9.0\VsaEnv\vsmsvr10.exe.config""C:\Program Files (x86)\Common Files\Microsoft Shared...
分类:
其他好文 时间:
2014-09-17 11:47:42
阅读次数:
285
A globalcylindergroup(CG) cache is stored in file server memory and shared by a plurality of file systems supported by the file server. The global CG ...
分类:
其他好文 时间:
2014-09-17 01:00:11
阅读次数:
278
What's auto_ptr? The auto_ptr type is provided by the C++ standard library as a kind of a smart pointer that helps to avoid resource leaks when excep....
分类:
其他好文 时间:
2014-09-16 23:25:21
阅读次数:
214
什么是Pair 关于类Pair的介绍,下面是引自《C++ Standard Library》的一段话: The class pair is provided to treat two values as a single unit. It is used in several places wi.....
分类:
其他好文 时间:
2014-09-16 22:03:51
阅读次数:
176