Tag

alias

0 views collected around this technical thread.

Practical DevOps Architecture
Practical DevOps Architecture
Mar 27, 2025 · Operations

Nginx Configuration for Serving Verification Files from Custom Directories

This guide shows how to configure Nginx to serve a mini‑program verification file from a custom directory when the root cannot hold the file, and includes extended examples for routing all .txt and .mp4 files to specific directories using location and alias directives.

ConfigurationOperationsalias
0 likes · 2 min read
Nginx Configuration for Serving Verification Files from Custom Directories
Aikesheng Open Source Community
Aikesheng Open Source Community
Nov 22, 2023 · Databases

MySQL DELETE Statement Alias Support Differences Between 5.7 and 8.0

This article explains why a DELETE statement with a table alias fails in MySQL 5.7, shows the correct syntax without alias, compares the DELETE syntax of MySQL 5.7 and 8.0, and concludes that alias support in single‑table DELETE was added starting with version 8.0.16.

DELETEDatabaseMySQL
0 likes · 5 min read
MySQL DELETE Statement Alias Support Differences Between 5.7 and 8.0
转转QA
转转QA
Sep 28, 2022 · Backend Development

Remote Debugging Guide for Sandbox and Test Environments

This article explains how to set up remote debugging for services in sandbox or test environments, covering remote creation, locating debug ports, constructing JVM arguments, checking service status, stopping services, and useful alias commands to streamline the debugging process.

JavaRemote DebuggingSandbox
0 likes · 5 min read
Remote Debugging Guide for Sandbox and Test Environments
Cognitive Technology Team
Cognitive Technology Team
Apr 26, 2022 · Fundamentals

Using Bash Aliases and Functions for Efficient Command-Line Operations

This guide explains how to create and manage Bash aliases, view existing shortcuts, and replace simple aliases with parameter‑supporting Bash functions, providing practical examples and code snippets for Linux and macOS command‑line efficiency, especially in Kubernetes workflows.

Command LineFunctionsalias
0 likes · 4 min read
Using Bash Aliases and Functions for Efficient Command-Line Operations
360 Smart Cloud
360 Smart Cloud
Aug 19, 2021 · Mobile Development

Setting Up a Unified Development Environment for Mobile Projects Using Homebrew, rbenv, RubyGems, Bundler, and Flutter Wrapper

This guide explains how mobile developers can create a consistent, project‑level development environment by using Homebrew for package management, rbenv for Ruby version control, RubyGems and Bundler for dependency handling, and flutter‑wrapper to standardize Flutter SDK usage across the team.

Environment SetupFlutterHomebrew
0 likes · 9 min read
Setting Up a Unified Development Environment for Mobile Projects Using Homebrew, rbenv, RubyGems, Bundler, and Flutter Wrapper
Spring Full-Stack Practical Cases
Spring Full-Stack Practical Cases
May 27, 2021 · Backend Development

Master Elasticsearch Index Templates, Aliases, and Node Types in ES 7.8

This guide explains how to define and use Elasticsearch index templates, manage index aliases, configure the _source field, and understand the roles of master, data, and coordinating nodes in a 7.8 cluster, with practical API examples and visual illustrations.

ElasticsearchIndex Template_source
0 likes · 8 min read
Master Elasticsearch Index Templates, Aliases, and Node Types in ES 7.8
php中文网 Courses
php中文网 Courses
Apr 7, 2021 · Backend Development

Using Namespaces, Aliases, Traits, and Closures in PHP

This article demonstrates how to use PHP namespaces with the `use` keyword, create aliases for classes, functions, and constants, incorporate traits, and capture variables in anonymous functions, providing clear code examples for each concept.

ClosureNamespacealias
0 likes · 2 min read
Using Namespaces, Aliases, Traits, and Closures in PHP
php中文网 Courses
php中文网 Courses
Jan 27, 2021 · Operations

Common Git Commands Cheat Sheet

This guide presents a comprehensive collection of frequently used Git commands—including common operations, alias setup, repository creation, committing, history viewing, undoing changes, branch and tag management, merging, rebasing, remote handling, archiving, and configuration—organized for quick reference by developers.

Command LineVersion Controlalias
0 likes · 9 min read
Common Git Commands Cheat Sheet
Qunar Tech Salon
Qunar Tech Salon
Aug 29, 2018 · Fundamentals

Understanding Go Package Import Paths, Compilation Process, and Naming Conventions

This article explains how Go organizes source files into packages, the difference between import paths and package names, how the compiler chooses between source code and compiled .a files, the role of import aliases, and why a directory can contain only one package.

@ImportCompilationGo
0 likes · 11 min read
Understanding Go Package Import Paths, Compilation Process, and Naming Conventions