作者热门文章
- android - RelativeLayout 背景可绘制重叠内容
- android - 如何链接 cpufeatures lib 以获取 native android 库?
- java - OnItemClickListener 不起作用,但 OnLongItemClickListener 在自定义 ListView 中起作用
- java - Android 文件转字符串
<分区>
我的结果如下;
db.userdetail.find({}, {UserName: 1, _id:1}).pretty();
结果:
{
"_id" : ObjectId("572981ddbe0da6156de04167"),
"UserName" : "anil"
}
这里如何将UserName
更改为name
,将_id
更改为value
,是否可行?
我是一名优秀的程序员,十分优秀!