中间遇到的问题:1,make的时候,提示gui/x.cc:42:22: error:
X11/Xlib.h: No such file or direct解决:yum install libX11-devel2, error:
X11/xpm.h: No such file or directory...
分类:
其他好文 时间:
2014-06-16 11:06:23
阅读次数:
384
1 /*** 2 * Licensed to the Apache Software
Foundation (ASF) under one or more 3 * contributor license agreements. See the
NOTICE file distribut...
分类:
编程语言 时间:
2014-06-16 10:37:31
阅读次数:
287
VS2008
MFC类向导不能正确加载启动类向导给对话框添加类时出现网页错误提示:“行:815错误:对象不支持此属性或方法”勾选“使用InternetExplorer中的内置脚本调试程序”后再次出现页面错误提示:“行:815char3错误:对象不支持此属性或方法代码:0URL:file:///D:/...
分类:
其他好文 时间:
2014-06-16 10:25:05
阅读次数:
207
生产者-消费者模型是多线程问题里面的经典问题,也是面试的常见问题。有如下几个常见的实现方法:1.
wait()/notify()2. lock & condition3. BlockingQueue下面来逐一分析。1.
wait()/notify()第一种实现,利用根类Object的两个方法wait...
分类:
编程语言 时间:
2014-06-16 09:37:57
阅读次数:
314
在定义FILE * fp 之后,fopen的用法是: fp=
fopen(filename,"w")。而对于fopen_s来说,还得定义另外一个变量errno_t err,然后err =
fopen_s(&fp,filename,"w")。返回值的话,对于fopen来说,打开文件成功的话返回文件指针...
分类:
其他好文 时间:
2014-06-16 08:37:00
阅读次数:
216
package com.home.uploadfile;import
java.io.File;import android.app.Activity;import android.os.Bundle;import
android.view.View;import android.view.View...
分类:
其他好文 时间:
2014-06-16 07:18:00
阅读次数:
230
ptmxDESCRIPTION The file /dev/ptmx is a
character file with major number 5 and minor number 2, usually of mode 0666 and
owner.group of...
分类:
其他好文 时间:
2014-06-16 00:55:41
阅读次数:
310
1. download jdkjdk-7u60-linux-x64.tar.gz2.
unzip jdk-file to /usr/lib/jvm/./usr/lib/jvm/jdk1.7.0_603. set environmentvi
/etc/profile, add#set java env...
分类:
其他好文 时间:
2014-06-16 00:28:43
阅读次数:
201