随机文章
Windows文件大小超出允许的限制,无法保存

Windows文件大小超出允许的限制,无法保存

问题如下 在webdav中复制文件出来会提示此错误:"文件大小超出允许的限制,无法保存" 这是因为Windows默认限制为50MB文件大小 超出不允许复制 解决方法:1. 按 Win + R 键2. 在运行窗口输入regedit,按回车3. 在打...
github仓库迁移到gitlab操作日志记录

github仓库迁移到gitlab操作日志记录

方法1 git clone --bare old.git cd old.git git push --mirror new.git 方法2 git clone --mirror old.git cd old.git git remote set-url origin new.git git push -f origin 报错解决 **![remote rejected]** ...
Mongodb 分片 update 条件没有分片键 导致保存失败

Mongodb 分片 update 条件没有分片键 导致保存失败

An upsert on a sharded collection must contain the shard key and have the simple collation. Update request: update 时 condition 参数没有带分片键值 导致以上错误 解决方法:update时提交键值到查询条件中
易语言-逆云阁反解析Linux Crontab 定时任务模块源码

易语言-逆云阁反解析Linux Crontab 定时任务模块源码

在linux中有一个定时任务管理器 叫做Crontab 此乃Linux一大神器也 但是在易语言中开源中 很少有此类产品出现 经过两三天研究 根据易语言写出了一份反解析模块 来一份教程 格式:[秒] [分] [时] [日] [月] [星期几]...
Unraid-Nas-docker 加速国内访问设置

Unraid-Nas-docker 加速国内访问设置

前言 Unraid中 默认使用的docker是有点慢的 一般使用都会将他搞成中国源 资源站 下面列举两个中国资源站 https://registry.docker-cn.com https://x.mirror.aliyuncs.com # x为阿里云给的地址