<?xml version="1.0" encoding="utf-8" ?><rss version="2.0"><channel><title><![CDATA[Moren_的博客]]></title><description><![CDATA[]]></description><link>https://blog.csdn.net/Moren_</link><language>zh-cn</language><generator>https://blog.csdn.net/</generator><copyright><![CDATA[Copyright &copy; Moren_]]></copyright><item><title><![CDATA[java用iText渲染PDF并上传至oss]]></title><link>https://blog.csdn.net/Moren_/article/details/125970051</link><guid>https://blog.csdn.net/Moren_/article/details/125970051</guid><author>Moren_</author><pubDate>Mon, 25 Jul 2022 10:37:46 +0800</pubDate><description><![CDATA[iText渲染PDF后上传至oss]]></description><category></category></item><item><title><![CDATA[Nginx安装linux]]></title><link>https://blog.csdn.net/Moren_/article/details/122046748</link><guid>https://blog.csdn.net/Moren_/article/details/122046748</guid><author>Moren_</author><pubDate>Mon, 20 Dec 2021 17:50:32 +0800</pubDate><description><![CDATA[1 安装依赖包

yum install gcc-c++
yum install pcre pcre-devel
yum install zlib zlib-devel
yum install openssl openssl--devel

2 下载安装包
wget http://nginx.org/download/nginx-1.7.4.tar.gz

3 解压后并移动至 /usr/local/目录下
tar -zxvf nginx-1.7.4.tar.gz
mv nginx-1.7.4 /u...]]></description><category></category></item><item><title><![CDATA[Nginx 代理 WebSocket]]></title><link>https://blog.csdn.net/Moren_/article/details/119892882</link><guid>https://blog.csdn.net/Moren_/article/details/119892882</guid><author>Moren_</author><pubDate>Tue, 24 Aug 2021 16:26:21 +0800</pubDate><description><![CDATA[http {
    include       mime.types;
    default_type  application/octet-stream;

    #access_log  logs/access.log  main;

    sendfile        on;
    #tcp_nopush     on;

    #keepalive_timeout  0;
    keepalive_timeout  65;
	
	
#	webSocket配置配置信息
    m...]]></description><category></category></item><item><title><![CDATA[Maven的settings.xml怎么配置]]></title><link>https://blog.csdn.net/Moren_/article/details/118330885</link><guid>https://blog.csdn.net/Moren_/article/details/118330885</guid><author>Moren_</author><pubDate>Tue, 29 Jun 2021 11:34:13 +0800</pubDate><description><![CDATA[只需要配置线上maven仓库地址和本地仓库地址就行

本地仓库


&lt;localRepository&gt;D:\tools\repository&lt;/localRepository&gt;

线上仓库（阿里云，腾讯云，网易云）


    &lt;mirror&gt;
      &lt;id&gt;alimaven&lt;/id&gt;
      &lt;name&gt;aliyun maven&lt;/name&gt;
      &lt;url&gt;http://maven.aliy.]]></description><category></category></item><item><title><![CDATA[Notepad++绿色下载]]></title><link>https://blog.csdn.net/Moren_/article/details/118330223</link><guid>https://blog.csdn.net/Moren_/article/details/118330223</guid><author>Moren_</author><pubDate>Tue, 29 Jun 2021 11:13:52 +0800</pubDate><description><![CDATA[最近换电脑需要重新下载Notepad++发现全是带广告和流氓软件的

绿色下载

1，进入https://notepad-plus-plus.org/downloads/网站，下载合适的版本。





2，选择需要的版本点击进去下载






]]></description><category></category></item><item><title><![CDATA[MyISAM修改成InnoDB有时会提示Index column size too large. The maximum column size is 767 bytes]]></title><link>https://blog.csdn.net/Moren_/article/details/107682027</link><guid>https://blog.csdn.net/Moren_/article/details/107682027</guid><author>Moren_</author><pubDate>Thu, 30 Jul 2020 09:34:48 +0800</pubDate><description><![CDATA[MySql修改数据引擎

