摘要: 项目地址:https://github.com/piotr-jura-udemy/laravel-course-2023/tree/master/event-management 要搭建好php环境和composer环境。默认你有点基础,这个项目用的编译器是phpstorm // 详细版本 lara 阅读全文
posted @ 2024-03-26 01:49 漫漫长路</> 阅读(147) 评论(0) 推荐(0) 编辑
摘要: https://www.youtube.com/watch?v=0jk3aleuwUM 项目地址:https://gitee.com/ChinaGoogles/Vue3ViteTailwindTypescript Vite Vue3 Vue Router4 Typescript Pinia Tail 阅读全文
posted @ 2023-03-24 01:14 漫漫长路</> 阅读(1207) 评论(0) 推荐(0) 编辑
摘要: 目录: 一. JavaScript能做什么? 二. 在哪里插入JavaScript 三. JavaScript输出 四. JavaScript语法 五. JavaScript语句 六. JavaScript注释 七. JavaScript变量 八. JavaScript算术 九. JavaScrip 阅读全文
posted @ 2022-01-24 11:00 漫漫长路</> 阅读(119) 评论(0) 推荐(0) 编辑
摘要: 1.这里面安装这个 2.跑起来发现,给了我们一个密码 3.我们直接访问本地的localhost:8080/login,默认用户名是user 4. 这里设置默认的账号密码 5.我们新建一个security文件夹,DemoSecurityConfig类 package com.example18.exa 阅读全文
posted @ 2024-11-15 16:52 漫漫长路</> 阅读(2) 评论(0) 推荐(0) 编辑
摘要: 连接数据库和创建表 1. pom安装 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-data-jpa</artifactId> </dependency> <depen 阅读全文
posted @ 2024-11-13 17:08 漫漫长路</> 阅读(1) 评论(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 漫漫长路</> 阅读(1) 评论(0) 推荐(0) 编辑
摘要: 1. 文件 》设置中打开 2. 阅读全文
posted @ 2024-11-12 14:22 漫漫长路</> 阅读(0) 评论(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 漫漫长路</> 阅读(2) 评论(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 漫漫长路</> 阅读(1) 评论(0) 推荐(0) 编辑
摘要: 因为一开始contos7 装不了 node18 的,我使用了宝塔面板的docker,可是一重启服务器就再也启动不了。 现在我的版本是contsOS7.9 使用的linux命令是 sudo snap install node --classic --channel=18 如果你能安装成功,那么就可以访 阅读全文
posted @ 2024-08-16 10:53 漫漫长路</> 阅读(209) 评论(0) 推荐(0) 编辑
摘要: 清理未使用的镜像、容器和卷: 执行 docker system prune -a --volumes 阅读全文
posted @ 2024-08-14 19:31 漫漫长路</> 阅读(22) 评论(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 漫漫长路</> 阅读(7) 评论(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 漫漫长路</> 阅读(10) 评论(0) 推荐(0) 编辑