上一页 1 2 3 4 5 6 ··· 35 下一页
摘要: 转载:https://www.cnblogs.com/hepengju/p/11610451.html 配置目标 1. 默认jdk采用java8 2. 配置阿里云镜像和私服镜像, 并且先从阿里云下载, 下载不到的再去私服下载 <?xml version="1.0" encoding="UTF-8"? 阅读全文
posted @ 2020-05-25 21:16 ConfidentLiu 阅读(538) 评论(0) 推荐(0)
摘要: 转载:https://blog.csdn.net/n1314n/article/details/90743858 首先介绍下短链接和长连接的区别: 短连接 连接->传输数据->关闭连接比如HTTP是无状态的的短链接,浏览器和服务器每进行一次HTTP操作,就建立一次连接,但任务结束就中断连接。因为连接 阅读全文
posted @ 2020-03-03 21:45 ConfidentLiu 阅读(398) 评论(0) 推荐(0)
摘要: 转载: https://blog.csdn.net/weixin_39640122/article/details/80244527 转载: https://blog.csdn.net/weixin_30872157/article/details/98574513 首先呢,使用springMVC原 阅读全文
posted @ 2020-02-23 22:58 ConfidentLiu 阅读(7795) 评论(0) 推荐(2)
摘要: 转载:https://www.cnblogs.com/ajuan/p/10791553.html#_label0_0 目录 1. 概述 1.1 说明 2. 代码 2.1 代码示例 2.1.1 身份证正则 2.1.2 数字正则 2.1.3 英文正则 2.1.4 中文正则 2.1.5 数字逗号正则 2. 阅读全文
posted @ 2019-12-29 23:39 ConfidentLiu 阅读(379) 评论(0) 推荐(0)
摘要: -- not in 的替代写法select col from table1 where col not in(select col from table2); select col,table2.col temp_colfrom table1 left join table2on table1.co 阅读全文
posted @ 2019-12-06 14:04 ConfidentLiu 阅读(4274) 评论(0) 推荐(0)
摘要: 转载:https://blog.csdn.net/u013476435/article/details/81538099 因前端整体传参时,参数名都不是驼峰写法,类似 music_name,music_type, 因此在后台需要加上@RequestParam("music_name")String 阅读全文
posted @ 2019-11-04 11:59 ConfidentLiu 阅读(1170) 评论(0) 推荐(0)
摘要: 转载:https://www.cnblogs.com/writeLessDoMore/p/6935524.html web.xml加载过程(步骤): 1.启动WEB项目的时候,容器(如:Tomcat)会去读它的配置文件web.xml.读两个节点: <listener></listener> 和 <c 阅读全文
posted @ 2019-10-29 17:21 ConfidentLiu 阅读(1300) 评论(0) 推荐(0)
摘要: 转载:https://blog.csdn.net/qq_22558507/article/details/75220224 随着Oracle技术领域应用越来越广泛,现在就关于oracle客户端配置极其使用说明讲下个人的经验,希望能对读者有些帮助。使用oracle数据库有两种方法: 1、在客户端机器上 阅读全文
posted @ 2019-10-11 23:25 ConfidentLiu 阅读(9353) 评论(0) 推荐(0)
摘要: plsql安装等:https://blog.csdn.net/li66934791/article/details/83856225 https://www.cnblogs.com/gaozejie/p/9741186.html sqlplus乱码处理:https://jingyan.baidu.c 阅读全文
posted @ 2019-10-11 23:13 ConfidentLiu 阅读(8545) 评论(0) 推荐(0)
摘要: 转载 阅读全文
posted @ 2019-09-22 22:53 ConfidentLiu 阅读(239) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 ··· 35 下一页