Tag

tool

0 views collected around this technical thread.

Selected Java Interview Questions
Selected Java Interview Questions
May 27, 2025 · Backend Development

Mybatis-Plus Generator UI: A Web UI Tool for Custom Code Generation in Spring Boot

This article introduces the Mybatis-Plus Generator UI, a highly customizable web‑based code generator that wraps Mybatis‑Plus, explains its features, shows how to integrate it via Maven, run a sample main class, configure generation strategies, customize templates and naming rules, and even extend the frontend with Yarn builds.

Code GenerationJavaMyBatis-Plus
0 likes · 11 min read
Mybatis-Plus Generator UI: A Web UI Tool for Custom Code Generation in Spring Boot
macrozheng
macrozheng
May 18, 2025 · Fundamentals

Install and Explore JSON Hero: A Powerful JSON Viewer

This guide introduces JSON Hero, a user‑friendly tool for viewing and editing JSON data, explains how to install it locally with Git and npm, shows how to use the web version, and highlights its multiple viewing modes and sharing features.

Column ViewInstallationJSON
0 likes · 5 min read
Install and Explore JSON Hero: A Powerful JSON Viewer
Top Architect
Top Architect
May 10, 2025 · Artificial Intelligence

AI‑Assisted Proof‑of‑Concept Tool for Verifying Asymptotic Estimates by Tao Zhuoxuan

During the May Day holiday, Fields Medalist Tao Zhuoxuan used ChatGPT to develop an open‑source Python tool that automatically verifies asymptotic estimates involving arbitrary positive parameters, shared the GitHub repository, and then promoted his AI community, paid courses, and related services.

AIAsymptotic EstimatesChatGPT
0 likes · 9 min read
AI‑Assisted Proof‑of‑Concept Tool for Verifying Asymptotic Estimates by Tao Zhuoxuan
JD Tech Talk
JD Tech Talk
May 6, 2025 · Backend Development

Building a Java Method Call‑Stack Tracing Tool to Accelerate Issue Diagnosis

This article describes the pain points of daily on‑call debugging, explains how Java StackTraceElement can be leveraged to construct a chain‑style call‑stack visualizer, details the implementation of a lightweight tracing utility with configurable filters, and demonstrates its integration and practical usage in production environments.

JavaStackTracedebugging
0 likes · 14 min read
Building a Java Method Call‑Stack Tracing Tool to Accelerate Issue Diagnosis
Python Programming Learning Circle
Python Programming Learning Circle
Jul 24, 2024 · Fundamentals

A Comprehensive Guide to Popular Python IDEs and Editors

This article reviews a wide range of Python IDEs and code editors—including PyCharm, VS Code, Sublime Text, Vim, Emacs, IDLE, and many others—detailing their features, compatibility, advantages, disadvantages, and download links to help developers choose the most suitable environment for their needs.

EditorPythondevelopment
0 likes · 12 min read
A Comprehensive Guide to Popular Python IDEs and Editors
Architect's Guide
Architect's Guide
Jul 8, 2024 · Frontend Development

JSON Hero – A Lightweight JSON Viewer with Multiple Views and Local Installation Guide

JSON Hero is a lightweight, user‑friendly JSON viewer that offers column, tree, and raw JSON views, automatic content preview, and easy sharing; the article explains its features, provides a local installation guide with Git and npm commands, and shows how to use it directly in the browser.

InstallationJSONViewer
0 likes · 4 min read
JSON Hero – A Lightweight JSON Viewer with Multiple Views and Local Installation Guide
Java Architect Essentials
Java Architect Essentials
Mar 16, 2024 · Backend Development

One-Click Front-End Generation from Database Schema – A Free Tool for Backend Developers

This article introduces a free, low‑code tool that lets backend developers automatically generate functional front‑end management pages from database structures or description files, detailing two generation methods, configuration steps, code snippets, and deployment tips.

Backend Developmentauto UIdatabase schema
0 likes · 6 min read
One-Click Front-End Generation from Database Schema – A Free Tool for Backend Developers
Selected Java Interview Questions
Selected Java Interview Questions
Dec 26, 2023 · Backend Development

Introducing mybatis-plus-generator-ui: A Web UI Code Generator for MyBatis-Plus

This article presents mybatis-plus-generator-ui, a web‑based code generation framework that wraps MyBatis‑Plus, explains its features, shows how to integrate it via Maven and a Spring Boot entry point, demonstrates customization through templates and NameConverter, and provides guidance for building the UI frontend.

Code GenerationJavaMyBatis-Plus
0 likes · 11 min read
Introducing mybatis-plus-generator-ui: A Web UI Code Generator for MyBatis-Plus
Java Architect Essentials
Java Architect Essentials
Nov 8, 2023 · Backend Development

One‑Click Frontend Generation Tool for Backend Developers

This article introduces a free, low‑code web tool that automatically generates CRUD‑style front‑end management pages from database schemas or description files, enabling backend engineers to create functional admin interfaces in minutes without writing front‑end code.

AutomationCRUDbackend
0 likes · 6 min read
One‑Click Frontend Generation Tool for Backend Developers
Sohu Tech Products
Sohu Tech Products
Mar 8, 2023 · Operations

Easy‑Jenkins: A One‑Click Deployment Tool for Vue and Jar Projects

Easy‑Jenkins is a lightweight, one‑click deployment tool for Vue front‑ends and Java jar back‑ends that provides a pipeline‑style interface, real‑time deployment monitoring, branch‑based configuration, and requires no database, making it ideal for small‑scale personal projects.

