﻿<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>智行</title>
    <link>https://www.herecours.com//www.herecours.com/list-11-0.html</link>
    <description>Latest 50 infos of 智行</description>
    <copyright>Copyright(C) Empire CMS</copyright>
    <generator>Empire CMS by Empire Studio.</generator>
    <lastBuildDate>Mon, 03 Aug 2026 06:58:44 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>https://www.herecours.com//www.herecours.com/e/data/images/rss.gif</url>
      <title>帝国网站管理系统</title>
      <link>https://www.herecours.com//www.herecours.com/</link>
    </image>
    <item>
      <title><![CDATA[MySQL慢查询诊断与SQL注入防御详解]]></title>
      <description><![CDATA[ MySQL慢查询诊断：定位数据库性能瓶颈开启与配置MySQL慢查询日志使用工具分析MySQL慢查询日志常见MySQL慢查询场景与优化策略MySQL SQL注入防御：预编译语句、参数化查询与WAF预防SQL注入的有效方法预编译语句和参数化查询的应用用户输入验证与过滤的最佳实践Web应用防火墙 (WAF) 的作用在服务器环境中，MySQL数据库的性能与安全至 ]]></description>
      <link>https://www.herecours.com/news/2026/04-02/155455.html</link>
      <guid>https://www.herecours.com/news/2026/04-02/155455.html</guid>
      <category>智行</category>
      <author><![CDATA[]]></author>
      <pubDate>Thu, 02 Apr 2026 08:11:20 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Redis异地多活实现跨地域高可用的实践]]></title>
      <description><![CDATA[ 一、引言：分布式架构的终极挑战二、传统架构的困境与突破2.1 单机房架构的致命缺陷2.2 多活架构的演进路径三、Redis异地多活核心技术解析3.1 数据同步机制创新3.1.1 增量同步优化方案3.1.2 跨机房数据管道3.2 冲突解决策略3.2.1 CRDT应用实践3.2.2 业务层冲突检测3.3 容灾体系构建3.3.1 多级故障切换3.3.2 智能路由策略四、 ]]></description>
      <link>https://www.herecours.com/news/2026/04-01/155365.html</link>
      <guid>https://www.herecours.com/news/2026/04-01/155365.html</guid>
      <category>智行</category>
      <author><![CDATA[]]></author>
      <pubDate>Wed, 01 Apr 2026 03:16:49 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[MySQL全面安全加固实战的全流程]]></title>
      <description><![CDATA[ 前言一、基础环境加固（系统 + 安装层面）1. 升级到稳定安全版本2. 以非 root 用户运行 MySQL3. 清理无用组件与文件二、访问控制加固（核心：限制 &amp;amp;ldquo;谁能连、从哪连&amp;amp;rdquo;）1. 初始化安全配置（必做）2. 清理冗余 / 危险用户（1）查看所有用户及登录主机（2）删除无用用户3. 限制用户登录主机（最小化访问范围）4. 最小权限原则分配权限（1）拒绝给 ]]></description>
      <link>https://www.herecours.com/news/2026/03-23/150498.html</link>
      <guid>https://www.herecours.com/news/2026/03-23/150498.html</guid>
      <category>智行</category>
      <author><![CDATA[]]></author>
      <pubDate>Mon, 23 Mar 2026 03:13:19 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[MySQL中定位DDL被阻塞的问题处理过程]]></title>
      <description><![CDATA[ 怎么判断一个DDL是不是被阻塞了？定位方法方法一：sys.schema_table_lock_waits方法二：kill DDL 之前的会话MySQL 5.7中使用 &amp;amp;ldquo;sys.schema_table_lock_waits&amp;amp;rdquo; 的注意事项总结在生产环境中，执行了一个DDL，发现很久都没有执行完，是不是被阻塞了？要怎么解决？实际上，如何解决DDL阻塞的问题，是MySQL中一个共 ]]></description>
      <link>https://www.herecours.com/news/2026/03-06/145596.html</link>
      <guid>https://www.herecours.com/news/2026/03-06/145596.html</guid>
      <category>智行</category>
      <author><![CDATA[]]></author>
      <pubDate>Fri, 06 Mar 2026 02:13:24 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[MySQL主从复制过滤配置的完整方案]]></title>
      <description><![CDATA[ 前言：为什么需要主从复制过滤？一、实验环境准备（基础铺垫不能少）1.1 主库：创建测试数据1.2 从库：验证初始同步二、六种核心过滤方案（场景化实操）2.1 方案 1：只复制某一个库（REPLICATE_DO_DB）2.2 方案 2：忽略某个库（REPLICATE_IGNORE_DB）2.3 方案 3：只复制指定表（REPLICATE_DO_TABLE）2.4 方案 4：忽略指定表（REPLICA ]]></description>
      <link>https://www.herecours.com/news/2026/03-03/129353.html</link>
      <guid>https://www.herecours.com/news/2026/03-03/129353.html</guid>
      <category>智行</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 03 Mar 2026 02:21:09 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[从源码到实战盘点MySQL中不写Binlog的N种场景]]></title>
      <description><![CDATA[ 引言1. Binlog写入的核心判断逻辑1.1 判断逻辑流程图1.2 check_table_binlog_row_based源码解析2. 场景一：临时表操作2.1 现象演示2.2 源码验证2.3 为什么临时表不写binlog？3. 场景二：特殊系统表3.1 不写binlog的系统表列表3.2 现象演示3.3 源码分析4. 场景三：Performance Schema表4.1 现象演示4.2 存储 ]]></description>
      <link>https://www.herecours.com/news/2026/02-24/57731.html</link>
      <guid>https://www.herecours.com/news/2026/02-24/57731.html</guid>
      <category>智行</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 24 Feb 2026 03:13:43 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Redis的主从复制机制以及主从复制的实现方法]]></title>
      <description><![CDATA[ CAP 原理最终一致主从同步与从从同步增量同步快照同步Redis 主从同步基础概念Redis 主从同步的过程很多企业都没有使用 Redis 的集群，但是至少都做了主从。有了主从，当主节点(Master) 挂掉的时候，运维让从节点 (Slave) 过来接管，服务就可以继续，否则主节点需要经过数据恢复和重启的过程，这就可能会拖延很长的时间，从而影响线上业务 ]]></description>
      <link>https://www.herecours.com/news/2026/02-20/29145.html</link>
      <guid>https://www.herecours.com/news/2026/02-20/29145.html</guid>
      <category>智行</category>
      <author><![CDATA[]]></author>
      <pubDate>Fri, 20 Feb 2026 06:12:50 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[奇瑞新战事：出海、智驾、与比亚迪们的正面交锋]]></title>
      <description><![CDATA[ 半个多月前，奇瑞的子品牌捷途举办了2025年年会，尹同跃出现在了年会现场，给出了新年寄语——“今年要化鲤为龙，一飞冲天”。但有捷途的员工李一鸣（化名）向雷峰网《新智驾》坦言，“尹同跃在现场似乎不是很兴 ]]></description>
      <link>https://www.herecours.com/news/2026/02-17/20296.html</link>
      <guid>https://www.herecours.com/news/2026/02-17/20296.html</guid>
      <category>智行</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 17 Feb 2026 04:22:11 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[卓驭科技的九年长征：高光、迷茫与孤注一掷]]></title>
      <description><![CDATA[ 2016年，大疆内部诞生了一个神秘项目，编号BR1609，意为这一年的第九个预研项目，这就是卓驭的前身。2024年9月27日，大疆车载事业部从大疆的天空之城总部搬出，正式更名卓驭。独立之时，卓驭CEO ]]></description>
      <link>https://www.herecours.com/news/2026/02-17/20294.html</link>
      <guid>https://www.herecours.com/news/2026/02-17/20294.html</guid>
      <category>智行</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 17 Feb 2026 04:22:09 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[智驾行业的话语权，究竟掌握在哪些公司手中？]]></title>
      <description><![CDATA[ 以“华元魔”为代表的头部玩家，形成了三足鼎立格局。《中国智能驾驶行业趋势白皮书（2025）》认为，能够穿越周期的幸存者，并非最早出发的，也非口号最响亮的，而是无一例外地在技术理想与商业现实间找到了那条 ]]></description>
      <link>https://www.herecours.com/news/2026/02-17/20293.html</link>
      <guid>https://www.herecours.com/news/2026/02-17/20293.html</guid>
      <category>智行</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 17 Feb 2026 04:22:08 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[谁杀死了毫末智行？]]></title>
      <description><![CDATA[ 作者：王瑞昊编辑：李雨晨2024年6月的一天，保定的天气已经开始闷热，长城汽车纪委办公室收到了一封来自北京的举报信。举报人是长城旗下子公司毫末智行的一名员工，信中举报一名年薪近百万的销售简历造假，并揭 ]]></description>
      <link>https://www.herecours.com/news/2026/02-17/20291.html</link>
      <guid>https://www.herecours.com/news/2026/02-17/20291.html</guid>
      <category>智行</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 17 Feb 2026 04:22:02 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[对话速腾无人车事业部总裁徐钰滨：实现真正的L4，离不开高线数激光雷达丨L4十人谈]]></title>
      <description><![CDATA[ “在可见的未来，L3和L4肯定离不开激光雷达，数字化Lidar一定是趋势。”速腾聚创无人车事业部总裁徐钰滨抛出了这样一个判断。在自动驾驶领域，视觉派与激光雷达派的争论从未停歇。而在Robotaxi行业 ]]></description>
      <link>https://www.herecours.com/news/2026/02-17/20289.html</link>
      <guid>https://www.herecours.com/news/2026/02-17/20289.html</guid>
      <category>智行</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 17 Feb 2026 04:21:58 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[车企孵化的智能化公司，为何多数都难善终？]]></title>
      <description><![CDATA[ 2025年的智能驾驶行业，两场标志性事件划破寒冬：毫末智行突然宣布全员停工放假，近300名员工被拦在公司门外；成立仅两年多的大卓智能，被奇瑞整合解散，业务重新收回内部体系。这两家智驾明星公司的兴衰沉浮 ]]></description>
      <link>https://www.herecours.com/news/2026/02-17/20288.html</link>
      <guid>https://www.herecours.com/news/2026/02-17/20288.html</guid>
      <category>智行</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 17 Feb 2026 04:21:56 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[独家 | 五个月内连获两轮融资，苏焱电子完成数千万元 Pre-A+ 轮融资]]></title>
      <description><![CDATA[ 来源于雷峰网原创文章 ]]></description>
      <link>https://www.herecours.com/news/2026/02-17/20287.html</link>
      <guid>https://www.herecours.com/news/2026/02-17/20287.html</guid>
      <category>智行</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 17 Feb 2026 04:21:48 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[独家丨理想汽车前高管王凯、贾鹏创办的具身智能公司，估值逼近独角兽]]></title>
      <description><![CDATA[ 2025年7月31日，具身智能公司至简动力正式成立，前理想自动驾驶技术研发负责人贾鹏担任CEO，前理想汽车CTO王凯任董事长。2025年10月，至简动力陆续完成多轮融资，投资方包括元璟资本，红杉中国和 ]]></description>
      <link>https://www.herecours.com/news/2026/02-17/20285.html</link>
      <guid>https://www.herecours.com/news/2026/02-17/20285.html</guid>
      <category>智行</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 17 Feb 2026 04:21:47 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[独家｜理想基座模型负责人陈伟将离职，詹锟接棒]]></title>
      <description><![CDATA[ 在车企智能化竞争进入“模型化”阶段后，理想汽车正在把资源进一步向具身智能集中。多位知情人士透露，理想希望以VLA模型为统一底座推进研发整合，并通过组织调整打通智能驾驶与智能空间的模型协同；詹锟将承接V ]]></description>
      <link>https://www.herecours.com/news/2026/02-17/20286.html</link>
      <guid>https://www.herecours.com/news/2026/02-17/20286.html</guid>
      <category>智行</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 17 Feb 2026 04:21:47 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[迈入百万俱乐部后，蔚来只想好好卖车]]></title>
      <description><![CDATA[ “汽车行业只要下降，这一年就耽误了，后面再重新爬起来挺辛苦的。”蔚来的第100万辆量产车正式下线后，李斌曾有过这样的感慨。事实也正如李斌所说的那样，蔚来度过了充满张力与挑战的一年。从年初的亏损扩大、现 ]]></description>
      <link>https://www.herecours.com/news/2026/02-17/20281.html</link>
      <guid>https://www.herecours.com/news/2026/02-17/20281.html</guid>
      <category>智行</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 17 Feb 2026 04:21:46 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[地平线创始人兼CEO余凯：高阶智驾不再高高在上，正在飞入寻常百姓家]]></title>
      <description><![CDATA[ 12月8日，在智能驾驶从“能用”的商业化突破迈向“好用”的规模化普及这一关键阶段，以“向高同行”为主题的2025首届地平线技术生态大会（Horizon Together 2025）于深圳应势召开。在开 ]]></description>
      <link>https://www.herecours.com/news/2026/02-17/20283.html</link>
      <guid>https://www.herecours.com/news/2026/02-17/20283.html</guid>
      <category>智行</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 17 Feb 2026 04:21:46 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[独家丨小鹏副总裁、汽车互联网中心负责人魏斌休假]]></title>
      <description><![CDATA[ 继李力耘因身体原因暂离一线、刘先明接任自动驾驶中心负责人后，雷峰网(公众号：雷峰网)获悉，小鹏副总裁、互联网中心负责人魏斌目前处于休假状态。魏斌曾任高德地图产品总监，负责导航与地图产品规划。2021年 ]]></description>
      <link>https://www.herecours.com/news/2026/02-17/20284.html</link>
      <guid>https://www.herecours.com/news/2026/02-17/20284.html</guid>
      <category>智行</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 17 Feb 2026 04:21:46 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[百万量产后，轻舟智航定下新目标：城市NOA杀入10万级，L4规模落地]]></title>
      <description><![CDATA[ 作者 | 郑浩钧编辑 | 吴  彤汽车智能驾驶的竞争，已经决出了阶段性的胜负。中国智能驾驶供应商的格局，正快速从群雄并起走向 “一超多强”。华为凭借智选车与HI模式的双重布局，在技术方案、搭载量和车企 ]]></description>
      <link>https://www.herecours.com/news/2026/02-17/20278.html</link>
      <guid>https://www.herecours.com/news/2026/02-17/20278.html</guid>
      <category>智行</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 17 Feb 2026 04:21:44 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[独家｜大众进口车总经理邱山详离职，周密接任]]></title>
      <description><![CDATA[ 作者：王瑞昊编辑：李雨晨来源于雷峰网原创文章 ]]></description>
      <link>https://www.herecours.com/news/2026/02-17/20279.html</link>
      <guid>https://www.herecours.com/news/2026/02-17/20279.html</guid>
      <category>智行</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 17 Feb 2026 04:21:44 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[独家｜理想调整研发架构，智驾部门将被重组]]></title>
      <description><![CDATA[ 作者：王瑞昊编辑：李雨晨来源于雷峰网原创文章 ]]></description>
      <link>https://www.herecours.com/news/2026/02-17/20280.html</link>
      <guid>https://www.herecours.com/news/2026/02-17/20280.html</guid>
      <category>智行</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 17 Feb 2026 04:21:44 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[地平线副总裁兼首席架构师苏箐：未来每代产品将十倍提升，统一范式贯通L2-L4]]></title>
      <description><![CDATA[ 12月8日，在智能驾驶从“能用”的商业化突破迈向“好用”的规模化普及这一关键阶段，以“向高同行”为主题的2025首届地平线技术生态大会（Horizon Together 2025）于深圳应势召开。会上 ]]></description>
      <link>https://www.herecours.com/news/2026/02-17/20276.html</link>
      <guid>https://www.herecours.com/news/2026/02-17/20276.html</guid>
      <category>智行</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 17 Feb 2026 04:21:38 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[独家丨Momenta布局无人驾驶卡车，自建数十人团队]]></title>
      <description><![CDATA[ 作者丨田哲编辑丨李雨晨来源于雷峰网原创文章 ]]></description>
      <link>https://www.herecours.com/news/2026/02-17/20273.html</link>
      <guid>https://www.herecours.com/news/2026/02-17/20273.html</guid>
      <category>智行</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 17 Feb 2026 04:21:35 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[李想：all in AI是为了更好造车]]></title>
      <description><![CDATA[ 2月5日，理想汽车董事长李想在社交平台上表示，全新理想L9将是具身智能机器人的开山之作。李想称，理想汽车创立之初就将机器人视为汽车的终极形态。在理想创立的第一个十年中，理想汽车陆续布局感知操作系统、星 ]]></description>
      <link>https://www.herecours.com/news/2026/02-17/20274.html</link>
      <guid>https://www.herecours.com/news/2026/02-17/20274.html</guid>
      <category>智行</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 17 Feb 2026 04:21:35 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[某新势力智驾产品VP跳槽；智驾公司低价截胡大客户，为上市赔本抢项目；车企内耗，员工重复汇报三遍丨智驾情报局VOL.9]]></title>
      <description><![CDATA[ 黑马新势力智驾“夺单大战”内情：W公司空欢喜，Y公司2000万超低报价截胡据说，某黑马新势力的智驾方案定点经历一波三折。一开始，黑马新势力定了M公司，就在M公司几乎拿下来合作时，又给了W公司。W公司内 ]]></description>
      <link>https://www.herecours.com/news/2026/02-17/20272.html</link>
      <guid>https://www.herecours.com/news/2026/02-17/20272.html</guid>
      <category>智行</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 17 Feb 2026 04:21:34 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[零跑汽车的新命题：冲击高端化、成为下一个「比亚迪」]]></title>
      <description><![CDATA[ 十年前创办零跑时，朱江明已经年近五十，是造车新势力中年纪最大的创始人。彼时，48岁的朱江明是全球安防领域第二名大华股份的联合创始人之一，“功成名就”或许是形容当时朱江明最恰当的成语。可二次创业的朱江明 ]]></description>
      <link>https://www.herecours.com/news/2026/02-17/20270.html</link>
      <guid>https://www.herecours.com/news/2026/02-17/20270.html</guid>
      <category>智行</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 17 Feb 2026 04:21:25 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[独家｜元戎启行月交付跨过4万辆，智驾竞争加速向头部集中]]></title>
      <description><![CDATA[ 作者：王瑞昊编辑：李雨晨来源于雷峰网原创文章 ]]></description>
      <link>https://www.herecours.com/news/2026/02-17/20267.html</link>
      <guid>https://www.herecours.com/news/2026/02-17/20267.html</guid>
      <category>智行</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 17 Feb 2026 04:21:12 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[长城多动力平台全网征名，“万里”、“驴火”高票领先]]></title>
      <description><![CDATA[ 12月30日晚，魏建军开启直播，为新技术平台在线征名。几天来，长城累计收到8000多条提案。魏建军选取了10个呼声最高的名字，包含“万里”、“驴火”、“辰星”、“太初”等进行网络投票，最终命名将在一周 ]]></description>
      <link>https://www.herecours.com/news/2026/02-17/20268.html</link>
      <guid>https://www.herecours.com/news/2026/02-17/20268.html</guid>
      <category>智行</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 17 Feb 2026 04:21:12 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[新智驾独家丨长城哈弗将采用Momenta智驾方案，新车计划2026年初上市]]></title>
      <description><![CDATA[ 作者 | 郑浩钧编辑 | 王瑞昊来源于雷峰网原创文章 ]]></description>
      <link>https://www.herecours.com/news/2026/02-17/20265.html</link>
      <guid>https://www.herecours.com/news/2026/02-17/20265.html</guid>
      <category>智行</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 17 Feb 2026 04:21:11 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[中国自动驾驶领域迎来最大一笔融资，无人物流车开启三国杀]]></title>
      <description><![CDATA[ 今年无人物流车赛道如烈火烹油，各家展开追逐赛，开城圈地、融资事件相继发生。10.23 日，新石器宣布完成超 6 亿美金 D 轮融资，这是迄今为止中国自动驾驶领域最大的一笔融资。直接打破了无人物流车赛道 ]]></description>
      <link>https://www.herecours.com/news/2026/02-17/20266.html</link>
      <guid>https://www.herecours.com/news/2026/02-17/20266.html</guid>
      <category>智行</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 17 Feb 2026 04:21:11 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[城市NOA普及加速，智驾“双强”华为Momenta单月搭载量达8-10万]]></title>
      <description><![CDATA[ 随着智能驾驶方案的快速进化，从高速NOA到城市NOA，从规则驱动到数据驱动，智能驾驶的研发难度与所需资金也在迅速提升，每年数亿元的投入似乎只是行业的入场票。智能驾驶研发门槛的提高，使得一些弱势第三方智 ]]></description>
      <link>https://www.herecours.com/news/2026/02-17/20264.html</link>
      <guid>https://www.herecours.com/news/2026/02-17/20264.html</guid>
      <category>智行</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 17 Feb 2026 04:21:10 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[如祺出行 COO 韩锋：Robotaxi 迈向大规模商业化之际，出行平台怎么做？｜L4 十人谈]]></title>
      <description><![CDATA[ 2013 年至 2016 年间，中国网约车市场爆发了两场烧钱补贴大战，直接促成了中国互联网史上两起重大并购案。主角分别是滴滴打车与快的打车，滴滴打车与 Uber 中国。从此，网约车市场归于平静、滴滴出 ]]></description>
      <link>https://www.herecours.com/news/2026/02-17/20259.html</link>
      <guid>https://www.herecours.com/news/2026/02-17/20259.html</guid>
      <category>智行</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 17 Feb 2026 04:20:55 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[对话斯年智驾CEO何贝：L4 智驾公司的宿命，是大集成商或大运营商｜L4十人谈]]></title>
      <description><![CDATA[ 从清华大学电子系博士毕业后，何贝选择了进国企。两年后的2015年，何贝加入百度地图，后又随着百度地图进入Baidu iV（百度智能汽车事业部）。Baidu iV 这波人非常神奇，他们很幸运地站在了时代 ]]></description>
      <link>https://www.herecours.com/news/2026/02-17/20260.html</link>
      <guid>https://www.herecours.com/news/2026/02-17/20260.html</guid>
      <category>智行</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 17 Feb 2026 04:20:55 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[我们都低估了奇瑞做新能源的决心]]></title>
      <description><![CDATA[ 2025年结束，奇瑞交出了一整年的成绩单。2025年全年，奇瑞累计销量280.6万辆，同比增长7.8%。其中，新能源累计销量903,847辆，同比增长54.9%；出口累计达到1,344,020辆，同比 ]]></description>
      <link>https://www.herecours.com/news/2026/02-17/20257.html</link>
      <guid>https://www.herecours.com/news/2026/02-17/20257.html</guid>
      <category>智行</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 17 Feb 2026 04:20:54 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[对话佑驾创新CEO刘国清：我们不靠低价抢单，市场缺靠谱的商机丨L4十人谈]]></title>
      <description><![CDATA[ 自宣布进入无人物流行业，推出“小竹无人车”品牌后，佑驾创新无人小车的动态，几乎以一周一次的频率更新，三个月内，累计订单量就超千台，陆续突破快递物流、城市仓配、生鲜冷链等多元化场景。内部已立下目标：20 ]]></description>
      <link>https://www.herecours.com/news/2026/02-17/20258.html</link>
      <guid>https://www.herecours.com/news/2026/02-17/20258.html</guid>
      <category>智行</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 17 Feb 2026 04:20:54 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[深度联合研发，北汽集团携手地平线共同打造城区辅助驾驶系统]]></title>
      <description><![CDATA[ 12月9日，“向高同行丨2025地平线技术生态大会”在深圳前海国际会议中心举行。北京汽车研究总院有限公司院长助理、智能网联中心主任冯硕出席并发表演讲，宣布北汽集团将携手地平线建立深度联合研发机制，共同 ]]></description>
      <link>https://www.herecours.com/news/2026/02-17/20252.html</link>
      <guid>https://www.herecours.com/news/2026/02-17/20252.html</guid>
      <category>智行</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 17 Feb 2026 04:20:53 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[独家｜李斌新年首次内部讲话：成立「人工智能技术委员会」，加大投入推动AI全业务链落地]]></title>
      <description><![CDATA[ 来源于雷峰网原创文章 ]]></description>
      <link>https://www.herecours.com/news/2026/02-17/20253.html</link>
      <guid>https://www.herecours.com/news/2026/02-17/20253.html</guid>
      <category>智行</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 17 Feb 2026 04:20:53 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[对话何小鹏：今年自动驾驶能力提升10倍，推出四款全新SUV全球车]]></title>
      <description><![CDATA[ 过去一年，小鹏的表现不多见，在行业普遍承压、价格与配置被卷到极限的阶段，小鹏汽车的全年交付反而超过40万台。在近日的全球新品发布会上，小鹏汽车更是发布四款新车，价格覆盖18万-30万元，有意追击更高销 ]]></description>
      <link>https://www.herecours.com/news/2026/02-17/20255.html</link>
      <guid>https://www.herecours.com/news/2026/02-17/20255.html</guid>
      <category>智行</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 17 Feb 2026 04:20:53 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[侯聪：软硬协同、双向赋能，轻舟智航携手地平线共创智驾最优解]]></title>
      <description><![CDATA[ “轻舟智航将与地平线等生态伙伴携手，基于同一技术底座与规模化数据闭环，持续向高阶智能驾驶演进。”12月8日，在2025地平线技术生态大会上，轻舟智航联合创始人、总裁侯聪博士发表题为《携手生态伙伴，加速 ]]></description>
      <link>https://www.herecours.com/news/2026/02-17/20256.html</link>
      <guid>https://www.herecours.com/news/2026/02-17/20256.html</guid>
      <category>智行</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 17 Feb 2026 04:20:53 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[中国智驾产业变迁：从封闭交付到普惠生态]]></title>
      <description><![CDATA[ 2011年的一档美国电视节目上，主持人向特斯拉CEO马斯克提起，一些竞争对手正在崛起，当听到比亚迪后，马斯克乐不可支，笑声一度打断主持人的讲话。主持人感到疑惑，询问马斯克：“你不认为比亚迪是竞争对手吗 ]]></description>
      <link>https://www.herecours.com/news/2026/02-17/20251.html</link>
      <guid>https://www.herecours.com/news/2026/02-17/20251.html</guid>
      <category>智行</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 17 Feb 2026 04:20:52 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[新智驾独家｜引入Momenta，北京现代将推出高阶辅助驾驶]]></title>
      <description><![CDATA[ 作者| 王瑞昊编辑 | 李雨晨来源于雷峰网原创文章 ]]></description>
      <link>https://www.herecours.com/news/2026/02-17/20248.html</link>
      <guid>https://www.herecours.com/news/2026/02-17/20248.html</guid>
      <category>智行</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 17 Feb 2026 04:20:28 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[地平线与元戎启行达成合作，基于征程6P开发高阶辅助驾驶解决方案]]></title>
      <description><![CDATA[ 在市场需求与技术演进的共同驱动下，高阶辅助驾驶的规模化普及已步入关键窗口期。12月9日，在“向高 同行丨2025地平线技术生态大会”上，地平线与国际领先的人工智能企业元戎启行达成合作，双方将基于地平线 ]]></description>
      <link>https://www.herecours.com/news/2026/02-17/20246.html</link>
      <guid>https://www.herecours.com/news/2026/02-17/20246.html</guid>
      <category>智行</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 17 Feb 2026 04:20:27 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[对话理想范皓宇、陈伟：1699元的AI眼镜，要成为理想汽车的最强辅件]]></title>
      <description><![CDATA[ 作者：王瑞昊编辑：李雨晨12月3日，理想正式发布其第一代AI眼镜理想 Livis，售价1999元，国补后价格1699元起。Livis发布后，意味着理想正式进军可穿戴智能设备赛道。AI眼镜的浪潮始于20 ]]></description>
      <link>https://www.herecours.com/news/2026/02-17/20245.html</link>
      <guid>https://www.herecours.com/news/2026/02-17/20245.html</guid>
      <category>智行</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 17 Feb 2026 04:20:21 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[独家｜新鉴智机器人管理架构完成，许鹏飞成为新CTO]]></title>
      <description><![CDATA[ 来源于雷峰网原创文章 ]]></description>
      <link>https://www.herecours.com/news/2026/02-17/20244.html</link>
      <guid>https://www.herecours.com/news/2026/02-17/20244.html</guid>
      <category>智行</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 17 Feb 2026 04:20:16 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[具身浪潮，谁在成为机器人时代的 Wintel ？]]></title>
      <description><![CDATA[ 机器人赛道火热的当下，整个行业都在铆足劲，争夺量产级商业化机器人的首个落地者席位，自动驾驶与机器人的探索边界正在模糊，小鹏与特斯拉也从智驾切入了机器人赛道。同样横跨智驾与具身智能的地平线选了另一条更小 ]]></description>
      <link>https://www.herecours.com/news/2026/02-17/20243.html</link>
      <guid>https://www.herecours.com/news/2026/02-17/20243.html</guid>
      <category>智行</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 17 Feb 2026 04:20:15 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[零跑Lafa 5预售价10.58万元起，开启全球化车型新阶段]]></title>
      <description><![CDATA[ 11 月 7 日，零跑在杭州举办了 Lafa 5 的预售发布会。杭州作为零跑的 “大本营”，在此地发布颇有重视意味。作为造车新势力中第二家实现半年度盈利的车企，零跑在今年迎来成立十周年。正是在这一年， ]]></description>
      <link>https://www.herecours.com/news/2026/02-17/20242.html</link>
      <guid>https://www.herecours.com/news/2026/02-17/20242.html</guid>
      <category>智行</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 17 Feb 2026 04:19:56 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[小鹏X9超级增程搭载华为「心脏」，小鹏副总裁表态：未来合作无上限]]></title>
      <description><![CDATA[ 在华为松山湖园区古典城堡建筑的衬托下，刚刚完成上市的小鹏X9超级增程版多了几分沉淀感。12月2日，小鹏与华为宣布，小鹏X9超级增程全球首发搭载华为DriveONE全栈高集成高压油冷发电机，该发电机也是 ]]></description>
      <link>https://www.herecours.com/news/2026/02-17/20239.html</link>
      <guid>https://www.herecours.com/news/2026/02-17/20239.html</guid>
      <category>智行</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 17 Feb 2026 04:19:52 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[首届地平线技术生态大会开幕，携手生态伙伴“向高同行”共赴智能未来]]></title>
      <description><![CDATA[ 12月8日，在智能驾驶从“能用”的商业化突破迈向“好用”的规模化普及这一关键阶段，以“向高同行”为主题的2025首届地平线技术生态大会（Horizon Together 2025）于深圳应势召开。在开 ]]></description>
      <link>https://www.herecours.com/news/2026/02-17/20237.html</link>
      <guid>https://www.herecours.com/news/2026/02-17/20237.html</guid>
      <category>智行</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 17 Feb 2026 04:19:43 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[最近的蔚来，让人倒吸一口凉气]]></title>
      <description><![CDATA[ 蔚来触底反弹来的如此干脆，出乎了很多人的意料——仿佛一场蓄谋已久的暴风雨，雷霆般地洗掉了那些重到化不开的质疑迷雾。今年初，市场还在用那些阶段性的片面数字不停地拷问蔚来；转眼间，蔚来已以一系列凌厉的战术 ]]></description>
      <link>https://www.herecours.com/news/2026/02-17/20234.html</link>
      <guid>https://www.herecours.com/news/2026/02-17/20234.html</guid>
      <category>智行</category>
      <author><![CDATA[]]></author>
      <pubDate>Tue, 17 Feb 2026 04:19:32 +0000</pubDate>
    </item>
  </channel>
</rss>