每日简报

2026-07-11

← 历史归档

wonderwhy-er/DesktopCommanderMCP

TypeScript · ★ 7,623 · 🍴 959 · 📈 328 stars today

This is MCP server for Claude that gives it terminal control, file system search and diff file editing capabilities

中文介绍 为 Claude 提供 MCP server,支持终端控制、文件系统搜索和差异编辑功能,让 AI 助手能直接操作本地开发环境,适合需要 AI 深度参与编码流程的开发者。

oven-sh/bun

Rust · ★ 94,468 · 🍴 4,954 · 📈 209 stars today

Incredibly fast JavaScript runtime, bundler, test runner, and package manager – all in one

中文介绍 极速 JavaScript 运行时,集成 bundler、test runner 和 package manager,一套工具解决前端开发全链路需求,显著降低项目构建和依赖管理的复杂度。

abseil/abseil-cpp

C++ · ★ 17,562 · 🍴 3,204 · 📈 89 stars today

Abseil Common Libraries (C++)

中文介绍 Google 开源的 C++ 通用库,提供字符串、容器、算法等基础组件,被众多大型项目依赖,有效降低重复开发成本,适合对性能和可靠性要求高的 C++ 工程。

addyosmani/agent-skills

JavaScript · ★ 77,088 · 🍴 8,274 · 📈 1,116 stars today

Production-grade engineering skills for AI coding agents.

中文介绍 面向 AI 编程助手的工程技能库,提供生产级代码生成能力,让 AI agent 具备真实工程师的开发经验和最佳实践,提升代码质量和项目交付效率。

jbeder/yaml-cpp

C++ · ★ 6,114 · 🍴 2,262 · 📈 69 stars today

A YAML parser and emitter in C++

中文介绍 C++ 实现的 YAML 解析器和生成器,支持读写字段验证,被广泛集成到配置文件处理场景中,适合需要处理 YAML 格式数据的 C++ 项目。

mattpocock/skills

Shell · ★ 165,153 · 🍴 14,207 · 📈 1,712 stars today

Skills for Real Engineers. Straight from my .claude directory.

中文介绍 工程师实战技能集合,提取自 .claude 目录,为 AI coding agent 提供贴近实际项目的工作流程指导,帮助 AI 理解真实工程开发中的关键实践。

obra/superpowers

Shell · ★ 252,096 · 🍴 22,504 · 📈 1,013 stars today

An agentic skills framework & software development methodology that works.

中文介绍 Agentic 技能框架与开发方法论,为 AI agent 设计可复用的能力模块,通过系统化技能组合提升智能体在软件开发中的效率和决策质量。

microsoft/TypeScript

TypeScript · ★ 109,846 · 🍴 13,646 · 📈 177 stars today

TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

中文介绍 JavaScript 的超集,通过类型系统提升代码质量和可维护性,编译为纯净 JavaScript,被广泛应用于大型前端项目,是 React、Vue 等框架的首选语言。

catchorg/Catch2

C++ · ★ 20,649 · 🍴 3,418 · 📈 76 stars today

A modern, C++-native, test framework for unit-tests, TDD and BDD - using C++14, C++17 and later (C++11 support is in v2.x branch, and C++03 on the Catch1.x branch)

中文介绍 现代 C++ 原生测试框架,支持单元测试、TDD 和 BDD,语法简洁直观,是 C++ 项目质量保障的首选工具,适合需要可靠测试体系的后端和服务端开发。

chriskohlhoff/asio

C++ · ★ 6,103 · 🍴 1,509 · 📈 92 stars today

Asio C++ Library

中文介绍 跨平台 C++ 网络/IO 库,提供异步编程模型,被广泛用于高并发服务器开发,是 Boost.Asio 的基础实现,适合需要高性能网络通信的 C++ 项目。

TencentCloud/TencentDB-Agent-Memory

TypeScript · ★ 8,392 · 🍴 770 · 📈 123 stars today

TencentDB Agent Memory delivers fully local long-term memory for AI Agents via a 4-tier progressive pipeline, with zero external API dependencies.

中文介绍 腾讯数据库团队开发的 AI Agent 本地长期记忆方案,采用 4 层渐进管道,完全本地运行无需外部 API,适合需要持久化记忆的 AI 应用开发场景。

davila7/claude-code-templates

Python · ★ 28,851 · 🍴 3,170 · 📈 118 stars today

CLI tool for configuring and monitoring Claude Code

中文介绍 CLI 工具,用于配置和监控 Claude Code,帮助开发者管理 AI 编程助手的项目模板与运行状态,提升 Claude Code 的可用性和项目一致性。

zeux/meshoptimizer

C++ · ★ 8,067 · 🍴 788 · 📈 91 stars today

Mesh optimization library that makes meshes smaller and faster to render

中文介绍 网格优化库,减小模型体积并提升渲染速度,通过算法压缩和重排几何数据,广泛用于游戏开发、3D 引擎等需要高效几何处理的场景。

tailscale/tailscale

Go · ★ 33,797 · 🍴 2,921 · 📈 143 stars today

The easiest, most secure way to use WireGuard and 2FA.

中文介绍 基于 WireGuard 的安全组网工具,集成双因素认证,提供零配置内网穿透解决方案,适合远程团队协作、家庭实验室和跨网络访问私有资源。

google-labs-code/stitch-skills

TypeScript · ★ 6,880 · 🍴 939 · 📈 117 stars today

A library of Agent Skills designed to work with the Stitch MCP server. Each skill follows the Agent Skills open standard, for compatibility with coding agents such as Antigravity, Gemini CLI, Claude Code, Cursor.

中文介绍 为 Stitch MCP server 设计的 Agent Skills 库,遵循 Agent Skills 开放标准,兼容 Gemini CLI、Claude Code 等编程助手,提供标准化的 AI agent 能力模块。

iOfficeAI/OfficeCLI

C# · ★ 14,797 · 🍴 1,009 · 📈 1,224 stars today

OfficeCLI is the first and best Office suite purpose-built for AI agents to read, edit, and automate Word, Excel, and PowerPoint files. Free, open-source, single binary, no Office installation required.

中文介绍 专为 AI agent 打造的 Office 套件,单二进制无需安装 Office,支持读写编辑 Word、Excel、PowerPoint 文档,适合需要自动化办公文档处理的 AI 应用场景。

hashicorp/terraform

Go · ★ 49,259 · 🍴 10,682 · 📈 172 stars today

Terraform enables you to safely and predictably create, change, and improve infrastructure. It is a source-available tool that codifies APIs into declarative configuration files that can be shared amongst team members, treated as code, edited, reviewed, and versioned.

中文介绍 基础设施即代码工具,用声明式配置管理云平台资源,实现安全可预测的基础设施创建、变更和优化,适合 DevOps 团队进行多云和混合云架构管理。

grpc/grpc

C++ · ★ 45,192 · 🍴 11,331 · 📈 78 stars today

C++ based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)

中文介绍 高性能 RPC 框架,支持 C++、Python、Ruby 等多语言,实现服务间通信,基于 HTTP/2 和 Protocol Buffers,广泛用于微服务架构和分布式系统开发。

vercel/next.js

JavaScript · ★ 140,830 · 🍴 31,542 · 📈 191 stars today

The React Framework

中文介绍 Vercel 推出的 React 框架,支持服务端渲染、静态生成和边缘计算,一站式解决全栈 React 应用开发需求,适合构建高性能、SEO 友好的现代 Web 应用。

Copy Claude Fable 5’s Thinking Before It’s Gone

@TheAIColony · 225.1K 粉丝 · 1.2M 阅 · 603 赞 · 140 转

You Have a Few Days to Copy Fable 5’s Brain Into a Cheaper Model. Here Is How. July 12 is the last day Claude Fable 5 sits inside your plan for free. After that, it moves to pay-per-use credits, and

中文介绍 7月12日前可免费使用Claude Fable 5模型,之后将转为按次计费。建议抓紧时间迁移至低成本模型,避免额外开支。

Own the Outer Loop

@addyosmani · 405.4K 粉丝 · 396.4K 阅 · 547 赞 · 69 转

In the past year, the conversation around agentic engineering has moved to harnesses and loops, fleets and software factories. My 2c is engineers need to own the outer loop - the accountability for

中文介绍 提出工程师需掌控agentic工程的「外环」,即系统级决策权与责任归属,强调技术架构中人类监督的重要性。

AI's Value Capture problem

@JayaGup10 · 34.4K 粉丝 · 306.1K 阅 · 504 赞 · 67 转

AI could be one of the most powerful value-creation technologies in history and still have a value-capture problem. Alex Karp says companies buying AI risk leaking their IP into Anthropic and OpenAI.

中文介绍 分析AI技术存在的价值捕获矛盾:虽能创造巨大价值,但企业采购AI可能面临核心IP泄露给Anthropic/OpenAI的风险。

Cost effective harnesses with Fable

@RLanceMartin · 36.7K 粉丝 · 119.8K 阅 · 510 赞 · 51 转

There is a lot of interest in cost effective use of Fable 5. Agent harnesses will get better at knowing when to use frontier intelligence. I wanted to share some tests I’ve run to better understand

中文介绍 通过实测验证Fable 5在成本控制上的优化潜力,展示Agent harness如何动态选择前沿智能模型以降低推理成本。

ORACLE: Official AI Agents Trade on Polymarket

@Oracle_Globall · 4.1K 粉丝 · 109.7K 阅 · 1.9K 赞 · 527 转

In 2026, autonomous AI agents have become one of the most effective strategies on prediction markets. Over 30% of all activity on Polymarket now comes from algorithmic and AI-powered wallets. We

中文介绍 预测市场平台Polymarket显示,2026年30%以上交易活动由AI代理驱动,成为主流策略工具。

ORACLE: Official AI Agents Trade on Polymarket

@Oracle__Promo · 4.1K 粉丝 · 106.5K 阅 · 1.8K 赞 · 543 转

In 2026, autonomous AI agents have become one of the most effective strategies on prediction markets. Over 30% of all activity on Polymarket now comes from algorithmic and AI-powered wallets. We

中文介绍 重复发布:Polymarket数据显示AI代理贡献超30%交易活动,凸显自动化策略在预测市场的统治力。

ORACLE: Official AI Agents Trade on Polymarket

@Oracle__Trade · 4.0K 粉丝 · 105.3K 阅 · 1.9K 赞 · 557 转

In 2026, autonomous AI agents have become one of the most effective strategies on prediction markets. Over 30% of all activity on Polymarket now comes from algorithmic and AI-powered wallets. We

中文介绍 同系列公告:算法钱包与AI代理已主导Polymarket 30%+交易量,改写预测市场生态规则。

Model and effort in Claude Code: knowing more vs. trying harder

@ClaudeDevs · 564.6K 粉丝 · 95.9K 阅 · 1.5K 赞 · 100 转

Claude Code gives you two settings that both seem to "make the answer better": the model, and the effort level. But what do these actually do to the output? And how do you know whether to reach for a

中文介绍 详解Claude Code中「模型选择」与「努力等级」参数差异,指导用户根据任务复杂度合理分配计算资源。

I'm pretty sure isRecord is our fault

@tldraw · 73.7K 粉丝 · 68.3K 阅 · 570 赞 · 29 转

A few weeks ago, many programmers (or perhaps former programmers) began to notice that OpenAI’s Codex model had developed an obsession with defensive coding. Nothing captured this better than

中文介绍 指出OpenAI Codex过度生成防御性代码的现象,tldraw团队承认其工具设计可能间接导致该问题扩散。

Unicity Labs and Quant Partner to Bring Verifiable Execution to Agentic Trading

@unicity_labs · 127.3K 粉丝 · 4.5K 阅 · 520 赞 · 827 转

Today we're announcing a partnership between Unicity Labs and @tryquantio to build the secure foundation for agentic finance. Quant - the AI intelligence and execution layer for the agentic future

中文介绍 Unicity Labs与Quant达成合作,开发可验证执行的Agentic交易系统,构建金融AI安全基础设施。

[AINews] not much happened today

a quiet day after a week of nonstop model releases

中文介绍 AI新闻在经历一周密集模型发布后,今日暂无重大更新。

How Deutsche Telekom is rewiring telecommunications with AI

How Deutsche Telekom is becoming an AI-native telco with OpenAI-transforming customer service, employee workflows, network operations, and the future of voice.

中文介绍 德意志电信与OpenAI合作,通过AI技术优化客服、员工流程及网络运营,加速转型为AI原生电信运营商。

not much happened today

**OpenAI** rolled out **GPT-5.6** featuring a new model stratification with tiers **Luna / Terra / Sol** and effort levels including **Max** and **Ultra**, introducing complex configuration options. The launch faced UX challenges with the **ChatGPT Work / Codex** split, prompting rapid corrective ac

中文介绍 GPT-5.6推出分层模型(Luna/Terra/Sol)及Max/Ultra配置选项,但ChatGPT Work与Codex的整合引发用户体验挑战。

Anthropic found a hidden space where Claude puzzles over concepts

The AI firm Anthropic has developed a technique that has given it the clearest glimpse yet at what’s really going on inside large language models as they answer questions or carry out tasks. What they found ranges from the mundane to the unnerving. Researchers at the company built a tool called the

中文介绍 Anthropic通过新技术揭示Claude模型内部决策机制,发现部分概念处理存在潜在问题。

GPT-5.6 is now the preferred model in Microsoft 365 Copilot

Learn how GPT-5.6 powers Microsoft 365 Copilot with stronger AI capabilities across Word, Excel, PowerPoint, Chat, and Cowork for faster, higher-quality work.

中文介绍 Microsoft 365 Copilot升级至GPT-5.6,提升Word、Excel等组件的AI功能效率与质量。

GPT-5.6: Frontier intelligence that scales with your ambition

More intelligence from every token, stronger performance per dollar, and more capability on demand for your hardest work.

中文介绍 GPT-5.6以更高效率和成本优势,支持复杂任务处理及按需能力扩展,优化每token表现。

ChatGPT is now a partner for your most ambitious work

ChatGPT Work is an agent that can take action across your apps and files, stay with a project for hours if needed, and turn a goal into finished work.

中文介绍 ChatGPT Work作为智能代理可跨应用处理任务,长期跟进项目直至完成目标。

GPT-5.5 Bio Bug Bounty

Details about the OpenAI Bio Bounty program

中文介绍 OpenAI启动GPT-5.5生物安全漏洞奖励计划,鼓励提交模型安全改进建议。

OpenAI launches GPT 5.6 Sol/Terra/Luna

**OpenAI** launched the **GPT-5.6** family with three models: **Sol**, **Terra**, and **Luna**, integrated across **ChatGPT**, **Codex**, and the API. Pricing tiers range from **$1 to $5 per million tokens** with new cache-write pricing and a 90% cache-read discount. The launch includes new app feat

中文介绍 GPT-5.6推出Sol、Terra、Luna三模型,定价1至5美元/百万token,并提供缓存读写优惠。

Why AI Infrastructure must evolve for Agent Experience — Akshat Bubna, Modal CTO

2 years after our first coverage, we return with Modal's other cofounder to explore why Agent Experience is working now, and everything they have learned building the new agent cloud.

中文介绍 Modal CTO Akshat Bubna指出,AI基础设施需适应Agent体验需求,公司已构建新一代智能体云平台。

市场总览

美股板块呈现结构性分化,SPY 接近 52 周高(距高仅 0.72%),RSI 59.1,MACD 金叉且维持多头排列;NVDA 5 日涨幅 8.28%,RSI 57,MACD 金叉;META 5 日涨幅 14.81%,RSI 66.3,MACD 柱状图转正。但 MSFT 处于空头排列,RSI 47.5,TSLA 亦呈空头趋势。加密市场恐慌贪婪指数仅 26(恐慌区间),总市值 2.28T USD(24h -0.3%),BTC 主导率 56.3%,ETH 9.5%,BTC-USD 和 ETH-USD 均处空头排列,RSI 分别为 53.7 和 57.6。中概股 BABA 5 日涨幅 16.84% 但仍在空头排列中,腾讯控股 MACD 金叉但趋势中性。商品端黄金期货 RSI 42.6,死叉 SMA50↓SMA200,空头排列;WTI 原油 RSI 37.7,虽 MACD 金叉但趋势中性。美元兑人民币 RSI 41.5,接近 52 周低,空头排列持续。10Y 美债收益率 RSI 60.3,MACD 金叉,接近 52 周高。

今日关注

META Meta (META)
偏上行

5 日涨幅 14.81%,1 日涨幅 5.97%,价格 669.21 高于 SMA20(584.61)和 SMA50(600.45)。RSI 14 达 66.3,接近超买但未进入极值区。MACD 柱状图转正(MACD 8.4944 vs 信号线 -2.6879),显示中期动量由空转多。趋势标记为中性,但短期动能指标偏上行。