这是因为索引的字段太长

1，检查一下是不是数据库被限制了索引的大小

mysql&gt; show variables like '%innodb_large_prefix%';

+---------------------+-------+

| Variable_name    | Value |

+---------------------+-------+

| innodb_large_prefix | OFF  |

+------------------...]]></description><category></category></item><item><title><![CDATA[下载jdk历史所有版本方法]]></title><link>https://blog.csdn.net/Moren_/article/details/106853633</link><guid>https://blog.csdn.net/Moren_/article/details/106853633</guid><author>Moren_</author><pubDate>Fri, 19 Jun 2020 11:57:54 +0800</pubDate><description><![CDATA[直接打开如下页面，需要注册账号登录才能下载

https://www.oracle.com/java/technologies/oracle-java-archive-downloads.html




]]></description><category></category></item><item><title><![CDATA[SVN更新Cleanup错误：database is locked解决]]></title><link>https://blog.csdn.net/Moren_/article/details/106823770</link><guid>https://blog.csdn.net/Moren_/article/details/106823770</guid><author>Moren_</author><pubDate>Thu, 18 Jun 2020 09:40:25 +0800</pubDate><description><![CDATA[svn更新遇到更新下载不了的问题，如下图



这个时候先尝试，右键clean up，然后重新拉起，

如果clean up的时候提示，

1)那么可以使用可视化工具进行操作，

1，下载安装SQLite Expert Professional工具，然后安装打开，

2，如图操作，先选择添加db文件，然后找到要打开的db文件



3，添加完成之后会如图所示，找到WC_LOCK表和WORK_QUEUE表，删除里面的数据，然后重新从svn进行拉起



2)使用命令行操作

我觉得可视化操作更方便，命令行略
]]></description><category></category></item><item><title><![CDATA[关于jedis异常：Could not get a resource from the pool]]></title><link>https://blog.csdn.net/Moren_/article/details/78053196</link><guid>https://blog.csdn.net/Moren_/article/details/78053196</guid><author>Moren_</author><pubDate>Thu, 21 Sep 2017 16:07:06 +0800</pubDate><description><![CDATA[今天在运行程序的时候报了一个异常，大多是异常都是Caused by: redis.clients.jedis.exceptions.JedisConnectionException: Could not get a resource from the pool。 
且redis.maxIdle=30 
redis.minIdle=10 
redis.maxTotal=100都没有问题，所以可以看出有]]></description><category></category></item><item><title><![CDATA[简述MVC开发]]></title><link>https://blog.csdn.net/Moren_/article/details/78012252</link><guid>https://blog.csdn.net/Moren_/article/details/78012252</guid><author>Moren_</author><pubDate>Sun, 17 Sep 2017 18:41:49 +0800</pubDate><description><![CDATA[MVC并不是Java语言所特有的设计思想，也并不是Web应用所特有的思想，它是所有面向对象程序设计语言都应该遵守的规范。 
MVC思想将一个应用分成三个基本部分：Model（模型）、View（视图）和Controller（控制器），这三个部分以最少的耦合协同工作，从而提高应用的可扩展性及可维护性。MVC思想 
三层开发模式 
Model 1(jsp+javabean)模式的实现比较简单，适用于快速开]]></description><category></category></item><item><title><![CDATA[cookie和javaBean]]></title><link>https://blog.csdn.net/Moren_/article/details/78011927</link><guid>https://blog.csdn.net/Moren_/article/details/78011927</guid><author>Moren_</author><pubDate>Sun, 17 Sep 2017 17:51:00 +0800</pubDate><description><![CDATA[一，cookie 
    cookie是Web服务器保存在客户端的一系列文本信息 
    cookie的作用 
        对特定对象的追踪 
        统计网页浏览次数 
        简化登录 
    安全性能 
        容易信息泄露常用方法：
    方法名                         说明
    void setMaxAge(int expir]]></description><category></category></item></channel></rss>