Tag

path

0 views collected around this technical thread.

Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Sep 23, 2024 · Mobile Development

Creating a TabItem with Custom Rounded Corners Using Android Compose Path

This article explains how to achieve a tab item with asymmetric rounded corners in Android Compose by either assembling three Views or drawing the shape with a Path, including detailed step‑by‑step code and a discussion of common pitfalls.

AndroidComposeCustomView
0 likes · 6 min read
Creating a TabItem with Custom Rounded Corners Using Android Compose Path
Python Programming Learning Circle
Python Programming Learning Circle
Aug 9, 2023 · Fundamentals

Comprehensive Guide to Python File Operations: Opening, Reading, Writing, Paths, Modes, CSV, and Serialization

This tutorial presents a complete overview of Python file handling, covering opening and closing files, absolute and relative paths, various access modes, reading and writing techniques, pointer control, file copying, CSV processing, in‑memory streams, sys redirection, and JSON/pickle serialization, all illustrated with practical code examples.

CSVFile I/OJSON
0 likes · 19 min read
Comprehensive Guide to Python File Operations: Opening, Reading, Writing, Paths, Modes, CSV, and Serialization
php中文网 Courses
php中文网 Courses
Dec 26, 2022 · Backend Development

PHP Path and File Operations: Absolute/Relative Paths, Pathinfo, and Directory Functions

This article explains how to work with absolute and relative file paths in PHP, demonstrates extracting path components with pathinfo(), and provides practical examples of directory and file manipulation functions such as opendir, readdir, scandir, fopen, fread, fwrite, unlink, copy, and rename.

File SystemPHPbackend
0 likes · 9 min read
PHP Path and File Operations: Absolute/Relative Paths, Pathinfo, and Directory Functions
IT Services Circle
IT Services Circle
Feb 10, 2022 · Fundamentals

Understanding the Linux Filesystem Hierarchy Standard (FHS) and Common Directory Commands

This article explains the Linux Filesystem Hierarchy Standard (FHS), describes the purpose and typical contents of each top‑level directory such as /home, /boot, /etc, /usr, and /var, and demonstrates essential shell commands for navigating and managing these directories, including absolute and relative paths.

FHSFilesystemLinux
0 likes · 16 min read
Understanding the Linux Filesystem Hierarchy Standard (FHS) and Common Directory Commands
Python Programming Learning Circle
Python Programming Learning Circle
Nov 17, 2020 · Fundamentals

Python3 Environment Setup and Installation Guide

This article provides a comprehensive guide to installing and configuring Python 3 on various platforms—including Windows, Linux, and macOS—covering download sources, installation steps, environment variable setup, and usage of command‑line options and IDEs.

InstallationLinuxPython
0 likes · 8 min read
Python3 Environment Setup and Installation Guide
Laravel Tech Community
Laravel Tech Community
Jul 29, 2020 · Backend Development

PHP dirname() Function: Description, Parameters, Return Value, and Examples

The article explains PHP's dirname() function, detailing its purpose of returning the directory portion of a path, describing the $path parameter, the return values, and providing clear code examples demonstrating typical usage scenarios.

PHPbackenddirname
0 likes · 2 min read
PHP dirname() Function: Description, Parameters, Return Value, and Examples
Qunar Tech Salon
Qunar Tech Salon
May 2, 2016 · Backend Development

Using JDK7 Standard Library for Flexible and Secure File Handling in Java

This article demonstrates how to leverage JDK7's standard library—Path, Paths, Files, and FileSystem—to perform flexible file operations, safe path concatenation, size‑checked reading, automatic resource management, directory traversal with FileVisitor, and security measures for preventing unsafe file access.

File I/OJDK7Java
0 likes · 7 min read
Using JDK7 Standard Library for Flexible and Secure File Handling in Java