会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
盘思动
三思而后折腾!
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
54
55
56
57
58
59
60
61
62
···
133
下一页
2022年7月20日
怎么免费搞下百度文库文章
摘要: 下载稻壳pdf阅读器,通过链接打开文章,或者搜索打开文章,另存为xdf文章 xdf转pdf:https://www.yisu.com/zixun/448058.html 转转大师,非会员,一次只可以转换前5页,所以有了以下操作,分多次把xfd转pdf pdf转word https://www.pdf
阅读全文
posted @ 2022-07-20 17:18 盘思动
阅读(297)
评论(0)
推荐(0)
2022年7月18日
lowdb 中serialize deserialize
摘要: serialize/deserialize: 文件被写之前和读之后的操作。 一段代码来解析 const low = require('lowdb'); const FileSync = require('lowdb/adapters/FileSync'); const adapter = new F
阅读全文
posted @ 2022-07-18 14:17 盘思动
阅读(75)
评论(0)
推荐(0)
node lowdb 入门操作
摘要: 安装 yarn add lowdb@1.0.0 --save 操作 const low = require('lowdb'); const FileSync = require('lowdb/adapters/FileSync'); // 有多种适配器可选择 const adapter = new
阅读全文
posted @ 2022-07-18 10:48 盘思动
阅读(475)
评论(0)
推荐(0)
Cannot find module 'lowdb'
摘要: yarn add lowdb --save testlowdb.js const low = require('lowdb'); const FileSync = require('lowdb/adapters/FileSync'); const adapter = new FileSync('./
阅读全文
posted @ 2022-07-18 10:15 盘思动
阅读(302)
评论(0)
推荐(0)
2022年7月16日
vue 中适配问题 lib-flexible
摘要: 跑一个h5,pc端vue项目,pc端编辑后,样式,字体有变小问题 import "lib-flexible/flexible.js"; 原本个文件是用来适配移动端的,所以这里需要修改一下源码 function refreshRem() { var width = docEl.getBoundingC
阅读全文
posted @ 2022-07-16 16:06 盘思动
阅读(295)
评论(0)
推荐(0)
vue 中 axios 使用底层搭建
摘要: src/api/request.js import axios from 'axios'; import { Message, Loading } from 'element-ui'; import qs from 'qs'; //参数序列化,把数据格式转为 x-www-form-urlencode
阅读全文
posted @ 2022-07-16 11:20 盘思动
阅读(49)
评论(0)
推荐(0)
2022年7月14日
vue修改该项目浏览器顶部图片和title
摘要: 1,修改项目浏览器的图片 第一步: 在你的项目里面找到public下 public/ favicon.ico文件 到所在目录里面,把你需要的图片放上去,改图片名称为 favicon.ico,把原先的要删除 第二步:在vue.config.js文件中添加,这个文件在vue-cli3.0是没有的,需要手
阅读全文
posted @ 2022-07-14 17:50 盘思动
阅读(1467)
评论(0)
推荐(0)
Vue 使用 el-avatar 头像无法直接加载本地图片问题
摘要: 坑货,手册上不写本地引入方法 一开始怀疑路径问题, 后来怀疑图片背景透明问题 1、导入图片 //在script中导入 import heada_Image from"../assets/headInage.jpg" //在data中定义 data() { return { headImage:hea
阅读全文
posted @ 2022-07-14 17:22 盘思动
阅读(1488)
评论(0)
推荐(0)
flex justify-content
摘要: space-evenly 等间距展示 阮一峰的无此属性解释 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <me
阅读全文
posted @ 2022-07-14 15:48 盘思动
阅读(28)
评论(0)
推荐(0)
vue publicPath 相对路径 绝对路径模式
摘要: vue.config.js module.exports = { publicPath:"./", // 这里用相对路径,vue文件中引入 js文件 scss,如果打包后遇到问题,可试试相对路径引入图片文件 outputDir:"dapingdist", assetsDir:"static", ht
阅读全文
posted @ 2022-07-14 15:04 盘思动
阅读(641)
评论(0)
推荐(0)
上一页
1
···
54
55
56
57
58
59
60
61
62
···
133
下一页
公告