- 浏览: 234452 次
- 性别:
- 来自: 深圳
最新评论
-
chokee:
struts2如何获取页面参数 -
mengfei86:
顶顶!
jstat的使用方法 -- 分析JVM的使用情况 -
yifzeng:
感谢楼上两位!!!
Struts2 验证框架不起作用的几种可能[转] -
xianqi_h:
如果所要用的形容词是几个,而且是上述所列的归类之外的词,如: ...
英语形容词的排列顺序 -- 重点记忆 -
skzr.org:
fixbug——在IE7下面:IE无法打开站点XXXX,无法操 ...
struts2开发中ie无法打开XXX站点 已终止操作
文章列表
我的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的面试流程
- 博客分类:
- 职场内外
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
抽象工厂
- 博客分类:
- Design Pattern
抽象工厂 :
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 万。导入速度非常快。接下来就开始测试查询效率,发现它是有 ...