`
文章列表

xml

http://blog.csdn.net/czplplp_900725/article/details/7888896

maven

xxxx
1. prepare the virtual environment for the hadoop cluster. you can choose Virtual Box or VM Wave. There are some issues with Vitural box in my labtop. So i choose VM 10.0. then you need use the following software tools. you'd better prepare them well before you start to install the env. maven linux ...
http://www.w3cschool.cc/cprogramming/c-environment-setup.html
http://blog.csdn.net/xiaoli_feng/article/details/4316252 http://www.atool.org/colorpicker.php http://www.qqtz.com/hao/color.htm <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"         "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns=& ...

maven ant plugin

pom.xml jar matched ----------------------- <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion& ...
在中国的很多软件企业中,每天仍然在重复的制造轮子,耗时耗力还看不到效果。如果软件都模块化,还会有那么多麻烦的维护工作吗,都是前人挖坑后人跳。我也见过一些软件大国的架构师,每天在说SOA,结果他们设计的项目,耦合度那么高,看看他们的源代码,不敢直视。 一个类写了个千把行,我知道你能写,等你些到一万行的时候,你这个项目就黄了。 在软件领域混了好几年了,还是最初的想法,简单而不失灵活和功能,才是实用之道。 对于前端的标签库,最开始我也迷恋过struts1, strtus2, spring 的标签库。 等到想转个MVC之C的时候,就会觉得好麻烦。 最后还是回归主线JSTL,一个设计好的项目,真有必须用 ...

maven 资料

maven 资料

pom5

<assembly xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0 http://maven.apache.org/xsd/assembly-1.1 ...

maven pom4

<build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-resources-plugin</artifactId> <version>2.4.2</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</g ...

maven pom3

<assembly xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0 http://maven.apache.org/xsd/assembly-1.1 ...

maven pom2

<assembly xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0 http://maven.apache.org/xsd/assembly-1.1 ...

maven pom1

    博客分类:
  • j2ee
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId&g ...
<mvc:annotation-driven />注解意义 String getMethodName = HibernateCriterionHelper.GET_METHOD_PREFIX + method.toUpperCase().charAt(0) + method.substring(1); <mvc:annotation-driven /> 是一种简写形式,完全可以手动配置替代这种简写形式,简写形式可以让初学都快速应用默认配置方案。<mvc:annotation-driven /> 会自动注册DefaultAnnotationHandlerM ...
Spring不但支持自己定义的@Autowired注解,还支持由JSR-250规范定义的几个注解,如:@Resource、 @PostConstruct及@PreDestroy。 1. @Autowired     @Autowired是Spring 提供的,需导入     Package:org.springframework.beans.factory.annotation.Autowired;     只按照byType 注入。 2. @Resource     @Resource默认按 byName 自动注入,是J2EE提供的, 需导入Package:      javax.annot ...
Global site tag (gtag.js) - Google Analytics