<feed xmlns="http://www.w3.org/2005/Atom"> <id>https://fewave.github.io/</id><title>Fewave | Blog</title><subtitle>A minimal, portfolio, sidebar, bootstrap Jekyll theme with responsive web design and focuses on text presentation.</subtitle> <updated>2020-03-17T13:25:37+08:00</updated> <author> <name>fewave</name> <uri>https://fewave.github.io/</uri> </author><link href="/feed.xml" rel="self" type="application/atom+xml" /><link href="https://fewave.github.io/" rel="alternate" type="text/html" /> <generator uri="https://jekyllrb.com/" version="3.8.5">Jekyll</generator> <rights> © 2020 fewave </rights> <icon>/assets/img/favicons/favicon.ico</icon> <logo>/assets/img/favicons/favicon-96x96.png</logo> <entry><title>Tomcat调优方案</title><link href="https://fewave.github.io//posts/2020-03-17-Tomcat%E8%B0%83%E4%BC%98%E6%96%B9%E6%A1%88.html" rel="alternate" type="text/html" title="Tomcat调优方案" /><published>2020-03-17T00:00:00+08:00</published> <updated>2020-03-17T13:25:37+08:00</updated> <id>https://fewave.github.io//posts/2020-03-17-Tomcat%E8%B0%83%E4%BC%98%E6%96%B9%E6%A1%88.html</id> <content src="https://fewave.github.io//posts/2020-03-17-Tomcat%E8%B0%83%E4%BC%98%E6%96%B9%E6%A1%88.html" /> <author> <name>fewave</name> </author> <category term="系统调优" /> <summary> 本文转载于https://www.cnblogs.com/sunfenqing/p/7339058.html Tomcat的默认配置，性能并不是最优的，我们可以通过优化tomcat以此来提高网站的并发能力。提高Tomcat的性能可以分为两个方向。 服务器资源 服务器所能提供CPU、内存、硬盘的性能对处理能力有决定性影响，所以说服务器性能牛B，Tomcat也不会太差。当然提高服务...</summary> </entry> <entry><title>23种设计模式</title><link href="https://fewave.github.io//posts/2020-03-16-23%E7%A7%8D%E8%AE%BE%E8%AE%A1%E6%A8%A1%E5%BC%8F.html" rel="alternate" type="text/html" title="23种设计模式" /><published>2020-03-16T00:00:00+08:00</published> <updated>2020-03-17T13:25:37+08:00</updated> <id>https://fewave.github.io//posts/2020-03-16-23%E7%A7%8D%E8%AE%BE%E8%AE%A1%E6%A8%A1%E5%BC%8F.html</id> <content src="https://fewave.github.io//posts/2020-03-16-23%E7%A7%8D%E8%AE%BE%E8%AE%A1%E6%A8%A1%E5%BC%8F.html" /> <author> <name>fewave</name> </author> <category term="架构设计" /> <summary>一、设计模式的分类 总体来说设计模式分为三大类： 创建型模式，共五种： 方法模式、抽象工厂模式、单例模式、建造者模式、原型模式。 结构型模式，共七种：适配器模式、装饰器模式、代理模式、外观模式、桥接模式、组合模式、享元模式。 行为型模式，共十一种：策略模式、模板方法模式、观察者模式、迭代子模式、责任链模式、命令模式、备忘录模式、状态模式、访问者模式、中介者模式、解释器模式。 其实...</summary> </entry> <entry><title>几种分布式锁的实现方式</title><link href="https://fewave.github.io//posts/2020-03-11-%E5%87%A0%E7%A7%8D%E5%88%86%E5%B8%83%E5%BC%8F%E9%94%81%E7%9A%84%E5%AE%9E%E7%8E%B0%E6%96%B9%E5%BC%8F.html" rel="alternate" type="text/html" title="几种分布式锁的实现方式" /><published>2020-03-11T00:00:00+08:00</published> <updated>2020-03-17T13:25:37+08:00</updated> <id>https://fewave.github.io//posts/2020-03-11-%E5%87%A0%E7%A7%8D%E5%88%86%E5%B8%83%E5%BC%8F%E9%94%81%E7%9A%84%E5%AE%9E%E7%8E%B0%E6%96%B9%E5%BC%8F.html</id> <content src="https://fewave.github.io//posts/2020-03-11-%E5%87%A0%E7%A7%8D%E5%88%86%E5%B8%83%E5%BC%8F%E9%94%81%E7%9A%84%E5%AE%9E%E7%8E%B0%E6%96%B9%E5%BC%8F.html" /> <author> <name>fewave</name> </author> <category term="架构设计" /> <summary> 在分布式系统中，各系统同步访问共同的资源是很常见的。因此我们常常需要协调他们的动作。 如果不同的系统或是同一个系统的不同主机之间共享了一个或一组资源，那么访问这些资源的时候，往往需要互斥来防止彼此干扰来保证一致性，在这种情况下，便需要使用到分布式锁。 一个好的分布式锁常常需要以下特性: 可重入 同一时间点,只有一个线程持有锁 容错性, 当锁节点宕机时, 能及时释放锁 ...</summary> </entry> <entry><title>树莓派搭建NPC内网穿透步骤</title><link href="https://fewave.github.io//posts/2020-03-10-%E6%A0%91%E8%8E%93%E6%B4%BE%E6%90%AD%E5%BB%BANPC%E5%86%85%E9%83%A8%E7%A9%BF%E9%80%8F%E6%AD%A5%E9%AA%A4.html" rel="alternate" type="text/html" title="树莓派搭建NPC内网穿透步骤" /><published>2020-03-10T00:00:00+08:00</published> <updated>2020-03-17T13:25:37+08:00</updated> <id>https://fewave.github.io//posts/2020-03-10-%E6%A0%91%E8%8E%93%E6%B4%BE%E6%90%AD%E5%BB%BANPC%E5%86%85%E9%83%A8%E7%A9%BF%E9%80%8F%E6%AD%A5%E9%AA%A4.html</id> <content src="https://fewave.github.io//posts/2020-03-10-%E6%A0%91%E8%8E%93%E6%B4%BE%E6%90%AD%E5%BB%BANPC%E5%86%85%E9%83%A8%E7%A9%BF%E9%80%8F%E6%AD%A5%E9%AA%A4.html" /> <author> <name>fewave</name> </author> <category term="网络架构" /> <summary>需求 参加工作的是时候, 经常遇到这种情况, 公司的内部网络与外部网络是隔离的。 这导致所有工作都得到办公室才能完成，不能进行远程办公，导致有时因为一些鸡毛蒜皮的小事， 不得屁颠屁颠地跑到办公室解决。 因此我们迫不及待的寻求远程办公方案 方案 为解决上面续期，我搜索了几种方案 使用TeamViewer(个人版免费, 商业版收费) 使用AnyDesk(免费,比TeamViewer卡...</summary> </entry> <entry><title>UML类图简单介绍</title><link href="https://fewave.github.io//posts/2020-01-03-UML%E7%B1%BB%E5%9B%BE%E7%AE%80%E5%8D%95%E4%BB%8B%E7%BB%8D.html" rel="alternate" type="text/html" title="UML类图简单介绍" /><published>2020-01-03T00:00:00+08:00</published> <updated>2020-03-17T13:25:37+08:00</updated> <id>https://fewave.github.io//posts/2020-01-03-UML%E7%B1%BB%E5%9B%BE%E7%AE%80%E5%8D%95%E4%BB%8B%E7%BB%8D.html</id> <content src="https://fewave.github.io//posts/2020-01-03-UML%E7%B1%BB%E5%9B%BE%E7%AE%80%E5%8D%95%E4%BB%8B%E7%BB%8D.html" /> <author> <name>fewave</name> </author> <category term="架构设计" /> <summary>介绍 类图(Class diagram)是显示了模型的静态结构，特别是模型中存在的类、类的内部结构以及它们与其他类的关系等。类图不显示暂时性的信息。类图是面向对象建模的主要组成部分。它既用于应用程序的系统分类的一般概念建模，也用于详细建模，将模型转换成编程代码。类图也可用于数据建模。 –百度百科 一个项目初期，我们往往对业务一无所知，我们最急迫需要解决的问题就是理清楚这些业务概念...</summary> </entry> </feed>
