Tag

QQ

0 views collected around this technical thread.

Python Programming Learning Circle
Python Programming Learning Circle
Nov 22, 2024 · Mobile Development

Automating QQ Message Replies with Python and Appium

This article demonstrates how to set up a Python environment with Appium, install necessary tools, connect an Android device, and implement a script that automatically reads incoming QQ messages and replies with predefined responses, providing step‑by‑step instructions and sample code for mobile automation.

AndroidApp TestingQQ
0 likes · 8 min read
Automating QQ Message Replies with Python and Appium
IT Services Circle
IT Services Circle
Nov 19, 2024 · Information Security

QQ and TIM Crash Caused by QQ NT Kernel Vulnerability and Recommended Mitigation Steps

A widespread crash affecting QQ and TIM on Windows, iOS, and Android was caused by a vulnerability in the QQ NT kernel that allowed malicious code in group file previews to trigger the failure, and users are advised to clean chat records or await server-side fixes.

QQQQ NT kernelSecurity Vulnerability
0 likes · 5 min read
QQ and TIM Crash Caused by QQ NT Kernel Vulnerability and Recommended Mitigation Steps
Java Tech Enthusiast
Java Tech Enthusiast
Oct 28, 2024 · Databases

Choosing Between int and string for Storing QQ Numbers

While storing early five‑ and six‑digit QQ IDs as int32 or int64 offers memory efficiency and fast queries, the later expansion to eleven‑digit numbers and potential inclusion of non‑numeric symbols makes a string representation preferable to ensure flexible, future‑proof handling of QQ numbers.

QQdata typedatabase
0 likes · 3 min read
Choosing Between int and string for Storing QQ Numbers
IT Services Circle
IT Services Circle
Mar 19, 2024 · Product Management

QQ vs. WeChat: User Statistics, Feature Comparison, and Market Evolution

The article examines the enduring popularity of QQ with over 500 million active users, compares its rich feature set and historical rivalry with WeChat, highlights shifting user trends, and discusses how both platforms have adapted their product strategies amid changing market dynamics.

Feature ComparisonQQUser Statistics
0 likes · 7 min read
QQ vs. WeChat: User Statistics, Feature Comparison, and Market Evolution
Tencent Cloud Developer
Tencent Cloud Developer
Sep 21, 2023 · Frontend Development

Memory Optimization of Desktop QQ: A Stage Summary

To curb Desktop QQ’s excessive Electron memory consumption, the team applied comprehensive profiling, code and resource slimming, thumbnail image generation, visible‑only DOM rendering, layer merging, Lottie animation tuning, API caching, and leak removal, achieving average usage around 228 MB and keeping all six processes below 300 MB with ongoing monitoring.

Desktop ApplicationElectronMemory Optimization
0 likes · 24 min read
Memory Optimization of Desktop QQ: A Stage Summary
Architect's Guide
Architect's Guide
Jul 28, 2023 · Information Security

OAuth 2.0 Overview, Authorization Modes, and Implementation for GitHub, QQ, and WeChat Login

This article provides a comprehensive introduction to OAuth 2.0, its core concepts, advantages and disadvantages, details four authorization flows, and presents step‑by‑step Java Spring Boot implementations for GitHub, QQ, and WeChat third‑party login, including database design considerations and code examples.

AuthenticationGitHubJava
0 likes · 21 min read
OAuth 2.0 Overview, Authorization Modes, and Implementation for GitHub, QQ, and WeChat Login
IT Services Circle
IT Services Circle
May 5, 2023 · Frontend Development

Cross‑Platform Desktop Development: QQ’s Adoption of Electron and Microsoft Teams’ Migration to WebView2

The article examines how QQ unified its Windows, macOS, and Linux clients using the Electron‑based QQ NT architecture, contrasts this with Microsoft Teams’ recent shift from Electron to Edge WebView2 for better performance and lower memory usage, and discusses the trade‑offs developers face when selecting cross‑platform frameworks.

Desktop DevelopmentElectronMicrosoft Teams
0 likes · 9 min read
Cross‑Platform Desktop Development: QQ’s Adoption of Electron and Microsoft Teams’ Migration to WebView2
Tencent Cloud Developer
Tencent Cloud Developer
Feb 8, 2023 · Backend Development

Design and Implementation of QQ Reminder Subscription Push System

Tencent’s QQ reminder subscription push system combines push‑pull prefetching, heterogeneous MySQL/Redis storage, delayed‑queue triggers, Redis‑based rate‑limiting, task scattering, message‑queue decoupling, at‑least‑once delivery, and dual‑replica disaster recovery within a dispatcher‑worker architecture to ensure reliable, controllable, low‑latency mass notifications.

Message QueuePush NotificationQQ
0 likes · 13 min read
Design and Implementation of QQ Reminder Subscription Push System
Python Programming Learning Circle
Python Programming Learning Circle
Nov 29, 2021 · Backend Development

Automating Daily Love Messages with Python and QQ on macOS

This guide demonstrates how to use Python on macOS to scrape love quotes, store them, and automatically launch QQ to send a random quote each day, including code snippets and steps to set up an Automator app for startup execution.

