package com.student;
import org.bson.types.ObjectId;
import com.mongodb.BasicDBObject;
import com.mongodb.client.MongoCollection;
public class Delete {
public static void DeleteStudent(MongoCollection collection,int name)
{
collection.deleteOne(new BasicDBObject("no", name));
new Stu_List().SearchAll(collection);
}
}
最近下载更多
husiyu LV3
2023年9月7日
1362440352 LV1
2022年11月27日
asdfasfsf LV1
2022年6月15日
testuser1234567 LV24
2022年5月31日
syj991023 LV2
2022年5月13日
wyx065747 LV67
2022年5月7日
wanglinddad LV55
2022年4月2日
zydandzjf LV3
2022年1月6日
希雨逍遥 LV6
2021年6月22日
xerxes_xxi LV1
2021年6月17日

最近浏览