上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 72 下一页
摘要: 关于启用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 阅读(251) 评论(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 阅读(121) 评论(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 阅读(79) 评论(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 阅读(108) 评论(0) 推荐(0) 编辑
摘要: 译自:https://grafana.com/grafana/ 用途 把任何东西都仪表化,监视一切。(Dashboard anything. Observe everything.) 查询、可视化、提醒(alert on)和理解您的数据,无论它存储在哪里。 使用Grafana,您可以创建,探索和共享 阅读全文
posted @ 2022-03-06 16:44 xkfx 阅读(782) 评论(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 阅读(13708) 评论(1) 推荐(3) 编辑
摘要: 译自: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 阅读(828) 评论(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 阅读(43) 评论(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 阅读(99) 评论(0) 推荐(0) 编辑
摘要: 背景:采用若干种办法无法在原环境安装Jupyter Notebook,寻求更简便的安装办法,于是尝试Anaconda 按默认步骤安装Anaconda后各指令状况如下所示: D:\2022_2_22_py>py --version Python 3.9.7 D:\2022_2_22_py>python 阅读全文
posted @ 2022-02-23 10:52 xkfx 阅读(399) 评论(0) 推荐(0) 编辑
上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 72 下一页