logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

[MySQL]如何修改MySQL8.0端口(centos 7)

nano /etc/my.cnf[mysqld]port=12345添加以上port的设置运行服务:systemctl restart mysqld.service再检查下端口:netstat -nltp

#mysql
(转)postMan跳过https验证设置

转自:https://blog.csdn.net/qq_26531719/article/details/103809013

#postman#ssl#https
[MySQL]ERROR 1822 : Failed to add the foreign key constraint. Missing index for

N_PERSONS` (`GUID`)ON DELETE NO ACTIONON UPDATE NO ACTION;报错:Error Code: 1822. Failed to add the foreign key constraint. Missing index for constraint 'FAS_CABINET_FK01' in the referenced table 'COMMON

安装github copilot等待时间过长

waiting for github authentication copilot...根据官网的配置方式在Pycharm中安装Copilot,使用的版本为PyCharm 2022.1、Copilot 2022 - 1.1.23.1570(目前的最新版本):copilot-docs/gettingstarted.md at main · github/copilot-docs · GitHub官方

#github#pycharm#ide
(转)[git]Mac系统下查看和生成SSH Key

没有生成的SSH Key,请执行第二步。No such file or directory>> 如果vim输出的是如下内容:证明本地已经存在SSH Key 文件,请执行第四步。id_rsaid_rsa.pub二、如果没有,生成新的SSH Keyssh-keygen -t rsa -C"you_email"your_email:这里填写你在GitLab

#gitlab
[git]出现commit in detached head不能commit

在IDE里面出现:很可能是因为你当前在Head,而不在任何一个分支按一下步骤执行git add .git stashgit checkout mastergit stash popgit checkout <your branch>git add .git commit

[git]idea因为网络原因不能连接git

因为网络原因设置proxy后仍然无法使用

#git#intellij idea
[node]mac卸载并重装nodejs以及推荐nvm安装

参考:https://stackoverflow.com/questions/11177954/how-do-i-completely-uninstall-node-js-and-reinstall-from-beginning-mac-os-xbrew uninstall node# or `brew uninstall --force node` which removes all ...

[docker]给运行中的docker容器追加端口映射

在docker run创建并运行容器的时候,可以通过-p指定端口映射规则。但是,我们经常会遇到刚开始忘记设置端口映射或者设置错了需要修改。当docker start运行容器后并没有提供一个-p选项或设置,让你修改指定端口映射规则。那么这种情况我们该怎么处理呢?今天Docker君教你如何修改运行中的docker容器的端口映射?方法一:删除原有容器,重新建新容器这个解决方案最为简单,把原来的容...

#docker
(转)[docker]清理Docker占用的磁盘空间

转自:https://www.cnblogs.com/lumama520/p/10510202.html1. Docker System命令docker system df命令,类似于Linux上的df命令,用于查看Docker的磁盘使用情况:可知,Docker镜像占用了543MB磁盘,Docker容器占用了581.2MB磁盘,Docker数据卷占用了0B磁盘docker system prune

    共 28 条
  • 1
  • 2
  • 3
  • 请选择