Tag

Watermark

0 views collected around this technical thread.

DaTaobao Tech
DaTaobao Tech
Oct 25, 2024 · Big Data

Using Temporary Table JOIN in Flink SQL for Real-Time Stream Enrichment

The article explains how to use Flink SQL’s temporary table join to enrich a real‑time traffic‑log stream with versioned tag data, detailing the required DDL, the time‑versioned join syntax, and essential watermark and idle‑timeout settings that prevent stalls and boundary‑delay issues.

FlinkSQLTemporary Join
0 likes · 7 min read
Using Temporary Table JOIN in Flink SQL for Real-Time Stream Enrichment
Java Architect Essentials
Java Architect Essentials
Sep 22, 2024 · Backend Development

How to Add Watermarks to PDF Files Using Spring Boot and Java Libraries

This article demonstrates multiple methods to add text or image watermarks to PDF documents in a Spring Boot application, covering Java libraries such as Apache PDFBox, iText, Ghostscript command line, Free Spire.PDF, and Aspose.PDF, with code examples and usage instructions.

JavaPDFPDFBox
0 likes · 14 min read
How to Add Watermarks to PDF Files Using Spring Boot and Java Libraries
DeWu Technology
DeWu Technology
Sep 11, 2024 · Frontend Development

Advanced Watermark Techniques and OCR Integration for Front-End Applications

The article details progressive front‑end watermark schemes—from a basic canvas overlay to mutation‑observer‑protected, hide‑ and cover‑resistant, and low‑opacity dark watermarks—and explains how adaptive tone handling, contrast tuning, region cropping, and a hybrid OCR pipeline (internal service with tesseract.js fallback) ensure robust, invisible data protection and accurate screenshot analysis.

Front-endMutationObserverOCR
0 likes · 20 min read
Advanced Watermark Techniques and OCR Integration for Front-End Applications
Top Architect
Top Architect
Aug 10, 2024 · Big Data

Design and Implementation of a Scalable Real-Time Log Monitoring Platform at Baidu

This article introduces Baidu's log platform that handles billions of daily events, explains UBC logging concepts and monitoring requirements, and details a low‑cost, high‑accuracy architecture using real‑time streaming, dimension mapping, watermarking, and time‑window aggregation to achieve reliable, scalable event monitoring.

Big DataReal-time StreamingUBC
0 likes · 14 min read
Design and Implementation of a Scalable Real-Time Log Monitoring Platform at Baidu
Test Development Learning Exchange
Test Development Learning Exchange
Aug 2, 2024 · Fundamentals

Automating Image Watermarking with Python and Pillow

This article introduces the importance of image watermarking for copyright protection and provides a step‑by‑step Python tutorial using the Pillow library, covering installation, basic usage, a script for batch watermarking, and advanced techniques such as dynamic watermarks and automated folder monitoring.

PythonWatermarkautomation
0 likes · 4 min read
Automating Image Watermarking with Python and Pillow
DaTaobao Tech
DaTaobao Tech
Jun 21, 2024 · Big Data

Flink Real-Time Data Development: Cases on Data Skew, Watermark Failure, and GroupBy Issues

The article walks through three Flink streaming pitfalls—data‑skew‑induced back‑pressure, lost watermarks after interval joins, and ineffective group‑by causing duplicate rows—and shows how to resolve them with two‑stage distinct aggregation, hash‑based key distribution, processing‑time windows or split jobs, and mini‑batch buffering.

FlinkOptimizationSQL
0 likes · 14 min read
Flink Real-Time Data Development: Cases on Data Skew, Watermark Failure, and GroupBy Issues
Baidu Tech Salon
Baidu Tech Salon
Jun 18, 2024 · Big Data

Scalable, High‑Accuracy Event Logging Monitoring for Baidu's Log Platform

Baidu’s log platform processes billions of daily page‑view events and, to monitor them accurately with minute‑level latency, implements a downstream streaming‑task architecture that maps limited custom dimensions, uses watermarks for completeness, trims raw data, aggregates into 5‑minute windows, and outputs concise metrics to Elasticsearch, achieving high accuracy, configurability, and low cost.

Big DataUBCWatermark
0 likes · 11 min read
Scalable, High‑Accuracy Event Logging Monitoring for Baidu's Log Platform
php中文网 Courses
php中文网 Courses
Mar 4, 2024 · Frontend Development

Real-Time Photo Capture with Text Watermark Using PHP and JavaScript

This tutorial explains how to access a webcam with JavaScript, display the live video in a web page, capture a frame onto a canvas, overlay custom text as a watermark, and export the result as a data URL for further processing.

JavaScriptPHPWatermark
0 likes · 4 min read
Real-Time Photo Capture with Text Watermark Using PHP and JavaScript
Test Development Learning Exchange
Test Development Learning Exchange
Jun 19, 2023 · Fundamentals

