Tag

PreProcessor

0 views collected around this technical thread.

FunTester
FunTester
Nov 25, 2020 · Operations

Using JMeter Pre‑Processors and Post‑Processors for Dynamic URL Load Testing

This article explains how to employ JMeter's pre‑processor (HTML Link Parser) and post‑processor (Result Status Action) to create dynamic URL requests, simulate concurrent users, handle error responses, and visualize results for performance testing of web services.

JMeterPostProcessorPreProcessor
0 likes · 10 min read
Using JMeter Pre‑Processors and Post‑Processors for Dynamic URL Load Testing
Qunar Tech Salon
Qunar Tech Salon
Mar 26, 2019 · Frontend Development

Guide to Using CSS Next (postcss‑cssnext) with Webpack for Modern Front‑End Styling

This article introduces CSS Next, a PostCSS plugin that brings future CSS syntax to current browsers, explains how to integrate it into a Webpack workflow, and demonstrates key features such as custom properties, @apply, calc(), custom media queries, custom selectors, and nesting with code examples compared to Sass and Less.

CSSPostCSSPreProcessor
0 likes · 8 min read
Guide to Using CSS Next (postcss‑cssnext) with Webpack for Modern Front‑End Styling
JD Retail Technology
JD Retail Technology
Nov 2, 2017 · Fundamentals

Understanding C Macros: Definition, Types, Usage, and Advanced Techniques

This article explains C macro fundamentals, covering object-like and function-like macros, advanced techniques such as variadic macros, token pasting, and practical examples like NSLog, singleton, and weak/strong patterns in ReactiveCocoa in iOS development.

C++MacrosObjective-C
0 likes · 16 min read
Understanding C Macros: Definition, Types, Usage, and Advanced Techniques