上一页 1 ··· 43 44 45 46 47 48 49 50 51 ··· 70 下一页
摘要: 点击Download下载driver files。 然后下载完,就可以测试连接成功,则点ok 阅读全文
posted @ 2023-07-10 19:49 阿飞藏泪 阅读(15) 评论(0) 推荐(0) 编辑
摘要: Datagrip安装破解:https://www.cnblogs.com/xiaohuhu/p/17218430.html 阅读全文
posted @ 2023-07-09 17:26 阿飞藏泪 阅读(143) 评论(0) 推荐(0) 编辑
摘要: 首先,确保启动了Metastore服务。jps下,如何有如下则启动了Metastore服务 可以执行:bin/hive,进入到Hive Shell环境中,可以直接执行SQL语句。创建表CREATE TABLE test(id INT, name STRING, gender STRING);插入数据 阅读全文
posted @ 2023-07-09 16:42 阿飞藏泪 阅读(5) 评论(0) 推荐(0) 编辑
摘要: 今天向自己使用axios,配合spring boot来写东西,我知道了axios.get写法需要后端如何写。 axios.get('http://localhost:8080/emps', {params: { name: this.searchEmp.name, gender: this.sear 阅读全文
posted @ 2023-07-09 16:12 阿飞藏泪 阅读(10) 评论(0) 推荐(0) 编辑
摘要: 昨天忘记写总结了,但是今天补上,没事 阅读全文
posted @ 2023-07-09 16:05 阿飞藏泪 阅读(6) 评论(0) 推荐(0) 编辑
摘要: 这个听的云里雾里,下面是一个示例demo <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Title</title> </head> <body> <div id="app"> <todo> <todo-ti 阅读全文
posted @ 2023-07-07 15:27 阿飞藏泪 阅读(11) 评论(0) 推荐(0) 编辑
摘要: 今天大致了解些vue插槽。在Vue.js中,插槽(slot)是一种机制,它允许你将内容插入到组件的特定位置。使用插槽,你可以在组件内定义一些可以被填充的占位符,然后在使用该组件时,将具体的内容插入到这些占位符中。 <!DOCTYPE html> <html lang="en"> <head> <me 阅读全文
posted @ 2023-07-07 14:54 阿飞藏泪 阅读(7) 评论(0) 推荐(0) 编辑
摘要: axios的写法有很多,下面有两个博客写的很清楚。 博客一:axios请求写法 - yun迹 - 博客园 (cnblogs.com) 博客二:axios 的基本用法 - 知乎 (zhihu.com) 阅读全文
posted @ 2023-07-07 10:21 阿飞藏泪 阅读(13) 评论(0) 推荐(0) 编辑
摘要: 在 Vue.js 中,计算属性(Computed Property)是一种特殊的属性,它基于现有的数据计算出一个新的值,并且会根据其依赖的数据进行自动更新。计算属性主要用于将复杂的逻辑和变量计算封装为属性,以便在模板中直接使用。以下是使用计算属性的一般步骤: 1.在 Vue 实例的 computed 阅读全文
posted @ 2023-07-07 10:17 阿飞藏泪 阅读(102) 评论(0) 推荐(0) 编辑
摘要: 最近老师给力一个项目比赛,那个是前后端分离的。 我之前了解过一些,我也配置过idea的vue.js,但是好久不用忘了。 所以重新找回了一下: 阅读全文
posted @ 2023-07-04 10:32 阿飞藏泪 阅读(100) 评论(0) 推荐(0) 编辑
上一页 1 ··· 43 44 45 46 47 48 49 50 51 ··· 70 下一页
1 2 3
4