NVDA Nvidia (NVDA)
偏上行

1 日涨幅 4.03%,5 日涨幅 8.28%,价格 210.96 站稳 SMA20(201.95)之上。RSI 14 为 57,处于正常偏强区间。MACD 金叉确认(MACD -1.7351 高于信号线 -2.9782),绿柱收窄。多头排列信号,距 52 周高 -10.81%。

GC=F 黄金期货 (GC=F)
偏下行

RSI 14 仅 42.6,显示动能偏弱。MACD -78.80 低于信号线 -96.40,但柱状图仍为负值。触发死叉 SMA50(4373.25)下穿 SMA200(4467.17),空头排列确立。价格 4128.9 低于所有均线,距 52 周高 -26.09%。5 日涨幅仅 0.39%,上行乏力。

USDCNY=X 美元 / 人民币 (USDCNY=X)
偏下行

RSI 14 为 41.5,动能偏弱。MACD 柱状图微正(0.0017 vs 信号线 0.0013),但整体处于空头排列。价格 6.77 接近 52 周低(仅高于 0.24%),SMA20(6.78)和 SMA50(6.79)均压制上方。5 日跌幅 -0.23%,下行趋势延续。

0700.HK 腾讯控股 (0700.HK)
中性

RSI 14 为 54.7,处于中性偏强区域。MACD 金叉确认(MACD 2.1441 高于信号线 -3.426),绿柱收窄,显示底部动能修复。5 日涨幅 6.73% 但 1 日跌幅 -2%。价格 460.2 低于 SMA200(554.12),仍处于中长期下行通道。趋势标记为中性,指标信号矛盾。

全部资产

^VIX

VIX 恐慌指数

$15.03 -5.11%
5 日
-6.93%
距 52w 高
-57.4%
RSI(14)
41.7
趋势
空头
SMA 20 / 50 / 200
17.18 / 17.36 / 18.67
MACD / 信号
-0.575 / -0.335
空头排列

^TNX

10Y 美债收益率 (%)

$4.57 +0.66%
5 日
+2.10%
距 52w 高
-2.5%
RSI(14)
60.3
趋势
多头
SMA 20 / 50 / 200
4.47 / 4.48 / 4.24
MACD / 信号
0.018 / 0.003
MACD 金叉 (3 天前)接近 52 周高多头排列

DX-Y.NYB

美元指数 DXY

$100.97 +0.02%
5 日
+0.10%
距 52w 高
-0.8%
RSI(14)
58.1
趋势
多头
SMA 20 / 50 / 200
100.80 / 99.69 / 98.94
MACD / 信号
0.383 / 0.462
MACD 死叉 (4 天前)接近 52 周高多头排列

SPY

S&P 500 ETF

$754.95 +0.43%
5 日
+1.37%
距 52w 高
-0.7%
RSI(14)
59.1
趋势
多头
SMA 20 / 50 / 200
743.81 / 741.24 / 694.48
MACD / 信号
3.193 / 2.248
MACD 金叉 (4 天前)接近 52 周高多头排列

QQQ

Nasdaq 100 ETF

$725.51 +0.31%
5 日
+1.81%
距 52w 高
-3.1%
RSI(14)
52.8
趋势
多头
SMA 20 / 50 / 200
722.57 / 715.16 / 638.00
MACD / 信号
1.722 / 2.892
多头排列

AAPL

Apple

$315.32 -0.28%
5 日
+2.17%
距 52w 高
-0.7%
RSI(14)
62.9
趋势
多头
SMA 20 / 50 / 200
298.10 / 297.77 / 272.45
MACD / 信号
4.615 / 1.894
接近 52 周高多头排列

MSFT

Microsoft

$385.10 +0.19%
5 日
-1.38%
距 52w 高
-30.7%
RSI(14)
47.5
趋势
空头
SMA 20 / 50 / 200
380.51 / 403.62 / 442.28
MACD / 信号
-5.550 / -8.034
空头排列

NVDA

Nvidia

$210.96 +4.03%
5 日
+8.28%
距 52w 高
-10.8%
RSI(14)
57.0
趋势
多头
SMA 20 / 50 / 200
201.95 / 209.20 / 191.67
MACD / 信号
-1.735 / -2.978
MACD 金叉 (2 天前)多头排列

GOOGL

Alphabet

