ganlan

2019年12月3日

oracle父子级查询数据树结构

摘要: 1、select t.*, level , sys_connect_by_path (t .id, '-->') as tree from isc_res_res_r t connect by prior t.res_id =t .relation_res_id; 2、 表结构数据如下 树结构查询s 阅读全文

posted @ 2019-12-03 13:33 甘岚 阅读(1128) 评论(0) 推荐(0) 编辑

2019年10月11日

如何查看class文件的编译jdk版本号

摘要: 使用命令 javap -verbose 命 进入cmd中,使用如下命令 红色 阅读全文

posted @ 2019-10-11 14:10 甘岚 阅读(827) 评论(0) 推荐(0) 编辑

2019年9月9日

linux 下tomcat出现 Native memory allocation (malloc) failed to allocate 1915224064 bytes for committing reserved memory问题

摘要: ## There is insufficient memory for the Java Runtime Environment to continue.# Native memory allocation (malloc) failed to allocate 1915224064 bytes f 阅读全文

posted @ 2019-09-09 11:10 甘岚 阅读(5319) 评论(0) 推荐(0) 编辑

2019年9月4日

win10 64位系统中安装多个jdk版本的切换问题

摘要: 原文链接:https://blog.csdn.net/qq_20372833/article/details/79237158 由于电脑安装了myeclipse2017,同时又安装了idea2017,idea是最新版,必须使用jdk1.8,而myeclipse中的项目又需要低版本的jdk,所以在电脑 阅读全文

posted @ 2019-09-04 17:29 甘岚 阅读(161) 评论(0) 推荐(0) 编辑

2019年8月28日

windows使用sqlpus连接oracle 数据库

摘要: 1、先安装好Instant Client程序。 2、打开cmd 执行sqlplus命令,如果出现如下图 2、说明需要把oracle install 的bin目类 添加系统环境path中,如下图添加环境变量并保存 3、重新打开cmd 执行sqlplus命令,如下图成功: 4、进行连接数据库,输入命令连 阅读全文

posted @ 2019-08-28 10:01 甘岚 阅读(1283) 评论(0) 推荐(0) 编辑

2019年8月18日

1、spring mvc jsp页面中文乱码

摘要: jsp 页面头部 的page标签中加个 contentType="text/html;charset=utf-8" 阅读全文

posted @ 2019-08-18 11:22 甘岚 阅读(322) 评论(0) 推荐(0) 编辑

导航