Windows 端口占用解决
摘要:window 10 端口8001被占用干掉 活动连接 协议 本地地址 外部地址 状态 PID TCP 0.0.0.0:135 0.0.0.0:0 LISTENING 560 TCP 0.0.0.0:445 0.0.0.0:0 LISTENING 4 TCP 0.0.0.0:3306 0.0.0.0:
阅读全文
posted @
2019-05-28 16:56
1161588342
阅读(533)
推荐(0) 编辑
Linux git clone 项目
摘要:[root@izwz97j0sus9exlvpgweqpz ~]# git clone git@github.com:easonstudy/xxx.gitCloning into 'z-base'...Permission denied (publickey).fatal: Could not re
阅读全文
posted @
2019-05-28 14:04
1161588342
阅读(193)
推荐(0) 编辑
docker rpc error: code = 14 desc = grpc: the connection is unavailable
摘要:执行如下命令 推荐:https://rorschachchan.github.io/2018/09/29/%E5%AE%B9%E5%99%A8%E6%8A%A5%E9%94%99%EF%BC%9Arpc-error-code-14-desc-grpc-the-connection-is-unavai
阅读全文
posted @
2019-05-28 11:27
1161588342
阅读(1253)
推荐(0) 编辑
Mysql ERROR 1071 (42000): Specified key was too long; max key length is 767 bytes
摘要:参考地址: https://www.cnblogs.com/kerrycode/p/9680881.html Mysql5.6默认关闭的,5.7默认打开的
阅读全文
posted @
2019-05-07 17:31
1161588342
阅读(196)
推荐(0) 编辑
MySQL 游标使用 多字段
摘要:CREATE DEFINER=`root`@`localhost` FUNCTION `FUN_FIX_RECEIPT_CONTENT_PAYMENT`(accountStartDay varchar(10), accountEndDay varchar(10)) RETURNS int(11) BEGIN #解析原始小票前 删除解析小票 #shopsId 商家I...
阅读全文
posted @
2019-05-05 10:30
1161588342
阅读(319)
推荐(0) 编辑