上一页 1 2 3 4 5 6 7 8 ··· 19 下一页
摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0" > <title>Document 阅读全文
posted @ 2024-03-29 15:48 深海里的星星i 阅读(25) 评论(0) 推荐(0)
摘要: import pymysql from pymysql.cursors import DictCursor from flask import Flask, request from flask.json.provider import DefaultJSONProvider from flask_ 阅读全文
posted @ 2024-03-10 14:46 深海里的星星i 阅读(57) 评论(0) 推荐(0)
摘要: <template> <hr> <span>选中的值为: {{ renderColumns[selected]?.label }}</span> <hr> <div class="picker_container"> <div class="title_box"> <span>取消</span> < 阅读全文
posted @ 2024-03-07 10:54 深海里的星星i 阅读(1443) 评论(3) 推荐(0)
摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0" > <title>Document 阅读全文
posted @ 2024-01-19 11:40 深海里的星星i 阅读(55) 评论(0) 推荐(0)
摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0" > <title>Document 阅读全文
posted @ 2023-10-26 17:29 深海里的星星i 阅读(24) 评论(2) 推荐(0)
摘要: 钱转化成分 // 转换成分 function toCent(numStr) { const reg = /(^(?=.*?[1-9].*?)0\.\d+$)|(^[1-9][0-9]*(\.\d{1,2})?$)/ if (!reg.test(numStr)) { throw new Error(' 阅读全文
posted @ 2023-09-06 11:01 深海里的星星i 阅读(30) 评论(0) 推荐(0)
摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge" > <meta name="viewport" content="w 阅读全文
posted @ 2023-09-05 14:29 深海里的星星i 阅读(77) 评论(0) 推荐(0)
摘要: 1. 装包 npm i unplugin-auto-import --save-dev 2. 在项目的 vue.config.js 中引入并使用 import { defineConfig } from 'vite' import uni from '@dcloudio/vite-plugin-un 阅读全文
posted @ 2023-08-09 09:49 深海里的星星i 阅读(1552) 评论(0) 推荐(0)
摘要: 包来源 自动引入 vue/vue-router/vuex 等api (ref, toRefs....) npm i unplugin-auto-import --save-dev vant按需导入的插件 npm i unplugin-vue-components -D 使用vw布局替换px单位插件 阅读全文
posted @ 2023-04-25 15:30 深海里的星星i 阅读(172) 评论(0) 推荐(0)
摘要: import { defineConfig } from 'vite' import vue from '@vitejs/plugin-vue' import path from 'path' import AutoImport from 'unplugin-auto-import/vite' im 阅读全文
posted @ 2023-03-31 09:35 深海里的星星i 阅读(601) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 ··· 19 下一页