大飞_dafei

导航

上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 49 下一页

2022年1月16日 #

Spring Boot测试数据库连接

摘要: Spring Boot测试数据库连接 @Autowired JdbcTemplate jdbcTemplate; @Test void fei3() { // 测试连接数据库 Long aLong = jdbcTemplate.queryForObject("select count(*) from 阅读全文

posted @ 2022-01-16 09:08 大飞_dafei 阅读(848) 评论(0) 推荐(0) 编辑

2022年1月12日 #

判断echart是否已经存在,如果不存在,就进行初始化

摘要: 判断echart是否已经存在,如果不存在,就进行初始化 There is a chart instance already initialized on the dom //获取已有echarts实例的DOM节点。 let myChart = echarts.getInstanceByDom(doc 阅读全文

posted @ 2022-01-12 14:00 大飞_dafei 阅读(1918) 评论(0) 推荐(1) 编辑

2022年1月11日 #

笔记本触摸板使用

摘要: 笔记本触摸板使用 01拖动使用 在空白处连着点击两次,第二次不要松开,然后在你想要选择的对象上拖动就可以了 阅读全文

posted @ 2022-01-11 19:05 大飞_dafei 阅读(677) 评论(0) 推荐(0) 编辑

Vue + ECharts4.9实现基本飞行图(涟漪特效动画)

摘要: Vue + ECharts4.9实现基本飞行图(涟漪特效动画) <template> <div> <h3>Vue + echarts4.9 基本地图</h3> <div id="daFeiMap" ref="daFeiMap" /> </div> </template> <script> /* * 阅读全文

posted @ 2022-01-11 10:41 大飞_dafei 阅读(574) 评论(0) 推荐(0) 编辑

Vue + ECharts4.9实现基本地图

摘要: Vue + ECharts4.9实现基本地图 ECharts5.0以上版本这里不做介绍,以下demo实现ECharts4.9版本 <template> <div> <h3>Vue + echarts4.9 基本地图</h3> <div id="daFeiMap" ref="daFeiMap" /> 阅读全文

posted @ 2022-01-11 09:17 大飞_dafei 阅读(396) 评论(0) 推荐(0) 编辑

2022年1月9日 #

MyBatis 中 resultMap和resultType区别

摘要: MyBatis 中 resultMap和resultType区别 resultMap可以映射集合 resultType不可以 阅读全文

posted @ 2022-01-09 23:19 大飞_dafei 阅读(34) 评论(0) 推荐(0) 编辑

IDEA Terminate Disconnect

摘要: IDEA Terminate Disconnect IDEA 关闭项目点击Terminate,彻底退出 说明: Terminate: 关工具之前,先关闭运行中的项目(kill pid的那种)Disconnect: 单纯关闭工具,通过工具启动的东西,依旧在运行 阅读全文

posted @ 2022-01-09 20:15 大飞_dafei 阅读(512) 评论(0) 推荐(1) 编辑

2021年12月29日 #

传统项目项目引入Vue.js

摘要: 传统项目项目引入Vue.js 传统项目项目引入Vue.js element-ui axios jQ Vue <div id="app"> {{ message }} <button type="button" @click="foo()">提交</button> </div> <script src 阅读全文

posted @ 2021-12-29 15:48 大飞_dafei 阅读(354) 评论(0) 推荐(0) 编辑

2021年12月27日 #

创建 C# Web 应用

摘要: Visual Studio 2022 community 下载安装 Visual Studio 2022 community 版本下载默认安装位置 C:\Program Files\Microsoft Visual Studio\2022\Community\Common7\IDE\devenv.e 阅读全文

posted @ 2021-12-27 16:22 大飞_dafei 阅读(72) 评论(0) 推荐(0) 编辑

Linux终端的字体背景和颜色

摘要: Linux终端的字体背景和颜色 格式: echo -e "\033[字背景颜色;字体颜色m字符串\033[0m" 字色 背景 颜色 30 40 黑色 31 41 紅色 32 42 綠色 33 43 黃色 34 44 藍色 35 45 紫紅色 36 46 青藍色 37 47 白色 Demo: // J 阅读全文

posted @ 2021-12-27 11:53 大飞_dafei 阅读(103) 评论(0) 推荐(0) 编辑

上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 49 下一页