Tag

Moco

0 views collected around this technical thread.

Laiye Technology Team
Laiye Technology Team
Apr 1, 2022 · Artificial Intelligence

Self‑Supervised Learning: Contrastive Methods and the MoCo Series (V1‑V3)

This article introduces the four types of machine learning, explains self‑supervised learning, details generative and contrastive approaches, and provides an in‑depth overview of the MoCo series (V1‑V3), including their architectures, training strategies, and experimental results on document image classification and text‑line detection tasks.

Mococontrastive learningdocument image classification
0 likes · 12 min read
Self‑Supervised Learning: Contrastive Methods and the MoCo Series (V1‑V3)
Tencent Cloud Developer
Tencent Cloud Developer
Jan 19, 2022 · Cloud Computing

Quickly Building a Mock Server with Serverless Cloud Functions (SCF)

This guide shows how to quickly create a low‑cost, serverless mock server using Tencent Cloud's Serverless Cloud Function (SCF) by packaging the Moco JAR, a JSON response file, and a bootstrap script into a ZIP, deploying it as a Java 8 web function, and optionally using a one‑click template for instant setup and automatic scaling.

Cloud FunctionsDevOpsMock Server
0 likes · 6 min read
Quickly Building a Mock Server with Serverless Cloud Functions (SCF)
Kuaishou Tech
Kuaishou Tech
Oct 20, 2021 · Artificial Intelligence

HiT: Hierarchical Transformer with Momentum Contrast for Video-Text Retrieval

This paper proposes HiT, a hierarchical transformer model with momentum contrast for video-text retrieval, addressing limitations in existing multimodal learning methods by introducing hierarchical cross-modal contrast matching and momentum cross-modal contrast to improve retrieval performance.

Artificial IntelligenceHCMMCC
0 likes · 9 min read
HiT: Hierarchical Transformer with Momentum Contrast for Video-Text Retrieval
FunTester
FunTester
Jun 3, 2021 · Backend Development

FunTester moco: Architecture and Feature Overview of the moco API Testing Framework

This article introduces the FunTester moco framework, summarizing its architecture, the three core components (RequestMatcher, ResponseHandler, HttpServer), detailed matching and response capabilities, and additional utilities such as runners and monitoring, providing a comprehensive guide for developers using the moco API.

API mockingBackend DevelopmentMoco
0 likes · 7 min read
FunTester moco: Architecture and Feature Overview of the moco API Testing Framework
Test Development Learning Exchange
Test Development Learning Exchange
Feb 21, 2021 · Backend Development

Using Moco to Mock HTTP Services: Step‑by‑Step Examples and JMeter Integration

This tutorial explains how to download the Moco‑runner JAR, configure various mock scenarios—including GET, POST, parameterized requests, cookies, headers, and redirects—and run them from the command line or through JMeter for comprehensive API testing.

API testingJMeterMock
0 likes · 8 min read
Using Moco to Mock HTTP Services: Step‑by‑Step Examples and JMeter Integration
FunTester
FunTester
May 30, 2020 · Backend Development

Extending Moco API to Support Delayed Responses for Mocking Slow Endpoints

This article explains how to extend the Moco mock server with custom delay handlers so that developers can simulate API responses that take longer than five seconds, including sample usage, wrapper methods, and the full implementation of a DelayHandler class in Java.

API mockingDelay ResponseMoco
0 likes · 4 min read
Extending Moco API to Support Delayed Responses for Mocking Slow Endpoints
FunTester
FunTester
May 17, 2020 · Backend Development

Moco API Mock Framework – Configuring Response Handlers (Intermediate)

This article explains how to configure response handlers in the Moco API mock framework, covering response types (string, JSON, object) and various strategies such as fixed, random, cyclic, and limited responses, and provides a comprehensive Java class with static helper methods for implementing these behaviors.

API mockingMocoResponse Handling
0 likes · 8 min read
Moco API Mock Framework – Configuring Response Handlers (Intermediate)
FunTester
FunTester
May 15, 2020 · Backend Development

Moco API Mock Framework Video Tutorial (Part 1): Request Matching and Response Handlers

This article introduces a video tutorial series on using the Moco API mock framework, focusing on how to configure request matching (URL, parameters, headers, cookies) and provides a comprehensive set of Java response‑handler utilities for functional and performance testing.

API mockingGroovyMoco
0 likes · 9 min read
Moco API Mock Framework Video Tutorial (Part 1): Request Matching and Response Handlers
FunTester
FunTester
Mar 7, 2020 · Backend Development

Curated Collection of Development Tools and Resources

This article compiles a comprehensive list of Java and Python development tools, including JaCoCo code coverage solutions, Moco API mock server tips, various Java utility libraries, Gradle build guides, and multiple Plotly visualization tutorials, providing direct links for each resource.

GradleJaCoCoMoco
0 likes · 9 min read
Curated Collection of Development Tools and Resources
FunTester
FunTester
Aug 11, 2019 · Backend Development

Implementing Request Rate Limiting in Moco with a Custom LimitHandler

This article explains how to extend the Moco API with a custom LimitHandler to restrict request frequency, provides the Java implementation of the handler, and demonstrates several overloads for configuring default and custom intervals for rate limiting in backend testing scenarios.

APIMocoRate Limiting
0 likes · 6 min read
Implementing Request Rate Limiting in Moco with a Custom LimitHandler
FunTester
FunTester
May 30, 2019 · Backend Development

Custom JSON Request Extractor for Moco to Handle POST Parameters

The article describes a problem with Moco's default request extractor that fails to retrieve JSON parameters from POST requests and provides a custom Java extractor implementation that reads the request content and extracts the desired JSON field.

ExtractorHTTPJSON
0 likes · 3 min read
Custom JSON Request Extractor for Moco to Handle POST Parameters
360 Quality & Efficiency
360 Quality & Efficiency
Apr 12, 2019 · Backend Development

Using Moco to Mock HTTP Services for API Testing and Frontend Development

This article introduces Moco, a Java‑based mock server tool, explains its purpose for early API testing and frontend development, provides step‑by‑step startup commands, showcases JSON request/response demos for various HTTP methods, outlines global configuration, and discusses its limitations.

API testingBackend DevelopmentHTTP
0 likes · 6 min read
Using Moco to Mock HTTP Services for API Testing and Frontend Development