上一页 1 ··· 3 4 5 6 7 8 9 10 下一页
摘要: #region hash /// <summary> /// 写入hash /// </summary> /// <typeparam name="T"></typeparam> /// <param name="key"></param> /// <param name="list"></para 阅读全文
posted @ 2019-09-30 16:52 艺洁 阅读(243) 评论(0) 推荐(0) 编辑
摘要: /// <summary> /// 根据key获取T对象 /// </summary> /// <typeparam name="T"></typeparam> /// <param name="key"></param> /// <returns></returns> public static 阅读全文
posted @ 2019-09-30 16:51 艺洁 阅读(166) 评论(0) 推荐(0) 编辑
摘要: 一、函数 DATE_ADD(purchase_date,INTERVAL service_life MONTH)日期计算(加) DATE_SUB(DATE_ADD(purchase_date, INTERVAL service_life YEAR), INTERVAL month MONTH)日期计 阅读全文
posted @ 2019-09-30 16:47 艺洁 阅读(148) 评论(0) 推荐(0) 编辑
摘要: <el-upload class="avatar-uploader" ref="uploadImg" action list-type="picture-card" :http-request="uploadImg" :before-upload="beforeUploadImg" :on-remo 阅读全文
posted @ 2019-09-29 15:30 艺洁 阅读(2744) 评论(0) 推荐(0) 编辑
摘要: 第一种 <script type="text/html" id="see-bar"> <a class="layui-btn layui-btn-primary layui-btn-xs " data-id="{{d.id}}" onclick="see(this)" lay-event="See" 阅读全文
posted @ 2019-09-29 15:20 艺洁 阅读(3712) 评论(0) 推荐(0) 编辑
摘要: layui.use('layer', function () { var layer = layui.layer; var img = new Image(); img.src = imgUrl; var content = '<div style="text-align:center;overfl 阅读全文
posted @ 2019-09-29 14:28 艺洁 阅读(468) 评论(0) 推荐(0) 编辑
摘要: #region 二维码生成 /// <summary> /// 批量生成二维码图片 /// </summary> [Route("createCodes"), HttpPost] public List<imageModel> Create_CodeImages(dynamic data) { st 阅读全文
posted @ 2019-09-29 10:44 艺洁 阅读(262) 评论(0) 推荐(0) 编辑
摘要: <input type="file" id="file1" name="file1" accept=".jpg,.png" style="display:none" onchange="showPicture(this);"> <img src="../images/y_add_photo.png" 阅读全文
posted @ 2019-09-29 10:39 艺洁 阅读(281) 评论(0) 推荐(0) 编辑
摘要: $("#entery_id").select2({ ajax: { url: "/api/enter/getenter", dataType: 'json', delay: 250, data: function (params) { return { dept_id:dept_id, code: 阅读全文
posted @ 2019-09-29 10:37 艺洁 阅读(429) 评论(0) 推荐(0) 编辑
摘要: 组件中定义事件 getServiceActive(index,text) { this.active_type = index; if(text=="全部") { text=null; } this.type_text=text; this.$emit("ListenChildEvent",{"ty 阅读全文
posted @ 2019-09-29 10:03 艺洁 阅读(143) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 10 下一页