相关文章
fatal: bad object refs/remotes/origin/master
从gitlab pull代码的时候,报了下面错误
$ git pull
remote: Enumerating objects: 27, done.
remote: Counting objects: 100% (27/27), done.
remote: Compressing objects: 100% (8/8), done.
remote: Total 14 (delta 5), reused 9 (delta 0), pack-reused 0
Un…
建站知识
2024/12/17 18:50:17
15.docker实战之redis集群
redis 分片 高可用 负载均衡
6个redis(3主 3从)
1.创建redis自定义的网络 docker network create redis --subnet 172.38.0.0/16查看创建的网络
[roothc /]# docker network ls
NETWORK ID NAME DRIVER SCOPE
923c8521a545 bridge …
建站知识
2025/1/13 3:55:08
Virtual box 6.1 0x80004005 错误
最近有空把Virtual box升级到 6.1,结果就出现了问题:
不能为虚拟电脑 win2k3_x641 打开一个新任务.
The virtual machine win2k3_x641 has terminated unexpectedly during startup with exit code 1 (0x1). More details may be available in D:\temp\win2k3_x641\Logs\VBo…
建站知识
2024/12/17 16:17:25
关于Virtualbox打开出现e_fail (0x80004005) 组件machinewrap错误--解决方法
错误说明
在win 10环境下安装5.1.16版本的VBOX,然后准备安装虚拟机,挂载好ISO镜像,但是打开报错 内容如下:
不能为虚拟电脑 Ansible Manager 打开一个新任务.The virtual machine Ansible Manager has terminated unexpectedly …
建站知识
2024/10/6 13:16:36
2019-10-15-从以前的项目格式迁移到-VS2017-新项目格式
titleauthordateCreateTimecategories 从以前的项目格式迁移到 VS2017 新项目格式 lindexi 2019-10-15 14:9:27 0800 2018-2-13 17:23:3 0800 VisualStudio 以前的项目格式使用的是 csproj 的格式,但是 .net core 支持使用 project.json 格式的项目文件,…
建站知识
2025/1/20 22:39:47
JVM 调试的的时候崩溃
代码很简单: public class StringObjectDemo {/*** param args*/public static void main(String[] args) {// TODO Auto-generated method stubObject s1 "HelloWorld";Object s2 new String("HelloWorld");}
} 其中在 Object s2 new Strin…
建站知识
2025/1/15 17:33:01
(补题)LCTF2018 PWN easy_heap超详细讲解
这道题是wiki上tcache attack 的Challenge 1,题目需要自己找一下。尝试上传到CSDN上,但总是提示已有,不知道是什么情况。这道题总的来说比较复杂,涉及到的知识点有:tcache分配、unsorted bin分配、堆块合并分割、tcach…
建站知识
2025/1/18 2:45:34