Tag

binding

1 views collected around this technical thread.

Spring Full-Stack Practical Cases
Spring Full-Stack Practical Cases
May 26, 2024 · Backend Development

Master Spring Boot Config: @Value vs @ConfigurationProperties & Advanced Binding

This article explains how to use @Value and @ConfigurationProperties in Spring Boot, compares their features, and demonstrates advanced binding techniques such as constructor binding, record binding, duration and data size conversion, and validation with practical code examples.

AnnotationsConfigurationPropertiesJava
0 likes · 9 min read
Master Spring Boot Config: @Value vs @ConfigurationProperties & Advanced Binding
iQIYI Technical Product Team
iQIYI Technical Product Team
Apr 12, 2019 · Frontend Development

Design and Implementation of a JavaScript Automatic Binding Tool for the iQIYI RND Framework

The paper presents a custom JavaScript automatic binding tool for iQIYI’s React Node Desktop framework that parses C++ headers with libclang, applies user‑written YAML rules, generates multi‑inheritance‑aware wrappers via the Mate abstraction, and abstracts engine specifics through a Node‑Addon‑API‑based common layer to support both V8 and JavaScriptCore.

CJavaScriptJavaScriptCore
0 likes · 24 min read
Design and Implementation of a JavaScript Automatic Binding Tool for the iQIYI RND Framework
Tencent IMWeb Frontend Team
Tencent IMWeb Frontend Team
Jun 29, 2017 · Frontend Development

Essential Front‑End Interview Questions and Hands‑On Coding Challenges

This article shares a practical front‑end interview framework, covering GitHub profile checks, hands‑on JavaScript coding tasks such as string spacing, prototype extensions, argument handling, context binding, and building a modal component, all illustrated with clear code examples.

JavaScriptPrototypearguments
0 likes · 8 min read
Essential Front‑End Interview Questions and Hands‑On Coding Challenges