之前安装了QT的4.5.3版本,现需要用到phonon库,因此卸载后想重新安装4.7版本,但当使用./configure编译时出现The specified system/compiler is not supported: xxx/xxx/。。。。。。的提示,按照字面意思是系统或者编译工具不支持....
分类:
其他好文 时间:
2014-08-30 15:05:09
阅读次数:
309
Use the @WebServlet annotation to define a servlet component in a web application. This annotation is specified on a class and contains metadata about the servlet being declared. The annotated servlet...
分类:
编程语言 时间:
2014-08-28 18:09:25
阅读次数:
190
select t2.username,t2.sid,t2.serial#,t2.logon_time
from v$locked_object t1,v$session t2
where t1.session_id=t2.sid order by t2.logon_time;
查看数据库都有哪...
分类:
其他好文 时间:
2014-08-28 13:10:59
阅读次数:
156
从文件连接数据库,连接字符串是finance/oracle@orcl 其中 finance是用户名,oracle是密码,orcl是实例名。发现这个问题:ORA-12154: TNS:could not resolve the connect identifier specified。TNS:无法解析...
分类:
其他好文 时间:
2014-08-28 11:06:39
阅读次数:
223
问题描述: 在eclipse 中开发c++或c是比较麻烦的事情,刚刚配置好mingw32和cdt和环境变量后,新建一个hello world的c++项目还是会出现问题。主要是在编译的时候会提示A program file was not specified in the launch confi.....
分类:
其他好文 时间:
2014-08-27 17:56:08
阅读次数:
221
from:http://www.cnblogs.com/Gildor/archive/2010/12/13/1904060.htmlHttpWebRequest以UTF-8编码写入内容时发生“Bytes to be written to the stream exceed the Content-L...
分类:
Web程序 时间:
2014-08-27 14:29:07
阅读次数:
238
用ssh连接romate linux之后要打开matlab的界面.却得到warning: No display specified.的警告虽然每个linux都是可以打开matlab界面的.但是需要使用界面的程序需要进行X authorization.因为我们登录ssh时没有进行X authoriza...
分类:
系统相关 时间:
2014-08-27 10:35:17
阅读次数:
233
DescriptionGiven a matrix, the elements of which are all integer number from 0 to 50, you are required to evaluate the square sum of its specified sub...
分类:
其他好文 时间:
2014-08-20 14:03:22
阅读次数:
248
1、引用claro.css和esri.css 2、页面布局 Pick a tool and draw on the map. The drawn graphic will be buffered based on the specified parameter...
前面写了一篇文章是关于comparator的,那么comparable就必须拿出来做了分析对比。
关于这俩个接口的文章也比较多,本文着重从完整的代码示例去展现说明。
OK
首先,还是看下Comparator这里接口的代码:
public interface Comparable {
/**
* Compares this object with the specified...
分类:
编程语言 时间:
2014-08-18 18:40:52
阅读次数:
225