会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
ratelie
蜜獾互联网
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
39
40
41
42
43
44
45
46
47
···
55
下一页
2017年8月22日
奇淫技巧____QQ邮箱配置地址接收其他邮箱右键
摘要: 1.QQ邮箱配置接收阿里邮箱的邮件配置
阅读全文
posted @ 2017-08-22 15:59 蜜獾互联网
阅读(22)
评论(0)
推荐(0)
2017年8月17日
奇淫技巧____查看本网段内正在使用的IP以及ip定位
摘要: 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)
2017年8月11日
Maven项目开发____Java工程项目Pom的依赖
摘要: 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)
2017年8月10日
企业级框架____Ehcache缓存框架(Ehcache和Spring的整合)
摘要: // 整合结构图 //==创建项目添加spring依赖和Rhcache的jar包 jdbc的数据源jar包 这是spring启动必备的一个 ehcache.包和它依赖的包sf4j Ehcache的结构 //==配置spring的applicationContext.xml配置文件 <?xml ver
阅读全文
posted @ 2017-08-10 15:36 蜜獾互联网
阅读(5)
评论(0)
推荐(0)
企业级框架____Ehcache缓存框架的简介
摘要: // Ehcahce摘要 Ehcache是基于java的开源缓存框架,有两种缓存模式,内存和磁盘,多种缓存策略. 1. 快速 简单 多种缓存策略 2. 缓存数据有两级:内存和磁盘,因此无需担心容量问题 缓存数据会在虚拟机重启的过程中写入磁盘 3. 可以通过RMI、可插入API等方式进行分布式缓存 具
阅读全文
posted @ 2017-08-10 14:31 蜜獾互联网
阅读(9)
评论(0)
推荐(0)
2017年8月9日
网联整合各大支付_支付行业变天
摘要:
阅读全文
posted @ 2017-08-09 13:13 蜜獾互联网
阅读(7)
评论(0)
推荐(0)
2017年8月8日
Spring教程____SpringMVC入门小列子(主流模式,精简模式)
摘要: //添加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库____org.springframework.jdbc.IncorrectResultSetColumnCountException: Incorrect column count: exp
摘要: Bug:使用到了spring的jdbctemplate模板 使用到以下 template.queryForObject(sql, requiredType) template.queryForList(sql, elementType, args) 报以下错误 org.springframework
阅读全文
posted @ 2017-08-08 14:58 蜜獾互联网
阅读(74)
评论(0)
推荐(0)
2017年8月3日
Bug库____org.hibernate.HibernateException: No Session found for current thread
摘要: @bug出现情况 1.spring整合hibernate时抽取出公共的dao和dao的实现确定没有配置错 Hibernate升级到4.x以后,在Spring中,通过Hibernate访问数据库的方法已经发生了变化, 不再是以往让自己的DAO实现类继承HibernateDAOSupport, 然后使用
阅读全文
posted @ 2017-08-03 18:54 蜜獾互联网
阅读(13)
评论(0)
推荐(0)
2017年7月31日
Spring教程____Spring简单小列子
摘要: 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
下一页
公告