<?xml version="1.0" encoding="utf-8" ?><rss version="2.0"><channel><title><![CDATA[softwarehe的专栏]]></title><description><![CDATA[]]></description><link>https://blog.csdn.net/softwarehe</link><language>zh-cn</language><generator>https://blog.csdn.net/</generator><copyright><![CDATA[Copyright &copy; softwarehe]]></copyright><item><title><![CDATA[阿里云添加swap]]></title><link>https://blog.csdn.net/softwarehe/article/details/47148003</link><guid>https://blog.csdn.net/softwarehe/article/details/47148003</guid><author>softwarehe</author><pubDate>Thu, 30 Jul 2015 11:59:53 +0800</pubDate><description><![CDATA[http://www.centoscn.com/CentOS/config/2015/0407/5107.html


在Linux中增加swap空间


        在安装Linux的时候，不知道swap空间分配多少比较好，所以会随便分配一个，在真正使用的时候，比如安装Oracle10g会要求很大的swap空间，发现swap空间不够，那应该怎么增加swap空间大小呢。

  ]]></description><category></category></item><item><title><![CDATA[systemtap和火焰图（flamegraph）介绍]]></title><link>https://blog.csdn.net/softwarehe/article/details/46377869</link><guid>https://blog.csdn.net/softwarehe/article/details/46377869</guid><author>softwarehe</author><pubDate>Fri, 05 Jun 2015 15:56:50 +0800</pubDate><description><![CDATA[System介绍：
主要用于诊断性能问题
systemtap介绍文章：https://www.ibm.com/developerworks/cn/linux/l-systemtap/
官网：https://sourceware.org/systemtap/
 
