Tag

formatting

0 views collected around this technical thread.

IT Architects Alliance
IT Architects Alliance
Jul 29, 2024 · Fundamentals

Understanding Java BigDecimal: Overview, Constructors, Methods, Formatting, and Common Issues

This article explains Java's BigDecimal class, covering its purpose for high‑precision arithmetic, common constructors, essential methods such as add, subtract, multiply, divide, comparison, formatting with NumberFormat, handling of division exceptions, and provides a utility class with static arithmetic operations for accurate calculations.

ArithmeticBigDecimalException
0 likes · 15 min read
Understanding Java BigDecimal: Overview, Constructors, Methods, Formatting, and Common Issues
Go Programming World
Go Programming World
Jul 21, 2024 · Fundamentals

Chinese Copywriting Guidelines: Formatting Rules for Code Comments, README, and Documentation

This article introduces the Chinese copywriting guidelines, explaining why spaces between Chinese and English, numbers, units, and punctuation matter, providing concrete examples and best‑practice rules, and showcasing the autocorrect CLI tool and language libraries that can automatically enforce these formatting standards.

CLI toolChinese copywritingautocorrect
0 likes · 16 min read
Chinese Copywriting Guidelines: Formatting Rules for Code Comments, README, and Documentation
Architect's Guide
Architect's Guide
Jun 24, 2024 · Fundamentals

Comprehensive Guide to Java BigDecimal: Overview, Constructors, Methods, Formatting, and Common Pitfalls

This article explains Java's BigDecimal class, covering its purpose for high‑precision arithmetic, recommended constructors, key arithmetic methods, comparison techniques, formatting with NumberFormat, handling of division exceptions, and best‑practice tips such as using the String constructor and managing immutability.

ArithmeticBigDecimalException
0 likes · 13 min read
Comprehensive Guide to Java BigDecimal: Overview, Constructors, Methods, Formatting, and Common Pitfalls
Top Architect
Top Architect
Jun 8, 2024 · Backend Development

Comprehensive Guide to Java BigDecimal: Overview, Constructors, Methods, Formatting, Exceptions, and Utilities

This article provides an in‑depth tutorial on Java's BigDecimal class, covering its purpose, common constructors, essential arithmetic methods, comparison techniques, formatting with NumberFormat, handling of division exceptions, and a utility class offering precise add, subtract, multiply, divide, rounding, and comparison operations.

ArithmeticBigDecimalExceptionHandling
0 likes · 16 min read
Comprehensive Guide to Java BigDecimal: Overview, Constructors, Methods, Formatting, Exceptions, and Utilities
Selected Java Interview Questions
Selected Java Interview Questions
Jan 1, 2024 · Backend Development

Comprehensive Guide to Java BigDecimal: Overview, Constructors, Common Methods, Formatting, and Exceptions

This article provides an in‑depth overview of Java's BigDecimal class, covering its purpose for high‑precision arithmetic, frequently used constructors, essential methods for arithmetic and conversion, techniques for formatting numbers, handling of common exceptions, and includes practical code examples and a utility class for precise calculations.

ArithmeticBigDecimalJava
0 likes · 16 min read
Comprehensive Guide to Java BigDecimal: Overview, Constructors, Common Methods, Formatting, and Exceptions
php中文网 Courses
php中文网 Courses
Oct 25, 2023 · Backend Development

Understanding and Using PHP date() Function for Date and Time Formatting

This article explains the PHP date() function, covering its syntax, required and optional parameters, common format characters for year, month, day, hour, minute and second, additional textual options, usage for timestamp conversion, and timezone considerations, helping developers handle date and time tasks efficiently.

DateDateTimePHP
0 likes · 5 min read
Understanding and Using PHP date() Function for Date and Time Formatting
Architecture Digest
Architecture Digest
Aug 18, 2023 · Backend Development

Comprehensive Guide to Java BigDecimal: Constructors, Methods, Formatting, and Common Pitfalls

This article explains Java's BigDecimal class, covering its purpose for high‑precision arithmetic, the most frequently used constructors, essential instance methods, comparison techniques, formatting with NumberFormat, handling of division exceptions, and a utility class that wraps common operations, all illustrated with concrete code examples.

ArithmeticBigDecimalJava
0 likes · 15 min read
Comprehensive Guide to Java BigDecimal: Constructors, Methods, Formatting, and Common Pitfalls
php中文网 Courses
php中文网 Courses
Jul 13, 2023 · Backend Development

How to Keep Two Decimal Places in PHP Using round(), sprintf() and number_format()

This tutorial demonstrates three PHP techniques—round(), sprintf(), and number_format()—to format numbers with exactly two decimal places, explains the number_format() function syntax and parameters, and provides practical examples for displaying product prices with customizable decimal points and thousand separators.

DecimalPHPbackend
0 likes · 5 min read
How to Keep Two Decimal Places in PHP Using round(), sprintf() and number_format()
Top Architect
Top Architect
Mar 20, 2023 · Backend Development

Comprehensive Guide to Java BigDecimal: Overview, Constructors, Methods, Formatting, and Common Exceptions

