<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>“深蓝的blog”的评论</title>
	<atom:link href="http://www.lanxinbase.com/?feed=comments-rss2" rel="self" type="application/rss+xml" />
	<link>http://www.lanxinbase.com</link>
	<description>记录日常生活</description>
	<lastBuildDate>Mon, 03 Jun 2024 10:02:57 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=4.2.3</generator>
	<item>
		<title>Alan对《redis 设置 tcp-backlog》的评论</title>
		<link>http://www.lanxinbase.com/?p=2888&#038;cpage=1#comment-151</link>
		<dc:creator><![CDATA[Alan]]></dc:creator>
		<pubDate>Mon, 03 Jun 2024 10:02:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.lanxinbase.com/?p=2888#comment-151</guid>
		<description><![CDATA[使用 Redis 命令动态设置（不需要重启服务）：
连接到 Redis 服务器后，使用 CONFIG SET 命令进行设置。例如：
CONFIG SET tcp-backlog 511]]></description>
		<content:encoded><![CDATA[<p>使用 Redis 命令动态设置（不需要重启服务）：<br />
连接到 Redis 服务器后，使用 CONFIG SET 命令进行设置。例如：<br />
CONFIG SET tcp-backlog 511</p>
]]></content:encoded>
	</item>
	<item>
		<title>Alan对《在win系统搭建redis集群方法》的评论</title>
		<link>http://www.lanxinbase.com/?p=1802&#038;cpage=1#comment-44</link>
		<dc:creator><![CDATA[Alan]]></dc:creator>
		<pubDate>Fri, 05 Jan 2018 05:22:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.lanxinbase.com/?p=1802#comment-44</guid>
		<description><![CDATA[测试的代码是：
    @Autowired
    private IRedisMessageService redisMessageService;

    @Autowired
    private CacheProvider cacheProvider;


        cacheProvider.put(&quot;tsetString&quot;, &quot;string&quot; + DateUtil.getTime(), 0);
        cacheProvider.put(&quot;testInt&quot;, DateUtil.getTime(), 0);

        cacheProvider.put(&quot;testObject&quot;, new Model(), 0);


        try {
            StringBuffer sb = new StringBuffer();
            sb.append(&quot;tsetString:&quot; + cacheProvider.get(&quot;tsetString&quot;))
                    .append(&quot;\ntestInt:&quot; + cacheProvider.get(&quot;testInt&quot;))
                    .append(&quot;\ntestObject:&quot; + cacheProvider.get(&quot;testObject&quot;));

            redisMessageService.sendMessage(ConstantRedis.CHANNEL_TEST, sb.toString());
            resp.setInfo(sb.toString());
        } catch (IllegalServiceException e) {
            e.printStackTrace();
        }]]></description>
		<content:encoded><![CDATA[<p>测试的代码是：<br />
    @Autowired<br />
    private IRedisMessageService redisMessageService;</p>
<p>    @Autowired<br />
    private CacheProvider cacheProvider;</p>
<p>        cacheProvider.put(&#8220;tsetString&#8221;, &#8220;string&#8221; + DateUtil.getTime(), 0);<br />
        cacheProvider.put(&#8220;testInt&#8221;, DateUtil.getTime(), 0);</p>
<p>        cacheProvider.put(&#8220;testObject&#8221;, new Model(), 0);</p>
<p>        try {<br />
            StringBuffer sb = new StringBuffer();<br />
            sb.append(&#8220;tsetString:&#8221; + cacheProvider.get(&#8220;tsetString&#8221;))<br />
                    .append(&#8220;\ntestInt:&#8221; + cacheProvider.get(&#8220;testInt&#8221;))<br />
                    .append(&#8220;\ntestObject:&#8221; + cacheProvider.get(&#8220;testObject&#8221;));</p>
<p>            redisMessageService.sendMessage(ConstantRedis.CHANNEL_TEST, sb.toString());<br />
            resp.setInfo(sb.toString());<br />
        } catch (IllegalServiceException e) {<br />
            e.printStackTrace();<br />
        }</p>
]]></content:encoded>
	</item>
	<item>
		<title>Alan对《Nginx支持socket转发》的评论</title>
		<link>http://www.lanxinbase.com/?p=1787&#038;cpage=1#comment-43</link>
		<dc:creator><![CDATA[Alan]]></dc:creator>
		<pubDate>Sun, 03 Dec 2017 09:34:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.lanxinbase.com/?p=1787#comment-43</guid>
		<description><![CDATA[Syntax:	proxy_timeout timeout;
Default:	
proxy_timeout 10m;
Context:stream, server
Sets the timeout between two successive read or write operations on client or proxied server connections. If no data is transmitted within this time, the connection is closed.]]></description>
		<content:encoded><![CDATA[<p>Syntax:	proxy_timeout timeout;<br />
Default:<br />
proxy_timeout 10m;<br />
Context:stream, server<br />
Sets the timeout between two successive read or write operations on client or proxied server connections. If no data is transmitted within this time, the connection is closed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Alan对《2017年，行走乌孙古道》的评论</title>
		<link>http://www.lanxinbase.com/?p=1667&#038;cpage=1#comment-42</link>
		<dc:creator><![CDATA[Alan]]></dc:creator>
		<pubDate>Sat, 29 Jul 2017 11:53:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.lanxinbase.com/?p=1667#comment-42</guid>
		<description><![CDATA[每一次的记忆都来之不易，我们应该懂得珍惜。]]></description>
		<content:encoded><![CDATA[<p>每一次的记忆都来之不易，我们应该懂得珍惜。</p>
]]></content:encoded>
	</item>
	<item>
		<title>Alan对《Android开发中debug.keystore的一些操作》的评论</title>
		<link>http://www.lanxinbase.com/?p=1138&#038;cpage=1#comment-41</link>
		<dc:creator><![CDATA[Alan]]></dc:creator>
		<pubDate>Thu, 20 Apr 2017 03:10:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.lanxinbase.com/?p=1138#comment-41</guid>
		<description><![CDATA[查看key的指纹信息可以使用命令:

keytool -list -v -alias &#039;@别名&#039; -keypass &#039;@password&#039; -keystore ./&#039;@文件名&#039; -storepass &#039;@password&#039;]]></description>
		<content:encoded><![CDATA[<p>查看key的指纹信息可以使用命令:</p>
<p>keytool -list -v -alias &#8216;@别名&#8217; -keypass &#8216;@password&#8217; -keystore ./&#8217;@文件名&#8217; -storepass &#8216;@password&#8217;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Alan对《CentOS下安装build-essential,gcc,gfortran/g77编译器》的评论</title>
		<link>http://www.lanxinbase.com/?p=1314&#038;cpage=1#comment-40</link>
		<dc:creator><![CDATA[Alan]]></dc:creator>
		<pubDate>Mon, 03 Oct 2016 11:42:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.lanxinbase.com/?p=1314#comment-40</guid>
		<description><![CDATA[make all]]></description>
		<content:encoded><![CDATA[<p>make all</p>
]]></content:encoded>
	</item>
	<item>
		<title>Alan对《CentOS下安装build-essential,gcc,gfortran/g77编译器》的评论</title>
		<link>http://www.lanxinbase.com/?p=1314&#038;cpage=1#comment-39</link>
		<dc:creator><![CDATA[Alan]]></dc:creator>
		<pubDate>Mon, 03 Oct 2016 11:40:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.lanxinbase.com/?p=1314#comment-39</guid>
		<description><![CDATA[ubuntu版本的可以使用sudo apt-get install build-essential gcc gfortran 进行安装编译器]]></description>
		<content:encoded><![CDATA[<p>ubuntu版本的可以使用sudo apt-get install build-essential gcc gfortran 进行安装编译器</p>
]]></content:encoded>
	</item>
	<item>
		<title>Alan对《CentOS下安装build-essential,gcc,gfortran/g77编译器》的评论</title>
		<link>http://www.lanxinbase.com/?p=1314&#038;cpage=1#comment-38</link>
		<dc:creator><![CDATA[Alan]]></dc:creator>
		<pubDate>Thu, 29 Sep 2016 04:44:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.lanxinbase.com/?p=1314#comment-38</guid>
		<description><![CDATA[1.安装gcc-essential:	yum install gcc gcc-c++ kernel-devel 
2.安装gfortran:	yum install gcc-gfortran]]></description>
		<content:encoded><![CDATA[<p>1.安装gcc-essential:	yum install gcc gcc-c++ kernel-devel<br />
2.安装gfortran:	yum install gcc-gfortran</p>
]]></content:encoded>
	</item>
	<item>
		<title>Alan对《linux让进程在后台运行》的评论</title>
		<link>http://www.lanxinbase.com/?p=885&#038;cpage=1#comment-37</link>
		<dc:creator><![CDATA[Alan]]></dc:creator>
		<pubDate>Fri, 26 Aug 2016 07:05:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.lanxinbase.com/?p=885#comment-37</guid>
		<description><![CDATA[比如：nohup ./1.sh &amp;]]></description>
		<content:encoded><![CDATA[<p>比如：nohup ./1.sh &#038;</p>
]]></content:encoded>
	</item>
	<item>
		<title>韩国**商城对《写给我们这些浮躁的程序员》的评论</title>
		<link>http://www.lanxinbase.com/?p=729&#038;cpage=1#comment-36</link>
		<dc:creator><![CDATA[韩国**商城]]></dc:creator>
		<pubDate>Wed, 27 Jul 2016 15:24:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.lanxinbase.com/?p=729#comment-36</guid>
		<description><![CDATA[
一个人也像一把小提琴，你的心态好比琴弦，调整好了心态，别人就不会轻视你的价值。]]></description>
		<content:encoded><![CDATA[<p>一个人也像一把小提琴，你的心态好比琴弦，调整好了心态，别人就不会轻视你的价值。</p>
]]></content:encoded>
	</item>
</channel>
</rss>
