上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 16 下一页
摘要: 查看数据库 show databases; 查看其中一个库 show create database db1; 创建数据库 create database db1; 创建数据库并指定编码 create database db1 charset utf8; 使用数据库 use db1; 修改数据库 a 阅读全文
posted @ 2020-12-01 20:52 蜗牛般庄 阅读(112) 评论(0) 推荐(0) 编辑
摘要: 其实也是差不多的 <button open-type="getUserInfo" bindgetuserinfo="bindGetUserInfo">使用微信昵称 </button> <button size="default" bindtap="handleBtn">自定义昵称</button> 阅读全文
posted @ 2020-11-30 23:18 蜗牛般庄 阅读(222) 评论(0) 推荐(0) 编辑
摘要: 每一行个标签都有绑定事件功能 1、使用微信头像 2、自定义头像 3、显示图片。点击打开系统或者相机获取头像图片 <button open-type="getUserInfo" bindgetuserinfo="bindGetUserInfo">使用微信头像 </button> <button siz 阅读全文
posted @ 2020-11-30 23:07 蜗牛般庄 阅读(276) 评论(0) 推荐(0) 编辑
摘要: 移动web开发——flex布局 1 背景: 最近做微信小程序,害,发现css2设置样式好麻烦,定位啊、浮动啊整的人都不好了。 随即发现大家原来用的都是flex布局啊! 太特么方便了。 (pc web端使用flex 要考虑兼容问题 。IE11或更低版本不支持flex或仅支持部分) 移动端 那可以尽情用 阅读全文
posted @ 2020-11-16 17:04 蜗牛般庄 阅读(363) 评论(0) 推荐(0) 编辑
摘要: https://es6.ruanyifeng.com/?search=%E5%B8%83%E5%B0%94&x=0&y=0#docs/regex 转自阮一峰 ES6 1、RegExp 构造函数 ES5中,RegExp构造函数的参数有两种情况。 第一种情况是,参数是字符串,这时第二个参数表示正则表达式 阅读全文
posted @ 2020-11-10 09:07 蜗牛般庄 阅读(1421) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/wupeiqi/p/7295372.html 武 https://blog.csdn.net/yy2017220302028/article/details/103992812/ 网友简洁版 集中式的版本工具SVN 分布式的版本工具Git 先介绍一下g 阅读全文
posted @ 2020-10-18 19:40 蜗牛般庄 阅读(297) 评论(0) 推荐(0) 编辑
摘要: vue-router https://router.vuejs.org/zh/guide/essentials/navigation.html query http://.../index.html?userid=2 router-link :to = '{name:"index",query:{" 阅读全文
posted @ 2020-10-12 20:03 蜗牛般庄 阅读(102) 评论(0) 推荐(0) 编辑
摘要: router文件夹下的index.js 放路由导航和挂载 每创建一个组件 就要在index.js 导入啦 设置路由啦 import Vue from 'vue' import Router from 'vue-router' import Home from '@/components/Home' 阅读全文
posted @ 2020-10-09 18:49 蜗牛般庄 阅读(304) 评论(0) 推荐(0) 编辑
摘要: 获取原生的DOM的方式 ** 类似angular的 #xx 呗。。 ref 给标签绑定ref属性,获取的是当前DOM对象 给组件绑定ref属性,获取的是组件实例对象 this.$parent this.$root this.$children 给标签或者组件 添加ref <div ref = 'al 阅读全文
posted @ 2020-10-05 11:46 蜗牛般庄 阅读(483) 评论(0) 推荐(0) 编辑
摘要: - 图片懒加载 - 应用到标签的伪属性,数据捕获的时候一定是基于伪属性进行!!! 就比如本来是<img src='xxx',,,, 由于懒加载机制 变成了 <img src2='xxx'... 爬取src数据 就需要变成爬取src2数据啦~~~!!! 图片存储到本地 ImagesPipeline 专 阅读全文
posted @ 2020-09-29 22:48 蜗牛般庄 阅读(275) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 16 下一页
Title
页脚 HTML 代码