08 2014 档案

摘要:要在ide中选择正确的环境:默认是linux64有问题,改为linux64-local就没问题了 阅读全文
posted @ 2014-08-28 17:25 caoyingjie 阅读(2213) 评论(0) 推荐(0)
摘要:我第一次运行go语言ide:liteide时报了这个错,原因是系统中已经安装了更高版本的Qt library ,解决办法:删除liteide/lib/liteide 目录中自带的Qt的运行库 阅读全文
posted @ 2014-08-28 16:54 caoyingjie 阅读(1065) 评论(0) 推荐(0)
摘要:有时候我们可能会写出下面的代码:#include using namespace std;struct test{ unsigned short v1; unsigned short v2;};int main(){ unsigned int x=1; test* t=(te... 阅读全文
posted @ 2014-08-27 16:32 caoyingjie 阅读(126) 评论(0) 推荐(0)
摘要:物理内存是相对比较紧张的资源,合理利用将是一个操作系统的性能的关键。Windows2000/XP内部使用一个称为页框数据库(PageFrameDatabase)的结构用于描述物理内存的状态。本文将从这一结构入手详述Windows物理内存的组织与管理。Windows将物理内存按PAGE_SIZE(在x... 阅读全文
posted @ 2014-08-26 12:59 caoyingjie 阅读(640) 评论(0) 推荐(0)
摘要:解决方法很简单,到微软官网或其他地方下载较新版本的windows installer。 阅读全文
posted @ 2014-08-25 13:54 caoyingjie 阅读(309) 评论(0) 推荐(0)
摘要:我的原因是,有的函数有声明,却没实现,这会在编译时发出警告。 阅读全文
posted @ 2014-08-25 13:06 caoyingjie 阅读(724) 评论(0) 推荐(0)
摘要:原文链接:http://blog.csdn.net/sprintfwater/article/details/89962141.建立、关闭与HDFS连接:hdfsConnect()、hdfsConnectAsUser()、hdfsDisconnect()。hdfsConnect()实际上是直接调用h... 阅读全文
posted @ 2014-08-24 16:53 caoyingjie 阅读(3877) 评论(0) 推荐(0)