自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(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

转载 Vue生命钩子视图 请下载图片查看

转载于:https://www.cnblogs.com/shkj/p/8890603.html

2018-04-20 13:59:00 87

转载 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

tsplines3.2汉化

rhino4.0专用tspline3.2汉化

2015-03-22

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除