上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 23 下一页
摘要: https://www.bilibili.com/video/BV1a34y167AZ?p=59数据库安装步骤npm install mysql --save const mysqls = require('mysql') const conn = mysqls.createConnection({ 阅读全文
posted @ 2022-02-10 13:31 zjxgdq 阅读(58) 评论(0) 推荐(0)
摘要: https://mp.weixin.qq.com/s/MEmHr7Q_gnE-NywEzgj8Fg 阅读全文
posted @ 2022-02-09 12:00 zjxgdq 阅读(10) 评论(0) 推荐(0)
摘要: <template> <div class='loginbody ambient-noise wrap'> sded <div style='height: 500px width300px' id='main'></div> </div> </template> <script lang='ts' 阅读全文
posted @ 2021-12-23 09:57 zjxgdq 阅读(113) 评论(0) 推荐(0)
摘要: import { createRouter, createWebHashHistory, RouteRecordRaw } from 'vue-router' const routes: Array<RouteRecordRaw> = [ { path: '/', name: 'Home', com 阅读全文
posted @ 2021-12-22 09:23 zjxgdq 阅读(353) 评论(0) 推荐(0)
摘要: <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>css背景渐变--径向渐变</title> <style> .loginbody{ border: 1px solid #21a7e1; box-shadow: 5px 5px 1 阅读全文
posted @ 2021-12-15 13:41 zjxgdq 阅读(20) 评论(0) 推荐(0)
摘要: 安装 amfe-flexible npm install amfe-flexible -S 安装 px2rem-loader npm install postcss-pxtorem@5.0.0 -D 在mian.js中引入 "px2rem-loader": "^0.1.9", "amfe-flexi 阅读全文
posted @ 2021-11-19 09:27 zjxgdq 阅读(30) 评论(0) 推荐(0)
摘要: 1,.editorconfig 阅读全文
posted @ 2021-11-18 11:17 zjxgdq 阅读(39) 评论(0) 推荐(0)
摘要: 接口 https://github.com/bailicangdu/node-elm/blob/master/API.md 效果 https://elm.cangdu.org/#/login新知识 效果https://elm.caibowen.net/ 接口 https://easytuan.git 阅读全文
posted @ 2021-11-15 14:08 zjxgdq 阅读(45) 评论(0) 推荐(0)
摘要: 一 components->echarts->2d-chart <template> <!-- echart --> <div class="container"> <div :style="{ width: '100%', height: '100%' }" ref="myChart"></div 阅读全文
posted @ 2021-11-12 14:54 zjxgdq 阅读(378) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/weixin_47347505/article/details/123390218 基础https://mp.weixin.qq.com/s/FtgjUPmdldsUiN2t7XWRtA 封装一utils (1)types->axios.d.ts expo 阅读全文
posted @ 2021-11-12 14:44 zjxgdq 阅读(1234) 评论(0) 推荐(0)
上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 23 下一页