07 2020 档案

摘要:备份 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 阅读(166) 评论(0) 推荐(0)
摘要:using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.EventSystems; using UnityEngine.UI; public class Move 阅读全文
posted @ 2020-07-06 09:26 cvtv 阅读(862) 评论(0) 推荐(0)
摘要:public void RefreshContentSizeFitter() { ContentSizeFitter[] csfs = itemRoot.GetComponentsInChildren<ContentSizeFitter>(); foreach (var item in csfs) 阅读全文
posted @ 2020-07-03 17:53 cvtv 阅读(1380) 评论(0) 推荐(0)