04 2021 档案

摘要:var name = "${student.realname}" //选完文件后不自动上传 upload.render({ elem: '#test8' ,url: 'poor/upload', //改成您自己的上传接口 data:{ nameold:oldaddress, a:name } ,be 阅读全文
posted @ 2021-04-19 09:12 想学前端的小李 阅读(555) 评论(0) 推荐(0) 编辑
摘要:后台Controller层输出为乱码 在idea tomcat配置 阅读全文
posted @ 2021-04-13 13:02 想学前端的小李 阅读(47) 评论(0) 推荐(0) 编辑
摘要:根据状态显示按钮 <script type="text/html" id="currentTableBar"> <a class="layui-btn layui-btn-normal layui-btn-xs data-count-edit" lay-event="edit">编辑</a> {{# 阅读全文
posted @ 2021-04-12 19:25 想学前端的小李 阅读(1298) 评论(0) 推荐(0) 编辑
摘要:加入style样式 <style> .layui-table-cell .layui-form-checkbox[lay-skin="primary"]{ top: 50%; transform: translateY(-50%); } </style> 阅读全文
posted @ 2021-04-10 10:29 想学前端的小李 阅读(143) 评论(0) 推荐(0) 编辑
摘要:一:JavaScript原生的方法 1:拿到select对象: `var myselect=document.getElementById("select"); 2:拿到选中项的索引:var index=myselect.selectedIndex ; // selectedIndex代表的是你所选 阅读全文
posted @ 2021-04-09 15:20 想学前端的小李 阅读(494) 评论(0) 推荐(0) 编辑
摘要:条件flex-wrap:wrap align-content:flex-start align-content:center align-content:space-between align-content:space-around 阅读全文
posted @ 2021-04-07 10:57 想学前端的小李 阅读(104) 评论(0) 推荐(0) 编辑
摘要:align-items设置侧轴上子元素排列 条件justfy-content:center align-items:center 条件justfy-content:center align-items:start 条件justfy-content:center align-items:stretch 阅读全文
posted @ 2021-04-07 10:48 想学前端的小李 阅读(272) 评论(0) 推荐(0) 编辑
摘要:flex-start(默认) flex-end(右对齐) center(居中) space-around(自适应分配空间) space-between(左右贴边中间均分) 阅读全文
posted @ 2021-04-07 10:39 想学前端的小李 阅读(247) 评论(0) 推荐(0) 编辑
摘要:.box { flex-direction: row | row-reverse | column | column-reverse; } row(默认值):主轴为水平方向,起点在左端。 row-reverse:主轴为水平方向,起点在右端。 column:主轴为垂直方向,起点在上沿。 column- 阅读全文
posted @ 2021-04-07 10:03 想学前端的小李 阅读(143) 评论(0) 推荐(0) 编辑

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