点我去Gitee
点我去Gitee
上一页 1 2 3 4 5 6 7 8 9 ··· 11 下一页
摘要: #利用npm的某个包和jq生成二维码 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="vi 阅读全文
posted @ 2021-10-19 16:23 biuo 阅读(140) 评论(0) 推荐(0) 编辑
摘要: uniapp也有生命周期 一、前言 在写uniappAPP时,想要每次打开app都显示一段提示信息,因此了解到uniapp整个app的生命周期,特此做个笔记。 先贴个官网: 应用生命周期:https://uniapp.dcloud.io/collocation/frame/lifecycle?id= 阅读全文
posted @ 2021-10-19 15:48 biuo 阅读(405) 评论(0) 推荐(0) 编辑
摘要: 关于wap2app的一些增强 前言 最近在把做好的react项目用wap2app转成app,发现在HBuilder端还是有些地方需要修改的。特此做个笔记 先贴出官网:https://ask.dcloud.net.cn/docs/#//ask.dcloud.net.cn/article/13425 s 阅读全文
posted @ 2021-10-19 11:34 biuo 阅读(238) 评论(0) 推荐(0) 编辑
摘要: svn使用 https://www.runoob.com/svn/tortoisesvn-intro.html 阅读全文
posted @ 2021-10-19 11:15 biuo 阅读(19) 评论(0) 推荐(0) 编辑
摘要: 退出app操作 componentDidMount() { //plusPredy准备工作 用于监听首页退出事件 if (window.plus) {//当有plus时,直接plusPredy this.plusready.bind(this)() } else {//当没有plus时,要先创造pl 阅读全文
posted @ 2021-10-19 11:00 biuo 阅读(156) 评论(0) 推荐(0) 编辑
摘要: 检验公用方法模板示例 validate.js 方法.js代码 // 验证唯一 list的key值是否包含val list[key]包含val? function validateOnly(key, val, text, list) { for (let i = 0; i < list.length; 阅读全文
posted @ 2021-10-19 10:01 biuo 阅读(70) 评论(0) 推荐(0) 编辑
摘要: react组件方法传递 组件.js 代码部分(完整) import React, { Component } from 'react' import '../assets/fonts/iconfont.css'//图标样式 import '../assets/styles/boxList.less' 阅读全文
posted @ 2021-10-19 09:37 biuo 阅读(27) 评论(0) 推荐(0) 编辑
摘要: 下载iconfont到项目 零、前言 当我们做项目时,往往会需要用到一些小图标,而这些小图标,经常是去iconfont里找,下面简单介绍下如何把iconfont下载到自己的项目。 首先贴出iconfont官网网址: https://www.iconfont.cn/ 一、在普通项目的使用方法 1、打开 阅读全文
posted @ 2021-10-19 09:03 biuo 阅读(428) 评论(0) 推荐(0) 编辑
摘要: plus app 的缓存 storage 前言 最近做了一个app,利用到了h5+API的storage缓存,特此来记录 在写例子之前,先贴出官网连接:https://www.html5plus.org/doc/zh_cn/storage.html 一、存缓存 要plusready plus.sto 阅读全文
posted @ 2021-10-18 15:57 biuo 阅读(641) 评论(0) 推荐(0) 编辑
摘要: https://github.com/shuiche-it/cnblog-mouse 阅读全文
posted @ 2021-10-18 14:26 biuo 阅读(51) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 ··· 11 下一页