上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 74 下一页
摘要: 饮水思源:https://www.bilibili.com/video/BV1vW411M7zp?spm_id_from=333.337.search-card.all.click 一、JDBC JDBC只是一组规范、接口,具体实现都是由各个数据库厂商提供的。我们只需添加对应厂商提供的“数据库驱动类 阅读全文
posted @ 2022-03-12 09:28 xkfx 阅读(209) 评论(0) 推荐(0)
摘要: 关于启用debug模式:https://docs.spring.io/spring-boot/docs/current/reference/html/using.html#using.auto-configuration.replacing Spring Boot应用生命周期:https://doc 阅读全文
posted @ 2022-03-10 23:08 xkfx 阅读(274) 评论(0) 推荐(0)
摘要: 翻译自:https://docs.spring.io/spring-boot/docs/current/reference/html/web.html#web Spring Boot非常适合web应用程序开发。您可以使用嵌入式Tomcat、Jetty、Undertow或Netty创建一个自包含的(s 阅读全文
posted @ 2022-03-09 15:56 xkfx 阅读(169) 评论(0) 推荐(0)
摘要: 翻译自:https://docs.spring.io/spring-boot/docs/current/reference/html/data.html#data.sql Spring Boot集成了许多数据技术,包括SQL和NoSQL。 1. SQL Databases Spring框架为使用SQ 阅读全文
posted @ 2022-03-08 16:10 xkfx 阅读(92) 评论(0) 推荐(0)
摘要: 译自:https://docs.spring.io/spring-boot/docs/current/reference/html/features.html#features.logging 4. Logging Spring Boot对所有的内部日志使用Commons Logging(Commo 阅读全文
posted @ 2022-03-07 21:16 xkfx 阅读(129) 评论(0) 推荐(0)
摘要: 译自:https://grafana.com/grafana/ 用途 把任何东西都仪表化,监视一切。(Dashboard anything. Observe everything.) 查询、可视化、提醒(alert on)和理解您的数据,无论它存储在哪里。 使用Grafana,您可以创建,探索和共享 阅读全文
posted @ 2022-03-06 16:44 xkfx 阅读(922) 评论(0) 推荐(0)
摘要: 问题描述 从网上下载一个vue项目,npm install时出现如下错误: npm ERR! code 1 npm ERR! path D:\2022_2_11_clear\sadjkl\node_modules\node-sass npm ERR! command failed npm ERR! 阅读全文
posted @ 2022-03-02 18:57 xkfx 阅读(15099) 评论(2) 推荐(4)
摘要: 译自:https://docs.spring.io/spring-boot/docs/current/reference/html/features.html#features.spring-application 1. SpringApplication SpringApplication类提供了 阅读全文
posted @ 2022-02-26 18:22 xkfx 阅读(911) 评论(0) 推荐(0)
摘要: 译自:https://docs.spring.io/spring-boot/docs/current/reference/html/using.html#using 4. Auto-configuration Spring Boot auto-configuration尝试根据添加的jar依赖项自动 阅读全文
posted @ 2022-02-25 13:07 xkfx 阅读(62) 评论(0) 推荐(0)
摘要: 一个简单的demo 可以通过浏览器开发者工具或者node执行: // Key terminology: // training set has training examples (features + target variable) // In the classification proble 阅读全文
posted @ 2022-02-24 15:59 xkfx 阅读(111) 评论(0) 推荐(0)
上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 74 下一页