STL = Standard Template Library,标准模板库,惠普实验室开发的一系列软件的统称。它是由Alexander Stepanov、Meng Lee和David R Musser在惠普实验室工作时所开发出来的。这可能是一个历史上最令人兴奋的工具的最无聊的术语。从根本上说,STL是一些“容器”的集合,这些“容器”有list,vector,set,map等,STL也是算法...
分类:
其他好文 时间:
2014-09-24 18:09:17
阅读次数:
237
C++ Language and Standard Librarieshttp://msdn.microsoft.com/en-us/library/hh875057.aspxC++ Storage Classeshttp://msdn.microsoft.com/en-us/library/y5f...
分类:
编程语言 时间:
2014-09-24 13:45:26
阅读次数:
223
springMVC No mapping found for HTTP request with URI
分类:
移动开发 时间:
2014-09-24 13:31:26
阅读次数:
154
新手编程常见的问题:问题表现:console提示:No Launcher activity found! The launch will only sync the application package on the device!解决办法:检查AndroidManifest.xml中是否添加如下...
分类:
移动开发 时间:
2014-09-24 12:17:16
阅读次数:
193
在学习使用Python解析XML的过程中,使用官方文档https://docs.python.org/2/library/xml.etree.elementtree.html中的例子进行测试,代码如下:importxml.etree.ElementTreeasET
tree=ET.parse(‘/home/huayuan/code/xml.py‘)
root=tree.getroot()试着运行,没想到竟然会报错:Tr..
分类:
编程语言 时间:
2014-09-24 04:23:06
阅读次数:
2115
Building a Drop-Down Filter List for a DataGridView Column Header Cell参考:http://msdn.microsoft.com/zh-cn/library/aa480727(en-us).aspx1、引用DataGridViewA...
RSMacBook-Pro:~ RS$ pod search jsonkit/System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:55...
分类:
其他好文 时间:
2014-09-23 21:53:35
阅读次数:
3917
Assets Library Framework可以用来做iOS上的多选器,选照片视频啥的啦就不介绍了。目前的项目有点类似dropbox,可以选择设备内的照片然后帮你上传文件,使用了Assets Library Framework,背景如此。ALAsset可以看成是一个你选择的文件的包装类,从中可以...
分类:
移动开发 时间:
2014-09-23 20:20:25
阅读次数:
222
进行md5加密的时候加入liblibcommonCrypto.dylib遇到libary冲突
报library not found for -lcommonCrypto和libcommonCrypto.dylib.Link
against the umbrella framework 'System.framework'错误
解决办法
删除liblibcommonCrypto.dyli...
分类:
移动开发 时间:
2014-09-23 20:08:45
阅读次数:
194
Debian wheezy下的glibc版本为2.13,安装几个软件都运行不了,报以下类似错误:xxxx: /lib/i386-linux-gnu/i686/cmov/libc.so.6: version `GLIBC_2.15' not found (required by xxxx)解决方法:把...
分类:
其他好文 时间:
2014-09-23 19:06:45
阅读次数:
229