bingmous

欢迎交流,不吝赐教~

导航

上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 16 下一页

2021年12月5日 #

设计模式学习笔记(详细) - 七大原则、UML类图、23种设计模式

摘要: 设计模式七大原则 设计模式的目的:让程序有更好的复用性、可读性、可扩展性、可靠性,呈现出高内聚、低耦合的特性 七大原则:编程时应当遵守的原则,也是设计模式的基础,即设计模式设计的依据 设计原则的核心思想:找出应用中可能需要变化之处,把他们独立出来,不要和不需要变化的代码混合在一起;针对接口编程,而不 阅读全文

posted @ 2021-12-05 21:36 Bingmous 阅读(250) 评论(0) 推荐(0) 编辑

常用开发工具、快捷键、命令总结

摘要: 目录Windows快捷键Windows命令Dos命令谷歌浏览器快捷键Nodepad++快捷键Mobaxterm快捷键Markdown快捷键VS Code工具类 Windows快捷键 Win + E打开文件系统,选中文件系统下Ctrl + N新建当前目录的窗口 Win + L锁屏,小写的L 选中目录后 阅读全文

posted @ 2021-12-05 00:06 Bingmous 阅读(195) 评论(0) 推荐(0) 编辑

2021年12月3日 #

Java诊断工具Arthas

摘要: 概述 官网:https://arthas.aliyun.com/en-us/ github:https://github.com/alibaba/arthas Arthas是Alibaba开源的Java诊断工具,支持JDK 6+,支持Linux/Mac/Windows,采用命令行交互模式,提供丰富的 阅读全文

posted @ 2021-12-03 23:40 Bingmous 阅读(671) 评论(0) 推荐(0) 编辑

2021年11月26日 #

Git学习笔记、idea集成(整理)

摘要: 概述 官网:https://git-scm.com/ Git是一个免费的、开源的分布式版本控制系统 代码托管中心(远程库):局域网GitLab、互联网GitHub、码云Gitee 安装 官网下载,直接默认安装即可(尽量不要修改路径),鼠标右键出现Git Bash Here即安装成功。 查看版本:gi 阅读全文

posted @ 2021-11-26 17:30 Bingmous 阅读(137) 评论(0) 推荐(0) 编辑

2021年10月17日 #

ThreadPoolTaskScheduler实现定时任务

摘要: public class SchedulingTask { private static ThreadPoolTaskScheduler threadPoolTaskScheduler; static { threadPoolTaskScheduler = new ThreadPoolTaskSch 阅读全文

posted @ 2021-10-17 21:13 Bingmous 阅读(534) 评论(0) 推荐(0) 编辑

2021年9月26日 #

Consul学习笔记(详细)

摘要: 常见的注册中心: Netflix EurekaAlibaba NacosHashiCorp ConsulApache ZookeeperCoreOS EtcdCNCF CoreDNS 介绍 特性 角色 流行病协议 工作原理 安装和简单使用 官网地址:https://www.consul.io/ 下载 阅读全文

posted @ 2021-09-26 22:21 Bingmous 阅读(163) 评论(0) 推荐(0) 编辑

2021年9月17日 #

Jackson学习笔记(详细)

摘要: 学习地址:http://tutorials.jenkov.com/java-json/index.html github地址:https://github.com/FasterXML/jackson fasterxml官方地址:http://fasterxml.com/ Jackson Object 阅读全文

posted @ 2021-09-17 22:58 Bingmous 阅读(655) 评论(0) 推荐(0) 编辑

2021年8月15日 #

Sublime Text使用

摘要: 下载安装 官网下载安装:https://www.sublimetext.com/Package Control:https://packagecontrol.io/官方文档:https://www.sublimetext.com/docs/index.html非官方文档(有很多对官方文档的说明):h 阅读全文

posted @ 2021-08-15 23:52 Bingmous 阅读(78) 评论(0) 推荐(0) 编辑

2021年8月3日 #

dbeaver安装配置

摘要: 安装出现库依赖没有,可以添加maven仓库 修改字体:小四 阅读全文

posted @ 2021-08-03 15:21 Bingmous 阅读(143) 评论(0) 推荐(0) 编辑

2021年7月15日 #

RabbitMQ win10安装

摘要: 先安装erlang:https://www.erlang.org/downloads/23.2 再安装RabbitMQ:https://www.rabbitmq.com/install-windows.html 注意版本对应关系:https://www.rabbitmq.com/which-erla 阅读全文

posted @ 2021-07-15 16:07 Bingmous 阅读(15) 评论(0) 推荐(0) 编辑

上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 16 下一页