会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
屌丝大叔的笔记
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
6
7
8
9
10
11
12
13
14
···
30
下一页
2021年1月19日
k8s中Pod、Deployment、Service
摘要: https://www.jianshu.com/p/505012139366 这篇文章写的很好,有助于理解,特此收藏。
阅读全文
posted @ 2021-01-19 17:20 屌丝大叔的笔记
阅读(844)
评论(0)
推荐(0)
2021年1月8日
[Abp vNext 源码分析] - 文章目录
摘要: [Abp vNext 源码分析] - 文章目录 https://www.cnblogs.com/myzony/p/10722506.html
阅读全文
posted @ 2021-01-08 10:25 屌丝大叔的笔记
阅读(92)
评论(0)
推荐(0)
2020年12月23日
阿里云使用Docker部署单Kong+多Consul集群,图文结合
摘要: 操作系统 操作系统:Centos7.6 Consul集群地址(阿里云按量计费): IP Node 外网IP 172.18.221.120 server1 118.31.173.29 172.18.221.121 server2 118.178.84.137 172.18.221.122 server
阅读全文
posted @ 2020-12-23 16:31 屌丝大叔的笔记
阅读(747)
评论(0)
推荐(0)
2020年12月17日
Consul高可用集群搭建
摘要: 操作系统 操作系统:Centos7.6 Consul集群地址: IP Node 192.168.3.151 server1 192.168.3.152 server2 192.168.3.153 server3 关闭防火墙 三台都要关闭 #关闭防火墙 [root@localhost consul.d
阅读全文
posted @ 2020-12-17 11:38 屌丝大叔的笔记
阅读(911)
评论(0)
推荐(0)
2020年11月24日
批量生成删除表数据的SQL语句
摘要: select CONCAT('TRUNCATE TABLE ', TABLE_SCHEMA, '.', table_name,';') from information_schema.tables where TABLE_SCHEMA in ('saas');
阅读全文
posted @ 2020-11-24 11:12 屌丝大叔的笔记
阅读(372)
评论(0)
推荐(0)
2020年11月21日
收集的一个可多选日期的日期插件,带日历、农历
摘要: https://github.com/jinzhe/vue-calendar 如果想达到最下面一张图的效果,需要修改文件calendar.vue。如果不修改,假如我选择下一个月的某个日期,那么会自动跳转到上一个月。 下面的一个也不错: https://y3jnxov469.codesandbox.i
阅读全文
posted @ 2020-11-21 14:06 屌丝大叔的笔记
阅读(816)
评论(0)
推荐(0)
2020年11月20日
.net core EF,多个dbcontext时,迁移数据方法
摘要: Add-Migration First -c ConfigurationDbContext -o data\Migrations\ConfigurationDb Add-Migration First -c PersistedGrantDbContext -o data\Migrations\Per
阅读全文
posted @ 2020-11-20 16:31 屌丝大叔的笔记
阅读(411)
评论(0)
推荐(0)
2020年10月13日
甘特图收集
摘要: vue-gantt-elastic:https://github.com/neuronetio/vue-gantt-elastic dhtmlxgantt:https://dhtmlx.com/blog/use-dhtmlxgantt-vue-js-framework-demo/ https://w
阅读全文
posted @ 2020-10-13 10:45 屌丝大叔的笔记
阅读(168)
评论(0)
推荐(0)
2020年10月4日
阿里云docker镜像仓库推送时报错:requested access to the resource is denied
摘要: 原因:docker login 的域名要和docker push的镜像一致 转自:https://blog.csdn.net/cao2358/article/details/104756479/
阅读全文
posted @ 2020-10-04 02:01 屌丝大叔的笔记
阅读(2545)
评论(0)
推荐(0)
2020年8月3日
abp docker curl: (56) Recv failure: Connection reset by peer
摘要: 将abp部署到docker上时,容器内根据http://localhost:21021/xxxxx可以访问,但是在宿主机上无法访问,报标题错误。 百度了一大堆,忽然想到是配置文件Url的问题。 只需将"Url": "http://localhost:21021/"修改成"Url": "http://
阅读全文
posted @ 2020-08-03 09:25 屌丝大叔的笔记
阅读(2683)
评论(2)
推荐(0)
上一页
1
···
6
7
8
9
10
11
12
13
14
···
30
下一页
公告