<?xml version="1.0" encoding="utf-8" ?><rss version="2.0"><channel><title><![CDATA[安优小青和他的程序生活]]></title><description><![CDATA[安优是只程序猿，除了爱吃桃子以外就是在程序里鼓捣代码击溃BUG。]]></description><link>https://blog.csdn.net/IUPRG</link><language>zh-cn</language><generator>https://blog.csdn.net/</generator><copyright><![CDATA[Copyright &copy; IUPRG]]></copyright><item><title><![CDATA[KAFKA 权威指南笔记（一）究竟应该配置多少个BROKER？]]></title><link>https://blog.csdn.net/IUPRG/article/details/144707858</link><guid>https://blog.csdn.net/IUPRG/article/details/144707858</guid><author>IUPRG</author><pubDate>Wed, 25 Dec 2024 08:38:20 +0800</pubDate><description><![CDATA[一个单独的Kafka服务器被叫做BROKER，BROKER可以成功优酷数千个分区以及每秒百万级别的消息量。由BROKER组成了“集群”（其中由集群控制器角色的BROKER是从成员中选举出来的，负责控制管理工作）]]></description><category></category></item><item><title><![CDATA[恼人的MAVEN，继续报 xx is present in the local repository, but]]></title><link>https://blog.csdn.net/IUPRG/article/details/144203201</link><guid>https://blog.csdn.net/IUPRG/article/details/144203201</guid><author>IUPRG</author><pubDate>Tue, 03 Dec 2024 08:52:47 +0800</pubDate><description><![CDATA[我的公共包项目被其他子项目引用，所以我在编译其他子项目之前，有需要install这个公共包，可是偏偏它就一直报“xxx is present in the local repository, but cached from a remote repository ID that is unavailable”了]]></description><category></category></item><item><title><![CDATA[恼人的Maven，不读取本地库的解决办法]]></title><link>https://blog.csdn.net/IUPRG/article/details/141674203</link><guid>https://blog.csdn.net/IUPRG/article/details/141674203</guid><author>IUPRG</author><pubDate>Thu, 29 Aug 2024 11:43:29 +0800</pubDate><description><![CDATA[这个时候，我期望在调试环境的eclipse中继续顺利的install我的项目，甚至debug一些接口参数等等，因为机器目录中留存有以前就down下来的maven本地仓，它位于c:\用户\.m2\repository目录下，并且我确认它一点也不比开发机器的本地仓库少，它没有理由不干活。4）preferences---maven--User settings ，user settings 要选中c:\用户\.m2\setting.xml。但是，我的调试环境位于内网，是不可以连接阿里云的。]]></description><category></category></item><item><title><![CDATA[JAVA HttpUrlConnection 使用 GZIP 编码压缩]]></title><link>https://blog.csdn.net/IUPRG/article/details/94456639</link><guid>https://blog.csdn.net/IUPRG/article/details/94456639</guid><author>IUPRG</author><pubDate>Thu, 29 Aug 2024 11:21:57 +0800</pubDate><description><![CDATA[By default, when you make a request to URL, the response is not compressed.

默认情况下，当你在URL创建一个request 请求，response响应是不压缩的。

比如，代码：


import java.io.InputStreamReader;
import java.io.Reader;
import ja...]]></description><category></category></item><item><title><![CDATA[Cannot find the class file for javax.servlet.ServletContext]]></title><link>https://blog.csdn.net/IUPRG/article/details/118145428</link><guid>https://blog.csdn.net/IUPRG/article/details/118145428</guid><author>IUPRG</author><pubDate>Wed, 23 Jun 2021 10:22:29 +0800</pubDate><description><![CDATA[Maven项目，当run install时， problem 弹出“The project was not built since its build path is incomplete. Cannot find the class file for javax.servlet.ServletContext   ”

解决：

打开pom.xml,找到

&lt;dependency&gt;
   &lt;groupId&gt;org.springframework.boot&l...]]></description><category></category></item><item><title><![CDATA[HTTP传输接收服务的一次CPU占比100%排查]]></title><link>https://blog.csdn.net/IUPRG/article/details/108715678</link><guid>https://blog.csdn.net/IUPRG/article/details/108715678</guid><author>IUPRG</author><pubDate>Wed, 30 Sep 2020 17:59:37 +0800</pubDate><description><![CDATA[笔者有个HTTP数据接收的项目上线，接收了大量的客户端HTTP请求，部署在三台LINUX 服务器上。

WEB容器采用TOMCAT9，使用JAVA 开发，负责接收客户端持续不断的JSON请求，服务端负责解析为JAVA对象，并对每个对象的属性作合法性验证（比如，某个属性必须是16位的数字和字母且允许|间隔等待）以及相关性验证（比如 某个值必须等于A+B+C）。

上线几日来，每天接收80万的基本流水以及800万条的扩展流水。

