⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 test.jr

📁 hadoop:Nutch集群平台
💻 JR
字号:
module org.apache.hadoop.record.test {    class RecRecord0 {        ustring     StringVal;    }    class RecRecord1 {        boolean         BoolVal;        byte            ByteVal;        int             IntVal;        long            LongVal;        float           FloatVal; // testing inline comment        double          DoubleVal; /* testing comment */        ustring         StringVal; /* testing multi-line                                    * comment */        buffer          BufferVal; // testing another // inline comment         vector<ustring> VectorVal;        map<ustring,ustring>   MapVal;        RecRecord0      RecordVal;    }}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -