惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

WordPress大学
WordPress大学
博客园 - 司徒正美
小众软件
小众软件
H
Help Net Security
博客园 - 聂微东
宝玉的分享
宝玉的分享
Jina AI
Jina AI
酷 壳 – CoolShell
酷 壳 – CoolShell
阮一峰的网络日志
阮一峰的网络日志
M
MIT News - Artificial intelligence
博客园 - 【当耐特】
U
Unit 42
大猫的无限游戏
大猫的无限游戏
Apple Machine Learning Research
Apple Machine Learning Research
S
SegmentFault 最新的问题
腾讯CDC
MongoDB | Blog
MongoDB | Blog
云风的 BLOG
云风的 BLOG
J
Java Code Geeks
I
InfoQ
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
Martin Fowler
Martin Fowler
博客园 - 三生石上(FineUI控件)
Vercel News
Vercel News

博客园 - PanPan003

AI coding - rewind、undo 撤销操作 如何省token? - 项目 知识 固化 如何省token?--- RTK ,input 数据压缩 如何省token?--- ignore文件 如何省token?--- token 用量统计 如何省token? - 何时开启新session? 如何省token? - 更便宜的模型 处理低风险任务 如何省token?-- 如何提问?避免直接粘贴 大段文件 如何省token?- Plan ,任务拆分,从小模型开始 如何省token?-rewind(todo) 如何省token?- handoff (todo) 如何省token? - compact,压缩上下文 Skill - superpowers skill - mattpocock OpenCode 安装 claude code 安装 npm config AI - coding - links/summary SSH 本地端口转发 --- VM中ubuntu service 可被 Windows 访问 Linux 虚拟机 反向代理 - 到宿主机 - decimal, double在 c#中的区别 python environment settings xUnit Theory: Working With InlineData, MemberData, ClassData docker network - container networking KEDA — Kubernetes Based Event Driven Auto scaling(转载) rabbit MQ —— ha-sync-mode. message 同步/ 丢失 in new pods rabbit MQ —— ha-mode, message 同步策列:所有nodes or one nodes 博文阅读密码验证 - 博客园 Kubernetes hpa container scale up/ down 原理 in kubernetes
内网穿透 - devtunnel
PanPan003 · 2026-07-28 · via 博客园 - PanPan003

PS C:\Users\***> winget install Microsoft.devtunnel
Found devtunnel [Microsoft.devtunnel] Version 1.0.1972+07cc55c789
This application is licensed to you by its owner.
Microsoft is not responsible for, nor does it grant any licenses to, third-party packages.
Downloading https://tunnelsassetsprod.blob.core.windows.net/cli/1.0.1972+07cc55c789/devtunnel.exe
██████████████████████████████ 22.6 MB / 22.6 MB
Successfully verified installer hash
Starting package install...
Path environment variable modified; restart your shell to use the new value.
Command line alias added: "devtunnel"
Successfully installed
PS C:\Users\***>

PS C:\Users\****> devtunnel user login
Welcome to dev tunnels!
CLI version: 1.0.1972+07cc55c789

By using the software, you agree to
- the dev tunnels License Terms: https://aka.ms/devtunnels/tos
- the Microsoft Privacy Statement: https://privacy.microsoft.com/privacystatement

Report issues on GitHub: https://aka.ms/devtunnels/issues
Use 'devtunnel --help' to see available commands or visit: https://aka.ms/devtunnels/docs

Logged in as ****@**.com using Microsoft.

PS C:\Users\****> devtunnel create
Tunnel ID : giant-ant-rv60d3h.jpe1
Description :
Labels :
Access control : {}
Host connections : 0
Client connections : 0
Current upload rate : 0 MB/s (limit: 20 MB/s)
Current download rate : 0 MB/s (limit: 20 MB/s)
Tunnel Expiration : 30 days

Set default tunnel to giant-ant-rv60d3h.jpe1.
PS C:\Users\****> devtunnel host -p 7256 --protocol https --allow-anonymous

Connection to host tunnel relay restored.
Hosting port: 7256
Connect via browser: https://79dxvk0t-7256.jpe1.devtunnels.ms
Inspect network activity: https://79dxvk0t-7256-inspect.jpe1.devtunnels.ms

Ready to accept connections for tunnel: puzzled-chair-cw8w1r9.jpe1

access url: https://79dxvk0t-7256.jpe1.devtunnels.ms from command output

issue fix: 

1. 访问 https://rj1pk2r0-8300.jpe1.devtunnels.ms,跳转到localhost 地址

service 确保 appsettings.json 中 

"AllowedHosts": "*",

如果改了,需要 重启本地服务