Tag

console

0 views collected around this technical thread.

php中文网 Courses
php中文网 Courses
Apr 24, 2025 · Frontend Development

Six Lesser‑Known Ways to Output Data in JavaScript

This article introduces six alternative JavaScript output techniques—including document.write, advanced console methods, the Notification API, speech synthesis, Blob with URL.createObjectURL, and WebSocket—providing developers with richer options beyond console.log and alert for diverse web scenarios.

consoledocument.writefrontend
0 likes · 5 min read
Six Lesser‑Known Ways to Output Data in JavaScript
Test Development Learning Exchange
Test Development Learning Exchange
Aug 5, 2024 · Fundamentals

Implementing Dynamic Progress Bars in Python: Multiple Approaches and Code Examples

This article explains how to create dynamic progress bars in Python using plain print statements, the tqdm library, custom styling, multiple and nested bars, update‑frequency control, dynamic descriptions, custom callbacks, as well as the click and rich libraries, providing complete code snippets for each method.

PythonRichclick
0 likes · 7 min read
Implementing Dynamic Progress Bars in Python: Multiple Approaches and Code Examples
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Jun 1, 2024 · Frontend Development

Creating Styled Console Logs in JavaScript with a PrettyLog Utility

This article explains how to enhance console output in JavaScript by using format specifiers, CSS styling, and a custom prettyLog utility that provides info, error, warning, success, table, and image printing functions, while ensuring the logs run only in development environments.

StylingUtilityconsole
0 likes · 12 min read
Creating Styled Console Logs in JavaScript with a PrettyLog Utility
Sohu Tech Products
Sohu Tech Products
Apr 26, 2023 · Frontend Development

Customizing console.log Styles and Building a Console Log Button NPM Library

This article demonstrates how to style console.log output using %c placeholders, outlines the supported CSS properties, and walks through creating a lightweight, Vue‑devtool‑inspired log‑button library with Vite, TypeScript, ESLint, Husky, and ChatGPT‑generated UI color palettes, culminating in publishing the package to npm.

TypeScriptconsolefrontend
0 likes · 14 min read
Customizing console.log Styles and Building a Console Log Button NPM Library
Sohu Tech Products
Sohu Tech Products
Oct 7, 2022 · Fundamentals

How to Output Colored Text in the Terminal Using ANSI Escape Sequences and Python

This tutorial explains how to use ANSI escape sequences, 16‑color and 256‑color schemes, and the Python Colorama library to display colored and styled text, background colors, and cursor effects in terminal windows, with complete code examples and usage notes.

ANSIColorColorama
0 likes · 11 min read
How to Output Colored Text in the Terminal Using ANSI Escape Sequences and Python
Test Development Learning Exchange
Test Development Learning Exchange
Jun 18, 2022 · Backend Development

Simple Java Logging Utility (LogUtils) with Console and File Output

This article introduces a lightweight Java logging utility class named LogUtils that supports four log levels, formats messages, and can output logs to the console or a file, with configurable level, target, and file settings, accompanied by example usage code.

FileIOJavaUtility
0 likes · 8 min read
Simple Java Logging Utility (LogUtils) with Console and File Output
ByteFE
ByteFE
Nov 3, 2021 · Frontend Development

Practical Console Debugging Techniques for Frontend Development

This article provides a comprehensive guide to using the browser console's various methods—such as log, warn, error, info, time, group, count, table, and more—to debug JavaScript code effectively, including syntax examples, placeholders, styling tricks, and visual output demonstrations.

Devtoolsbrowserconsole
0 likes · 14 min read
Practical Console Debugging Techniques for Frontend Development
Python Programming Learning Circle
Python Programming Learning Circle
Oct 30, 2021 · Fundamentals

Rich Python Library: Rich Text, Tables, Progress Bars, and Console Features

