上一页 1 ··· 39 40 41 42 43 44 45 46 47 ··· 55 下一页
摘要: 1.QQ邮箱配置接收阿里邮箱的邮件配置 阅读全文
posted @ 2017-08-22 15:59 蜜獾互联网 阅读(22) 评论(0) 推荐(0)
摘要: cmd ->dos 命令: For /L %i in (0,1,254) DO ping 192.168.11.%i >>E:/IP.txt //IP.txt结果 阅读全文
posted @ 2017-08-17 15:58 蜜獾互联网 阅读(8) 评论(0) 推荐(0)
摘要: Java工程项目Maven的依赖pom <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http: 阅读全文
posted @ 2017-08-11 09:27 蜜獾互联网 阅读(6) 评论(0) 推荐(0)
摘要: // 整合结构图 //==创建项目添加spring依赖和Rhcache的jar包 jdbc的数据源jar包 这是spring启动必备的一个 ehcache.包和它依赖的包sf4j Ehcache的结构 //==配置spring的applicationContext.xml配置文件 <?xml ver 阅读全文
posted @ 2017-08-10 15:36 蜜獾互联网 阅读(5) 评论(0) 推荐(0)
摘要: // Ehcahce摘要 Ehcache是基于java的开源缓存框架,有两种缓存模式,内存和磁盘,多种缓存策略. 1. 快速 简单 多种缓存策略 2. 缓存数据有两级:内存和磁盘,因此无需担心容量问题 缓存数据会在虚拟机重启的过程中写入磁盘 3. 可以通过RMI、可插入API等方式进行分布式缓存 具 阅读全文
posted @ 2017-08-10 14:31 蜜獾互联网 阅读(9) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2017-08-09 13:13 蜜獾互联网 阅读(7) 评论(0) 推荐(0)
摘要: //添加spring的依赖和先关的jar包 //整合结构图 //配置spring的applicationContext.xml文件 <?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.springframework.org/ 阅读全文
posted @ 2017-08-08 19:00 蜜獾互联网 阅读(8) 评论(0) 推荐(0)
摘要: Bug:使用到了spring的jdbctemplate模板 使用到以下 template.queryForObject(sql, requiredType) template.queryForList(sql, elementType, args) 报以下错误 org.springframework 阅读全文
posted @ 2017-08-08 14:58 蜜獾互联网 阅读(74) 评论(0) 推荐(0)
摘要: @bug出现情况 1.spring整合hibernate时抽取出公共的dao和dao的实现确定没有配置错 Hibernate升级到4.x以后,在Spring中,通过Hibernate访问数据库的方法已经发生了变化, 不再是以往让自己的DAO实现类继承HibernateDAOSupport, 然后使用 阅读全文
posted @ 2017-08-03 18:54 蜜獾互联网 阅读(13) 评论(0) 推荐(0)
摘要: package com.csdn.student.bean; /** * Student entity. @author MyEclipse Persistence Tools */ public class Student implements java.io.Serializable { /** 阅读全文
posted @ 2017-07-31 17:42 蜜獾互联网 阅读(7) 评论(0) 推荐(0)
上一页 1 ··· 39 40 41 42 43 44 45 46 47 ··· 55 下一页