程序员人生 网站导航

spring mvc3.2启动分析

spring mvc3.2启动分析 1,GenericServlet public void init(ServletConfig config) throws ServletException {this.config = config;this.init(); }2,HttpServletBeanpublic fina

spring mvc 3.2源码分析

spring mvc 3.2源码分析 1,httpServlet public void service(ServletRequest req, ServletResponse res)throws ServletException, IOException {HttpServletRequestrequest;HttpSe

部署Lync Server 2013时系统提示Prerequisite installation failed安装必备组件失败SqlInstanceRtcLoc

部署Lync Server 2013时系统提示Prerequisite installation failed安装必备组件失败SqlInstanceRtcLoc 部署Lync Server2013时系统提示Prerequisite installation failed安装必备组件失败:Prerequisite installation failed: SqlInstanceRtcLocal with a f...

循环引用-智能指针的死穴之一

循环引用-智能指针的死穴之一 智能指针的实现思路也体现了C基于对象的原则,对象应该为自己管理的资源负责,包括资源的分配与释放,而且最好将资源的释放与分配搞的自动化一点,典型的实现方...

MySQL使用方案

MySQL使用方案 优化时机一般单表超过500万左右,或明显感觉到性能下降时,需要优化优化方案读写分离使用缓存,如memcached或Redis使用搜索引擎,如ElasticSearch或solr分库分表...

leetcode || 77、Combinations

leetcode || 77、Combinations problem:Given two integersnandk, return all possible combinations ofknumbers out of 1 ...n.For example,Ifn= 4 andk= 2, a solution i...

struts2拦截器之用户session判断

struts2拦截器之用户session判断 几乎每个J2EE的项目都会涉及用户模块,只要涉及到就有用户登陆登出及其session的一些管理和判断,我以前也写过很多关于这方面的代码,只是写但没做总结,今天就做一...

leetcode || 72、Edit Distance

leetcode || 72、Edit Distance problem:Given two wordsword1andword2, find the minimum number of steps required to convertword1toword2. (each operation is counted as...

互联网技术发展之路(1) - 技术发展的驱动力

互联网技术发展之路(1) - 技术发展的驱动力 互联网技术发展之路(1)-技术发展的驱动力互联网行业是一个快速发展、快速变化的行业,新的业务、新的机会层出不穷,新的技术如雨后春笋般冒出,NoSQL、大数据...

linux下SVN服务器搭建

linux下SVN服务器搭建 在 ./configure--prefix=/home/svnroot/subversion--without-berkeley-db 时碰到一个错误:configure: error: no suitable apr found。原因是我没有 将s...