This article introduces the Python Rich library, detailing its cross‑platform compatibility, installation via pip, and features such as rich text printing, console logging, emoji support, tables, columns, markdown rendering, syntax highlighting, and progress bars with code examples.

PythonRichconsole
0 likes · 9 min read
Rich Python Library: Rich Text, Tables, Progress Bars, and Console Features
Python Programming Learning Circle
Python Programming Learning Circle
Jul 8, 2021 · Fundamentals

Rich Python Library: Rich Text and Formatting for the Terminal – Installation, Usage, and Features

This article introduces the Rich Python library, explains its cross‑platform compatibility, provides step‑by‑step installation instructions, demonstrates how to use its enhanced print, console, logging, table, progress bar, column, markdown, and syntax‑highlighting features, and includes numerous code examples and screenshots.

PythonRichconsole
0 likes · 8 min read
Rich Python Library: Rich Text and Formatting for the Terminal – Installation, Usage, and Features
Spring Full-Stack Practical Cases
Spring Full-Stack Practical Cases
May 13, 2021 · Backend Development

How to Install, Configure, and Test RocketMQ Console 2.0 with Spring Boot

This guide walks you through setting up RocketMQ Console 2.0 on a RocketMQ 4.8.0 cluster, configuring its properties, building and running the service, and testing message sending and receiving using a Spring Boot application, including topic creation tips.

Messagingbackendconsole
0 likes · 6 min read
How to Install, Configure, and Test RocketMQ Console 2.0 with Spring Boot
Python Programming Learning Circle
Python Programming Learning Circle
Jan 28, 2021 · Fundamentals

Graduate Student Information Management System in Python (Console CRUD Application)

This article presents a Python console program that implements a graduate student information management system, providing basic CRUD operations such as viewing, adding, modifying, and deleting student records, and includes the full source code with menu-driven interaction.

CRUDPythonconsole
0 likes · 6 min read
Graduate Student Information Management System in Python (Console CRUD Application)
Beike Product & Technology
Beike Product & Technology
Dec 24, 2020 · Frontend Development

Building a VS Code Extension to Add Prefixes to console.log Output

This tutorial explains how to create a VS Code extension that automatically prefixes console.log statements with custom identifiers, covering project scaffolding, key file structures, activation events, command registration, implementation details, debugging, and publishing to the marketplace.

Node.jsVS Codeconsole
0 likes · 8 min read
Building a VS Code Extension to Add Prefixes to console.log Output
Qunar Tech Salon
Qunar Tech Salon
Jan 14, 2020 · Frontend Development

Design, Implementation, and Testing of a Babel Console‑Transform Plugin

This article explains how to create a Babel plugin that removes console calls in production builds while extending console methods with styled output and source location information in development, covering installation, configuration, AST manipulation, option validation, and comprehensive testing using TypeScript, ts‑mocha, and chai.

ASTBabelPlugin
0 likes · 11 min read
Design, Implementation, and Testing of a Babel Console‑Transform Plugin
FunTester
FunTester
Aug 8, 2019 · Fundamentals

ConsoleTable: A Simple Java Utility for Formatted Console Grid Output

This article introduces a lightweight Java class, ConsoleTable, that formats map and list data into a neatly aligned console grid resembling SQL client output, explains its usage, provides full source code, and discusses stream-based implementations and potential enhancements.

CLIJavaStream
0 likes · 5 min read
ConsoleTable: A Simple Java Utility for Formatted Console Grid Output
UC Tech Team
UC Tech Team
Dec 28, 2018 · Frontend Development

Using Chrome DevTools Console Shortcuts: $, $$, $_, and $i

This article introduces Chrome DevTools console shortcuts—including $0‑$4 for element references, $ and $$ for query selectors, $_ for the last expression result, and $i for importing npm libraries—explaining their usage to streamline front‑end debugging and testing.

Chrome DevToolsconsoledebugging
0 likes · 3 min read
Using Chrome DevTools Console Shortcuts: $, $$, $_, and $i