Tag

Setup

1 views collected around this technical thread.

Code Mala Tang
Code Mala Tang
May 11, 2025 · Fundamentals

Master Python Packaging: Build, Structure, and Distribute Your Own Module

This guide walks you through the fundamentals of creating a Python package, from setting up the directory and __init__.py file to adding modules, configuring setup.py, and using the package locally or via installation, complete with code examples.

ModulesPythonSetup
0 likes · 5 min read
Master Python Packaging: Build, Structure, and Distribute Your Own Module
Full-Stack Internet Architecture
Full-Stack Internet Architecture
Mar 14, 2025 · Databases

All About Redis Cluster: Architecture, Setup, Operations, and High‑Availability

This article provides a comprehensive guide to Redis Cluster, covering its background, overall architecture, deployment steps, configuration templates, cluster creation commands, basic key‑value operations, high‑availability testing, and how to manually assign master‑slave relationships for robust distributed caching.

ClusterHigh AvailabilityRedis
0 likes · 14 min read
All About Redis Cluster: Architecture, Setup, Operations, and High‑Availability
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Oct 18, 2024 · Frontend Development

Comprehensive Guide to Vue Component Writing Styles: Options API, Composition API, Setup Syntax Sugar, Render Functions, and JSX

This article systematically introduces the many ways to write Vue components—including the classic Options API, the modern Composition API with setup syntax sugar, hand‑written render functions using h or createVNode, and various JSX techniques—explaining their principles, code examples, and when to choose each approach.

ComponentJSXRender Function
0 likes · 19 min read
Comprehensive Guide to Vue Component Writing Styles: Options API, Composition API, Setup Syntax Sugar, Render Functions, and JSX
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Jul 28, 2024 · Mobile Development

Getting Started with Flutter: Motivation, Environment Setup, and Code Walkthrough

This article explains why the author chose to learn Flutter for cross‑platform app development, outlines a step‑by‑step Windows environment setup (including SDK download, PATH configuration, mirror sources, and IDE installation), and provides a detailed line‑by‑line explanation of the default main.dart demo with code snippets and suggestions for extending the sample.

DartFlutterMobile Development
0 likes · 21 min read
Getting Started with Flutter: Motivation, Environment Setup, and Code Walkthrough
Java Captain
Java Captain
Sep 15, 2023 · Fundamentals

How to Connect a Desktop Computer to Wi‑Fi: A Detailed Guide

This guide explains step‑by‑step how to verify hardware, configure a desktop PC’s wireless adapter, connect to a Wi‑Fi network, troubleshoot common issues, and apply preventive measures to ensure a stable and secure connection.

DesktopHardwareNetworking
0 likes · 5 min read
How to Connect a Desktop Computer to Wi‑Fi: A Detailed Guide
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.

EnvironmentInstallationLinux
0 likes · 8 min read
Python3 Environment Setup and Installation Guide
Test Development Learning Exchange
Test Development Learning Exchange
Oct 4, 2020 · Frontend Development

Setting Up a React Development Environment and Project Structure

This guide explains how to install Node.js, npm, and optional tools, verify their versions, create a new React app with Create React App, and understand the generated project's directory layout and key files for frontend development.

Node.jsReactSetup
0 likes · 3 min read
Setting Up a React Development Environment and Project Structure
Full-Stack Internet Architecture
Full-Stack Internet Architecture
Jul 20, 2020 · Databases

MySQL Master‑Slave Replication: Principles, Setup Guide, and Interview Questions

This article explains MySQL master‑slave replication, covering its concepts, asynchronous replication mechanisms, various synchronization strategies, step‑by‑step installation and configuration on CentOS 7, and includes common interview questions with answers; it also provides practical commands, troubleshooting tips, and performance considerations for read‑write separation in production environments.

CentOSMaster‑SlaveMySQL
0 likes · 15 min read
MySQL Master‑Slave Replication: Principles, Setup Guide, and Interview Questions
DevOps Cloud Academy
DevOps Cloud Academy
Apr 22, 2020 · Mobile Development

How to Install JDK, Android SDK Tools, and Gradle on Linux

This guide explains how to install JDK 8, Android SDK Tools, and Gradle on a Linux system, including downloading packages, extracting them, configuring environment variables, verifying installations, and using sdkmanager to list, install, or uninstall Android platform packages.

Android SDKGradleJDK
0 likes · 4 min read
How to Install JDK, Android SDK Tools, and Gradle on Linux
Wukong Talks Architecture
Wukong Talks Architecture
Apr 8, 2020 · Operations

Quick Guide to Setting Up an Ubuntu Virtual Machine with Vagrant

This tutorial explains how to enable virtualization, install VirtualBox and Vagrant, add an Ubuntu box from a Chinese mirror, configure the Vagrantfile, launch the VM, and connect via SSH, providing all necessary commands and screenshots for a fast Ubuntu development environment.

DevOpsSetupVagrant
0 likes · 3 min read
Quick Guide to Setting Up an Ubuntu Virtual Machine with Vagrant
DevOps Cloud Academy
DevOps Cloud Academy
Mar 1, 2020 · Operations

Setting Up Jenkins with Docker: A Step‑by‑Step Guide

This article explains what Jenkins and pipelines are, then guides you through installing Docker, running a Jenkins container, retrieving the initial admin password, and completing the Jenkins setup via the web interface, including plugin installation and user creation.

CI/CDDevOpsDocker
0 likes · 2 min read
Setting Up Jenkins with Docker: A Step‑by‑Step Guide
DevOps Cloud Academy
DevOps Cloud Academy
Aug 7, 2019 · Mobile Development

Step-by-Step Guide to Installing JDK, Android SDK Tools, and Gradle on Linux

This tutorial explains how to download and install JDK 8, set up Android SDK tools, install Gradle, and configure environment variables on a Linux system, including verification commands and a brief FAQ for common issues.

AndroidGradleJDK
0 likes · 5 min read
Step-by-Step Guide to Installing JDK, Android SDK Tools, and Gradle on Linux
360 Tech Engineering
360 Tech Engineering
Feb 19, 2019 · Backend Development

Troubleshooting Guide for Setting Up HttpRunnerManager with Python, Django, RabbitMQ, MySQL and Related Modules

This article first briefly introduces the traditional Chinese lantern‑festival foods 元宵 and 汤圆, then provides a step‑by‑step troubleshooting guide for installing and configuring the HttpRunnerManager environment, covering Python version selection, RabbitMQ security, Django and djcelery installation, MySQL client and charset settings, remote access configuration, and YAML module installation.

DjangoMySQLPython
0 likes · 5 min read
Troubleshooting Guide for Setting Up HttpRunnerManager with Python, Django, RabbitMQ, MySQL and Related Modules
Java Architect Essentials
Java Architect Essentials
Jun 21, 2018 · Frontend Development

Setting Up a React Development Environment on macOS

This guide walks through installing Node.js, configuring npm with a Chinese mirror, and using create‑react‑app to quickly create and run a React project on macOS, including all necessary command‑line steps and code snippets.

Node.jsReactSetup
0 likes · 6 min read
Setting Up a React Development Environment on macOS
Test Development Learning Exchange
Test Development Learning Exchange
Mar 17, 2018 · Databases

How to Set Up a Redis Cluster on macOS

This guide explains why a Redis cluster is needed for large data sets, describes the hash‑slot architecture introduced in Redis 3.0, and provides step‑by‑step instructions—including directory creation, configuration changes, instance startup, Ruby gem installation, and cluster creation commands—to build a functional Redis cluster on a Mac.

ClusterRedisSetup
0 likes · 8 min read
How to Set Up a Redis Cluster on macOS