会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
cvtv
博客园
首页
新随笔
联系
订阅
管理
2020年7月13日
mongodb 备份与还原
摘要: 备份 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
阅读(163)
评论(0)
推荐(0)
2020年7月3日
Unity ContentSizeFitter 手动刷新
摘要: public void RefreshContentSizeFitter() { ContentSizeFitter[] csfs = itemRoot.GetComponentsInChildren<ContentSizeFitter>(); foreach (var item in csfs)
阅读全文
posted @ 2020-07-03 17:53 cvtv
阅读(1373)
评论(0)
推荐(0)
2016年10月20日
获取APK打包时间和签名
摘要: private String getAppBuildTime() { String result = ""; try { ApplicationInfo ai = getPackageManager().getApplicationInfo(getPackageName(),0); ZipFile
阅读全文
posted @ 2016-10-20 09:34 cvtv
阅读(1580)
评论(0)
推荐(0)
公告