Lisa Notes
Author

Lisa Notes

Lisa's notes: musings on daily life, work, study, personal growth, and casual reflections.

78
Articles
0
Likes
0
Views
0
Comments
Recent Articles

Latest from Lisa Notes

78 recent articles
Lisa Notes
Lisa Notes
Mar 24, 2026 · Fundamentals

Understanding Java Jump Statements: break, continue, and labeled break

This tutorial explains Java's jump statements—break, continue, and the labeled break—showing their syntax, how they affect single and nested loops, and best‑practice considerations through concrete code examples and execution results.

Javabreak statementcontinue statement
0 likes · 9 min read
Understanding Java Jump Statements: break, continue, and labeled break
Lisa Notes
Lisa Notes
Mar 23, 2026 · Fundamentals

Python String Basics: Finding Substrings and Getting Length

This tutorial demonstrates how to use Python's built-in string functions to obtain a string's length, count occurrences of a substring, convert case, and locate substrings using find, index, and rfind, with concrete code examples and expected outputs.

Pythoncase-conversionfind
0 likes · 4 min read
Python String Basics: Finding Substrings and Getting Length
Lisa Notes
Lisa Notes
Mar 23, 2026 · Fundamentals

Master Java Loop Statements: From Basics to Practical Examples

This article explains Java's loop constructs—including while, do‑while, for, nested loops, foreach, and bubble‑sort implementations—through detailed syntax descriptions, step‑by‑step execution processes, and multiple concrete code examples with expected outputs.

JavaLoop Statementsbubble sort
0 likes · 16 min read
Master Java Loop Statements: From Basics to Practical Examples
Lisa Notes
Lisa Notes
Mar 22, 2026 · Fundamentals

Mastering Java Selection Statements: If, Else‑If, and Switch Explained

This tutorial walks through Java's selection structures—including if, if‑else, if‑else‑if, nested if, and switch—detailing their syntax, execution flow, example code, output results, and key differences, helping beginners write correct and portable conditional logic.

Javacontrol flowif-statement
0 likes · 16 min read
Mastering Java Selection Statements: If, Else‑If, and Switch Explained
Lisa Notes
Lisa Notes
Mar 21, 2026 · Fundamentals

Python String Basics: Common Techniques and Examples

This note explains how to declare Python strings with various quotes, embed quotes inside strings, use escape sequences, and apply raw strings and f‑strings, providing clear code snippets and their outputs for each case.

Escape CharactersFormatted StringPython
0 likes · 4 min read
Python String Basics: Common Techniques and Examples
Lisa Notes
Lisa Notes
Mar 20, 2026 · Fundamentals

Mastering Java One-Dimensional Arrays from Scratch

This tutorial walks through the fundamentals of Java one-dimensional arrays, covering declaration syntax, memory allocation with new, default values, direct initialization, element access, out‑of‑bounds handling, and element modification with concrete code examples and expected outputs.

ArrayCode examplesJava
0 likes · 10 min read
Mastering Java One-Dimensional Arrays from Scratch
Lisa Notes
Lisa Notes
Mar 20, 2026 · R&D Management

A Project‑Centric Diagram of the IPD Integrated Development Process

The article explains Huawei's IPD (Integrated Product Development) workflow from a project perspective—covering concept, planning, development, and release stages—and provides a detailed glossary of IPD‑related terminology used throughout the product lifecycle.

HuaweiIPDIntegrated Product Development
0 likes · 19 min read
A Project‑Centric Diagram of the IPD Integrated Development Process