- 博客(9)
- 资源 (1)
- 收藏
- 关注
转载 vue-cli webpack config index.js 配置注释
var path = require('path') module.exports = { build: { // production 环境 env: require('./prod.env'), // 使用 config/prod.env.js 中定义的编译环境 index: path.resolve(__dirname, '../...
2018-05-20 14:17:00 137
转载 node sql 语句传入参数写法 用 ${}
// 登录验证用户let loginVerification = function ( name , password ) { let _sql = `SELECT * from users where userName= "${name}" and pass = "${password}"` ; return query( _sql)}转载于:https://www.cnbl...
2018-04-26 17:11:00 637
转载 Vue axios 提交问题
let $this = this;//定义Vue this 对象:then里的的this 指并非Vuethis.$http.post('/login', formData, config).then(res => { console.log(res) if (res.data.status === true) { $this.$router.push({ n...
2018-04-26 17:09:00 110
转载 layui select 多选
layui.selMeltiple = function (a) { a(".layui-form select[multiple=multiple]").each(function (k, e) { var f = "", d = "", c = ""; a(this).find("option").each(function (h, ...
2018-04-26 17:04:00 553
转载 idea、webstorm,最新注册码
license server:http://xdouble.cn:8888/http://active.chinapyg.com/转载于:https://www.cnblogs.com/shkj/p/8953576.html
2018-04-26 16:59:00 105
转载 js 清除缓存加随机数
<script> document.write("<s"+"cript type='text/javascript' src='./js/myJs/checke.js?"+Math.random()+"'></scr"+"ipt>"); document.write("<s"+"cript type='text/javascript'...
2018-04-18 19:39:00 343
转载 最新全面电话手机正则验证表达式
/^((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})$/转载于:https://www.cnblogs.com/shkj/p/8874720.html
2018-04-18 14:42:00 96
转载 H5 video 常用属性
<video id="video" src="video.mp4" controls = "true" poster="images.jpg" /*视频封面*/ preload="auto" webkit-playsinline="true" /*这个属性是ios 10中设置可以 让视频在小窗内播...
2018-04-18 14:36:00 279
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人