11 2020 档案

摘要:<p hidden>这个段落应该被隐藏。</p> 阅读全文
posted @ 2020-11-17 09:55 聖凯 阅读(70) 评论(0) 推荐(0) 编辑
摘要:https://www.cnblogs.com/angel648/p/11392262.html 阅读全文
posted @ 2020-11-16 17:26 聖凯 阅读(41) 评论(0) 推荐(0) 编辑
摘要:效果: 一、更新渲染 form.render(type, filter) 例子: form.render(); //更新全部 form.render('select'); //刷新select选择框渲染 第二个参数:filter,为 class="layui-form" 所在元素的 lay-filt 阅读全文
posted @ 2020-11-13 09:35 聖凯 阅读(214) 评论(0) 推荐(0) 编辑
摘要:**文件上传:**https://www.layui.com/doc/modules/upload.html#api 阅读全文
posted @ 2020-11-13 08:40 聖凯 阅读(52) 评论(0) 推荐(0) 编辑
摘要:https://www.cnblogs.com/guoyx/p/12916428.html 阅读全文
posted @ 2020-11-12 14:45 聖凯 阅读(39) 评论(0) 推荐(0) 编辑
摘要:作用:获取父页面传的参数。 代码: 解释: URL=/page/subProjectApply/subProjectApplyForm?id=1&type=1&page=yeji&sid=001 let search = document.location.search;获取从问号 (?) 开始的 阅读全文
posted @ 2020-11-12 13:50 聖凯 阅读(117) 评论(0) 推荐(0) 编辑
摘要:https://www.cnblogs.com/shun1015/p/13592479.html 阅读全文
posted @ 2020-11-12 10:58 聖凯 阅读(261) 评论(0) 推荐(0) 编辑
摘要:![](https://img2020.cnblogs.com/blog/2172047/202011/2172047-20201112085016166-1018129639.png) 阅读全文
posted @ 2020-11-12 08:51 聖凯 阅读(45) 评论(0) 推荐(0) 编辑
摘要:返回一个指定的字符串值最后出现的位置,在一个字符串中的指定位置从后向前搜索。 stringObject.lastIndexOf(searchvalue,fromindex) | searchvalue | 必需。规定需检索的字符串值。 | | | | | | fromindex | 可选的整数参数。 阅读全文
posted @ 2020-11-09 12:42 聖凯 阅读(787) 评论(0) 推荐(0) 编辑
摘要:示例: 属性: action:必选参数,上传的地址 multiple:是否支持多选文件 accept:接受上传的文件类型(thumbnail-mode 模式下此参数无效) auto-upload:是否在选取文件后立即进行上传,默认为true on-change:文件状态改变时的钩子,添加文件、上传成 阅读全文
posted @ 2020-11-09 11:13 聖凯 阅读(329) 评论(0) 推荐(0) 编辑
摘要:getTime() 方法可返回距 1970 年 1 月 1 日之间的毫秒数。 示例:(考试管理系统) var EndDate = new Date(row.examinationClosing).getTime(); 获取到考试结束时距 1970 年 1 月 1 日之间的毫秒数。 var newDa 阅读全文
posted @ 2020-11-09 10:10 聖凯 阅读(267) 评论(0) 推荐(0) 编辑
摘要:示例: 1、没有单独的this This被证明是令人厌烦的面向对象风格的编程。 解决: 1.1、在ECMAScript 3/5中,通过将this值分配给封闭的变量,可以解决this问题。 1.2、可以创建绑定函数,以便将预先分配的this值传递到绑定的目标函数(上述示例中的growUp()函数) 1 阅读全文
posted @ 2020-11-09 08:48 聖凯 阅读(84) 评论(0) 推荐(0) 编辑
摘要:安装 npm i v-charts echarts -S 全局引入 import Vue from 'vue' import VCharts from 'v-charts' Vue.use(VCharts) 按需引入 import VePie from 'v-charts/lib/pie.commo 阅读全文
posted @ 2020-11-06 15:51 聖凯 阅读(612) 评论(0) 推荐(0) 编辑
摘要:引自:https://blog.csdn.net/qq_41702660/article/details/81952128 1.遍历数组 2.遍历索引 3.遍历值和索引 4.上面的结果看起来和平时看的不一样,看下面 for...of 和for...in 的区别 for...in语句以任意顺序迭代对象 阅读全文
posted @ 2020-11-06 15:34 聖凯 阅读(94) 评论(0) 推荐(0) 编辑
摘要:substring()方法:返回字符串的子字符串 public String substring(int beginIndex) public String substring(int beginIndex, int endIndex) beginIndex -- 起始索引(包括), 索引从 0 开 阅读全文
posted @ 2020-11-05 13:45 聖凯 阅读(103) 评论(0) 推荐(0) 编辑
摘要:给dialog添加@closed事件。 方法函数:this.$refs.addFormRef.resetFields()。 例: 阅读全文
posted @ 2020-11-05 09:34 聖凯 阅读(337) 评论(0) 推荐(0) 编辑
摘要:属性: (1)close-on-click-modal:是否可以通过点击 modal 关闭 Dialog。默认为true, 可以点击对话框外关闭对话框,设置为false,禁止点击对话框外面关闭。 例子: 阅读全文
posted @ 2020-11-03 17:09 聖凯 阅读(224) 评论(0) 推荐(0) 编辑
摘要:用于把一个字符串分割成字符串数组。 split(separator,howmany) separator:必需。字符串或正则表达式,从该参数指定的地方分割 stringObject; howmany:可选。该参数可指定返回的数组的最大长度。如果设置了该参数,返回的子串不会多于这个参数指定的数组。如果 阅读全文
posted @ 2020-11-03 17:00 聖凯 阅读(274) 评论(0) 推荐(0) 编辑