摘要: 官网:https://www.java.com 官网可以下载到最新版本,如果需要下载旧版本的,可以访问: http://www.oracle.com/technetwork/java/archive-139210.html 阅读全文
posted @ 2018-01-03 14:58 newXin 阅读(112) 评论(0) 推荐(0) 编辑
摘要: /*Navicat MySQL Data Transfer Source Server : localhostSource Server Version : 50136Source Host : localhost:3306Source Database : ben500_info Target S 阅读全文
posted @ 2018-01-02 20:21 newXin 阅读(305) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2018-01-02 16:37 newXin 阅读(102) 评论(0) 推荐(0) 编辑
摘要: maven ssm 编译异常记录: javax.servlet.jsp 解决: <dependency> <groupId>javax.servlet</groupId> <artifactId>servlet-api</artifactId> <version>2.5</version> <sco 阅读全文
posted @ 2018-01-02 15:53 newXin 阅读(154) 评论(0) 推荐(0) 编辑
摘要: 项目 : 普通的Maven Java Web 项目 操作记录: 使用 Maven 构建项目,指令 tomcat7:run 无异常 但使用 eclipse 的 tomcat 运行项目,报此异常。 后面从tomcat删除了此项目,重新运行则不报错了。 不明白原因,记录。 异常全文: 十二月 27, 20 阅读全文
posted @ 2017-12-27 23:16 newXin 阅读(584) 评论(0) 推荐(0) 编辑
摘要: 查看tomcat发布地址发现和项目名称不一致 如果直接拷贝项目,可能也需要修改此选项 解决方案: 经过排查发现了原因: 首先说明一下项目 Maven+SSM 需要使用到 maven tomcat 7 编译项目。 这个插件配置是直接从网上拷贝的 这个 <finalName>ssm</finalName 阅读全文
posted @ 2017-12-27 23:09 newXin 阅读(4426) 评论(0) 推荐(0) 编辑
摘要: SELECT COLUMN_NAME 列名, COLUMN_TYPE 数据类型, DATA_TYPE 字段类型, CHARACTER_MAXIMUM_LENGTH 长度, IS_NULLABLE 是否为空, COLUMN_DEFAULT 默认值, COLUMN_COMMENT 备注 FROM INF 阅读全文
posted @ 2017-12-27 14:48 newXin 阅读(421) 评论(0) 推荐(0) 编辑
摘要: 水晶头 无凸起的一面往上放。 线颜色: 左-右 橙白、橙、绿白、蓝、蓝白、绿、棕白、棕 阅读全文
posted @ 2017-12-27 12:05 newXin 阅读(310) 评论(0) 推荐(0) 编辑
摘要: 首先想到的是 样式的问题。 阅读全文
posted @ 2017-12-26 22:15 newXin 阅读(624) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2017-12-26 19:41 newXin 阅读(1066) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2017-12-26 16:53 newXin 阅读(159) 评论(0) 推荐(0) 编辑
摘要: <ehcache xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../config/ehcache.xsd" updateCheck="false"> <diskStore p 阅读全文
posted @ 2017-12-26 16:20 newXin 阅读(660) 评论(0) 推荐(0) 编辑
摘要: 添加 <!-- end MyBatis使用ehcache缓存 --> <cache:annotation-driven cache-manager="cacheManager" /> xml 文件报错 报错: The prefix "cache" for element "cache:annotat 阅读全文
posted @ 2017-12-26 16:18 newXin 阅读(770) 评论(0) 推荐(0) 编辑
摘要: 异常: 十二月 26, 2017 3:38:05 下午 org.apache.jasper.servlet.TldScanner scanJars 信息: At least one JAR was scanned for TLDs yet contained no TLDs. Enable debu 阅读全文
posted @ 2017-12-26 15:42 newXin 阅读(1119) 评论(0) 推荐(0) 编辑
摘要: 异常 十二月 26, 2017 1:44:49 下午 org.apache.tomcat.util.digester.SetPropertiesRule begin 警告: [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting 阅读全文
posted @ 2017-12-26 13:46 newXin 阅读(354) 评论(0) 推荐(0) 编辑
摘要: 异常: DEBUG [net.sf.ehcache.CacheManager@295af581] - Checking for update...DEBUG [net.sf.ehcache.CacheManager@295af581] - Update check failed: java.io.I 阅读全文
posted @ 2017-12-26 13:34 newXin 阅读(870) 评论(0) 推荐(0) 编辑
摘要: 异常: org.springframework.beans.factory.CannotLoadBeanClassException: Cannot find class [org.springframework.cache.ehcache.EhCacheManagerFactoryBean] fo 阅读全文
posted @ 2017-12-26 13:30 newXin 阅读(554) 评论(0) 推荐(0) 编辑
摘要: 异常如下: 十二月 26, 2017 1:24:44 下午 org.apache.jasper.servlet.TldScanner scanJars 信息: At least one JAR was scanned for TLDs yet contained no TLDs. Enable de 阅读全文
posted @ 2017-12-26 13:29 newXin 阅读(247) 评论(0) 推荐(0) 编辑
摘要: 异常如下: 十二月 25, 2017 11:37:14 下午 org.apache.tomcat.util.digester.SetPropertiesRule begin警告: [SetPropertiesRule]{Server/Service/Engine/Host/Context} Sett 阅读全文
posted @ 2017-12-25 23:39 newXin 阅读(337) 评论(0) 推荐(0) 编辑
摘要: 异常: 十二月 25, 2017 11:04:41 下午 org.apache.tomcat.util.digester.SetPropertiesRule begin 警告: [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setti 阅读全文
posted @ 2017-12-25 23:06 newXin 阅读(1688) 评论(0) 推荐(0) 编辑