摘要:
一、连接 1.mongo mongodb://localhost:27000 2. show databases(dbs) use test 3. db show collections 二、插入 1.db.proccessedfile.insertone({fileName:"20170403/3 阅读全文
摘要:
1 public static String JSONTokener(String in) { 2 // consume an optional byte order mark (BOM) if it exists == 如果存在, 则使用可选的字节顺序标记 (bom) 3 if (in != null && in.startsWith("\ufeff"))... 阅读全文