突然某天，客户端那边报告，发送时有大量的连接超时（每次请求达到几十秒才能完成，正常]]></description><category></category></item><item><title><![CDATA[windows server2012彻底卸载Hyper-V角色和管理工具（微软默认组件管理器置灰，不让你卸载）]]></title><link>https://blog.csdn.net/IUPRG/article/details/94743740</link><guid>https://blog.csdn.net/IUPRG/article/details/94743740</guid><author>IUPRG</author><pubDate>Fri, 05 Jul 2019 17:36:28 +0800</pubDate><description><![CDATA[传统的方法是：服务器管理器，通过打开删除角色和功能向导，用鼠标点击那个"Hyper-V"的复选框，把对勾去掉，然后一路next ?

你想这样搞，可微软偏偏不让你搞，置灰了！

这时的你可是怒从心头起。。。。。又看到自己要安装Vmware 虚拟机，可它又提示与Hyper-V冲突，这两家软件是杠上了，老大微软霸道，一副我就不让你装，你能咋滴？

咋办？

用power shell脚本干掉它。

打开...]]></description><category></category></item><item><title><![CDATA[在SpringMVC 模式下使用ResponseEntity返回灵活定义Header的Gzip压缩文件流]]></title><link>https://blog.csdn.net/IUPRG/article/details/94586258</link><guid>https://blog.csdn.net/IUPRG/article/details/94586258</guid><author>IUPRG</author><pubDate>Wed, 03 Jul 2019 18:25:22 +0800</pubDate><description><![CDATA[import java.io.ByteArrayInputStream;
import java.io.ByteArrayOutputStream;
import java.io.File;
import java.io.IOException;
import java.net.URI;
import java.util.zip.GZIPInputStream;
import ...]]></description><category></category></item><item><title><![CDATA[在phoenix已有表的结构上如何新增一个自增列ID]]></title><link>https://blog.csdn.net/IUPRG/article/details/89889221</link><guid>https://blog.csdn.net/IUPRG/article/details/89889221</guid><author>IUPRG</author><pubDate>Mon, 06 May 2019 19:05:09 +0800</pubDate><description><![CDATA[探索如下步骤，基本可行。

以笔者开发环境远程服务器上 NOCURRENTEVASIONDIV_FIRSTDIV 表为例子。


---构造临时表，以便将现有数据插入临时表，再从临时表插入到原有表，并且生成自增ID。
CREATE TABLE TEMP_NOCURRENTEVASIONDIV_FIRSTDIV
(
 TS_CODE VARCHAR(6) not null,
 SEG_COD...]]></description><category></category></item><item><title><![CDATA[终止阻塞的线程]]></title><link>https://blog.csdn.net/IUPRG/article/details/89350751</link><guid>https://blog.csdn.net/IUPRG/article/details/89350751</guid><author>IUPRG</author><pubDate>Wed, 17 Apr 2019 10:29:19 +0800</pubDate><description><![CDATA[原文出处：开源中国，文章链接地址 https://my.oschina.net/itblog/blog/514047 

原文作者 ：摆渡者，博客地址 https://my.oschina.net/itblog

原文如下：

线程状态

我们知道，一个线程可以处于以下四种状态之一：

1. 新建（New）：当线程被创建时，它只会短暂地处于这种状态。此时它已经分配了必须的系统资源...]]></description><category></category></item><item><title><![CDATA[大数据应用笔记:Phoenix +HBASE 在JAVA应用中错误一例“hbase.DoNotRetryIOException”]]></title><link>https://blog.csdn.net/IUPRG/article/details/89085221</link><guid>https://blog.csdn.net/IUPRG/article/details/89085221</guid><author>IUPRG</author><pubDate>Mon, 08 Apr 2019 12:01:45 +0800</pubDate><description><![CDATA[项目中使用了Phoenix +HBASE的大数据平台。

JAVA8 + Mybatis + SpringMVC 框架下，无论是通过 phoenix-4.14.0-cdh5.14.2-client.jar 驱动来查询数据表还是通过

SQuirrel 客户端工具查询界面来访问该数据表，均报以下错误：

org.apache.phoenix.exception.PhoenixIOException...]]></description><category></category></item><item><title><![CDATA[禁用WINDOWS10系统的启动修复]]></title><link>https://blog.csdn.net/IUPRG/article/details/85317256</link><guid>https://blog.csdn.net/IUPRG/article/details/85317256</guid><author>IUPRG</author><pubDate>Fri, 28 Dec 2018 09:44:07 +0800</pubDate><description><![CDATA[Windows10 系统稳定安全，微软也是下了重本。但是有一点非常霸道，那就是强制更新，我所说的更新就是它会悄悄地在你用电脑时自动联入互联网下载（UPDATE）微软的补丁程序，以达到修复系统漏洞增强安全性的目的。关键它霸道的地方就是不仅自动更新而且还强制重新启动。你无法想象当你正在聚精会神工作时电脑却突然关机重起了那种窘迫、懊恼、气愤，只想给微软公司问候祖先。
   我也不清楚为何，我的办公...]]></description><category></category></item><item><title><![CDATA[转：Jquery Ajax方法提交参数到后端的action方法]]></title><link>https://blog.csdn.net/IUPRG/article/details/81110345</link><guid>https://blog.csdn.net/IUPRG/article/details/81110345</guid><author>IUPRG</author><pubDate>Thu, 19 Jul 2018 10:07:14 +0800</pubDate><description><![CDATA[再谈Jquery Ajax方法传递到action