火焰图介绍：
火焰图将systemtap搜集到的数据以直观的方式显示出来
这里是火焰图的介绍：http://www.bren]]></description><category></category></item><item><title><![CDATA[svn服务器配置例子]]></title><link>https://blog.csdn.net/softwarehe/article/details/43449299</link><guid>https://blog.csdn.net/softwarehe/article/details/43449299</guid><author>softwarehe</author><pubDate>Tue, 03 Feb 2015 14:25:50 +0800</pubDate><description><![CDATA[149  rpm -qa subversion
  150  svnserve --version
  151  ps -ef | grep svn
  152  ls /opt/
  153  mkdir -p /opt/svn/repo
  154  svnadmin create /opt/svn/repo/
  155  cd /opt/svn/repo/
  156  ls]]></description><category></category></item><item><title><![CDATA[android edittext保持焦点不弹出输入法的一个解决方法]]></title><link>https://blog.csdn.net/softwarehe/article/details/40651071</link><guid>https://blog.csdn.net/softwarehe/article/details/40651071</guid><author>softwarehe</author><pubDate>Fri, 31 Oct 2014 10:55:47 +0800</pubDate><description><![CDATA[getWindow().setSoftInputMode(
			      WindowManager.LayoutParams.SOFT_INPUT_STATE_ALWAYS_HIDDEN);]]></description><category></category></item><item><title><![CDATA[json-mapper转换java对象到json字符串]]></title><link>https://blog.csdn.net/softwarehe/article/details/39317409</link><guid>https://blog.csdn.net/softwarehe/article/details/39317409</guid><author>softwarehe</author><pubDate>Tue, 16 Sep 2014 14:59:52 +0800</pubDate><description><![CDATA[ObjectMapper om = new ObjectMapper();
		String result;
		try {
			result = om.writeValueAsString(cookBookDetail);
			System.out.println(result);
		} catch (JsonGenerationException e1) {
			// TODO Aut]]></description><category></category></item><item><title><![CDATA[nlpcn搜索提示资源]]></title><link>https://blog.csdn.net/softwarehe/article/details/39288647</link><guid>https://blog.csdn.net/softwarehe/article/details/39288647</guid><author>softwarehe</author><pubDate>Mon, 15 Sep 2014 09:36:30 +0800</pubDate><description><![CDATA[http://www.nlpcn.org/docs/7/d378e24e-e06d-42d7-b306-7de2d91eb06e]]></description><category></category></item><item><title><![CDATA[安装java服务器图片处理程序]]></title><link>https://blog.csdn.net/softwarehe/article/details/39206991</link><guid>https://blog.csdn.net/softwarehe/article/details/39206991</guid><author>softwarehe</author><pubDate>Thu, 11 Sep 2014 15:35:49 +0800</pubDate><description><![CDATA[首先按照：http://blog.csdn.net/jiangxinyu/article/details/1698997安装ima]]></description><category></category></item><item><title><![CDATA[solr的ansj分词使用]]></title><link>https://blog.csdn.net/softwarehe/article/details/39187765</link><guid>https://blog.csdn.net/softwarehe/article/details/39187765</guid><author>softwarehe</author><pubDate>Wed, 10 Sep 2014 21:55:28 +0800</pubDate><description><![CDATA[从https://github.com/mlcsdev/mlcsseg下载版本]]></description><category></category></item><item><title><![CDATA[Android 开源框架ActionBarSherlock 和 ViewPager 仿网易新闻客户端]]></title><link>https://blog.csdn.net/softwarehe/article/details/36380301</link><guid>https://blog.csdn.net/softwarehe/article/details/36380301</guid><author>softwarehe</author><pubDate>Wed, 02 Jul 2014 09:55:36 +0800</pubDate><description><![CDATA[http://blog.csdn.net/xiaanming/article/details/9971721]]></description><category></category></item><item><title><![CDATA[让android支持表情]]></title><link>https://blog.csdn.net/softwarehe/article/details/32718023</link><guid>https://blog.csdn.net/softwarehe/article/details/32718023</guid><author>softwarehe</author><pubDate>Fri, 20 Jun 2014 17:32:46 +0800</pubDate><description><![CDATA[选来选去，

http://mathiasbynens.be/notes/mysql-utf8mb4]]></description><category></category></item><item><title><![CDATA[android表情实现方案]]></title><link>https://blog.csdn.net/softwarehe/article/details/31377099</link><guid>https://blog.csdn.net/softwarehe/article/details/31377099</guid><author>softwarehe</author><pubDate>Mon, 16 Jun 2014 14:29:43 +0800</pubDate><description><![CDATA[http://blog.csdn.net/lnb333666/article/details/8546497
不错的]]></description><category></category></item><item><title><![CDATA[pulltorefresh修改背景]]></title><link>https://blog.csdn.net/softwarehe/article/details/28861485</link><guid>https://blog.csdn.net/softwarehe/article/details/28861485</guid><author>softwarehe</author><pubDate>Fri, 06 Jun 2014 10:41:01 +0800</pubDate><description><![CDATA[https://github.com/chrisbanes/Android-PullToRefresh/blob/master/sample/res/layout/activity_ptr_expandable_list.xml]]></description><category></category></item><item><title><![CDATA[spring android resttemplate null pointer异常的解决]]></title><link>https://blog.csdn.net/softwarehe/article/details/25972917</link><guid>https://blog.csdn.net/softwarehe/article/details/25972917</guid><author>softwarehe</author><pubDate>Fri, 16 May 2014 13:59:32 +0800</pubDate><description><![CDATA[首先更换版本为1.0.0以上，其次]]></description><category></category></item><item><title><![CDATA[图片压缩升级代码]]></title><link>https://blog.csdn.net/softwarehe/article/details/24851721</link><guid>https://blog.csdn.net/softwarehe/article/details/24851721</guid><author>softwarehe</author><pubDate>Thu, 01 May 2014 22:59:46 +0800</pubDate><description><![CDATA[@RequestMapping(value = "/compressimage/{maxnewsid}", method = RequestMethod.GET)
public @ResponseBody String compressimage(Locale locale, @PathVariable int maxnewsid,
Model model, HttpServletReques]]></description><category></category></item><item><title><![CDATA[spring对android的webview支持初探]]></title><link>https://blog.csdn.net/softwarehe/article/details/24602545</link><guid>https://blog.csdn.net/softwarehe/article/details/24602545</guid><author>softwarehe</author><pubDate>Sun, 27 Apr 2014 21:56:47 +0800</pubDate><description><![CDATA[tiles文件：]]></description><category></category></item><item><title><![CDATA[Android ANR 分析解决方法]]></title><link>https://blog.csdn.net/softwarehe/article/details/24055791</link><guid>https://blog.csdn.net/softwarehe/article/details/24055791</guid><author>softwarehe</author><pubDate>Fri, 18 Apr 2014 22:29:10 +0800</pubDate><description><![CDATA[http://www.cnblogs.com/purediy/p/3225060.html]]></description><category></category></item><item><title><![CDATA[resttemplate下载文件]]></title><link>https://blog.csdn.net/softwarehe/article/details/23740879</link><guid>https://blog.csdn.net/softwarehe/article/details/23740879</guid><author>softwarehe</author><pubDate>Tue, 15 Apr 2014 10:16:37 +0800</pubDate><description><![CDATA[@Override
	public byte[] downloadImageByUrl(String imageUrl) {
		// TODO Auto-generated method stub
		requireAuthorization();
		ClientHttpRequestInterceptor acceptHeaderPdf = new AcceptHeaderHttpReque]]></description><category></category></item><item><title><![CDATA[listview下拉刷新 上拉(滑动分页)加载更多]]></title><link>https://blog.csdn.net/softwarehe/article/details/21725765</link><guid>https://blog.csdn.net/softwarehe/article/details/21725765</guid><author>softwarehe</author><pubDate>Fri, 21 Mar 2014 16:11:14 +0800</pubDate><description><![CDATA[http://blog.csdn.net/zhumengxiaoqi/article/details/9877319]]></description><category></category></item><item><title><![CDATA[如何记录MySQL执行过的SQL语句]]></title><link>https://blog.csdn.net/softwarehe/article/details/21601791</link><guid>https://blog.csdn.net/softwarehe/article/details/21601791</guid><author>softwarehe</author><pubDate>Thu, 20 Mar 2014 10:59:47 +0800</pubDate><description><![CDATA[http://www.nowamagic.net/librarys/veda/detail/2479



很多时候，我们需要知道 MySQL 执行过哪些 SQL 语句，比如 MySQL 被注入后，需要知道造成什么伤害等等。只要有 SQL 语句的记录，就能知道情况并作出对策。服务器是可以开启 MySQL 的 SQL 语句记录功能，从而就能间接地检测到客户端程序的行为。
开启方法很简单：编]]></description><category></category></item><item><title><![CDATA[在线编程网站]]></title><link>https://blog.csdn.net/softwarehe/article/details/20488611</link><guid>https://blog.csdn.net/softwarehe/article/details/20488611</guid><author>softwarehe</author><pubDate>Tue, 04 Mar 2014 22:08:41 +0800</pubDate><description><![CDATA[https://koding.com/]]></description><category></category></item></channel></rss>