PythonQQWeb Scraping
0 likes · 4 min read
Automating Daily Love Messages with Python and QQ on macOS
Python Programming Learning Circle
Python Programming Learning Circle
Nov 3, 2021 · Backend Development

Using Selenium and Python to Identify Who Has Blocked You on QQ Space

This article demonstrates how to employ Python, Selenium, and web‑scraping techniques to log into QQ Space, extract authentication cookies, compute the required g_tk parameter, retrieve the friend list via QQ's API, and automatically detect and blacklist users who have blocked you.

QQSeleniumWeb Scraping
0 likes · 7 min read
Using Selenium and Python to Identify Who Has Blocked You on QQ Space
Java Architect Essentials
Java Architect Essentials
Jun 4, 2021 · Backend Development

Implementing GitHub and QQ OAuth2 Login with Spring Boot

This article provides a step‑by‑step guide to integrating GitHub and QQ third‑party OAuth2 login in a Spring Boot backend, covering app registration, required URLs, state handling to prevent CSRF, and complete Java code for authorization, token exchange, and user info retrieval.

AuthenticationGitHubJava
0 likes · 10 min read
Implementing GitHub and QQ OAuth2 Login with Spring Boot
Python Programming Learning Circle
Python Programming Learning Circle
Apr 30, 2021 · Mobile Development

Automating QQ Message Replies on Android Using Python and Appium

This tutorial explains how to set up Python and Appium on a PC, configure Android SDK and device debugging, and write a Python script that automatically reads and replies to QQ messages on an Android phone.

AndroidPythonQQ
0 likes · 5 min read
Automating QQ Message Replies on Android Using Python and Appium
Tencent Cloud Developer
Tencent Cloud Developer
Mar 25, 2020 · Mobile Development

Technical Summary of 2020 Tencent QQ Spring Festival Red Packet: Configuration, Staggering, Data Reporting, and Resource Pre‑download Strategies

The 2020 Tencent QQ Spring Festival Red Packet system achieved stable, high‑performance operation by using dynamic global configurations, a two‑stage geographic and hash‑based staggering scheme, layered real‑time data reporting with batch aggregation, controlled Wi‑Fi‑only resource pre‑download, and flexible feature switches to limit backend load during peak usage.

Data ReportingLoad BalancingMobile Development
0 likes · 20 min read
Technical Summary of 2020 Tencent QQ Spring Festival Red Packet: Configuration, Staggering, Data Reporting, and Resource Pre‑download Strategies
Qunar Tech Salon
Qunar Tech Salon
Feb 24, 2020 · Cloud Computing

QQ’s Full Migration to Tencent Cloud: Architecture, Challenges, and Lessons Learned

The article details how QQ migrated all of its services to Tencent Cloud, describing the business scenarios, migration timeline, technical approaches, challenges such as cost, security, and performance, and the operational and architectural lessons gained from the full cloud transition.

Cloud ArchitectureQQTencent Cloud
0 likes · 12 min read
QQ’s Full Migration to Tencent Cloud: Architecture, Challenges, and Lessons Learned
Tencent Tech
Tencent Tech
Jan 17, 2020 · Cloud Computing

How QQ Tackled Massive Cloud Migration Challenges – Tencent’s Strategy Revealed

Tencent’s QQ service migrated over a million servers to public cloud, detailing comprehensive planning, phased execution, and solutions to security, dependency, disaster recovery, and gray‑scale challenges, while highlighting infrastructure upgrades, database migration, cloud‑native tools, and operational transformations that ensured zero user impact.

QQTencentcloud migration
0 likes · 20 min read
How QQ Tackled Massive Cloud Migration Challenges – Tencent’s Strategy Revealed
Qunar Tech Salon
Qunar Tech Salon
Nov 15, 2017 · Operations

Mobile QQ Operations: Business Overview, Network Fault Cases, Backend Architecture Optimization, Global Intelligent Scheduling, and Mobile Network Performance Enhancements

This article details Mobile QQ's rapid growth, analyzes network fault cases in China and Hong Kong, describes the evolution of its backend architecture from single to three‑center deployment, and explains global intelligent scheduling and mobile‑side optimizations that dramatically improve latency and reliability.

MobileQQbackend architecture
0 likes · 19 min read
Mobile QQ Operations: Business Overview, Network Fault Cases, Backend Architecture Optimization, Global Intelligent Scheduling, and Mobile Network Performance Enhancements
Efficient Ops
Efficient Ops
Nov 8, 2017 · Operations

How Tencent Scaled Mobile QQ: From 500K to 180M Users with Global Smart Scheduling

This article details how Tencent's Mobile QQ grew from a half‑million online users to over 180 million by optimizing network access, evolving backend architecture from a single‑center to a three‑center design, and deploying a real‑time global smart‑scheduling system that reduces packet loss and login latency for both domestic and overseas users.

QQbackend architectureglobal scheduling
0 likes · 23 min read
How Tencent Scaled Mobile QQ: From 500K to 180M Users with Global Smart Scheduling