摘要: 阅读全文
posted @ 2019-11-12 14:25 我有一颗大白菜 阅读(1059) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2019-11-08 15:12 我有一颗大白菜 阅读(886) 评论(0) 推荐(0) 编辑
摘要: var path = require('path') module.exports = { build: { // production 环境 env: require('./prod.env'), // 使用 config/prod.env.js 中定义的编译环境 index: path.reso 阅读全文
posted @ 2018-05-20 14:17 我有一颗大白菜 阅读(237) 评论(0) 推荐(0) 编辑
摘要: // 登录验证用户let loginVerification = function ( name , password ) { let _sql = `SELECT * from users where userName= "${name}" and pass = "${password}"` ; 阅读全文
posted @ 2018-04-26 17:11 我有一颗大白菜 阅读(1591) 评论(0) 推荐(0) 编辑
摘要: let $this = this;//定义Vue this 对象:then里的的this 指并非Vue this.$http.post('/login', formData, config).then(res => { console.log(res) if (res.data.status tru 阅读全文
posted @ 2018-04-26 17:09 我有一颗大白菜 阅读(217) 评论(0) 推荐(0) 编辑
摘要: layui.selMeltiple = function (a) { a(".layui-form select[multiple=multiple]").each(function (k, e) { var f = "", d = "", c = ""; a(this).find("option" 阅读全文
posted @ 2018-04-26 17:04 我有一颗大白菜 阅读(3776) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2018-04-20 13:59 我有一颗大白菜 阅读(109) 评论(0) 推荐(0) 编辑
摘要: <script> document.write("<s"+"cript type='text/javascript' src='./js/myJs/checke.js?"+Math.random()+"'></scr"+"ipt>"); document.write("<s"+"cript type 阅读全文
posted @ 2018-04-18 19:39 我有一颗大白菜 阅读(1348) 评论(0) 推荐(0) 编辑
摘要: /^((0[0-9]{2,3}\-)?([2-9][0-9]{6,7})+(\-[0-9]{1,4})?)$|^(0?[1][3578][0-9]{9})$|^(400[0-9]{7})$/ 阅读全文
posted @ 2018-04-18 14:42 我有一颗大白菜 阅读(1342) 评论(0) 推荐(0) 编辑
摘要: <video id="video" src="video.mp4" controls = "true" poster="images.jpg" /*视频封面*/ preload="auto" webkit-playsinline="true" /*这个属性是ios 10中设置可以 让视频在小窗内播放 阅读全文
posted @ 2018-04-18 14:36 我有一颗大白菜 阅读(2535) 评论(0) 推荐(0) 编辑