覆手为雨
  • Home
  • Archive
  • Links
  • About
  • AI Creation
  • AI Chat
  • More
    • 后台管理
    • 订阅博客
  • 中文

Node.js MySQL Connection and SQL Injection Prevention Methods

Install mysql $ yarn add mysql Create connection pool, common SQL statements // mysql.js const mysql = require('mysql'); // Create connection pool const...
Others
2026-07-08 54 次浏览

JavaScript: Property 'XYZ' does not exist on type 'Readonly<{children?: ReactNode;}>'

interface IRecipeProps { ingredients?: string[]; title?: string; img?: string; instructions?: string; } interface IRecipeState {} class Recipe extends C...
Others
2026-07-08 39 次浏览

Countdown Timer with Web Worker

CountDownTimer.jsx ```js import React from "react"; import styled from "styled-components"; import WebWorker from "../../utils/worker"; let work = funct...
Others
2026-07-08 54 次浏览

The Model Is No Longer Important - Behind the Doubao 2.1 Release, ByteDance Is Fighting an Entry War

180 trillion daily tokens, 49.5% market share, four product lines simultaneously integrated. The real signal of Seed 2.1 release is not that the model is stronger, but that the entry war has begun.
AI Doubao ByteDance Seed 2.1 Agent Entry War
2026-07-08 60 次浏览

How to Use React Components in Vue

Vue can use React components, but it requires a library called `vue-reactive-renderer` to implement. Here are the basic steps: 1. Install `vue-reactive-...
Others
2026-07-08 59 次浏览

antd-mobile component library swiper not auto-scrolling issue

01 - Carousel component issue Cause: Need to request backend data, so initial data is set to empty; but autoplay is set, causing conflict Phenomenon: In...
Others
2026-07-08 60 次浏览

Blurry Photo Savior: Devours 9 Types of Degradation in One Go, Open-Source Leader Closing In on Closed-Source Ceiling

RealRestorer: one model handles 9 image degradations, ranked first among open-source methods, third globally, with best performance in deblurring and low-light enhancement.
AI Image Restoration RealRestorer Open Source StepFun
2026-07-08 65 次浏览

Stop Writing Prompts: Your AI Is Waiting for a System That Runs Itself

A screenwriter doesn't stay on set to watch every camera after finishing the script. But today, most people's relationship with AI is exactly that—you write a 'script' (Prompt) and then stay on set the whole time, monitoring every frame.
Loop Engineering AI Agent Claude Code Loop Engineering Automation
2026-07-08 66 次浏览

After TradingView Fullscreen Display, Still Maintain the Ability to Open/Close Fullscreen

Simply put, you need to customize the chart. Idea: Hide the TradingView's built-in fullscreen button, then customize the chart to implement the logic. l...
Others
2026-07-08 62 次浏览

Managing Large Frontend Projects with Lerna

I. Introduction Recently, I planned to develop a modular frontend library at the business level that supports arbitrary plug-and-play combination. It's...
Others
2026-07-08 55 次浏览
  • Previous
  • Next
About the Author
作者头像
覆手为雨

覆手为雨,博客

Notice
No English notice yet.
覆手为雨 © 2026