【周鸿祎清华演讲】DeepSeek给我们带来的创业机会-360周鸿祎-202502《DeepSeek给我们带来的创业机会》 360集团创始人 周鸿祎 3 政企、创业者必读政企、创业者必读 一张图读懂一堂DeepSeek课政企、创业者必读 AI给了一个比互联网更大的机会 互联网是连接平台,人工智能是生产力 互联网是赋能性技术,生产力属性较弱 人工智能既能单兵作战,也能外部赋能 互联网创造了能写140个字的推特和分享照片的Instagram AI能帮助人解决登陆火星、能源自由的问题 通过目标拆解,多次调用大模型以及专家模型协同,形成慢 思考能力 61政企、创业者必读 智能体的组成部分 大模型 感知 连接企业内部传感器,感知理解知 识数据 流程 完成复杂繁琐的业务流程或重复的 工作流程 角色 定义智能体应扮演的特定的角色或任务 记忆 短期记忆、长期记忆 知识库 连接内部专有知识库,外部互联网 知识库 复杂推理 基于推理能力制定计划,在过程中 反思 工具 搜索、实时信息、数据请求、业务 • 安全人才规模全球领先 • 漏洞挖掘能力全球领先 四个全球领先 世界的360 • 实战能力第一,实战是检验安全企业能力的唯一标准 • 安全研发投入第一,相当于第2名到第10名的总和 • 服务器和算力投入安全行业第一 • 创新能力第一,专利申请1.5万件,安全行业最多 • 服务和响应能力第一 • 用户数量第一,覆盖225个国家和地区的15亿终端 • 企业客户规模第一的网安公司 •0 码力 | 76 页 | 5.02 MB | 5 月前3
Rust 程序设计语言 简体中文版 1.85.0对低风险的操作,因为编译器会替你找到经典的错误。同时你可以自信地采取更加激进的优 化,而不会意外引入崩溃或漏洞。 但 Rust 并不局限于底层系统编程。它表达力强、写起来舒适,让人能够轻松地编写出命令行 应用、网络服务器等各种类型的代码——在本书中就有这两者的简单示例。使用 Rust 能让你 把在一个领域中学习的技能延伸到另一个领域:你可以通过编写网页应用来学习 Rust,接着 将同样的技能应用到你的 Raspberry Rust 支持。你总是可以在 Rust 官网的工具页面 找到很多相对流行的编辑器和 IDE 列表。 离线使用本书 在一些示例中,我们将会使用标准库之外的 Rust 包。要运行这些示例,你需要保持网络连接, 或者事先下载好这些依赖。要提前下载依赖,可以运行以下命令。(我们稍后会详细解释 cargo 是什么,以及这些命令分别的作用。) $ cargo new get-dependencies $ cd eat_at_restaurant() { hosting::add_to_waitlist(); } 示例 7-11: 使用 use 将模块引入作用域 在作用域中增加 use 和路径类似于在文件系统中创建软连接(符号连接,symbolic link)。通 过在 crate 根增加 use crate::front_of_house::hosting,现在 hosting 在作用域中就是有效 的名称了,如同 hosting0 码力 | 562 页 | 3.23 MB | 29 天前3
julia 1.10.10. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 886 46.5 Views (SubArrays and other view types) . . . . . . . . . . . . . . . . . . . . . . . . 894 46.6 Concatenation and permutation . makes a copy of the selected part of the original string. Alternatively, it is possible to create a view into a string using the type SubString. More simply, using the @views macro on a block of code converts mutated argument shares memory with another argument, a situation known as aliasing (e.g. when one is a view of the other). Unless the function docstring explicitly indicates that aliasing produces the expected0 码力 | 1692 页 | 6.34 MB | 3 月前3
Julia 1.10.9. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 886 46.5 Views (SubArrays and other view types) . . . . . . . . . . . . . . . . . . . . . . . . 894 46.6 Concatenation and permutation . makes a copy of the selected part of the original string. Alternatively, it is possible to create a view into a string using the type SubString. More simply, using the @views macro on a block of code converts mutated argument shares memory with another argument, a situation known as aliasing (e.g. when one is a view of the other). Unless the function docstring explicitly indicates that aliasing produces the expected0 码力 | 1692 页 | 6.34 MB | 3 月前3
Julia 1.11.4. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1020 47.5 Views (SubArrays and other view types) . . . . . . . . . . . . . . . . . . . . . . . . 1031 47.6 Concatenation and permutation . makes a copy of the selected part of the original string. Alternatively, it is possible to create a view into a string using the type SubString. More simply, using the @views macro on a block of code converts mutated argument shares memory with another argument, a situation known as aliasing (e.g. when one is a view of the other). Un- less the function docstring explicitly indicates that aliasing produces the expected0 码力 | 2007 页 | 6.73 MB | 3 月前3
Julia 1.11.5 Documentation. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1020 47.5 Views (SubArrays and other view types) . . . . . . . . . . . . . . . . . . . . . . . . 1031 47.6 Concatenation and permutation . makes a copy of the selected part of the original string. Alternatively, it is possible to create a view into a string using the type SubString. More simply, using the @views macro on a block of code converts mutated argument shares memory with another argument, a situation known as aliasing (e.g. when one is a view of the other). Un- less the function docstring explicitly indicates that aliasing produces the expected0 码力 | 2007 页 | 6.73 MB | 3 月前3
Julia 1.11.6 Release Notes. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1020 47.5 Views (SubArrays and other view types) . . . . . . . . . . . . . . . . . . . . . . . . 1031 47.6 Concatenation and permutation . makes a copy of the selected part of the original string. Alternatively, it is possible to create a view into a string using the type SubString. More simply, using the @views macro on a block of code converts mutated argument shares memory with another argument, a situation known as aliasing (e.g. when one is a view of the other). Un- less the function docstring explicitly indicates that aliasing produces the expected0 码力 | 2007 页 | 6.73 MB | 3 月前3
Julia 1.12.0 RC1. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1059 48.5 Views (SubArrays and other view types) . . . . . . . . . . . . . . . . . . . . . . . . 1071 48.6 Concatenation and permutation . makes a copy of the selected part of the original string. Alternatively, it is possible to create a view into a string using the type SubString. More simply, using the @views macro on a block of code converts mutated argument shares memory with another argument, a situation known as aliasing (e.g. when one is a view of the other). Un- less the function docstring explicitly indicates that aliasing produces the expected0 码力 | 2057 页 | 7.44 MB | 3 月前3
Julia 1.12.0 Beta4. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1058 48.5 Views (SubArrays and other view types) . . . . . . . . . . . . . . . . . . . . . . . . 1070 48.6 Concatenation and permutation . makes a copy of the selected part of the original string. Alternatively, it is possible to create a view into a string using the type SubString. More simply, using the @views macro on a block of code converts mutated argument shares memory with another argument, a situation known as aliasing (e.g. when one is a view of the other). Un- less the function docstring explicitly indicates that aliasing produces the expected0 码力 | 2057 页 | 7.44 MB | 3 月前3
Julia 1.12.0 Beta3. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1058 48.5 Views (SubArrays and other view types) . . . . . . . . . . . . . . . . . . . . . . . . 1070 48.6 Concatenation and permutation . makes a copy of the selected part of the original string. Alternatively, it is possible to create a view into a string using the type SubString. More simply, using the @views macro on a block of code converts mutated argument shares memory with another argument, a situation known as aliasing (e.g. when one is a view of the other). Un- less the function docstring explicitly indicates that aliasing produces the expected0 码力 | 2057 页 | 7.44 MB | 3 月前3
共 23 条
- 1
- 2
- 3













