- 博客(25)
- 问答 (1)
- 收藏
- 关注
原创 k8s 集群安装
cat <<EOF > /etc/yum.repos.d/kubernetes.repo[kubernetes]name=Kubernetesbaseurl=https://mirrors.aliyun.com/kubernetes/yum/repos/kubernetes-el7-x86_64/enabled=1gpgcheck=1repo_gpgch...
2020-04-21 10:51:20
609
原创 docker 安装
镜像加速器sudo mkdir -p /etc/dockersudo tee /etc/docker/daemon.json <<-'EOF'{ "registry-mirrors": ["https://k3z8jdht.mirror.aliyuncs.com"]}EOFsudo systemctl daemon-reloadsudo systemctl res...
2020-04-20 22:06:55
383
原创 Linux常用命令
目录sed 批量文本替换 sed 批量文本替换 替换指定文件 sed -i "s/原字符串/新字符串/g" 文件名 替换指定的目录 sed -i "s/原字符串/新字符串/g" 'grep -rl 原字符串 搜索根目录' eg : sed -i "/s/old/new/g" `grep -rl old ./` 当前目录下用ne...
2020-04-17 21:51:36
246
原创 spring ConfigurableEnvironment和PropertyResolver解析
spring ConfigurableEnvironment和PropertyResolver解析
2019-11-19 14:24:18
752
原创 spring事件监听ApplicationListener
参考文档spring源码分析博客地址IOC源码-applicationEventMulticaster事件广播ApplicationEvent事件机制
2019-11-17 14:34:31
749
原创 springboot加载properties文件过程详解
文章目录springboot加签properties文件过程springboot加签properties文件过程
2019-11-16 21:47:57
2091
原创 spring boot 启动过程
new SpringApplication 对象/* 确定web应用类型* set Initializers* set Listeners*/public SpringApplication(ResourceLoader resourceLoader, Class<?>... primarySources) { this.resourceLoader = resou...
2019-11-14 15:40:30
260
原创 centOS7永久关闭防火墙(防火墙的基本使用)
https://blog.youkuaiyun.com/shubingzhuoxue/article/details/84578749查看防火墙状态: systemctl status firewalld.service绿的running表示防火墙开启执行关闭命令: systemctl stop firewalld.service再次执行查看防火墙命令:systemctl status ...
2019-10-08 10:29:50
218
原创 spring boot 项目总结
文章目录spring boot 项目总结1 spring boot 部署注意事项1.1 spring-boot 项目 war包启动1.2 spring-boot 热部署2 spring boot 注入bean2.1 注入Servlet,Filter,*Listener2.11 通过 *RegistrationBean2.12 embedded containe 嵌入容器 (tomcat jett...
2019-08-20 17:09:24
637
原创 spring-boot项目war包启动
spring-boot 项目 war包启动1 修改打包方式为 war<packaging>war</packaging>2 启动类继承SpringBootServletInitializer 并Override configure方法 如下public class SpringBootBootStrapExample extends SpringBootServl...
2019-08-20 13:42:17
561
原创 spring-boot 启动热部署
一 添加依赖包<dependencies> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-devtools</artifactId> <opt...
2019-08-03 14:04:09
397
原创 11111
文章目录云审审批参与人-友户通版实现接口1 设计器参与人与SDK对应接口实现2 云审-友户通提供SDK接口实现2.1 用户关联关系查询 BdLinkService2.1.1 用户/组织,部门,岗位关联关系查询接口2.2 用户查询接口 com.yonyou.yht.sdk.UserCenter2.2.1 userIds,userName 分页查询用户2...
2019-05-14 15:07:58
719
原创 sdcfdsf
云审审批参与人-友户通版实现接口1 设计器参与人与SDK对应接口实现参与人controllertypeQueryImplSDK接口实现类用户BpmIdentityCtrluserYHTUserQueryImpl根据关键字分页查询用户UserCenterUtils.searchUserList(YHTUserQueryImpl param)com.yonyou....
2019-05-14 13:47:39
392
原创 mybatis-Executor插件
1. Interceptor 初始化 创建 Configuration,解析配置的interceptor 添加到 interceptorChainString resource = "com/sxteng/mybatis/XMLConfigBuilder/mybatis-config.xml";InputStream inputStream = Resources.getResource...
2018-12-26 12:44:58
530
原创 JVM的理解P
垃圾收集算法1 标记-清除 不足: 效率问题,标记和清除的过程效率都不高;空间问题,产生大量不连续空间碎片2 复制算法 实现简单,效率高 一半的内存没有用...
2018-03-03 15:47:19
378
原创 eclipse中跑spring源码
1 eclipse中 安装sts工具2 eclipse grade 配置-Xmx1024m -XX:MaxPermSize=128m-DmsystemProp=hoi-------------------------PmyprojectProperty=skipLongTests3 修改 build.gradleeclips
2017-07-12 12:06:10
259
原创 centos7 没有iptables 生成
With RHEL 7 / CentOS 7, firewalld was introduced to manage iptables. IMHO, firewalld is more suited for workstations than for server environments.It is possible to go back to a more classic ipta
2017-06-29 22:38:19
234
转载 Nginx重新生成 nginx.pid文件
1 在你的Nginx安装目录下,找到 conf/nginx.conf.default 文件。2 找到【#pid logs/nginx.pid;】 去除行首的#3 cd ../sbin/ 4 ./nginx -c /安装路径/conf/nginx.conf.default5 cd ../logs/ ll6 查看文件列表,你会发现nginx.pid
2017-06-29 21:46:36
7399
空空如也
windows下编译openjdk7报freetype版本低的问题,请教大神指点
2017-11-03
TA创建的收藏夹 TA关注的收藏夹
TA关注的人