`
文章列表
我的maven版本是2.2.1,当我使用mvn eclipse:eclipse命令时出了这个错误: The plugin 'org.apache.maven.plugins:maven-eclipse-plugin' does not exist or no valid version could be found   使用这个命令解决了问题: mvn -e -DdownloadSources=true eclipse:eclipse    // 注: 我在eclispe中安装了maven插件
    安装velocity的eclipse插件步骤:   http://code.google.com/p/veloeclipse/
    http://blog.csdn.net/sunitjy/article/details/6782375
  Google的面试流程   http://dondodge.typepad.com/the_next_big_thing/2010/09/how-to-get-a-job-at-google-interview-questions-hiring-process.html
  http://www.csdn.net/article/2013-01-10/2813545-Building-Scalable-Web-Architecture   http://www.csdn.net/article/2013-01-21/2813784-Building-Scalable-Web-Architecture    
  阅读本文,使我从对比的角度重新审视了两种锁的机制。 分享一下下O(∩_∩)O   原文出处:  http://www.ibm.com/developerworks/cn/java/j-jtp10264/index.html
运行build.xml出现异常:   Cause: Could not load a dependent class com/jcraft/jsch/Logger            It is not enough to have Ant's optional JARs            you need the JAR files that the optional tasks depend upon.            Ant's optional task dependencies are listed in the manual.   解决方法: 加入jsch- ...
  深入认识struts2拦截器(甚至是struts2的action执行顺序):   http://struts2.group.iteye.com/group/wiki/1397-deep-into-struts2-interceptors
            servlet: 项目的运行机制   http://blog.csdn.net/wayfoon322/article/details/2418011   http://www.cnblogs.com/JesseV/archive/2009/11/17/1605015.html     struts2的运行机制  http://www.iteye.com/topic/829843  

抽象工厂

抽象工厂 :   http://xianqi-h.iteye.com/admin/blogs/new    
  请参见如下链接的内容:   http://genuinecx.blog.51cto.com/2890523/817942   
Spring Transaction Architecture     Deployment options As shown below, there are two fundamentally different ways of deploying an application that uses Spring transactions:   Standalone Spring container J2EE container deployment             Standalone Spring container In the standa ...
  http://blog.csdn.net/sunitjy/article/details/6585301        
本文肤浅探讨MySQL + Solr + SolrJ的部署、配置、应用。 详见附件
  分布式搜索方案选型                                                                            --- 不同选型之讨论   分布式搜索方案选型之一:Solr   我第一个了解到的分布式搜索框架是solr,它是由java开发的,基于lucene的分布式搜索引擎,提供了类似于webserver的编程接 口,是一个比较成熟的搜索引擎,目前很多公司都在使用。很快我就部署了一个由4台机器组成的solr集群,开始导公司的数据进去测试,导的数据为200 万。导入速度非常快。接下来就开始测试查询效率,发现它是有 ...
Global site tag (gtag.js) - Google Analytics