摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text; namespace IDH.Common.Utility{ /// <summary> /// 表达式对象 /// </summary 阅读全文
posted @ 2022-04-08 18:38 元点 阅读(1349) 评论(0) 推荐(1)
摘要: 1,继承Controller并重写OnActionExecuting protected override void OnActionExecuting(ActionExecutingContext filterContext) { //User does not exist,Test code / 阅读全文
posted @ 2022-04-08 17:04 元点 阅读(392) 评论(0) 推荐(0)
摘要: 进入centos系统后 输入账号,密码,centos系统密码输入时看不见,输入完成后直接按回车就行 sudo yum update sudo yum remove docker docker-common docker-selinux docker-engine sudo yum install - 阅读全文
posted @ 2022-04-08 10:03 元点 阅读(46) 评论(0) 推荐(0)
摘要: 1:进入docker:docker exec -it 11f069991b62(kafka容器id) /bin/bash 2:进入docker中kafka的文件目录:cd kafka_2.12-2.4.9 3:kafka-topics.sh --list -zookeeper(zookeeper容器 阅读全文
posted @ 2022-04-08 10:01 元点 阅读(236) 评论(0) 推荐(0)
摘要: 1.继承ServiceAuthorizationManager using System;using System.Collections.Concurrent;using System.Collections.Generic;using System.Collections.ObjectModel 阅读全文
posted @ 2022-04-08 10:00 元点 阅读(74) 评论(0) 推荐(0)