随笔分类 -  日常笔记

这是我自学知识的记录
摘要:这里采用的是uniPush1.0版本 1.现在 HBuilder 的 manifest.json 的 push 消息推送 打钩 2.点击 uniPush 1.0 下面的 配置 可直接跳转到 应用信息 [ 最好登录到DC控制台 ] 3 .如果使用自有证书,请使用jdk中自带的keytool工具 , k 阅读全文
posted @ 2022-09-08 18:26 杨建鑫 阅读(460) 评论(0) 推荐(0) 编辑
摘要:1.华为 : 2.vivo vivo 点击 管理中心 - 开发能力 oppo 小米 阅读全文
posted @ 2022-09-08 18:25 杨建鑫 阅读(384) 评论(0) 推荐(0) 编辑
摘要:去这里直接复制 <script src="https://cdn.jsdelivr.net/npm/less@4" ></script> /** * Less - Leaner CSS v4.1.2 * http://lesscss.org * * Copyright (c) 2009-2021, 阅读全文
posted @ 2022-07-04 15:22 杨建鑫 阅读(161) 评论(0) 推荐(0) 编辑
摘要:一.text-align 只有对行内级元素生效 justify 两端对齐 [ text-align: justify ] [ 最后一行呢就正常不生效,你要强制生效 [ text-align-last : justify ] 二. word-spacing 字与字之间的间距 word-spacing 阅读全文
posted @ 2022-07-04 15:20 杨建鑫 阅读(48) 评论(0) 推荐(0) 编辑
摘要:需求 :通过分享二维码,绑定上下级关系 思路 :在页面生成二维码(二维码由第三个网页+手机号码生成),然后扫描二维码跳转到网页,然后注册,绑定上下级关系 1.二维码( weapp-qrcode.js 生成 ) /** * weapp.qrcode.js v1.0.0 (https://github. 阅读全文
posted @ 2022-04-25 15:53 杨建鑫 阅读(362) 评论(0) 推荐(0) 编辑
摘要:在vue.config.js // module.exports = { // /** // * 此处为发行h5,微信小程序,app中删除console // * 如需显示console 需要注释此处重新运行 // */ // chainWebpack: (config) => { // // 发行 阅读全文
posted @ 2022-02-24 11:30 杨建鑫 阅读(87) 评论(0) 推荐(0) 编辑
摘要:vue3.0 : 使用CDN引入 <script src="https//unpkg.com/vue@next"></script> 使用npm引入 npm i vue@next install = i 安装yarn npm install --global yarn yarn -v node.js 阅读全文
posted @ 2022-02-19 20:58 杨建鑫 阅读(253) 评论(0) 推荐(0) 编辑
摘要:1.命名为 : ScreenAdapter 1920 * 1080 的 <template> <div class="ScreenAdapter" :style="style" > <slot /> </div> </template> <script> export default { name: 阅读全文
posted @ 2022-02-14 13:42 杨建鑫 阅读(851) 评论(0) 推荐(0) 编辑
摘要:第一步:rem.js文件 function setRem() { const baseSize = 32; // 32 const scale = document.documentElement.clientWidth / 750; // 750 document.documentElement. 阅读全文
posted @ 2022-02-14 10:53 杨建鑫 阅读(182) 评论(0) 推荐(0) 编辑
摘要:new Date( +new Date() + 8 * 3600 * 1000 ).toJSON().substr(0,19).replace("T"," ") 阅读全文
posted @ 2022-02-11 11:45 杨建鑫 阅读(27) 评论(0) 推荐(0) 编辑
摘要:element的分页器,相对于替换代码 html <!-- 分页器 --> <div class="block"> <el-pagination @size-change="handleSizeChange" @current-change="handleCurrentChange" :curren 阅读全文
posted @ 2022-01-22 11:29 杨建鑫 阅读(473) 评论(0) 推荐(0) 编辑
摘要:天气预报插件 阅读全文
posted @ 2022-01-22 09:42 杨建鑫 阅读(604) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2022-01-10 09:24 杨建鑫 阅读(25) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示