Tagged articles
19 articles
Page 1 of 1
ITPUB
ITPUB
Nov 22, 2024 · Backend Development

Master Java Collection Conversions with 10 Stream Utility Methods

This article presents a set of ten Java Stream‑based utility methods that simplify converting between Collection, List, Set, and Map types, showing practical examples, test cases, and reusable implementations for common data‑mapping scenarios.

CollectionConversionJava
0 likes · 11 min read
Master Java Collection Conversions with 10 Stream Utility Methods
DaTaobao Tech
DaTaobao Tech
Dec 18, 2023 · Industry Insights

Unlocking E‑Commerce Success: Core Principles and Data‑Driven Strategies Behind Modern Online Retail

This comprehensive guide explains what e‑commerce operation entails, breaks down its six functional areas, compares internet and e‑commerce operations, and presents data‑driven tactics—including conversion funnel analysis, traffic optimization, and average order value improvement—to help businesses boost efficiency and revenue.

ConversionData-drivenMarketing
0 likes · 32 min read
Unlocking E‑Commerce Success: Core Principles and Data‑Driven Strategies Behind Modern Online Retail
Python Programming Learning Circle
Python Programming Learning Circle
May 24, 2023 · Fundamentals

pdf2docx: Python Library for Converting PDF Files to DOCX with Features, Limitations, Installation, and Example

The pdf2docx library uses PyMuPDF and python-docx to extract PDF layouts, paragraphs, images, and tables, offering multi‑process conversion while noting current limitations such as lack of OCR and support for only left‑to‑right languages, and provides simple pip installation and a code example.

ConversionLibraryPDF
0 likes · 3 min read
pdf2docx: Python Library for Converting PDF Files to DOCX with Features, Limitations, Installation, and Example
php Courses
php Courses
Apr 23, 2021 · Backend Development

Converting Decimal Numbers to Binary in PHP with decbin()

This article explains how to use PHP's built‑in decbin() function to convert decimal integers into their binary string representation, covering the function syntax, parameter details, return limits, and providing a clear code example with expected output.

BackendBinaryConversion
0 likes · 1 min read
Converting Decimal Numbers to Binary in PHP with decbin()
Laravel Tech Community
Laravel Tech Community
Jan 26, 2021 · Backend Development

hexdec() – Convert Hexadecimal Strings to Decimal in PHP

hexdec() is a PHP built‑in function that converts a hexadecimal string to its decimal value, ignoring any non‑hex characters, and returns the corresponding integer; the article explains its syntax, parameters, return value, and provides example code demonstrating conversions such as "See" and "a0".

BackendConversionPHP
0 likes · 2 min read
hexdec() – Convert Hexadecimal Strings to Decimal in PHP
Laravel Tech Community
Laravel Tech Community
Jan 20, 2021 · Backend Development

deg2rad() – Convert Degrees to Radians in PHP

The article explains PHP’s deg2rad() function, detailing its signature, parameter, return value, and provides example code that demonstrates converting 45 degrees to radians and verifying the result against the constant M_PI_4 in PHP.

BackendConversionPHP
0 likes · 1 min read
deg2rad() – Convert Degrees to Radians in PHP
Laravel Tech Community
Laravel Tech Community
Jan 19, 2021 · Backend Development

PHP decoct Function – Convert Decimal to Octal

This article explains the PHP decoct function, which returns the octal representation of a given decimal integer, details its parameter and return value, and provides example code demonstrating conversions such as 15 → 17 and 264 → 410.

BackendConversionPHP
0 likes · 2 min read
PHP decoct Function – Convert Decimal to Octal
Python Programming Learning Circle
Python Programming Learning Circle
Jun 30, 2020 · Fundamentals

Understanding Python Data Types: Sequences, Iterators, Conversions, and Comprehensions

This article provides a comprehensive overview of Python’s core data structures—including lists, dictionaries, tuples, sets, and strings—detailing their similarities, differences, conversion methods, and the use of comprehensions and concise conditional expressions to write more efficient and readable code.

ConversionIteratorList
0 likes · 9 min read
Understanding Python Data Types: Sequences, Iterators, Conversions, and Comprehensions
网易UEDC
网易UEDC
Feb 23, 2018 · Product Management

How to Craft a B2B Product Website That Converts: Storytelling, Content, and Design

This article outlines a systematic approach for designing B2B product websites, covering content strategy, user and product analysis, narrative structuring, visual and emotional design, and conversion tactics to ensure the site tells a compelling story that drives user engagement and sales.

B2BConversionUser experience
0 likes · 14 min read
How to Craft a B2B Product Website That Converts: Storytelling, Content, and Design