JJohn's Blog
首页文章订阅

所有文章

1347 篇

语言:
中文English
分类:全部AI Deep Dive读书与思想工程与技术工业与行业人生随笔创业与经营文学与创作
⚙️
工程与技术2026年3月17日

使用JavaScript递归计算fibonacci(斐波那契)数列

使用JavaScript递归计算fibonacci(斐波那契)数列 递归、即通过循环调用自身来求解循环的问题,本例程通过递归方式计算斐波那契数列,这也是使用递归计算的一个经典问题。 例程支持直接输入参数调用,如果调用时没有附加斐波那契数列的调用参数,则需要从命令行输入数字并进行计算。 //JavaScript读写命令行 const readline=require('readline');

1 分钟
🌿
人生随笔2026年3月17日

娃哈哈传奇:当豪门剧映入现实

娃哈哈传奇:当豪门剧映入现实 在电视题材中,少有什么能像富豪家族的权力斗争和继承纷争这样的戏码如此吸引观众。TVB长期以来一直认识到这种魅力,不断推出深入探讨豪门家族恩怨情仇的精彩连续剧。他们最新的作品《家族荣耀之继承者》再次引起观众的共鸣,再次证明了这类叙事的持久吸引力。 然而,就在这部剧集落下帷幕之际,一个同样引人入胜的真实故事开始上演,吸引了公众的想象力,主导各大媒体的头条。这场现实世界

7 分钟
⚙️
工程与技术2026年3月17日

这样的翻译是不懂英文还是不懂编程

这样的翻译是不懂英文还是不懂编程 《Programming C#, build cloud, web and Desktop Applications》是一本很不错的C#教程,和大部分同类书籍相比,这本书有几个优势:有大量丰富而且深入浅出的示例;包含了一些非常有见地的编程思想;对C#语言最新的特性和使用方式有画龙点睛式的介绍;对非常重要的和容易产生错误的部分有重点提醒。无论对初学者还是希望提

1 分钟
⚙️
工程与技术2025年10月28日

When Automation Becomes the Enemy: Lessons from AWS's October 2025 DynamoDB Outage

Last week, AWS published their post-mortem for the massive October 19-20 service disruption that brought down DynamoDB and cascaded through dozens of services in us-east-1. Having spent the weekend di

16 分钟
⚙️
工程与技术2025年7月12日

Introducing the Preview Release of AI Toolkit for VS Code with MCP Server Integration

Visual Studio Code (VS Code) has just released a Preview version of its AI Toolkit, introducing a game-changing feature: MCP (Model Context Protocol) Server integration. This update is designed to emp

9 分钟
⚙️
工程与技术2025年6月5日

Optimize LLM Performance on Mac and Ubuntu

When working with large language models (LLMs) on a MacBook Pro with Apple’s M1 or M2 chips, or on Ubuntu with dual NVIDIA 2080 Ti GPUs, it’s essential to optimize performance and utilize GPU accelera

10 分钟
⚙️
工程与技术2025年5月21日

From Idea to Deployment: A Complete Guide to Full-Stack Development with Cursor

Discover how to leverage Cursor AI's powerful capabilities to streamline the entire development lifecycle for modern Go and Next.js applications. ## Introduction In today's fast-paced development en

39 分钟
⚙️
工程与技术2025年5月16日

Cloud vs Open-Source: Comparing AWS, Azure, GCP Services

Modern enterprises face a pivotal choice between using cloud-native services from providers like AWS, Azure, and Google Cloud, versus deploying open-source or self-hosted tools that offer greater cont

148 分钟
⚙️
工程与技术2025年5月11日

Ansible Command Cheat Sheet

📦 Core Commands | Command | Description | Example | ansible | Run ad-hoc commands with modules | ansible all -i inventory.yaml -m ping | ansible-playbook | Execute a playbook | ansible-playbo

3 分钟
⚙️
工程与技术2025年5月10日

Chrome on macOS Cannot Access Router — Full Analysis and Fix

📌 Problem Overview When trying to access a local router via Chrome on macOS using the address http://192.168.3.1, Chrome displays an error like: - “This site can’t be reached” - “ERRADDRESSUNR

9 分钟
⚙️
工程与技术2025年5月10日

The Rare Satisfaction of Finishing a Technical Book

I recently closed the last page of Real-World Next.js by Michele Riva, and something unusual struck me—I had actually finished a technical book from beginning to end. That doesn’t happen often. Like

8 分钟
⚙️
工程与技术2025年4月24日

A Fast Start with Ansible: Managing Your Servers Like a Pro

Ansible offers a streamlined, agentless way to manage your infrastructure — whether you’re operating in a cloud datacenter or orchestrating a smart homelab. In this guide, we’ll walk through setting u

8 分钟
上一页
96979899100101102
下一页
JJohn's Blog

技术、生活与思考的记录地。

导航

  • 首页
  • 文章
  • 订阅

联系

  • GitHub
  • Email
© 2026 John Wei. 保留所有权利。