01 2013 档案

摘要:参考:http://stackoverflow.com/questions/14514599/how-to-use-aspectj-maven-pluginYou need to install the AspectJ Maven configurator. It is available here:http://dist.springsource.org/release/AJDT/configurator/Help -> Install new software...Add this update site to the "work with" section an 阅读全文
posted @ 2013-01-29 11:40 庚武 阅读(5998) 评论(0) 推荐(0) 编辑
摘要:http://en.wikipedia.org/wiki/Java_EE_version_historyJava EE 5 (May 11, 2006)List of JEE 5 specifications developed underJSR244TutorialTechnologyVersionJSRWeb Services Technologies:Web Services1.2JSR109Java API for XML-Based Web Services (JAX-WS)2.0JSR224Java Architecture for XML Binding (JAXB)2.0JSR 阅读全文
posted @ 2013-01-26 11:22 庚武 阅读(272) 评论(0) 推荐(0) 编辑
摘要:看spring samples(https://src.springframework.org/svn/spring-samples/)的时候,发现pom.xml中引用到self4j,用以替换commons logging,之前看到hibernate也有用到slf4j,于是决定了解一下这个组件。http://www.slf4j.org/Simple Logging Facade for Java (SLF4J)The Simple Logging Facade for Java or (SLF4J) serves as a simple facade or abstraction for va 阅读全文
posted @ 2013-01-24 10:21 庚武 阅读(728) 评论(0) 推荐(0) 编辑
摘要:SQL Server启动错误报错,错误码:10048 。在管理工具里的 事件查看器 查看后发现是1433被占用。参考了:1、Windows平台在windows命令行窗口下执行:C:\>netstat -aon|findstr "80"TCP 127.0.0.1:80 0.0.0.0:0 LISTENING 2448看到了吗,端口被进程号为2448的进程占用,继续执行下面命令:C:\>tasklist|findstr "2448"thread.exe 2016 Console 0 16,064 K最后发现居然是firefox占用了tcp 143 阅读全文
posted @ 2013-01-17 13:10 庚武 阅读(1227) 评论(0) 推荐(0) 编辑
摘要:作为一句java开发人员,(以配置一个Spring+Hibernate+Struts2的WebApp为例)你是否为到处网站找jar包以及相关依赖而烦闷不已,你是否为它们之间jar包版本不兼容或冲突而怒发冲冠,你是否为你电脑上的jar包存放位置而晕头转向,你是否为你多个项目之间jar包的共享重用而头疼不已,你是否为你的项目构建war包写一大串ant脚本而眼球充血,还有 回归测试、持续集成、部署 等诸多问题...程序员的时间应该用在写好程序上面,而不应该花太多在这些环节上。maven是这些问题的终结者,而且它能做得更多。maven会让你更喜欢java.“自从搞上maven,眼不酸了,手不疼了,腰脚 阅读全文
posted @ 2013-01-09 12:24 庚武 阅读(735) 评论(0) 推荐(0) 编辑
摘要:<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/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId& 阅读全文
posted @ 2013-01-05 17:07 庚武 阅读(398) 评论(0) 推荐(0) 编辑
摘要:JS压缩,CSS压缩https://developers.google.com/closure/compiler/docs/overviewhttp://yui.github.com/yuicompressor/ 阅读全文
posted @ 2013-01-05 17:04 庚武 阅读(210) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示