Library Search
结果页01-pyplot-basics
在 技术栈 中找到 8 个匹配结果。
技术栈
技术栈
8 个 Pytest ```
test_math_utils.py::test_divide_normal PASSED
test_math_utils.py::test_divide_by_zero PASSED
test_math_utils.py::test_is_prime[1-False] PASSED
test_math_utils.py::test_is_prime[2-True] PASSED
test… 2% Grafana ```json
{
"dashboard": {
"title": "主机监控总览",
"tags": ["prometheus", "node"],
"timezone": "browser",
"panels": [
{
"title": "CPU 使用率",
"type": "timeseries",… 2% LightGBM ```
正样本比例: 35.62%
Training until validation scores don't improve for 20 rounds
[50] valid_0's auc: 0.8234
[100] valid_0's auc: 0.8456
Early stopping, best iteration is [87]
测试准确率: 0.7823
最佳迭代轮次: 87
最… 2% MyBatis-Plus # MyBatis-Plus 实战入门教程
## 第一章:MyBatis vs MyBatis-Plus
MyBatis 的痛点:
```java
// MyBatis 原始写法——每个单表查询都要写 SQL
@Select("SELECT * FROM user WHERE age BETWEEN #{min} AND #{max}")
List<User> findByAgeRange(… 2% CakePHP 参考文献:
[
{
"url": "https://book.cakephp.org",
"type": "web",
"year": 2024,
"title": "CakePHP Cookbook",
"authors": [
"CakePHP Team"
]
},
{
"url": "https://github… 2% Envoy - 学习 Istio + Envoy 搭建完整 Service Mesh
- 学习 Envoy WASM 插件开发
- 学习 Envoy 作为 Kubernetes Ingress Controller 2% Spring Boot # Spring Boot 入门到进阶教程
## 第一章:Spring Boot 核心概念
### 1.1 自动配置原理
Spring Boot 的自动配置通过 `@SpringBootApplication` 注解触发,该注解包含三个关键注解:
- **@SpringBootConfiguration**:标记为配置类
- **@EnableAutoConfiguration**:启用自… 1% Firebase Firestore ```javascript
// 核心:实时监听便签变更
function subscribeNotes(boardId, callback) {
const notesRef = collection(db, 'boards', boardId, 'notes');
return onSnapshot(notesRef, (snapshot) => {
snap… 1%