流浪のwolf

卷帝

导航

上一页 1 ··· 24 25 26 27 28 29 30 31 32 ··· 73 下一页

2023年3月17日

websocket学习

摘要: <template> <!-- {{flag}} --> <div id="myChart" :style="{ width: '300px', height: '300px' }"></div> </template> <script setup> // 导入echarts import * as 阅读全文

posted @ 2023-03-17 21:58 流浪のwolf 阅读(16) 评论(0) 推荐(0) 编辑

2023年3月16日

获取图片的宽高

摘要: // 图片地址 var imgURL = "http://celiang.oss-cn-hangzhou.aliyuncs.com/measurement/2022-05/19/G0JSVphpS2MItH1652924237220519.jpg"; // 创建实例对象 var img = new 阅读全文

posted @ 2023-03-16 14:08 流浪のwolf 阅读(5) 评论(0) 推荐(0) 编辑

2023年3月13日

JDBC 数据库连接

摘要: 一套java代码操作多个数据库 阅读全文

posted @ 2023-03-13 22:47 流浪のwolf 阅读(7) 评论(0) 推荐(0) 编辑

mysql外联数据库

摘要: 阅读全文

posted @ 2023-03-13 21:24 流浪のwolf 阅读(5) 评论(0) 推荐(0) 编辑

2023年3月12日

google 搜索技巧

摘要: size qq.com inurl : size 指定网站 inurl 这个网站的指定内容 filetype 指定搜索的文件类型 阅读全文

posted @ 2023-03-12 15:53 流浪のwolf 阅读(16) 评论(0) 推荐(0) 编辑

关于 apt 的一些命令

摘要: apt update 用于 更新 包索引,包列表 apt install -y open-vm-tools-desktop fuse 安装 vm-tools 工具 阅读全文

posted @ 2023-03-12 10:51 流浪のwolf 阅读(4) 评论(0) 推荐(0) 编辑

2023年3月11日

vue3自动导入 api ,不需要多次导入 api 了

摘要: 安装插件 npm i -D unplugin-auto-import 配置 vite.config.js export default defineConfig({ plugins: [ vue(), AutoImport({ imports: ["vue"], dts: "auto-imports 阅读全文

posted @ 2023-03-11 19:47 流浪のwolf 阅读(23) 评论(0) 推荐(0) 编辑

vue3中没有 this 环境变量了

摘要: 因为 api setup 在 beforecreate 之前执行,所以 this 是 undefined ; setup 不能是一个 async 函数 ,因为返回值不是 对象了 ,而是 promise ;如果要使用 async 就要配合 suspense 组件使用 ; 阅读全文

posted @ 2023-03-11 19:01 流浪のwolf 阅读(47) 评论(0) 推荐(0) 编辑

vue2 + webpack 分析报告 report == webpack-bundle-analyzer

摘要: packjson.js 配置 "build-report":"vue-cli-service build --report", 执行 : npm run build-report 阅读全文

posted @ 2023-03-11 18:36 流浪のwolf 阅读(23) 评论(0) 推荐(0) 编辑

vue3 + vite 分析报告 report == rollup-plugin-visualizer

摘要: 安装插件 npm i rollup-plugin-visualizer -D 配置vite.config.js 文件 【加入插件】 import { defineConfig } from 'vite' import vue from '@vitejs/plugin-vue' import { vi 阅读全文

posted @ 2023-03-11 18:34 流浪のwolf 阅读(303) 评论(0) 推荐(0) 编辑

上一页 1 ··· 24 25 26 27 28 29 30 31 32 ··· 73 下一页