This article explains Java's BigDecimal class for high‑precision arithmetic, covering its purpose, common constructors, usage examples, essential arithmetic and comparison methods, formatting techniques with NumberFormat, handling of division exceptions, and a summary of best practices with a utility class example.

ArithmeticBigDecimalJava
0 likes · 16 min read
Comprehensive Guide to Java BigDecimal: Overview, Constructors, Methods, Formatting, and Common Exceptions
Python Programming Learning Circle
Python Programming Learning Circle
May 27, 2022 · Fundamentals

Nine Useful JSON Validation and Formatting Tools

This article introduces nine popular tools—including JSONLint, JSONCompare, JTC, ijson, and others—that help developers validate, format, compress, compare, and edit JSON data, providing both online services and IDE plugins for more efficient JSON handling.

CLIData ProcessingDeveloper Tools
0 likes · 5 min read
Nine Useful JSON Validation and Formatting Tools
Selected Java Interview Questions
Selected Java Interview Questions
Apr 3, 2022 · Fundamentals

Comprehensive Guide to Java BigDecimal: Overview, Constructors, Common Methods, Formatting, and Pitfalls

This article provides an in‑depth overview of Java's BigDecimal class, covering its purpose for high‑precision arithmetic, essential constructors, key methods for addition, subtraction, multiplication, division, formatting techniques, common exceptions, and practical utility code examples.

ArithmeticBigDecimalException
0 likes · 15 min read
Comprehensive Guide to Java BigDecimal: Overview, Constructors, Common Methods, Formatting, and Pitfalls
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
Python Programming Learning Circle
Python Programming Learning Circle
Mar 20, 2021 · Backend Development

Using PrettyTable in Python to Display Structured CLI Tables

This article introduces the PrettyTable library for Python, explains how to install it, demonstrates various ways to create and populate tables—including row, column, CSV, database, and HTML sources—covers output formats, selective printing, sorting, and styling options, and provides complete code examples for each feature.

CLIPrettyTabledata-display
0 likes · 12 min read
Using PrettyTable in Python to Display Structured CLI Tables
Code Ape Tech Column
Code Ape Tech Column
Jan 14, 2021 · Fundamentals

Nine Useful JSON Validation and Formatting Tools

This article introduces nine popular JSON tools—including online validators, formatters, comparators, CLI utilities, IDE plugins, and editors—that help developers verify, format, compare, and manipulate JSON data efficiently across various platforms.

JSONValidationdeveloper
0 likes · 7 min read
Nine Useful JSON Validation and Formatting Tools
Laravel Tech Community
Laravel Tech Community
Jan 4, 2021 · Backend Development

Laravel Excel Export with Merged Cells and Custom Column Formatting

This article demonstrates how to create a Laravel export class using Maatwebsite\Excel that supports merging cells, custom column formatting, and handling large numeric values, providing a complete PHP implementation with constructor, collection, event registration, and column format methods for generating Excel files.

ExcelExportLaravel
0 likes · 3 min read
Laravel Excel Export with Merged Cells and Custom Column Formatting
Python Programming Learning Circle
Python Programming Learning Circle
Jun 11, 2020 · Fundamentals

Understanding and Avoiding Common Mistakes with Python datetime.strptime and strftime

The article explains why Python developers often swap the arguments of datetime.strptime, analyzes the naming and semantics of strptime and strftime, demonstrates correct usage with code examples, and discusses the source‑to‑destination pattern and related special cases such as regex and string methods.

DateTimeParsingPython
0 likes · 7 min read
Understanding and Avoiding Common Mistakes with Python datetime.strptime and strftime
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
Tencent Cloud Developer
Tencent Cloud Developer
Dec 19, 2018 · Big Data

8 Ways to Improve Your Data Visualizations

Improve your data visualizations by applying conditional formatting, adding trend lines, using rule‑based filters, building drill‑down hierarchies, sorting strategically, formatting numbers for clarity, incorporating comparative metrics, and crafting concise, relevant chart titles to convey clear, actionable insights.

comparisonsconditional formattingdata visualization
0 likes · 5 min read
8 Ways to Improve Your Data Visualizations
Test Development Learning Exchange
Test Development Learning Exchange
Aug 14, 2018 · Fundamentals

Understanding the print() Function in Python: Syntax, Parameters, and Formatting

This article explains Python's print() function, covering its syntax, parameters, usage differences between Python 2 and 3, formatting options, controlling line endings, and practical code examples for printing various data types in simple scripts.

PythonSyntaxbasics
0 likes · 5 min read
Understanding the print() Function in Python: Syntax, Parameters, and Formatting
Java Captain
Java Captain
Sep 6, 2017 · Fundamentals

Java I/O Streams: Byte Streams, Character Streams, Buffered Streams, Data Streams, and Object Streams

This article provides a comprehensive tutorial on Java I/O streams, covering byte streams, character streams, buffered streams, line‑oriented I/O, scanning and formatting APIs, command‑line I/O, data streams for primitive types, and object streams for serialization, with detailed code examples and best‑practice guidelines.

BufferingIOJava
0 likes · 26 min read
Java I/O Streams: Byte Streams, Character Streams, Buffered Streams, Data Streams, and Object Streams