原文链接：http://blog.51cto.com/cnn237111/984466]]></description><category></category></item><item><title><![CDATA[关于 SpringMvc+Mybatis项目的No qualifying bean of type org.mybatis.spring.SqlSessionTemplate]]></title><link>https://blog.csdn.net/IUPRG/article/details/80941117</link><guid>https://blog.csdn.net/IUPRG/article/details/80941117</guid><author>IUPRG</author><pubDate>Fri, 06 Jul 2018 15:06:12 +0800</pubDate><description><![CDATA[项目启动时，控制台输出No qualifying bean of type org.mybatis.spring.SqlSessionTemplate...且提示某某Dao 注解失败，某某srevice注解失败。原因：1：检查配置文件中注解扫描路径是否正确   如：applicationContext.xml文件（该文件物理位置 项目\src\applicationContext.xml）中： &amp;...]]></description><category></category></item><item><title><![CDATA[虚拟机安装CENTOS7 64BIT ROOT 无法登陆的问题]]></title><link>https://blog.csdn.net/IUPRG/article/details/80041183</link><guid>https://blog.csdn.net/IUPRG/article/details/80041183</guid><author>IUPRG</author><pubDate>Sun, 22 Apr 2018 18:17:09 +0800</pubDate><description><![CDATA[按照 cent os7 安装详解的步骤安装以后，重启动，输入自己设置的root密码，总是被提示 incorrect login，就是无法登陆。之后看到网友提供的各种办法，比如注意大小写，您是不是密码忘了，甚至使用忘记密码的办法强行启动到单用户模式去重置root密码，事实是即使重置了密码还是无效。怎么试都不爽。我觉得这可能是cent os一个bug 。解决的办法是，在安装时一定要选上我们中国时区，中...]]></description><category></category></item><item><title><![CDATA[ECLIPSE下JAVA 项目配置动态WEB项目失败的解决]]></title><link>https://blog.csdn.net/IUPRG/article/details/78415927</link><guid>https://blog.csdn.net/IUPRG/article/details/78415927</guid><author>IUPRG</author><pubDate>Wed, 01 Nov 2017 17:04:55 +0800</pubDate><description><![CDATA[起因：新导入一个比较老的系统，该系统之前可能使用的是MyEclipse开发，并提交到svn代码；
现在 Eclipse import进来，想在servers选项的tomcat把它run起来，发现不被识别，故此需要将该project转换为 动态web项目。]]></description><category></category></item><item><title><![CDATA[消砖块（一） JAVA 算法伪代码（草稿）：]]></title><link>https://blog.csdn.net/IUPRG/article/details/78362656</link><guid>https://blog.csdn.net/IUPRG/article/details/78362656</guid><author>IUPRG</author><pubDate>Fri, 27 Oct 2017 11:06:54 +0800</pubDate><description><![CDATA[消砖块的算法（草稿）]]></description><category></category></item><item><title><![CDATA[使用mybatis-generator-core生成MyBatis Mapper文件]]></title><link>https://blog.csdn.net/IUPRG/article/details/78362372</link><guid>https://blog.csdn.net/IUPRG/article/details/78362372</guid><author>IUPRG</author><pubDate>Fri, 27 Oct 2017 10:50:00 +0800</pubDate><description><![CDATA[使用mybatis-generator-core生成MyBatis Mapper文件]]></description><category></category></item><item><title><![CDATA[利用生产者消费者模式实现HTTP接口的异步调用]]></title><link>https://blog.csdn.net/IUPRG/article/details/77854714</link><guid>https://blog.csdn.net/IUPRG/article/details/77854714</guid><author>IUPRG</author><pubDate>Tue, 05 Sep 2017 18:50:46 +0800</pubDate><description><![CDATA[利用生产者消费者模式实现接口的异步调用]]></description><category></category></item><item><title><![CDATA[应用适配器模式---拆分同步事务为异步事务的一种尝试]]></title><link>https://blog.csdn.net/IUPRG/article/details/77651671</link><guid>https://blog.csdn.net/IUPRG/article/details/77651671</guid><author>IUPRG</author><pubDate>Mon, 28 Aug 2017 18:39:32 +0800</pubDate><description><![CDATA[应用适配器模式---拆分同步事务为异步事务的一种尝试]]></description><category></category></item></channel></rss>