2014年9月22日

Introdution to Spring Mobile

摘要: 1. In Eclipse, create a new Maven Project using the spring-mvc-jpa-archetype.2. Add the spring-mobile-device dependency to pom.xml.[html] view plainco... 阅读全文

posted @ 2014-09-22 16:24 atomgame的记事本 阅读(228) 评论(0) 推荐(0) 编辑

2014年9月21日

springMVC教程-快速入手-深入分析

摘要: http://elf8848.iteye.com/blog/875830/ 阅读全文

posted @ 2014-09-21 09:48 atomgame的记事本 阅读(110) 评论(0) 推荐(0) 编辑

2014年9月16日

如何使用Log4j

摘要: 1、 Log4j是什么? Log4j可以帮助调试(有时候debug是发挥不了作 用的)和分析,要下载和了解更详细的内容,还是访问其官方网站吧:http://jakarta.apache.org/log4j。2、Log4j的概念Log4j中有三个主要的组件,它们分别是Logger、Appender和L... 阅读全文

posted @ 2014-09-16 14:46 atomgame的记事本 阅读(160) 评论(0) 推荐(0) 编辑

2014年9月12日

使用MyBatis_Generator生成Dto、Dao、Mapping

摘要: 由于MyBatis属于一种半自动的ORM框架,所以主要的工作将是书写Mapping映射文件,但是由于手写映射文件很容易出错,所以查资料发现有现成的工具可以自动生成底层模型类、Dao接口类甚至Mapping映射文件。一、建立表结构CREATE TABLE `user` ( `id` varchar(5... 阅读全文

posted @ 2014-09-12 14:10 atomgame的记事本 阅读(687) 评论(0) 推荐(0) 编辑

mybatis实战教程(mybatis in action)之九:mybatis 代码生成工具的使用

摘要: mybatis 应用程序,需要大量的配置文件,对于一个成百上千的数据库表来说,完全手工配置,这是一个很恐怖的工作量. 所以mybatis 官方也推出了一个mybatis代码生成工具的jar包. 今天花了一点时间,按照 mybatis generator 的doc 文档参考,初步配置出了一个可以使用的... 阅读全文

posted @ 2014-09-12 14:09 atomgame的记事本 阅读(224) 评论(0) 推荐(0) 编辑

2014年9月9日

eclipse 建立maven项目 显示红叉的解决方法

摘要: 1.建立好之后就会发现项目有红叉。这时发现查查在main处,打开项目》属性》Java Build Path》source,发现里边有红叉(如下图),这是由于我们的src/main下没有建立对应的编译路径main/java和test/java造成的,故添加这两个编译文件夹。添加好编译文件夹之后,发现红... 阅读全文

posted @ 2014-09-09 23:13 atomgame的记事本 阅读(9448) 评论(0) 推荐(0) 编辑

在eclipse中配置maven

摘要: http://pansanday.blog.163.com/blog/static/381662802012727103454743/从eclipse 3.6开始,eclipse有一个marketplace,这个类似现在手机的app store一样,可以在其中检索相关插件,直接安装,打开help--... 阅读全文

posted @ 2014-09-09 13:08 atomgame的记事本 阅读(112) 评论(0) 推荐(0) 编辑

2014年9月8日

maven ArtifactTransferException: Failure to transfer

摘要: 我在使用Myeclipse碰见这个错误,我没有用伺服,直接连接到maven中心。ArtifactTransferException: Failure to transfer org.apache.hadoop:hadoop-core:jar:1.1.1 from http://repo.maven.... 阅读全文

posted @ 2014-09-08 22:12 atomgame的记事本 阅读(434) 评论(0) 推荐(0) 编辑

jquery $.ajax方法

摘要: $.ajax({ timeout: 3000, cache:false, global:false, type: "POST", url: WEB_URL+"/logic/private/", data: { ent... 阅读全文

posted @ 2014-09-08 09:45 atomgame的记事本 阅读(140) 评论(0) 推荐(0) 编辑

jquery cdn加速点

摘要: 新浪jquery cdn加速点:百度jquery cdn加速点:谷歌jquery cdn加速点 阅读全文

posted @ 2014-09-08 09:37 atomgame的记事本 阅读(209) 评论(0) 推荐(0) 编辑

导航