摘要: 1 <el-table-column label="头像"> 2 <template slot-scope="scope"> 3 <!-- <el-avatar :size="60" :src="scope.row.headerImg"> --> 4 <img :src="scope.row.hea 阅读全文
posted @ 2020-06-09 20:20 Tangjt 阅读(125) 评论(0) 推荐(0) 编辑
摘要: FLOOR(DATEDIFF(NOW(),p.birthday)/365.25) as age 阅读全文
posted @ 2020-06-09 18:00 Tangjt 阅读(127) 评论(0) 推荐(0) 编辑
摘要: 1 <template> 2 <el-main> 3 4 <el-form :inline="true" :model="queryForm" class="demo-form-inline"> 5 <el-form-item label="单号"> 6 <el-input v-model="que 阅读全文
posted @ 2020-06-09 17:55 Tangjt 阅读(2683) 评论(0) 推荐(0) 编辑
摘要: <td>${item.dt?string("yyyy-MM-dd")}</td> <a href="list?pageNum=${pageInfo.current-1}">上一页</a> <a href="list?pageNum=${pageInfo.current+1}">下一页</a> 阅读全文
posted @ 2020-05-27 10:57 Tangjt 阅读(82) 评论(0) 推荐(0) 编辑
摘要: C:\WINDOWS\system32\drivers\etc\hosts 阅读全文
posted @ 2020-05-13 09:44 Tangjt 阅读(102) 评论(0) 推荐(0) 编辑
摘要: private Integer id; private Integer provinceId; private Integer month; private Integer industryInvest; private Integer industryIncome; private Integer 阅读全文
posted @ 2020-05-12 18:54 Tangjt 阅读(171) 评论(0) 推荐(0) 编辑
摘要: 1 //根据人口数量查询 2 select * from tb_gdp g , tb_province p where g.provinceId=p.id and p.pnum > 10 and p.pnum<200000 and provinceId=1 3 4 //计算总利润率 5 select 阅读全文
posted @ 2020-05-12 10:47 Tangjt 阅读(163) 评论(0) 推荐(0) 编辑
摘要: 1 List<Goods> listGoods(Condition con); 2 3 List<Gtype> gtypes(); 4 5 int add(Goods g); 6 7 Goods toUpdate(Integer gid); 8 9 int update(Goods g); 10 1 阅读全文
posted @ 2020-05-12 09:34 Tangjt 阅读(354) 评论(0) 推荐(0) 编辑
摘要: 1 private Integer id; 2 private String name; 3 private Integer gender;//1 表示男 2 表示女 4 private String birthday;//生日 5 private String entryDate;//入职日期 6 阅读全文
posted @ 2020-05-12 09:23 Tangjt 阅读(389) 评论(0) 推荐(0) 编辑
摘要: 1 <%@ page language="java" import="java.util.*" pageEncoding="utf-8"%> 2 <% 3 String path = request.getContextPath(); 4 String basePath = request.getS 阅读全文
posted @ 2020-05-04 13:09 Tangjt 阅读(1067) 评论(0) 推荐(0) 编辑