上一页 1 2 3 4 5 6 7 8 9 ··· 28 下一页
摘要: 连接数据库和创建表 1. pom安装 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-data-jpa</artifactId> </dependency> <depen 阅读全文
posted @ 2024-11-13 17:08 漫漫长路</> 阅读(34) 评论(0) 推荐(0)
摘要: 1. 最快的例子 Coach接口 package com.example18.example_18; public interface Coach { String getDailyWorkout(); } CricletCoach 类对接口的实现 package com.example18.exa 阅读全文
posted @ 2024-11-13 11:17 漫漫长路</> 阅读(16) 评论(0) 推荐(0)
摘要: 1. 文件 》设置中打开 2. 阅读全文
posted @ 2024-11-12 14:22 漫漫长路</> 阅读(32) 评论(0) 推荐(0)
摘要: <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>放大镜效果</title> <style type="text/css"> * { margin: 0; padding: 0; } .small { margin-left:40 阅读全文
posted @ 2024-10-07 10:43 漫漫长路</> 阅读(14) 评论(0) 推荐(0)
摘要: <script> $(document).ready(function() { var div = $('#leftNav_2024925'); // 替换为你的 div 的 ID var divTop = div.offset().top; // 获取 div 顶部的位置 $(window).sc 阅读全文
posted @ 2024-09-05 14:58 漫漫长路</> 阅读(48) 评论(0) 推荐(0)
摘要: 因为一开始contos7 装不了 node18 的,我使用了宝塔面板的docker,可是一重启服务器就再也启动不了。 现在我的版本是contsOS7.9 使用的linux命令是 sudo snap install node --classic --channel=18 如果你能安装成功,那么就可以访 阅读全文
posted @ 2024-08-16 10:53 漫漫长路</> 阅读(616) 评论(0) 推荐(0)
摘要: 清理未使用的镜像、容器和卷: 执行 docker system prune -a --volumes 阅读全文
posted @ 2024-08-14 19:31 漫漫长路</> 阅读(84) 评论(0) 推荐(0)
摘要: https://www.bilibili.com/video/BV1Lz42127mV/?spm_id_from=333.999.0.0&vd_source=f47173c6ece362dfbe9a439ae6addcce The first Wednesday of every month was 阅读全文
posted @ 2024-06-10 03:15 漫漫长路</> 阅读(38) 评论(0) 推荐(0)
摘要: 文章来源:https://segmentfault.com/a/1190000023098787 HTML <h1>Click on blank to show custom context menus</h1> CSS .custom-context-menu { position: fixed; 阅读全文
posted @ 2024-05-29 16:28 漫漫长路</> 阅读(23) 评论(0) 推荐(0)
摘要: 使用的库xe-clipboard 右击复制的 实际使用到的库是 xe-clipboard 参考的https://vxetable.cn/v4/#/table/advanced/menu <template> <div> <vxe-table border show-footer :row-confi 阅读全文
posted @ 2024-05-27 15:09 漫漫长路</> 阅读(267) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 9 ··· 28 下一页