$357.18 -0.48%
5 日
-0.76%
距 52w 高
-12.6%
RSI(14)
47.0
趋势
中性
SMA 20 / 50 / 200
357.88 / 372.75 / 318.91
MACD / 信号
-1.809 / -2.951

TSLA

Tesla

$407.76 +0.30%
5 日
+3.64%
距 52w 高
-18.3%
RSI(14)
51.2
趋势
空头
SMA 20 / 50 / 200
400.88 / 409.20 / 418.14
MACD / 信号
-0.144 / -1.335
空头排列

META

Meta

$669.21 +5.97%
5 日
+14.81%
距 52w 高
-16.0%
RSI(14)
66.3
趋势
中性
SMA 20 / 50 / 200
584.61 / 600.45 / 642.72
MACD / 信号
8.494 / -2.688
加密恐慌贪婪
26
恐慌
加密总市值
$2.28 T
-0.30% / 24h
BTC 主导率
56.3%
ETH 9.5%
24h 成交量
$52.7 B
活跃币 17,481

BTC-USD

Bitcoin

$64,113.28 -0.02%
5 日
+0.18%
距 52w 高
-49.2%
RSI(14)
53.7
趋势
空头
SMA 20 / 50 / 200
61,858.80 / 65,140.72 / 73,986.30
MACD / 信号
-289.466 / -898.201
空头排列

ETH-USD

Ethereum

$1,795.40 -0.02%
5 日
-0.12%
距 52w 高
-63.8%
RSI(14)
57.6
趋势
中性
SMA 20 / 50 / 200
1,687.25 / 1,767.46 / 2,227.29
MACD / 信号
9.685 / -12.606

SOL-USD

Solana

$77.80 -0.34%
5 日
-5.02%
距 52w 高
-69.3%
RSI(14)
53.8
趋势
中性
SMA 20 / 50 / 200
75.84 / 74.56 / 91.98
MACD / 信号
1.633 / 1.498

BABA

阿里巴巴 (BABA)

$112.33 +1.07%
5 日
+16.84%
距 52w 高
-41.7%
RSI(14)
55.5
趋势
空头
SMA 20 / 50 / 200
103.75 / 120.13 / 145.64
MACD / 信号
-3.985 / -6.410
MACD 金叉 (3 天前)空头排列

PDD

拼多多 (PDD)

$85.13 -0.87%
5 日
+3.33%
距 52w 高
-38.9%
RSI(14)
54.6
趋势
空头
SMA 20 / 50 / 200
80.37 / 87.98 / 107.28
MACD / 信号
-0.738 / -2.218
空头排列

JD

京东 (JD)

$28.20 +1.66%
5 日
+5.94%
距 52w 高
-23.5%
RSI(14)
55.7
趋势
空头
SMA 20 / 50 / 200
26.94 / 28.98 / 29.75
MACD / 信号
-0.442 / -0.780
MACD 金叉 (4 天前)空头排列

0700.HK

腾讯控股 (0700.HK)

HK$460.20 -2.00%
5 日
+6.73%
距 52w 高
-32.6%
RSI(14)
54.7
趋势
中性
SMA 20 / 50 / 200
442.82 / 451.34 / 554.12
MACD / 信号
2.144 / -3.426
MACD 金叉 (4 天前)

GC=F

黄金期货

$4,128.90 -0.04%
5 日
+0.39%
距 52w 高
-26.1%
RSI(14)
42.6
趋势
空头
SMA 20 / 50 / 200
4,139.53 / 4,373.25 / 4,467.17
MACD / 信号
-78.798 / -96.395
死叉(SMA50↓SMA200) (6 天前)空头排列

CL=F

WTI 原油期货

$71.51 -0.79%
5 日
+4.11%
距 52w 高
-40.1%
RSI(14)
37.7
趋势
中性
SMA 20 / 50 / 200
73.79 / 87.86 / 74.22
MACD / 信号
-4.855 / -5.628
MACD 金叉 (2 天前)

USDCNY=X

美元 / 人民币

¥6.77 -0.28%
5 日
-0.23%
距 52w 高
-6.1%
RSI(14)
41.5
趋势
空头
SMA 20 / 50 / 200
6.78 / 6.79 / 6.93
MACD / 信号
0.002 / 0.001
接近 52 周低空头排列
风险提示

