上一页 1 2 3 4 5 6 7 ··· 9 下一页
摘要: 简介 小程序是一种不需要下载安装即可使用的应用,它实现了应用“触手可及”的梦想,用户扫一扫或者搜一下即可打开应用。也体现了“用完即走”的理念,用户不用关心是否安装太多应用的问题。应用将无处不在,随时可用,但又无需安装卸载。 工具 1.下载开发工具 https://developers.weixin. 阅读全文
posted @ 2020-02-22 20:13 bignewbie 阅读(484) 评论(0) 推荐(0) 编辑
摘要: 1、步骤 2、实现 准备:打开测试账号页,搜索【授权】设置安全回调域名或ip 步骤1:组装url用来获取code (通过开发者工具访问) https://open.weixin.qq.com/connect/oauth2/authorize?appid=自己的APPID&redirect_uri=h 阅读全文
posted @ 2020-01-11 15:35 bignewbie 阅读(2837) 评论(0) 推荐(0) 编辑
摘要: 一、React 简介 React 是一个很火的 js库 或 框架 (facebook) 二、React 和 Vue 对比 1.组件化方面 React:由FaceBook前端官方团队进行维护和更新的(有背景,技术实力比较雄厚); Vue:起初由作者尤雨溪专门进行维护的,回来2.x 版本后尤雨溪主导的开 阅读全文
posted @ 2019-12-25 17:12 bignewbie 阅读(248) 评论(0) 推荐(0) 编辑
摘要: vue,双向数据绑定 阅读全文
posted @ 2019-12-12 20:07 bignewbie 阅读(146) 评论(0) 推荐(0) 编辑
摘要: vue,Vuex 阅读全文
posted @ 2019-12-05 16:05 bignewbie 阅读(214) 评论(0) 推荐(0) 编辑
摘要: 一、组件通信 ① 父 => 子 -- 步骤 1)子组件中通过 props 键接受父组件传值 2)父组件通过 v-bind 向子组件传值 --例子 <!DOCTYPE html> <html lang="en"> <head> <title>Document</title> <meta charset 阅读全文
posted @ 2019-11-28 21:54 bignewbie 阅读(329) 评论(0) 推荐(0) 编辑
摘要: Buffer基本操作 Buffer对象是Node处理二进制数据的一个接口。它是Node原生提供的全局对象,可以直接使用,不需要require(‘buffer’)。 实例化 Buffer.from(array) Buffer.from(string) Buffer.alloc(size) 功能方法 B 阅读全文
posted @ 2019-11-04 21:36 bignewbie 阅读(394) 评论(0) 推荐(0) 编辑
摘要: 1.html文件 2.js文件 阅读全文
posted @ 2019-10-16 19:31 bignewbie 阅读(190) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf- 阅读全文
posted @ 2019-10-16 09:28 bignewbie 阅读(704) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <title>Doc 阅读全文
posted @ 2019-10-15 09:02 bignewbie 阅读(287) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 9 下一页