2020年5月26日
摘要: 比如:localhost:8701 => niu.totocat.cn:8701 一、修改 host 文件 路径: C:\Windows\System32\drivers\etc 路径如图:修改: 二、执行命令 重置 dns Ipconfig /flushdns 1 阅读全文
posted @ 2020-05-26 21:48 忆小样 阅读(627) 评论(0) 推荐(0) 编辑
  2020年5月22日
摘要: 数据结构: [ { title: languageChoose.leftnav.sy, path: "/", icon: "iconshouye" // chirldren: [] }, { title: languageChoose.leftnav.nrgl.nrgl, path: "/doorR 阅读全文
posted @ 2020-05-22 11:16 忆小样 阅读(396) 评论(0) 推荐(0) 编辑
  2019年10月25日
摘要: 1.grid-template设置网格模板,实现四列两行布局;grid-gap设置网格间隙,包括行和列 2.grid布局,使用fr单位实现等比例分配空间。fr是分数(fraction)的缩写 阅读全文
posted @ 2019-10-25 17:31 忆小样 阅读(776) 评论(0) 推荐(0) 编辑
摘要: section { display: flex; width:100%; background: blue; counter-increment: row; line-height: 50px;}section:before{ content:"第"counter(row)"行"; color:#fff;}section div... 阅读全文
posted @ 2019-10-25 15:36 忆小样 阅读(530) 评论(0) 推荐(0) 编辑
  2019年10月17日
摘要: 扫描二维码和相册识别二维码 html5plus 阅读全文
posted @ 2019-10-17 10:12 忆小样 阅读(10232) 评论(0) 推荐(0) 编辑
  2019年10月16日
摘要: fn?可传可不传 阅读全文
posted @ 2019-10-16 16:20 忆小样 阅读(1846) 评论(0) 推荐(0) 编辑
摘要: https://open.weixin.qq.com/connect/oauth2/authorize?appid=aaaaaaa&redirect_uri=http://www.xxx.com/GDsellers/?path=commission&response_type=code&scope= 阅读全文
posted @ 2019-10-16 15:11 忆小样 阅读(2813) 评论(0) 推荐(0) 编辑
  2019年9月26日
摘要: 借助 Chrome 的书签功能 选择书签后的效果: 不用书签的话,其实就是html,body{outline:solid 1px red;}不适用border,因为它要改变宽高 阅读全文
posted @ 2019-09-26 14:43 忆小样 阅读(542) 评论(0) 推荐(0) 编辑
  2019年9月25日
摘要: this.$router.push({name:"XXXX",param:{id:'XXX',name:"XXXX"}}) 接收参数: this.$route.params.id this.$route.params.name 阅读全文
posted @ 2019-09-25 15:37 忆小样 阅读(172) 评论(0) 推荐(0) 编辑
摘要: 父组件传递给子组件的值selectSendData: this.thisValue 这样就可以取到值啦 阅读全文
posted @ 2019-09-25 15:24 忆小样 阅读(5350) 评论(0) 推荐(0) 编辑