Tag

usage

0 views collected around this technical thread.

Python Programming Learning Circle
Python Programming Learning Circle
May 30, 2025 · Fundamentals

Comparison of Python Lists and Arrays: Features, Performance, and Use Cases

This article explains the differences between Python lists and NumPy arrays, covering their flexibility, data type constraints, performance characteristics, available operations, and appropriate scenarios to help developers choose the most efficient structure for their specific programming tasks.

Data StructuresNumPyPython
0 likes · 8 min read
Comparison of Python Lists and Arrays: Features, Performance, and Use Cases
Aikesheng Open Source Community
Aikesheng Open Source Community
Jul 19, 2023 · Databases

Understanding MySQL Permission Conflict Between USAGE and GRANT OPTION

This article explains why a MySQL user granted both USAGE and GRANT OPTION on a database can see schema information but cannot query table data, demonstrates the issue with local tests, and provides proper REVOKE commands to cleanly remove the conflicting permissions.

GRANT OPTIONMySQLPermissions
0 likes · 9 min read
Understanding MySQL Permission Conflict Between USAGE and GRANT OPTION
macrozheng
macrozheng
Feb 14, 2022 · Operations

Master HTTPie: A Simpler, Colorful Alternative to cURL for Fast API Calls

This article introduces HTTPie, a Python‑based command‑line HTTP client that offers a simpler syntax, colored output, JSON support, and cross‑platform installation options, and provides detailed usage examples and tips compared with the traditional cURL tool.

API TestingInstallationJSON
0 likes · 8 min read
Master HTTPie: A Simpler, Colorful Alternative to cURL for Fast API Calls
Java Captain
Java Captain
Nov 11, 2019 · Cloud Native

Docker Overview: From LXC Origins to Architecture and Basic Usage

This article introduces Linux Containers (LXC) as the predecessor of Docker, explains Docker's definition, advantages, and architecture—including client, daemon, server, engine, job, registry, graph, driver, libcontainer and container modules—and provides practical commands for installation, image management, container execution, and troubleshooting.

DevOpsDockerLXC
0 likes · 27 min read
Docker Overview: From LXC Origins to Architecture and Basic Usage
Efficient Ops
Efficient Ops
Jun 28, 2017 · Operations

Avoid Rogue Shell Scripts: Logging, Usage, Locking, and Documentation Tips

This article, based on a DevOpsDays talk, explains practical shell‑script techniques—adding logging, usage help, file locking, and clear comments—to make MySQL backup scripts reliable, maintainable, and safe for collaborative operations environments.

DevOpslockinglogging
0 likes · 5 min read
Avoid Rogue Shell Scripts: Logging, Usage, Locking, and Documentation Tips