Tag

Parameters

0 views collected around this technical thread.

Linux Ops Smart Journey
Linux Ops Smart Journey
May 21, 2025 · Operations

Master Jenkins Pipeline Variables: Build Flexible, Maintainable CI/CD Scripts

This guide explores how to define, assign, and scope variables in Jenkins Pipelines—including environment, params, and direct assignments—through clear explanations, practical code snippets, and a real-world Kubernetes multi-container project, showing how parameterized builds transform static scripts into flexible, maintainable CI/CD workflows.

CI/CDDevOpsJenkins
0 likes · 6 min read
Master Jenkins Pipeline Variables: Build Flexible, Maintainable CI/CD Scripts
Full-Stack Internet Architecture
Full-Stack Internet Architecture
Apr 29, 2025 · Databases

Essential Redis Cluster Configuration Parameters: Required and Optional Settings

This article explains the key Redis cluster configuration options found in redis.conf, detailing required settings such as cluster-enabled, cluster-config-file, and cluster-node-timeout, as well as optional parameters like cluster-slave-validity-factor, migration barrier, full coverage requirement, and read‑when‑down behavior.

ClusterConfigurationHigh Availability
0 likes · 5 min read
Essential Redis Cluster Configuration Parameters: Required and Optional Settings
Test Development Learning Exchange
Test Development Learning Exchange
Apr 25, 2025 · Mobile Development

Basic Usage and Parameter Configuration of Android Monkey for Automated Testing

This guide explains how to use the Android Monkey tool to generate random user events for stress testing, configure its parameters for different testing scenarios, and analyze the resulting logs to identify crashes, ANRs, and event sequences that affect app stability.

ADBMonkeyParameters
0 likes · 4 min read
Basic Usage and Parameter Configuration of Android Monkey for Automated Testing
php中文网 Courses
php中文网 Courses
Mar 21, 2025 · Fundamentals

Understanding Python Functions: Definition, Syntax, and Usage

This article explains what Python functions are, how to define them with the def keyword, demonstrates calling functions, returning values, and covers various parameter types with clear code examples to help readers write clean and reusable code.

Code ExamplesFunctionsParameters
0 likes · 5 min read
Understanding Python Functions: Definition, Syntax, and Usage
Test Development Learning Exchange
Test Development Learning Exchange
Jan 15, 2025 · Fundamentals

Defining Functions in Python: Syntax, Parameters, and Return Values

This article explains how to define functions in Python, covering the def syntax, various parameter passing methods—including positional, default, keyword, *args, and **kwargs—and how to return single or multiple values, illustrated with clear code examples and a comprehensive calculate_area demonstration.

FunctionsParametersProgramming Basics
0 likes · 5 min read
Defining Functions in Python: Syntax, Parameters, and Return Values
Test Development Learning Exchange
Test Development Learning Exchange
Oct 5, 2024 · Fundamentals

In-Depth Guide to Python Functions

This article provides a comprehensive overview of Python functions, covering definition syntax, various parameter types—including positional, keyword, default, and variable arguments—return values, scope of local and global variables, lambda expressions, docstrings, and function annotations, all illustrated with clear code examples.

CodeFunctionsParameters
0 likes · 8 min read
In-Depth Guide to Python Functions
Test Development Learning Exchange
Test Development Learning Exchange
Sep 26, 2024 · Fundamentals

Python Function Basics: Creation, Parameters, and Usage

This tutorial explains how to define and call Python functions, covering various parameter types—including positional, default, *args, and **kwargs—demonstrates return values, the pass statement, and provides a comprehensive example that combines all these concepts.

Code ExamplesFunctionsParameters
0 likes · 6 min read
Python Function Basics: Creation, Parameters, and Usage
Python Programming Learning Circle
Python Programming Learning Circle
Jul 19, 2022 · Fundamentals

Understanding Python Functions: Definitions, Parameters, and Calls

This article explains how to define and use Python functions, covering required, default, variable, keyword, and named keyword parameters, with detailed code examples for function definition, parameter passing, and invocation, as well as notes on return values and best practices.

Code ExamplesFunctionsParameters
0 likes · 8 min read
Understanding Python Functions: Definitions, Parameters, and Calls
Python Programming Learning Circle
Python Programming Learning Circle
May 30, 2020 · Fundamentals

Understanding Python's print() Function: Syntax, Parameters, and Practical Examples

This article explains the full syntax of Python's print() function, describes each parameter (value, sep, end, file, flush), and provides step‑by‑step examples showing how to output single or multiple values, control separators, line endings, redirect output to files, and force flushing.

ParametersPythonSyntax
0 likes · 8 min read
Understanding Python's print() Function: Syntax, Parameters, and Practical Examples
Big Data Technology Architecture
Big Data Technology Architecture
May 22, 2020 · Databases

HBase Compaction Types and Parameter Tuning Guide

This article explains how HBase uses WAL and MemStore to create HFiles, describes the two compaction types (Minor and Major), and provides detailed recommendations for tuning key compaction-related configuration parameters to improve query performance and reduce HDFS impact.

CompactionHBaseParameters
0 likes · 4 min read
HBase Compaction Types and Parameter Tuning Guide
Big Data Technology Architecture
Big Data Technology Architecture
May 12, 2020 · Databases

Key HBase Configuration Parameters and Production Recommendations (HBase 1.1.2)

This article categorizes and explains the most important HBase 1.1.2 configuration parameters—covering Region sizing, BlockCache strategies, Memstore thresholds, Compaction behavior, HLog handling, Call Queue tuning, and miscellaneous settings—while offering practical recommendations for optimal production deployment.

Big DataConfigurationHBase
0 likes · 11 min read
Key HBase Configuration Parameters and Production Recommendations (HBase 1.1.2)
DevOps Cloud Academy
DevOps Cloud Academy
Feb 27, 2020 · Operations

Jenkinsfile Example with Parameterized Environment and Server Selection

This article presents a complete Jenkinsfile that defines choice parameters for selecting an environment and dynamically populates a server list using Groovy scripts, then demonstrates a simple pipeline stage that validates and echoes the chosen values, aborting the build if validation fails.

CI/CDDevOpsGroovy
0 likes · 3 min read
Jenkinsfile Example with Parameterized Environment and Server Selection
Python Programming Learning Circle
Python Programming Learning Circle
Jan 6, 2020 · Fundamentals

Master Python Functions: From Basics to Advanced Module Usage

This tutorial walks you through Python functions—definition, calling, parameters, return values, nested calls, debugging with PyCharm, documentation strings, and how to organize and reuse code with modules and compiled bytecode—providing hands‑on examples and best‑practice tips for every step.

FunctionsModulesParameters
0 likes · 10 min read
Master Python Functions: From Basics to Advanced Module Usage
Aikesheng Open Source Community
Aikesheng Open Source Community
Aug 27, 2019 · Databases

MySQL Binlog Commit Process: Parameter Settings and Step‑by‑Step Analysis

This article provides a comprehensive, step‑by‑step analysis of MySQL’s binlog commit workflow, covering key parameters such as binlog_group_commit_sync_delay, sync_binlog, and binlog_transaction_dependency_tracking, and explains how last_commit and seq_number are generated and used in parallel replication.

Commit ProcessGTIDMySQL
0 likes · 15 min read
MySQL Binlog Commit Process: Parameter Settings and Step‑by‑Step Analysis