[root@AY1402191009362242d1Z ]# java HelloMain Exception in thread "main" java.lang.UnsupportedClassVersionError: HelloMain : Unsupported major.minor version 51.0 ? ? ? ? at java.lang.ClassLoad...
分类:
其他好文 时间:
2014-08-25 10:15:34
阅读次数:
330
#include
#include
#include
#include
#include
#include
#include
#define DRIVERNAME "xxx"
#define DEV_MINOR 0
static dev_t xxx_devno = 0;
static struct class * xxx_class;
struct xxx_dev
{
st...
分类:
系统相关 时间:
2014-08-24 14:13:02
阅读次数:
298
/*The Dragon of Loowater
Description
Once upon a time, in the Kingdom of Loowater, a minor nuisance turned into a major problem.
The shores of Rellau Creek in central Loowater had always been a p...
分类:
其他好文 时间:
2014-08-21 19:28:44
阅读次数:
212
Problem C: The Dragon of Loowater
Once upon a time, in the Kingdom of Loowater, a minor nuisance turned into a major problem.
The shores of Rellau Creek in central Loowater had always been a prime...
分类:
其他好文 时间:
2014-08-21 17:23:54
阅读次数:
153
一、mknod:设置设备代码 linux中,所有的设备都是用文件来表示,文件通过major与minor数值来判断。 major为主设备代码,minor为设备代码(需要查询),示例如下: /dev/hda ---------major:3------minor:0~63 /dev/hd...
分类:
系统相关 时间:
2014-08-19 22:18:05
阅读次数:
300
mknod - make block or character special filesmknod [OPTION]... NAMETYPE [MAJOR MINOR] option 有用的就是-m 了 name 自定义 type 有b 和c 还有p 主设备号 次设...
分类:
其他好文 时间:
2014-08-19 18:26:25
阅读次数:
184
__FUNCTION__, __LINE__
今天无意之间看到一段代码,里面有这样一个片段:
if (!interface) {
err ("%s - error, can't find device for minor %d",
__FUNCTION__, subminor);
retval = -ENODEV;
goto exit;
}
这...
分类:
其他好文 时间:
2014-08-17 22:49:32
阅读次数:
285
因为Lucene4.9要求Java版本最低为Java7,所以之前一直用的Java6要升级了,要不然会报如下错误:
Exception in thread "main" java.lang.UnsupportedClassVersionError: org/apache/solr/client/solrj/SolrServerException : Unsupported major.mino...
分类:
编程语言 时间:
2014-08-13 18:55:17
阅读次数:
309
以下摘自Oracle
****************************************************************************************************************************************
Symptoms
error java.lang.UnsupportedClassV...
分类:
其他好文 时间:
2014-08-13 13:08:16
阅读次数:
264
mknod - make block or character special filesmknod [OPTION]... NAME TYPE [MAJOR MINOR] option 有用的就是 -m 了 name 自定义 type 有 b 和 c 还有 p 主设备号 次设备号主设备号是由lin...
分类:
其他好文 时间:
2014-08-06 18:12:21
阅读次数:
193