摘要: 备份 1.打开命令提示符窗口 2.进入mongodb文件夹 cd D:\Program Files\MongoDB\Server\4.2\bin 3.执行备份指令 mongodump -h 127.0.0.1 -d test -o d:/data -h:MongDB所在服务器地址,例如:127.0. 阅读全文
posted @ 2020-07-13 09:33 cvtv 阅读(158) 评论(0) 推荐(0) 编辑
摘要: public void RefreshContentSizeFitter() { ContentSizeFitter[] csfs = itemRoot.GetComponentsInChildren<ContentSizeFitter>(); foreach (var item in csfs) 阅读全文
posted @ 2020-07-03 17:53 cvtv 阅读(1185) 评论(0) 推荐(0) 编辑
摘要: private String getAppBuildTime() { String result = ""; try { ApplicationInfo ai = getPackageManager().getApplicationInfo(getPackageName(),0); ZipFile 阅读全文
posted @ 2016-10-20 09:34 cvtv 阅读(1536) 评论(0) 推荐(0) 编辑