AutomationDeploymentJava
0 likes · 9 min read
Easy‑Jenkins: A One‑Click Deployment Tool for Vue and Jar Projects
Architecture Digest
Architecture Digest
Nov 21, 2022 · Fundamentals

JSON Hero: A Simple and Powerful JSON Viewer Tool

JSON Hero is a lightweight, feature‑rich JSON utility that offers multiple viewing modes, easy installation via Git and npm, drag‑and‑drop file handling, searchable tree structures, and shareable links, making JSON inspection and editing more intuitive for developers.

JSONdata visualizationfrontend
0 likes · 4 min read
JSON Hero: A Simple and Powerful JSON Viewer Tool
IT Services Circle
IT Services Circle
Sep 15, 2022 · Backend Development

Using EMT4J to Migrate Java Projects from JDK 8 to JDK 11

This article explains how to migrate Java 8 projects to Java 11 by using the Eclipse Migration Toolkit for Java (EMT4J), covering tool installation, command‑line usage, example migrations, analysis of compatibility issues, and the underlying ASM‑based architecture that powers the migration checks.

CompatibilityEMT4JJDK11
0 likes · 11 min read
Using EMT4J to Migrate Java Projects from JDK 8 to JDK 11
IT Services Circle
IT Services Circle
Sep 6, 2022 · Frontend Development

Understanding Low‑Code: Tools vs. Platforms and Their Impact on Development

The article examines the recurring hype around low‑code, contrasting the programmer’s view of it as a DSL like JSX that abstracts DOM manipulation with the capital‑driven notion of a platform that replaces developers, and discusses the practical challenges of customization, collaboration, testing, and the future of low‑code tools.

Reactdevelopmentfrontend
0 likes · 7 min read
Understanding Low‑Code: Tools vs. Platforms and Their Impact on Development
Java Architect Essentials
Java Architect Essentials
Jul 15, 2022 · Frontend Development

JSON Hero: A Simple and Powerful JSON Viewer Tool

JSON Hero is a lightweight, web‑based JSON viewer that offers multiple visualizations, content previews, search, and easy sharing links, with straightforward installation via Git and npm, making JSON inspection and editing more intuitive for developers.

JSONViewerfrontend
0 likes · 4 min read
JSON Hero: A Simple and Powerful JSON Viewer Tool
macrozheng
macrozheng
May 20, 2022 · Frontend Development

Boost Your API Testing: Visualize JSON with JsonHero & JsonVisio

Swagger’s poor JSON handling can hinder API testing, but two sleek visualization tools—JsonHero and JsonVisio—offer formatting, editing, tree views, and easy installation, enabling developers to efficiently view and manipulate JSON data directly from Swagger or standalone.

JSONJsonHeroJsonVisio
0 likes · 7 min read
Boost Your API Testing: Visualize JSON with JsonHero & JsonVisio
IT Services Circle
IT Services Circle
Apr 13, 2022 · Operations

A Comprehensive Guide to Using the fd File Search Tool

This article introduces the open‑source, Rust‑based command‑line utility fd, explains how to install it on various platforms, and demonstrates a wide range of search options—including hidden files, case sensitivity, depth limits, file‑type filtering, and exec commands—providing a practical tutorial for efficient file searching.

RustUnixcommand line
0 likes · 12 min read
A Comprehensive Guide to Using the fd File Search Tool
Python Programming Learning Circle
Python Programming Learning Circle
Apr 11, 2022 · Operations

Using TheFuck: A Python Tool for Automatically Fixing Mistyped Shell Commands

The article introduces the Python‑based tool “thefuck”, explains its purpose of automatically correcting mistyped shell commands, demonstrates common use cases, details installation steps across macOS, Ubuntu and other systems, shows how to configure it, and outlines the underlying rule‑based correction mechanisms.

AutomationLinuxcommand line
0 likes · 5 min read
Using TheFuck: A Python Tool for Automatically Fixing Mistyped Shell Commands
ByteDance Terminal Technology
ByteDance Terminal Technology
Feb 17, 2022 · Mobile Development

DexInjector: Direct APK (dex) Instrumentation Tool and Technical Design

This article introduces DexInjector, a tool for directly instrumenting Android APK dex files to insert logging, performance monitoring, and third‑party hooks without recompiling, explains the underlying technical research, design choices, implementation details, handling of method limits, string jumbo, obfuscation, class conflicts, and provides code examples and workflow diagrams.

APKBytecodeDex
0 likes · 23 min read
DexInjector: Direct APK (dex) Instrumentation Tool and Technical Design
Top Architect
Top Architect
Nov 24, 2021 · Frontend Development

Automating Vue2‑to‑Vue3 Migration with GoGoCode: A Practical Guide

This article explains how to use the GoGoCode AST‑based tool to automate the migration of large Vue 2 codebases to Vue 3, covering installation, command‑line usage, sample transformation rules, supported API changes, and where to find documentation and source code.

ASTGoGoCodeMigration
0 likes · 8 min read
Automating Vue2‑to‑Vue3 Migration with GoGoCode: A Practical Guide
macrozheng
macrozheng
Nov 19, 2021 · Databases

Discover chiner: A Modern Open‑Source Database Design Tool

This article introduces chiner, an open‑source, cross‑platform database design tool built with React, Electron, and Java, compares it with PowerDesigner, walks through installation, core concepts, table and relationship management, and shows import/export capabilities for efficient schema development.

Database DesignElectronReact
0 likes · 8 min read
Discover chiner: A Modern Open‑Source Database Design Tool