How to Add Watermarks to PDF, Word, PPT, and Excel Using Python

This tutorial explains how to automate watermark insertion for PDF, Word, PowerPoint, and Excel documents with Python by installing appropriate libraries and providing ready-to-use code examples for each file type.

ExcelPDFPPT
0 likes · 5 min read
How to Add Watermarks to PDF, Word, PPT, and Excel Using Python
Test Development Learning Exchange
Test Development Learning Exchange
May 19, 2023 · Fundamentals

Adding Text Watermarks to Images with Python 3 and Pillow

This tutorial explains how to use Python 3 and the Pillow library to add customizable text watermarks to single images and batch‑process entire folders, covering required installations, code implementation, and saving the watermarked results.

PythonTutorialWatermark
0 likes · 7 min read
Adding Text Watermarks to Images with Python 3 and Pillow
Baidu Geek Talk
Baidu Geek Talk
Mar 27, 2023 · Big Data

Precise Watermark Design and Implementation in Baidu's Unified Streaming-Batch Data Warehouse

The article details Baidu's precise watermark design for its unified streaming‑batch data warehouse, describing how a centralized watermark server and client ensure end‑to‑end data completeness, align real‑time and batch windows with 99.9‑99.99% precision, and support accurate anti‑fraud calculations within the broader big‑data ecosystem.

Apache FlinkBaiduBig Data
0 likes · 14 min read
Precise Watermark Design and Implementation in Baidu's Unified Streaming-Batch Data Warehouse
Laravel Tech Community
Laravel Tech Community
Feb 1, 2023 · Backend Development

Using PHP GD Library for Image Processing and JpGraph Chart Generation

This article explains how to use PHP's GD extension and the JpGraph library to create, manipulate, and output images—including canvases, colors, text, CAPTCHA generation, watermarking, and statistical charts—while providing complete code examples and configuration steps.

GD LibraryJpGraphPHP
0 likes · 19 min read
Using PHP GD Library for Image Processing and JpGraph Chart Generation
DataFunSummit
DataFunSummit
Sep 27, 2022 · Frontend Development

Web Watermark Techniques: Visible, Dynamic, and Invisible Watermarks

This article explains various web watermark methods—including simple visible logos, full‑page overlays, dynamic canvas‑generated marks, SVG‑based text watermarks, and robust invisible (blind) watermarks—while covering implementation details, security considerations, and protection mechanisms such as Shadow DOM and MutationObserver.

SVGWatermarkcanvas
0 likes · 16 min read
Web Watermark Techniques: Visible, Dynamic, and Invisible Watermarks
php中文网 Courses
php中文网 Courses
Jun 10, 2022 · Backend Development

Configuring Nginx Proxy for Image Watermarking with a PHP Watermark Class

This article demonstrates how to set up an Nginx location block that proxies image requests to a PHP watermark service, provides a complete PHP Watermark class implementation, and shows a usage example for applying watermarks to images on the fly.

NginxProxyWatermark
0 likes · 3 min read
Configuring Nginx Proxy for Image Watermarking with a PHP Watermark Class
php中文网 Courses
php中文网 Courses
May 6, 2021 · Backend Development

Implementing Image Upload with Automatic Watermark Using PHP, Layui, and Think-Image

This article explains how to set up image uploading with automatic watermarking in a PHP-based management system, covering Composer installation, Think-Image plugin integration, front‑end Layui upload handling, and server‑side code for adding both image and text watermarks.

Image UploadLayUIPHP
0 likes · 8 min read
Implementing Image Upload with Automatic Watermark Using PHP, Layui, and Think-Image
Sohu Tech Products
Sohu Tech Products
Jun 10, 2020 · Mobile Development

Implementing Invisible LSB Watermark on iOS Images

This article explains how to embed and retrieve an invisible numeric watermark in iOS screenshots by modifying the least‑significant bit of the RGB pixel data, provides Swift code examples for encoding and decoding, discusses practical usage scenarios, and notes limitations and possible improvements.

LSBSwiftWatermark
0 likes · 9 min read
Implementing Invisible LSB Watermark on iOS Images
Architect
Architect
Jun 10, 2020 · Big Data

Understanding Flink Time Notions: ProcessTime, EventTime, IngestionTime and Watermarks with Code Examples

This article explains the three time notions supported by Apache Flink—ProcessTime, EventTime, and IngestionTime—detailing their semantics, how Watermarks enable event‑time processing, and provides Scala code samples for configuring time characteristics, assigning timestamps, and generating Watermarks in a streaming job.

BigDataEventTimeFlink
0 likes · 16 min read
Understanding Flink Time Notions: ProcessTime, EventTime, IngestionTime and Watermarks with Code Examples