摘要: 创建一个maven模块不要有父级依赖 org.mybatis mybatis 3.5.1 mysql mysql-connector-java 5.1.47 日志依赖 org.slf4j slf4j-log4j12 1.7.25 要加一个配置模板log4j.properties不用怎么改考一个 lo 阅读全文
posted @ 2020-03-05 14:59 鱼3秒 阅读(120) 评论(0) 推荐(0) 编辑
摘要: 创建一个jdbc.properties文件url=jdbc:mysql://xxuser=root在spring-config中创建applicationContext.xml文件编写 <cxt:property-placeholder location="classpath:jdbc.proper 阅读全文
posted @ 2020-03-05 14:19 鱼3秒 阅读(201) 评论(0) 推荐(0) 编辑
摘要: HtmlHyperText Markup Language<html><head><title>标题</title></head><body></body></html> 基本标签<div>、<span>、<img align src=“” />选择器element(标签选择器)、class(利用空 阅读全文
posted @ 2020-03-05 13:19 鱼3秒 阅读(122) 评论(0) 推荐(0) 编辑
摘要: 显示数据库:show databases; 创建数据库:create database mydb; 使用数据库:use mydb; 显示表:show tables; sub queriesexists ; not exists; in; not in;any/some、allgroup by 分组按 阅读全文
posted @ 2020-03-05 13:13 鱼3秒 阅读(136) 评论(0) 推荐(0) 编辑
摘要: 概念ssh:linux远程访问授权:Struts spring hibernate类要加get和set:spring-webmvc spring-ioc hibernatessm/ssi:Struts spring mybatis3.0(ibatis2.0):spring-webmvc spring 阅读全文
posted @ 2020-03-05 13:10 鱼3秒 阅读(196) 评论(0) 推荐(0) 编辑