Tencent Cloud
Developer community
file
Suggestion feedback
Console
Login/Registration
home page
study
activity
Special area
Sphere
tool
MCP Plaza
Article/Answer/Technical Bull
search
search
close
release
home page
study
activity
Special area
Sphere
tool
MCP Plaza
Return to Tencent Cloud official website
Technical Creation Training Camp | "Super Code Power" Technology Challenge
🚧
The first stage of the "Novice Village" is open, and you can participate in the lucky draw of the goose factory by sending the article!
Start to break through
Cloud development application collection activity | AI code expedition season
🛰️
Newly added "Sunshine Award" to win the community's customized peripheral blind box
Participate now
🥭
"Li" carve to start!
Using "algorithm" to transport litchi in Chang'an?
Hot Technology Award Collection Issue 11
Lima Action
💡
What are some tips for programmers to keep healthy?
50 years of working for your own health
💪
Answer immediately
Docker Free Training Camp is open for registration, let's catch up with the new era!
Tsinghua OpenCamp x Tencent Cloud CNB
Register now
Recommended for you
Tencent Zone
Subscribe and follow
cloud computing
artificial intelligence
front end
back-end
programing language
data base
big data
Audio and video
security
Internet of Things
Hardware
Operation and maintenance
test
Network and communication
architecture design
development tool
operating system
Career development
algorithm
Administration
Security governance
Interface test
software test
Safety test
devops
API security policy from the perspective of testing
With the wide application of microservice architecture, front end and back end separation, Serverless and mobile applications, API has become the most frequently exposed attack surface in modern systems.
AI Smart Space
2025-07-08
fourteen
zero
Vscode plug-in
Tencent Technology Creation Training Camp S14 # Novice Village
VsCode must read for beginners: quickly master the most commonly used functions
Visual Studio Code (VS Code for short) is a free, open source and powerful code editor created by Microsoft.
With its excellent performance, high flexibility and rich ecosystem, it has quickly become one of the most popular tools in the global developer community.
VS Code not only supports a variety of mainstream programming languages, but also provides all-round development functions, including intelligent code completion, syntax highlighting, code debugging, version control, and so on. Through its huge extension library, VS Code meets the personalized needs of different development scenarios.
Lion, Ryan
2025-07-07
twenty-two
zero
Project practice
Tencent Technology Creation Training Camp S14 # Novice Village
Multi terminal development practice | Multi terminal practice guide of Taro based intelligent commodity recommendation system
When we made the choice of multi end frameworks, we gave priority to development efficiency.
The Taro framework supporting React development was selected. The Taro framework provides the ability to "develop at one time and run at multiple ends", so that the learning cost is low and the start is fast.
Ye Yiyi
2025-07-08
twenty
zero
http
selenium
https
Basic Part III of the "Hand in Hand Teaching You" Series - java+selenium automated test - launching the three major browsers (I) (detailed tutorial)
The environment has been set up by Brother Hong. Today, we will simply practice it in the Java project setting up environment: start the three major browsers.
In terms of market share, the world's top three browsers are IE.Firefox. Chrome.
Therefore, here we mainly introduce how to start these three browsers. Similar methods can be used for other browsers.
Beijing Hongge
2021-07-01
2.2K
zero
Tencent Technology Creation Training Camp S14 # Novice Village
Palette selector, CodeBuddy adds color to the design and quickly generates classic color scheme
🎨
Color, as one of the most basic and intuitive elements in web design, directly affects users' visual experience and emotional feedback.
Whether in UI design, graphic design or website development, color matching is a crucial factor.
How to choose a harmonious and attractive color scheme from the rich colors is a challenge for designers when they create.
Not confused
2025-07-03
ninety-three
zero
Tencent Technology Creation Training Camp S14 # Novice Village
Spring AI plays multiple rounds of dialogue
What about AI "amnesia"? This article takes you to use Spring AI to solve multiple rounds of conversations, so that your AI applications have super memories!
From ChatClient, Advisors to actual combat coding, build an intelligent history expert who can remember the context in three steps.
Programmer NEO
2025-07-07
thirty-one
zero
c++
On SPFA
SPFA algorithm is another name for the queue optimization algorithm of Bellman Ford algorithm. It is usually used to find the shortest path of a single source with negative weight edges, as well as negative weight rings.
In the worst case, the time complexity of SPFA is the same as that of naive Bellman Ford, which is O (VE).
Clare613
2025-07-06
thirty-six
zero
Tencent Technology Creation Training Camp S14 # Novice Village
Chatbox
➕
knowledge base
➕
Mcp=Machine Learning Personal Voice Assistant
Including 799 pages of generative teacher Wu Enda's in-depth learning course, 422 pages of Zhou Zhihua's Machine Learning (Watermelon Book), 336 pages of Stanford University's 2014 machine learning course, etc.
LucianaiB
2025-07-07
seventeen
zero
c++11
Tencent Technology Creation Training Camp S14 # Novice Village
C++11 shared_ptr Principle and Detailed Tutorial
Std:: shared_ptr is another smart pointer introduced by C++11. It is different from the exclusive ownership of unique_ptr. It implements the shared ownership semantics.
Multiple shared_ptr instances can manage the same object at the same time. When the last shared_ptr holding the object is destroyed, the object will be automatically released.
This mechanism is implemented by reference counting, which is an ideal choice to solve the resource sharing problem.
Random talk on code matters
2025-07-03
one hundred and sixty-five
zero
Tencent Cloud Low code Solution
"Bootstrap development" paradigm: how OneCode reconstructs its own tool chain with low code
"The core tool chain of OneCode is realizing progressive bootstrap development through its own platform - this process itself is the ultimate verification of the platform's capabilities.
We adopt a mixed mode of "low code building+native extension": basic modules (such as DSL parsers and visual designers) generate 80% of standardized code by dragging, while core components such as performance sensitive compilation engines and microservice governance still retain Java deep optimization.
This development method not only verifies the feasibility of OneCode in the development of complex systems, but also forms a closed-loop paradigm of "making tools with tools", providing a live reference architecture for developers.
"
onecode
2025-07-07
twenty-five
zero
Recommended for you
Tencent Zone
Subscribe and follow
cloud computing
artificial intelligence
front end
back-end
programing language
data base
big data
Audio and video
security
Internet of Things
Hardware
Operation and maintenance
test
Network and communication
architecture design
development tool
operating system
Career development
algorithm
Security governance
Interface test
software test
Safety test
devops
API security policy from the perspective of testing
With the wide application of microservice architecture, front end and back end separation, Serverless and mobile applications, API has become the most frequently exposed attack surface in modern systems.
AI Smart Space
2025-07-08
Vscode plug-in
Tencent Technology Creation Training Camp S14 # Novice Village
VsCode must read for beginners: quickly master the most commonly used functions
Visual Studio Code (VS Code for short) is a free, open source and powerful code editor created by Microsoft.
With its excellent performance, high flexibility and rich ecosystem, it has quickly become one of the most popular tools in the global developer community.
VS Code not only supports a variety of mainstream programming languages, but also provides all-round development functions, including intelligent code completion, syntax highlighting, code debugging, version control, and so on. Through its huge extension library, VS Code meets the personalized needs of different development scenarios.
Lion, Ryan
2025-07-07
Project practice
Tencent Technology Creation Training Camp S14 # Novice Village
Multi terminal development practice | Multi terminal practice guide of Taro based intelligent commodity recommendation system
When we made the choice of multi end frameworks, we gave priority to development efficiency.
The Taro framework supporting React development was selected. The Taro framework provides the ability to "develop at one time and run at multiple ends", so that the learning cost is low and the start is fast.
Ye Yiyi
2025-07-08
http
selenium
https
Basic Part III of the "Hand in Hand Teaching You" Series - java+selenium automated test - launching the three major browsers (I) (detailed tutorial)
The environment has been set up by Brother Hong. Today, we will simply practice it in the Java project setting up environment: start the three major browsers.
In terms of market share, the world's top three browsers are IE.Firefox. Chrome.
Therefore, here we mainly introduce how to start these three browsers. Similar methods can be used for other browsers.
Beijing Hongge
2021-07-01
Tencent Technology Creation Training Camp S14 # Novice Village
Palette selector, CodeBuddy adds color to the design and quickly generates classic color scheme
🎨
Color, as one of the most basic and intuitive elements in web design, directly affects users' visual experience and emotional feedback.
Whether in UI design, graphic design or website development, color matching is a crucial factor.
How to choose a harmonious and attractive color scheme from the rich colors is a challenge for designers when they create.
Not confused
2025-07-03
Tencent Technology Creation Training Camp S14 # Novice Village
Spring AI plays multiple rounds of dialogue
What about AI "amnesia"? This article takes you to use Spring AI to solve multiple rounds of conversations, so that your AI applications have super memories!
From ChatClient, Advisors to actual combat coding, build an intelligent history expert who can remember the context in three steps.
Programmer NEO
2025-07-07
c++
On SPFA
SPFA algorithm is another name for the queue optimization algorithm of Bellman Ford algorithm. It is usually used to find the shortest path of a single source with negative weight edges, as well as negative weight rings.
In the worst case, the time complexity of SPFA is the same as that of naive Bellman Ford, which is O (VE).
Clare613
2025-07-06
Tencent Technology Creation Training Camp S14 # Novice Village
Chatbox
➕
knowledge base
➕
Mcp=Machine Learning Personal Voice Assistant
Including 799 pages of generative teacher Wu Enda's in-depth learning course, 422 pages of Zhou Zhihua's Machine Learning (Watermelon Book), 336 pages of Stanford University's 2014 machine learning course, etc.
LucianaiB
2025-07-07
c++11
Tencent Technology Creation Training Camp S14 # Novice Village
C++11 shared_ptr Principle and Detailed Tutorial
Std:: shared_ptr is another smart pointer introduced by C++11. It is different from the exclusive ownership of unique_ptr. It implements the shared ownership semantics.
Multiple shared_ptr instances can manage the same object at the same time. When the last shared_ptr holding the object is destroyed, the object will be automatically released.
This mechanism is implemented by reference counting, which is an ideal choice to solve the resource sharing problem.
Random talk on code matters
2025-07-03
Tencent Cloud Low code Solution
"Bootstrap development" paradigm: how OneCode reconstructs its own tool chain with low code
"The core tool chain of OneCode is realizing progressive bootstrap development through its own platform - this process itself is the ultimate verification of the platform's capabilities.
We adopt a mixed mode of "low code building+native extension": basic modules (such as DSL parsers and visual designers) generate 80% of standardized code by dragging, while core components such as performance sensitive compilation engines and microservice governance still retain Java deep optimization.
This development method not only verifies the feasibility of OneCode in the development of complex systems, but also forms a closed-loop paradigm of "making tools with tools", providing a live reference architecture for developers.
"
onecode
2025-07-07
good afternoon.
Welcome to Tencent Cloud Developer Community
Sign in
Salon Calendar
All>
Join the discussion
Q&A section of>
Ranking list of original authors
More>
Question Archive
Column
Quick news article archiving
Keyword archiving
Developer manual archiving
Developer's Manual Section Archiving
Coupon collection