以上技术指标解读基于历史行情数据计算得出,仅供技术指标解读参考,不构成任何投资建议。过去走势不代表未来表现,市场存在不确定性,投资者应结合自身风险承受能力独立判断。

Gravitational Pull

We think and dream and fuss and project entire worlds into existence. Meanwhile, the earth’s orbit continues and the sun goes on shining.

中文摘要 《引力拉扯》一文探讨人类在思考与梦境中构建世界,而地球轨道与太阳仍按自然规律运行。

Inside the Canadian Lab Burning Down Buildings to Save Them

At the national fire safety facility in Ottawa, scientists and engineers are increasingly focused on the threat from the forest.

中文摘要 渥太华加拿大国家消防安全设施正通过燃烧建筑测试,研究森林火灾防护方案。

升空十米 日本成功测试可回收火箭

日本宇航研究开发机构成功完成可回收火箭RV-X首次回收测试,迈出关键一步。本次测试总共持续了约40秒,火箭上升至约11米的高度。

中文摘要 日本宇航研究开发机构完成可回收火箭RV-X首次回收测试,火箭升空约11米,测试持续约40秒。

Inside a Theater Sheltering Families in Lebanon

Our reporter Christina Goldbaum visits the Lebanese National Theater in Beirut to meet displaced families who have been sheltering there during the war.

中文摘要 记者在贝鲁特黎巴嫩国家剧院探访因战乱流离的家庭,记录其临时庇护情况。

特朗普威胁若遭暗杀将“摧毁伊朗” 称千枚导弹已待发

特朗普周五在社交媒体再次威胁伊朗,称若企图暗杀自己,美国将“彻底摧毁”伊朗,并表示已有“1000枚导弹”瞄准该国。与此同时美国官员表示,华盛顿希望德黑兰公开承诺停止袭击霍尔木兹海峡过往船只,以使谈判取得进展。

中文摘要 特朗普威胁若遭暗杀将彻底摧毁伊朗,并称已有千枚导弹瞄准该国。美国官员希望伊朗承诺停止袭击霍尔木兹海峡船只以推进谈判。

Hot Weather Sets Off Scramble for Outdoor Swimming in London

In an ever hotter city, the competition for pools is fierce. Some swimmers are turning to ponds and canals, which come with their own problems.

中文摘要 伦敦因热浪引发户外游泳热潮,泳池竞争激烈,部分市民转向池塘与运河。

Alfred Dreyfus statue to finally receive permanent home in central Paris

Sculpture of Jewish army officer wrongly accused of treason has been moved around the city for decades For 40 years, the statue of Capt Alfred Dreyfus has been moved around Paris, never finding a permanent home. The French army twice refused to allow it to stand at l’École Militaire, where Dreyfus,

中文摘要 阿尔弗雷德·德雷福斯雕像将在巴黎市中心设立永久位置,该雕像因犹太军官冤案在巴黎移动数十年。

Israel Struck an Iranian Steel Facility. Was It a Valid Military Target?

During the war, Israel attacked Iran’s steel plants, saying they provided forces with revenue and the means to make weapons, but it also hurt the civilian economy.

中文摘要 以色列攻击伊朗钢厂,指其提供军方资源和武器制造能力,但此举也冲击民用经济。

Russian missile attacks wound 11 in Kyiv

In the latest salvo in one of the war's deadliest months, Russia hits Kyiv with ballistic missiles and 121 drones.

中文摘要 俄罗斯向基辅发射弹道导弹和121架无人机,造成11人受伤,此为战争 deadliest month之一。

颱風巴威直撲浙江 中國疏散逾60萬人

中國在週六撤離了超過60萬人,以因應颱風巴威(Bavi)即將侵襲中國東部重要城市溫州。此前,巴威已為日本南部先島群島及台灣北部、東部帶來豪雨與強烈陣風。

中文摘要 台风巴威直扑浙江,中国疏散逾60万人,此前已致日本南部和台湾北部、东部强降雨与强风。

Man Arrested in Killing of U.K. Ex-Lawmaker Is Released

The police said the 26-year-old was no longer part of the investigation into the death of Ann Widdecombe and urged anyone with information about the crime to come forward.

中文摘要 英国警方释放涉嫌杀害前议员安·威迪科姆的26岁男子,并呼吁知情者提供线索。

China Tells Refiners to Keep Fuel Output High as Iran War Drags

China instructed some major refiners to keep fuel production high, according to people familiar with the matter, in an effort to protect domestic consumers as strikes in the Persian Gulf once again threaten oil shipments.

中文摘要 知情人士透露,为应对波斯湾冲突可能导致的石油供应中断并保护国内消费者,中国已指示部分主要炼油厂保持较高的燃料产量。

Eni’s Descalzi Says Energy Crisis May Worsen in Short Term: Sole

The global energy situation could deteriorate further as oil inventories decline and competition for supplies intensifies, Eni SpA’s Chief Executive Officer Claudio Descalzi told Italian daily Il Sole 24 Ore.

中文摘要 埃尼集团董事长兼首席执行官 Claudio Descalzi 在接受意大利《Il Sole 24 Ore》报采访时表示,随着石油库存下降及供应竞争加剧,全球能源状况可能进一步恶化。

World Cup TV rights in the US: no longer a discount

Also in today’s newsletter: F1 on horseback and Lawn Tennis Association set to move into VC investing

中文摘要 《金融时报》称,美国世界杯电视转播权的购买费用已大幅上涨,不再是过去的“打折价”,显示该体育赛事的媒体价值正在重估。

Will Trump Accounts deliver for American children?

The White House has hailed the project as giving new generations a stake in the American dream, but the scheme has its critics.

中文摘要 据 BBC 报道,白宫推出的旨在让美国新一代共享“美国梦”的特朗普账户计划,已引发一些批评声音,显示该项目的争议性。

China Power Load Hits Early Record as Data, EV Demand Rises

China’s nationwide electricity load reached a record high for the first time this year on July 10, hitting 1.518 billion kilowatts, the National Energy Administration said in a statement posted on its official WeChat account Saturday.

中文摘要 据国家能源局消息,受数据中心和电动汽车需求增长推动,7 月 10 日中国全国电力负荷达到 15.18 亿千瓦,创年内首次记录。

VW CEO Under Pressure as Labor Unions Torpedo Revival Plan

Volkswagen AG Chief Executive Officer Oliver Blume is facing an uphill battle to push through a fundamental overhaul of Europe’s biggest carmaker after failing to win initial backing from the supervisory board.

中文摘要 据彭博社报道,大众汽车首席执行官 Oliver Blume 因未能获得监事会支持,其推动公司改革的计划受阻,面临来自工会的压力。

Europe’s slow electrification is a ‘major mistake’, warns IEA chief

Fatih Birol says EU should have moved faster to achieve energy independence after 2022 gas crisis

中文摘要 国际能源署(IEA)总干事 Fatih Birol 警告,欧洲电动化进程缓慢是一个“重大错误”,欧盟本应在 2022 年天然气危机后加快实现能源独立。

London rental affordability improves despite recent rise

The salary needed to afford a rental home in the capital has fallen by 17% in the past year

中文摘要 据《金融时报》报道,尽管近期租金有所上涨,但过去一年内,在伦敦租房所需薪资下降了 17%,显示出负担能力有所改善。

Lawn Tennis Association set to move into venture capital investing

Governing body partners with Redrice Ventures to invest in sport start-ups as income from Wimbledon declines

中文摘要 据《金融时报》报道,为应对温布尔登赛事收入下降,草地网球协会计划与 Redrice Ventures 合作,进军风险投资领域以投资体育初创企业。

Inside the risky race through the Strait of Hormuz

Vessels that dare to use route close to Oman’s coast face increased risk of Iranian missiles

中文摘要 据《金融时报》报道,为避开伊朗在霍尔木兹海峡的导弹威胁,部分船只选择靠近阿曼海岸的航线,但此举同样面临巨大的安全风险。

What’s really going on with mental health?

Changing terminology risks misleading policymakers and harming those in most need

中文摘要 《金融时报》指出,心理健康相关术语的频繁变化可能误导政策制定者,并可能使最需要帮助的人群的利益受到损害。

Jersey Mike’s IPO tries to sprinkle SpaceX magic on a sandwich

Sandwich chain’s float a test of appetite for a sector pinched by concerns over consumer spending

中文摘要 据《金融时报》报道,杰瑞麦克三明治连锁店 IPO 试图将“SpaceX 魔力”应用于其业务,这被视为检验市场对受消费者支出担忧影响行业兴趣的试金石。

该源今日无内容。