上一页 1 ··· 4 5 6 7 8 9 10 11 12 13 下一页
摘要: 本文引自:https://www.cnblogs.com/dudududu/p/8505177.html 参考博客:http://www.cnblogs.com/coderland/p/5902878.html https://www.cnblogs.com/HigginCui/p/5772514. 阅读全文
posted @ 2018-10-16 10:41 x_jingxin 阅读(325) 评论(0) 推荐(0) 编辑
摘要: 本文引自:https://www.cnblogs.com/dudududu/p/8507735.html 监听器概述 监听器(Listener)是一种特殊的Servlet技术,它可以监听Web应用的上下文信息、Servlet请求信息和Servlet会话信息,即ServletContext、Servl 阅读全文
posted @ 2018-10-15 14:22 x_jingxin 阅读(220) 评论(0) 推荐(0) 编辑
摘要: 打开日志:运行配置 XX:+PrintGCDetails 示例程序: 打印: 注释掉objectA = null; 和 objectB = null; 打印: 日志信息解释: YoungGC日志解释如下 FullGC 阅读全文
posted @ 2018-10-10 16:48 x_jingxin 阅读(373) 评论(0) 推荐(1) 编辑
摘要: 一、项目结构 项目介绍:maven搭建的web项目,实现Java日志记录功能。其中logback.xml为日志配置文件,spring-mvc-servlet.xml为spring controller级别的上下文配置,appServlet-servlet.xml为系统级别的配置文件 二、代码清单 l 阅读全文
posted @ 2018-09-19 15:48 x_jingxin 阅读(1432) 评论(0) 推荐(0) 编辑
摘要: 一、准备工作 参考springMVC入门一,搭建maven项目如下: 前台结构如下: 项目介绍:使用springMVC实现前后台数据交互,例如controller返回json,页面传入pojo 二、具体代码 controller类:HelloWorldController html页面:projec 阅读全文
posted @ 2018-09-19 10:36 x_jingxin 阅读(131) 评论(0) 推荐(0) 编辑
摘要: 一、准备工作 eclipse使用maven搭建项目,项目名称为HelloSpringMVC 二、搭建好的项目如下: 项目介绍:实现简单的helloworld 三、具体代码 controller类:HelloWorldController package com.cn.springmvc; impor 阅读全文
posted @ 2018-09-13 17:35 x_jingxin 阅读(129) 评论(0) 推荐(0) 编辑
摘要: 1、JDBC调用存储过程: CallableStatement 2、JdbcTemplate()调用存储过程 阅读全文
posted @ 2018-09-12 10:54 x_jingxin 阅读(629) 评论(0) 推荐(0) 编辑
摘要: 本文引自:https://my.oschina.net/zudajun/blog/745232 摘要: com.github.pagehelper.PageHelper是一款好用的开源免费的Mybatis第三方物理分页插件。 PageHelper是一款好用的开源免费的Mybatis第三方物理分页插件 阅读全文
posted @ 2018-08-31 16:16 x_jingxin 阅读(11327) 评论(0) 推荐(0) 编辑
摘要: 本文引自:http://www.cnblogs.com/armyfai/p/3985660.html#!comments SVN简介: 为什么要使用SVN? 程序员在编写程序的过程中,每个程序员都会生成很多不同的版本,这就需要程序员有效的管理代码,在需要的时候可以迅速,准确取出相应的版本。 Subv 阅读全文
posted @ 2018-08-27 15:34 x_jingxin 阅读(110) 评论(0) 推荐(0) 编辑
摘要: 本文引自:https://blog.csdn.net/bestcxx/article/details/50468631 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSc 阅读全文
posted @ 2018-08-15 16:09 x_jingxin 阅读(203) 评论(0) 推荐(0) 编辑
上一页 1 ··· 4 5 6 7 8 9 10 11 12 13 下一页