原创 springmvc_mybatis1210配置config下所有的文件

ROOT / WEB-INF / 配置web.xml <?xml version="1.0" encoding="UTF-8"?> <web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema

原创 jeeplusm的控制檯報錯(原因maven依賴配置缺少Gson)

1 2016-10-09 14:06:59,794 DEBUG [jeeplus.modules.sys.interceptor.LogInterceptor] - 開始計時: 02: 06:59.794 URI: /jeeplusa/

原创 eclipse建立maven項目時,JDK版本默認是1.5

1 如果你用eclipse建立maven項目時,新建的項目往往JDK版本很低——1.5!怎麼辦?修改settings.xml文件,增加profile節點,如下所示:  <profile> <id>jdk-1.8</id>

原创 jeeplusm的控制檯報錯(原因lib下缺少Maven包)

十月 09, 2016 8:52:07 上午 org.apache.tomcat.util.digester.SetPropertiesRule begin 警告: [SetPropertiesRule]{Server/Service/

原创 SSM_config配置springmvc.xml模板

1.config配置springmvc.xml <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/

原创 springmvc_mybatis1213項目

1.項目結構圖 2.POJO類 public class Items { private Integer id; // 商品ID private String name; // 商品姓名

原创 使用Mybatis-Generator自動生成Dao、Model、Mapping相關

1./src下 import java.io.File; import java.io.IOException; import java.util.ArrayList; import java.util.List; import org

原创 轉換器(簡單日期格式)

1 package cn.itcast.ssm.controller.converter; import java.text.ParseException; import java.text.SimpleDateFormat; impo

原创 將eclipse項目部署到tomcat根目錄

使用eclipse開發web項目,會把項目部署到tomcat中。按正常方法部署後,項目的訪問路徑會加上項目名,比如http://localhost:8080/jspxcms/。 如果我們希望用http://localhost:8080

原创 文件結構

源碼目錄 1.公共 公共 annotation 註解 beanvalidator 驗證器 config 配置 filter

原创 springmvc_mybatis1208項目的控制檯報錯

1 九月 22, 2016 9:25:42 上午 org.apache.tomcat.util.digester.SetPropertiesRule begin 警告: [SetPropertiesRule]{Server/Service

原创 CentOS下用命令行測試網速

1.在/usr/local/src/下 # wget https://raw.github.com/sivel/speedtest-cli/master/speedtest_cli.py 2.如果錯誤 正在連接 raw.github

原创 初始創建springmvc_mybatis1208控制檯報錯

1 DEBUG [http-bio-80-exec-3] - Original ConversionService attempt failed - ignored sinc e PropertyEditor based conversi

原创 一個列表的模塊統一

1 <table width="100%" border=1> <tr> <td>商品名稱</td> <td>商品價格</td> <td>生產日期</td> <td>商品描述</td> <td>操作</td> </tr> <c: