Tagged articles

if

8 articles · Page 1 of 1
Programmer XiaoFu
Programmer XiaoFu
Aug 28, 2024 · Backend Development

10 Powerful MyBatis SQL Patterns Used by Top Companies

This article presents ten practical MyBatis dynamic‑SQL techniques—including foreach, if, choose, selectKey, trim, and sql fragments—explaining their attributes, common pitfalls, and providing complete Java mapper and XML examples that help reduce boilerplate and avoid errors.

Dynamic SQLMyBatisXML Mapping
0 likes · 21 min read
10 Powerful MyBatis SQL Patterns Used by Top Companies
Python Programming Learning Circle
Python Programming Learning Circle
Aug 3, 2022 · Fundamentals

Python Conditional Statements: if, if‑else, if‑elif‑else, and Nested if

This article explains Python's conditional statements, covering the syntax and usage of single‑branch if, two‑branch if‑else, multi‑branch if‑elif‑else structures, the pass keyword, ternary expressions, nesting rules, and best‑practice tips for writing clear and efficient control‑flow code.

Control FlowProgramming FundamentalsPython
0 likes · 7 min read
Python Conditional Statements: if, if‑else, if‑elif‑else, and Nested if
php Courses
php Courses
Nov 10, 2020 · Backend Development

Shell Script Conditional Structures: Using if and case Statements

This article introduces shell script conditional structures, explains the syntax of if (single, double, and multi-branch) and case statements, and provides step‑by‑step examples including a grading script and a start/stop/restart command script with full Bash code.

@ConditionalCaseScript
0 likes · 5 min read
Shell Script Conditional Structures: Using if and case Statements
ITPUB
ITPUB
Sep 12, 2017 · Operations

Master Linux Shell Flow Control: If, For, While, Case & Select with Examples

This guide explains Linux shell's flow‑control constructs—including conditional if/elif/else, loops (for, while, until), and selection statements (case, select) —by detailing their syntax, usage rules, and providing complete script examples that demonstrate each construct in action.

CaseFlow ControlScripting
0 likes · 6 min read
Master Linux Shell Flow Control: If, For, While, Case & Select with Examples