上一页 1 2 3 4 5 6 7 ··· 16 下一页
  2017年8月22日
摘要: 更改系统环境变量 我的电脑 右击 属性 高级系统设置 环境变量 系统变量 新建 变量名:NLS_LANG,变量值:SIMPLIFIED CHINESE_CHINA.ZHS16GBK,确定,重启plsql,即可。 阅读全文
posted @ 2017-08-22 12:14 cyy_13 阅读(163) 评论(0) 推荐(0) 编辑
  2017年8月21日
摘要: hibernate实体类的注解Entity和Table、Id、Column、GeneratedValue引入的是javax.persistence.Entity;和javax.persistence.Table等;而不是org.hibernate.annotations.Entity;和org.hi 阅读全文
posted @ 2017-08-21 16:37 cyy_13 阅读(513) 评论(0) 推荐(0) 编辑
摘要: 如果是经常使用Spring,特别有自己新建ApplicationContext对象的经历的人,肯定见过这么几条异常消息: 1.LifecycleProcessor not initialized call 'refresh' before invoking lifecycle methods via 阅读全文
posted @ 2017-08-21 11:08 cyy_13 阅读(217) 评论(0) 推荐(0) 编辑
摘要: 最近开始深入学习spring了解到的一些spring知识分享给大家看看。 org.springframework.aop 3.1.1.RELEASE.jar spring 的面向切面编程,提供AOP(面向切面编程)实现, org.springframework.asm 3.1.1.RELEASE.j 阅读全文
posted @ 2017-08-21 11:07 cyy_13 阅读(134) 评论(0) 推荐(0) 编辑
摘要: jta.jar 标准JTA API必要 commons collections.jar 集合类 必要 antlr.jar ANother Tool for Language Recognition 必要 asm.jar ASM字节码库 如果使用“cglib” 则必要 asm attrs.jar AS 阅读全文
posted @ 2017-08-21 11:06 cyy_13 阅读(1586) 评论(0) 推荐(0) 编辑
摘要: <% String path = request.getContextPath(); String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/"; % 阅读全文
posted @ 2017-08-21 08:51 cyy_13 阅读(144) 评论(0) 推荐(0) 编辑
摘要: pragma与no cache 属性值 定义页面缓存 pragma与no cache用于定义页面缓存 pragma出现在http equiv属性中,使用content属性的no cache值表示是否缓存网页 引用网址:http://www.dreamdu.com/xhtml/no cache/ 不缓 阅读全文
posted @ 2017-08-21 08:45 cyy_13 阅读(2954) 评论(0) 推荐(0) 编辑
  2016年10月12日
摘要: HIBERNATE一些_方法_@注解_代码示例操作数据库7步骤 : 1 创建一个SessionFactory对象 2 创建Session对象 3 开启事务Transaction : hibernate中,然后数据库操作,都必须是事务的,哪怕是查询 4 执行数据保存操作(必须提交,才会执行对应的操作方 阅读全文
posted @ 2016-10-12 15:05 cyy_13 阅读(268) 评论(0) 推荐(0) 编辑
  2016年9月26日
摘要: Java中从控制台输入数据的几种常用方法一、使用标准输入串System.in //System.in.read()一次只读入一个字节数据,而我们通常要取得一个字符串或一组数字 //System.in.read()返回一个整数 //必须初始化 //int read = 0; char read = ' 阅读全文
posted @ 2016-09-26 14:43 cyy_13 阅读(656) 评论(0) 推荐(0) 编辑
  2016年9月18日
摘要: jsp页面显示中文乱码: jsp页面的编码方式有两个地方需要设置: <%@ page language="java" import="java.util.*" pageEncoding="utf-8"%> <%@ page contentType="text/html;charset=utf-8"% 阅读全文
posted @ 2016-09-18 16:26 cyy_13 阅读(17153) 评论(0) 推荐(2) 编辑
上一页 1 2 3 4 5 6 7 ··· 16 下一页