上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 23 下一页
摘要: 获取数据 select * from xd.video 传参 select * from xd.video where id = #{id} 传2参 select * from xd.video where point = #{ point } and title like concat('',#{ 阅读全文
posted @ 2022-06-13 15:03 zjxgdq 阅读(9) 评论(0) 推荐(0)
摘要: <template> <div> <component :is="currentCompoent['TP']" ></component> <component :is="currentCompoent['DP']" ></component> </div> </template> <script 阅读全文
posted @ 2022-05-24 14:53 zjxgdq 阅读(49) 评论(0) 推荐(0)
摘要: https://www.jb51.net/article/245567.htm 阅读全文
posted @ 2022-05-23 13:49 zjxgdq 阅读(56) 评论(0) 推荐(0)
摘要: JDK配置 CLASSPATH .;%JAVA_HOME%\BIN;%JAVA_HOME\lib\dt.jar;%JAVA_HOME%\lib\tools.jar JAVA_HOME C:\Program Files\Java\jdk1.8.0_181 path %JAVA_HOME%\bin %J 阅读全文
posted @ 2022-05-17 11:39 zjxgdq 阅读(50) 评论(0) 推荐(0)
摘要: <template> <div class="home-top"> <button @click="getPdf('pdf')">导出(pdf)</button> </div> <div class="home-wrap" ref="exportPdf"> <PageOne /> <PageTwo 阅读全文
posted @ 2022-05-16 10:50 zjxgdq 阅读(221) 评论(0) 推荐(0)
摘要: npm create @vitejs/app my-vue-app --template vue-ts npm init vite@latest vite-react-ts --template react-ts https://zhuanlan.zhihu.com/p/456407867 阅读全文
posted @ 2022-05-07 15:34 zjxgdq 阅读(24) 评论(0) 推荐(0)
摘要: import { EChartsOption } from 'echarts' export interface correctRateType { [index:number]:[number, number, number] } export function correctRate (): E 阅读全文
posted @ 2022-04-26 13:49 zjxgdq 阅读(43) 评论(0) 推荐(0)
摘要: ./echarts/index.vue <template> <!-- echart封装 --> <div :style="{ width, height }" ref="myChart"></div> </template> <script lang="ts" scoped> import { d 阅读全文
posted @ 2022-04-21 16:13 zjxgdq 阅读(65) 评论(0) 推荐(0)
摘要: <template> <div class="Echarts"> <div id="mains" style="width: 600px;height:400px;"></div> </div> </template> <script> import * as echarts from 'echar 阅读全文
posted @ 2022-04-21 16:01 zjxgdq 阅读(58) 评论(0) 推荐(0)
摘要: <template> <div class="wrap"> <div class="div"> <div>1</div> <div>2</div> <div>3</div> <div>4</div> <div>5</div> <div>6</div> <div>7</div> <div>8</div 阅读全文
posted @ 2022-04-19 10:39 zjxgdq 阅读(13) 评论(0) 推荐(0)
上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 23 下一页