生成QR图 private void createImage { try { 需要引入core包 QRCodeWriter writer new QRCodeWriter ; String text qr text getText toString ; Log i TAG "生成的文本:" + text ; if text null || "" equals text || text length < 1 { return; } 把输入的文本转为二
eclipse远程调试hadoop时 报出eclipse Hadoop Failed to set permissions of path错误 修改hadoop core包中FileUtil java文件 里面有checkReturnValue方法 将代码throw new IOException "Failed to set permissions of path: ;为改为LOG warn 重新打包后替换原来的jar包 即可;本资源的jar包为修改后的jar包 可直接利用 "&g