随笔分类 - 解决的问题
摘要:在网上看到了许多教程,基本上部署都是手动的,docker镜像都要手动输入选择重新部署。要么都是些基本镜像仓库。 视频地址:【CloudFlare搭建doker加速源。都这么长时间了,你的docker还是跑不通吗?】 https://www.bilibili.com/video/BV1F533eHEs
阅读全文
摘要:起因:自己在使用nodejs的时候经常遇到版本问题。每次手动重装更换版本觉得非常麻烦。之前在搭建静态博客的时候,遇到版本问题,生成出来博客静态页白屏。这个就是我部署在github上的静态博客:https://blog.xisoul.cn 一、首先卸载Node.js 1.打开控制面板 锚点 2.卸载程
阅读全文
Referencing column 'x' and referenced column 'x' in foreign key constraint 'x' are incompatible.解决方案
摘要:Referencing column 'x' and referenced column 'x' in foreign key constraint 'x' are incompatible.解决方案 第一步检查数据类型 参考https://www.cnblogs.com/jardeng/p/128
阅读全文