03 2022 档案

摘要: 阅读全文
posted @ 2022-03-19 21:05 Arborblog 阅读(289) 评论(0) 推荐(0) 编辑
摘要:弊端,只能搜索分页地址栏,其他操作需要通过ajax进行,不然会有参数冲突,参数会加入当前页面请求过的参数除了currentPage <nav aria-label="Page navigation"> <ul class="pagination"> <% Enumeration enu=reques 阅读全文
posted @ 2022-03-17 19:33 Arborblog 阅读(26) 评论(0) 推荐(0) 编辑
摘要:| 代码 | 缩写的含义 | | | | | %a | 缩写星期名 | | %b | 缩写月名 | | %c | 月,数值 | | %D | 带有英文前缀的月中的天 | | %d | 月的天,数值(00-31) | | %e | 月的天,数值(0-31) | | %f | 微秒 | | %H | 小 阅读全文
posted @ 2022-03-15 23:14 Arborblog 阅读(45) 评论(0) 推荐(0) 编辑
摘要:在jsp页面中不能通过${list.size}取列表长度,而是 <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%> <%@ taglib prefix="fn" uri="http://java.sun.com/jsp/js 阅读全文
posted @ 2022-03-13 21:31 Arborblog 阅读(132) 评论(0) 推荐(0) 编辑
摘要:body { height: 1000px; background-image: url('../img/bodyimg.jpg'); background-repeat: no-repeat; background-size: cover; background-position: center 阅读全文
posted @ 2022-03-13 04:28 Arborblog 阅读(1412) 评论(0) 推荐(0) 编辑
摘要:// date类型转换为String类型 // formatType格式为yyyy-MM-dd HH:mm:ss//yyyy年MM月dd日 HH时mm分ss秒 // data Date类型的时间 public static String dateToString(Date data, String 阅读全文
posted @ 2022-03-12 16:27 Arborblog 阅读(26) 评论(0) 推荐(0) 编辑
摘要:MySql中插入系统当前时间的方式和Oracle中并不相同: 1、Oracle中直接使用“Sysdate”就可以实现 2、MySql中则有几种不同的格式的日期方法可以选择 (1)now()函数以`yyyy-mm-dd hh:mm:ss返回当前的日期时间 (2)curdate()以’yyyy-mm-d 阅读全文
posted @ 2022-03-03 10:56 Arborblog 阅读(139) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示