Tag

TEXT

0 views collected around this technical thread.

Sohu Tech Products
Sohu Tech Products
May 12, 2021 · Mobile Development

Comprehensive Guide to Jetpack Compose Text Component and Its Properties

This article provides an in‑depth tutorial on Jetpack Compose's Text composable, detailing every available attribute, usage examples, styling techniques, selectable and clickable text handling, annotated strings, and practical implementations such as hyperlink integration for Android developers.

AndroidComposeJetpack Compose
0 likes · 18 min read
Comprehensive Guide to Jetpack Compose Text Component and Its Properties
Sohu Tech Products
Sohu Tech Products
Jan 6, 2021 · Mobile Development

Understanding UILabel’s Internal Text Management and Common Pitfalls

This article examines how UILabel stores its text‑related properties internally, reveals the role of the private _content object, and explains the interactions and pitfalls when using the text and attributedText properties in iOS development.

Mobile DevelopmentTEXTUIKit
0 likes · 17 min read
Understanding UILabel’s Internal Text Management and Common Pitfalls
Aikesheng Open Source Community
Aikesheng Open Source Community
Apr 15, 2020 · Databases

Understanding MySQL Large Object Types: TEXT/BLOB and JSON

This article explains MySQL's large object data types—TEXT, BLOB, and JSON—covering their storage formats, performance implications, indexing rules, partition restrictions, relevant server parameters, and practical examples of creating tables, inserting data, and querying JSON values.

Database DesignIndexingJSON
0 likes · 10 min read
Understanding MySQL Large Object Types: TEXT/BLOB and JSON
Aikesheng Open Source Community
Aikesheng Open Source Community
Feb 26, 2020 · Databases

Understanding MySQL Row Size Limits and the Maximum Number of TEXT Columns

This article explains MySQL's row size restrictions, the differences between server and InnoDB limits, how VARCHAR and TEXT columns affect those limits, and demonstrates through calculations and tests the maximum count of TEXT fields that can be stored under various strict‑mode settings.

DatabaseDesignInnoDBMySQL
0 likes · 12 min read
Understanding MySQL Row Size Limits and the Maximum Number of TEXT Columns
360 Tech Engineering
360 Tech Engineering
Oct 22, 2019 · Frontend Development

Drawing Arbitrary Angle Arcs in SVG with Text Labels and Gradient Colors

This article explains how to draw SVG arcs of any angle, position and rotate text labels along the arcs, generate gradient colors using both RGBA and HSL methods, and assemble a reusable JavaScript class that creates interactive circular arc charts with click events.

ARCFrontendSVG
0 likes · 13 min read
Drawing Arbitrary Angle Arcs in SVG with Text Labels and Gradient Colors