链接的时候分静态链接和动态链接两种。静态连接的话,基本上就不需要向目标机器拷贝附加的文件了,方法如下: 1、修改编译选项,将/MD或/MDd 改为 /MT或/MTd,这样就实现了对VC运行时库的静态链接,在运行时就 不再需要VC的dll了。 2、工程->属性->配置属性->常规->MFC的使用,选择...
分类:
其他好文 时间:
2014-08-12 13:09:54
阅读次数:
196
#新装:
#删除旧的ruby
yum?erase?ruby?ruby-libs?ruby-mode?ruby-rdoc?ruby-irb?ruby-ri?ruby-docs
wget?http://nodejs.org/dist/v0.6.6/node-v0.6.6.tar.gz
wget?http://pyyaml.org/download/libyam...
分类:
其他好文 时间:
2014-08-11 18:20:52
阅读次数:
224
容器(container)的erase()函数本文地址:http://blog.csdn.net/caroline_wendy/article/details/23996013容器(container)的erase()函数, 是删除一个元素, 会移动迭代器的指针, 指向下一个元素;迭代器(itera...
分类:
编程语言 时间:
2014-08-08 21:05:56
阅读次数:
305
1、Failure to transfer org.apache.maven.plugins:maven-resources-plugin:pom:2.5...:Q:第一次使用maven+eclipse(kepler),创建maven 工程后,遇到如下问题:Failure to transfer o...
分类:
其他好文 时间:
2014-08-08 15:49:56
阅读次数:
215
一、要删除容器中有特定值的所有对象
1、如果容器是vector、string或deque,则使用erase-remove习惯用法。例如:
vector c;
c.erase(remove(c.begin(),c.end(),1963),c.end());//删除值是1963的元素
下面讲一下算法remove:
template
ForwardIterat...
分类:
其他好文 时间:
2014-08-07 00:48:37
阅读次数:
371
四种会发生Radio Link Failure的场景- DL Physical Layer Failure (PDCCH BLER > 10%)- Random Access Problems (in Connected State)- Failure after RLC retransmissio...
分类:
其他好文 时间:
2014-08-05 00:08:48
阅读次数:
363
phonegap的拍照插件选择图库中的图片,代码如下:
navigator.camera.getPicture(function(uri){
console.log(uri);//这里得到图片的uri
}, this.failure, {
quality: 70,
destinationType: navigator.camera.DestinationType.FILE_...
分类:
移动开发 时间:
2014-07-31 13:28:36
阅读次数:
398
Forbidden(403)CSRF verification failed. Request aborted.HelpReason given for failure: CSRF token missing or incorrect. In general, this can occu...
分类:
其他好文 时间:
2014-07-27 23:20:59
阅读次数:
273
140724 18:44:55 [Warning] IP address '61.143.209.110' could not be resolved: Temporary failure in name resolution
问题产生的原因:
出现错误的原因是MYSQL Server在本地内存中维护了一个非本地的Client TCP cache,这个cache中包含了远程Client的登录信息,比如IP地址,hostname等信息。
如果Client连接到服务器后,Mysql首先会在本地TCP池中根据I...
分类:
其他好文 时间:
2014-07-25 11:06:31
阅读次数:
199
1.登录火狐主页下载最新版本firefox-31.0.tar.bz2解压: tar -jxvf firefox-31.0.tar.bz22.然后把旧版本的firefox卸掉# yum erase firefox3.放到usr/local下mv firefox /usr/local/做好链接ln -s...
分类:
其他好文 时间:
2014-07-24 22:03:22
阅读次数:
373