摘要: #includeusing namespace std;void Merge(int a[],int b[],int first,int mid,int last)//合并两个有序数组{ int p=first,q=mid+1; int pos=first; while(p<=mid&&q<=las... 阅读全文
posted @ 2014-09-29 21:03 Earendil 阅读(282) 评论(0) 推荐(0) 编辑
摘要: 1、 安装输入法的第一步,是安装语言包。我们选择System Settings-->Language Support-->Install/Remove Languages 选择中文2、 第二步,安装IBus框架,在终端输入以下命令:sudo apt-get install ibus ibus-clu... 阅读全文
posted @ 2014-09-29 19:13 Earendil 阅读(245) 评论(0) 推荐(0) 编辑
摘要: 1、编写fliter的代码import java.io.IOException;import javax.servlet.Filter;import javax.servlet.FilterChain;import javax.servlet.FilterConfig;import javax.se... 阅读全文
posted @ 2014-09-29 19:12 Earendil 阅读(272) 评论(0) 推荐(0) 编辑
摘要: 1、下载相应的jar包,添加到工程中需要下载的包主要有commons-pool2-2.2commons-dbcp2-2.0.1-srccommons-dbcp2-2.0.1 commons-collections4-4.02、tomcat的相关配置在WebContent的META-INF下新建con... 阅读全文
posted @ 2014-09-29 15:56 Earendil 阅读(479) 评论(0) 推荐(0) 编辑