<?xml version="1.0" encoding="utf-8" ?><rss version="2.0"><channel><title><![CDATA[仰望的博客]]></title><description><![CDATA[测试开发、性能测试、深度思考]]></description><link>https://blog.csdn.net/songyun333</link><language>zh-cn</language><generator>https://blog.csdn.net/</generator><copyright><![CDATA[Copyright &copy; songyun333]]></copyright><item><title><![CDATA[mac中nvm的安装和使用]]></title><link>https://blog.csdn.net/songyun333/article/details/141887302</link><guid>https://blog.csdn.net/songyun333/article/details/141887302</guid><author>songyun333</author><pubDate>Wed, 04 Sep 2024 11:13:40 +0800</pubDate><description><![CDATA[4、安装指定版本的node。先卸载已经安装的node。3、检查安装是否成功。5、切换node版本。]]></description><category></category></item><item><title><![CDATA[CollectionUtils的使用]]></title><link>https://blog.csdn.net/songyun333/article/details/140370891</link><guid>https://blog.csdn.net/songyun333/article/details/140370891</guid><author>songyun333</author><pubDate>Fri, 12 Jul 2024 10:21:37 +0800</pubDate><description><![CDATA[List对象list，可以使用CollectionUtils中的isEmpty方法来判断list是否为空。CollectionUtils中的mergeArrayIntoCollection方法将数组中的元素合并到List对象中。使用CollectionUtils中的arrayToList方法将该数组转换为List对象。使用CollectionUtils中的contains方法来判断List对象中是否包含某个元素。6、判断集合A中是否包含集合B中的任意一个元素。]]></description><category></category></item><item><title><![CDATA[guava cache知识点整理]]></title><link>https://blog.csdn.net/songyun333/article/details/140343685</link><guid>https://blog.csdn.net/songyun333/article/details/140343685</guid><author>songyun333</author><pubDate>Thu, 11 Jul 2024 10:17:54 +0800</pubDate><description><![CDATA[可以通过重写load（）方法来提高加载缓存的效率；定时刷新：使用 refreshAfterWrite(duration, unit) 方法可以为缓存项设置定时刷新，即在一定时间后自动更新缓存项的值，避免了缓存过期时的数据加载延迟。缓存大小限制：可以通过 maximumSize(long) 方法指定缓存的最大容量，当缓存超过指定容量时，会按照一定的策略（例如LRU）进行缓存项的清理。自定义缓存加载器：可以通过 build(CacheLoader) 方法传入自定义的缓存加载器，用于指定缓存项的加载逻辑。]]></description><category></category></item><item><title><![CDATA[SQL基础语法]]></title><link>https://blog.csdn.net/songyun333/article/details/140012391</link><guid>https://blog.csdn.net/songyun333/article/details/140012391</guid><author>songyun333</author><pubDate>Mon, 01 Jul 2024 14:42:34 +0800</pubDate><description><![CDATA[增加suppliername字段，类型为TEXT，字段顺序在supplierid字段后面。修改demo表中的quantity字段名为import，字段类型该成Double类型。修改demo表中的quantity字段类型改成datetime。1、修改字段名和类型。]]></description><category></category></item><item><title><![CDATA[Redis BenchMark]]></title><link>https://blog.csdn.net/songyun333/article/details/139492645</link><guid>https://blog.csdn.net/songyun333/article/details/139492645</guid><author>songyun333</author><pubDate>Thu, 06 Jun 2024 10:13:53 +0800</pubDate><description><![CDATA[redis-benchmark -h 10.x.x.x -p 6450 -c 8000 -n 100000 -t set -P 10 -d 1024 -r 1000000]]></description><category></category></item><item><title><![CDATA[Springboot中POM文件最基础的配置]]></title><link>https://blog.csdn.net/songyun333/article/details/139452026</link><guid>https://blog.csdn.net/songyun333/article/details/139452026</guid><author>songyun333</author><pubDate>Tue, 04 Jun 2024 19:24:22 +0800</pubDate><description><![CDATA[【代码】Springboot中POM文件最基础的配置。]]></description><category></category></item><item><title><![CDATA[IDEA2022版本创建SpringBoot项目]]></title><link>https://blog.csdn.net/songyun333/article/details/139402250</link><guid>https://blog.csdn.net/songyun333/article/details/139402250</guid><author>songyun333</author><pubDate>Mon, 03 Jun 2024 08:57:22 +0800</pubDate><description><![CDATA[]]></description><category></category></item><item><title><![CDATA[使用合理的Redis集群方案]]></title><link>https://blog.csdn.net/songyun333/article/details/139000527</link><guid>https://blog.csdn.net/songyun333/article/details/139000527</guid><author>songyun333</author><pubDate>Fri, 17 May 2024 11:26:42 +0800</pubDate><description><![CDATA[哨兵模式是一种高可用的集群模式。在哨兵模式中，每个节点都作为哨兵节点。哨兵节点负责监控主节点的状态，如果主节点发生故障，哨兵节点会自动选举出新的主节点。集群模式是一种负载均衡的集群模式。在集群模式中，每个节点都平等，可以进行写入和读取数据。如果在成本允许的情况下使用此集群模式可以大大的提升Redis的性能。主从复制模式是最简单的集群模式。在主从复制模式中，一个节点作为主节点，其他节点作为从节点。主节点负责写入数据，从节点负责读取数据也就是我们说的读写分离。Redis 集群可以有效提升 Redis 的性能。]]></description><category></category></item><item><title><![CDATA[【vue】el-pagination分页设置]]></title><link>https://blog.csdn.net/songyun333/article/details/137911338</link><guid>https://blog.csdn.net/songyun333/article/details/137911338</guid><author>songyun333</author><pubDate>Thu, 18 Apr 2024 10:36:42 +0800</pubDate><description><![CDATA[handleSizeChange和handleCurrentChange代码如下。formData内容如下。]]></description><category></category></item><item><title><![CDATA[RoketMQ的broker安装和配置]]></title><link>https://blog.csdn.net/songyun333/article/details/136210797</link><guid>https://blog.csdn.net/songyun333/article/details/136210797</guid><author>songyun333</author><pubDate>Wed, 21 Feb 2024 14:28:07 +0800</pubDate><description><![CDATA[1、从官网下载broker或者从其他服务器上拷贝一份broker。找到namesrvAddr，修改为nameServer地址。3、修改properties中的broker名称。找到brokerName，修改为broker-b。2、修改properties命名。4、修改server地址。5、启动RoketMq。]]></description><category></category></item><item><title><![CDATA[【JMeter】JMeter连OceanBase数据库]]></title><link>https://blog.csdn.net/songyun333/article/details/135656038</link><guid>https://blog.csdn.net/songyun333/article/details/135656038</guid><author>songyun333</author><pubDate>Wed, 17 Jan 2024 20:21:19 +0800</pubDate><description><![CDATA[2、将下载下来的jar包放到jmeter安装目录的 lib 目录下，或者打开JMeter客户端，在测试计划中引入jar包。]]></description><category></category></item><item><title><![CDATA[【java】try和catch的使用]]></title><link>https://blog.csdn.net/songyun333/article/details/135371576</link><guid>https://blog.csdn.net/songyun333/article/details/135371576</guid><author>songyun333</author><pubDate>Wed, 03 Jan 2024 19:47:09 +0800</pubDate><description><![CDATA[语句用于捕获和处理可能抛出的异常。块包含可能抛出异常的代码，而。块则用于处理这些异常。]]></description><category></category></item><item><title><![CDATA[【vue】写新页面必备的内容模板]]></title><link>https://blog.csdn.net/songyun333/article/details/135130253</link><guid>https://blog.csdn.net/songyun333/article/details/135130253</guid><author>songyun333</author><pubDate>Thu, 21 Dec 2023 14:39:35 +0800</pubDate><description><![CDATA[【代码】【vue】写新页面必备的内容模板。]]></description><category></category></item><item><title><![CDATA[【前端】vue中合并表格行]]></title><link>https://blog.csdn.net/songyun333/article/details/134533638</link><guid>https://blog.csdn.net/songyun333/article/details/134533638</guid><author>songyun333</author><pubDate>Tue, 21 Nov 2023 15:48:04 +0800</pubDate><description><![CDATA[3、上面的spanArr方法是为了判断当前元素与上一个元素是否相同，实现如下，其中serviceCode是要合并的列名，做平台功能时，遇到一个需求是需要将表格某列有相同值时进行合并展示，比如。4、在对应接口返回的list结束后记得调用下getSpanArr方法。1、通过在Element中得知需要在表格中增加。2、cellMerge的实现如下。]]></description><category></category></item><item><title><![CDATA[【JMeter】JMeter压测过程中遇到Non HTTP response code错误解决方案]]></title><link>https://blog.csdn.net/songyun333/article/details/134413242</link><guid>https://blog.csdn.net/songyun333/article/details/134413242</guid><author>songyun333</author><pubDate>Wed, 15 Nov 2023 09:52:36 +0800</pubDate><description><![CDATA[3、修改tcp/ip协议配置， 通过配置/proc/sys/net/ipv4/tcp_tw_resue, 默认为0， 修改为1， 释放TIME_WAIT端口给新连接使用。3. 修改tcp/ip协议配置，快速回收socket资源， 默认为0， 修改为1.（这个根据系统来设置，可能有的系统没有这个文件）压测过程中并发逐步加大后遇到60%的错误率，查看错误是JMeter网页版聚合报告中显示。2、调低端口释放后的等待时间， 默认为60s， 修改为15~30s。这是第二次遇到，故把解决方案记录下来，供大家参考。]]></description><category></category></item><item><title><![CDATA[【mac】Idea实用快捷键]]></title><link>https://blog.csdn.net/songyun333/article/details/134057212</link><guid>https://blog.csdn.net/songyun333/article/details/134057212</guid><author>songyun333</author><pubDate>Thu, 26 Oct 2023 15:23:36 +0800</pubDate><description><![CDATA[【代码】【mac】Idea实用快捷键。]]></description><category></category></item><item><title><![CDATA[java项目中git的.ignore文件设置]]></title><link>https://blog.csdn.net/songyun333/article/details/133649290</link><guid>https://blog.csdn.net/songyun333/article/details/133649290</guid><author>songyun333</author><pubDate>Sat, 07 Oct 2023 17:55:08 +0800</pubDate><description><![CDATA[在Git中，ignore是用来指定Git应该忽略的故意不被追踪的文件。它并不影响已经被Git追踪的文件。我们可以通过.ignore文件在Git中指定要忽略的文件。当我们执行git add命令时，Git会检查.gitignore文件，并自动忽略这些文件和目录。这样可以避免将不必要的文件和目录添加到Git仓库中，保持仓库的干净和整洁。]]></description><category></category></item><item><title><![CDATA[『IDEA插件』解决Maven依赖冲突的神器Maven Helper]]></title><link>https://blog.csdn.net/songyun333/article/details/133376501</link><guid>https://blog.csdn.net/songyun333/article/details/133376501</guid><author>songyun333</author><pubDate>Thu, 28 Sep 2023 10:13:25 +0800</pubDate><description><![CDATA[在写Java代码的时候，我们可能会出现Jar包的冲突的问题，这时候就需要我们去解决依赖冲突了。我们要解决依赖冲突首先就要找到哪些依赖发生了冲突。IDEA的Diagrams可以查看依赖关系，但依赖多时看起来费劲，所以需要也一款插件来解决依赖冲突问题，这款插件神器就是Maven Helper。]]></description><category></category></item><item><title><![CDATA[解决IDEA中java的system.properties乱码问题]]></title><link>https://blog.csdn.net/songyun333/article/details/132667807</link><guid>https://blog.csdn.net/songyun333/article/details/132667807</guid><author>songyun333</author><pubDate>Mon, 04 Sep 2023 14:04:30 +0800</pubDate><description><![CDATA[在拉了别人的代码到本地后发现system.properties中中文注释都变成了乱码，故记录下解决步骤，供参考，我的系统是mac系统。1、在IDEA中打开设置，IDEA--->Preferences。4、保存后再看system.properties就没有乱码了。2、点击Editor-->File Encodings。3、图中三处选择UTF-8，再勾选图中的内容。]]></description><category></category></item><item><title><![CDATA[【JMeter】同步定时器Synchronizing Timer集合点功能]]></title><link>https://blog.csdn.net/songyun333/article/details/131685762</link><guid>https://blog.csdn.net/songyun333/article/details/131685762</guid><author>songyun333</author><pubDate>Wed, 12 Jul 2023 17:05:59 +0800</pubDate><description><![CDATA[LoadRunner 中有一个可以设置集合点的功能，顾名思义是设置多个虚拟用户等待到一个时间点，都到齐集合后一起发请求达到并发的目的。]]></description><category></category></item></channel></rss>