万象云档 本次搜索耗时 2.235 秒,为您找到 27 个相关结果.
  • 一千多个m3u8电视直播源分享

    一千多个m3u8各地电视台直播源分享 CCTV-1蓝光,http://111.13.111.242/otttv.bj.chinamobile.com/PLTV/88888888/224/3221226226/1.m3u8 CCTV-1蓝光,http://112.50.243.8/PLTV/88888888/224/3221225922/1.m3u8 C...
  • Web开发

    最早的软件都是运行在大型机上的,软件使用者通过“哑终端”登陆到大型机上去运行软件。后来随着PC机的兴起,软件开始主要运行在桌面上,而数据库这样的软件运行在服务器端,这种Client/Server模式简称CS架构。 随着互联网的兴起,人们发现,CS架构不适合Web,最大的原因是Web应用程序的修改和升级非常迅速,而CS架构需要每个客户端逐个升级桌面App,...
  • yarn list

    列出已安装的包。 yarn list yarn list yarn list 命令模仿 Unix 列目录命令的预期行为。 In Yarn, the list command lists all dependencies for the current working directory by referencing all package ma...
  • yarn upgrade

    升级包到它们基于规范范围的最新版本。 yarn upgrade [package | package@tag | package@version | @scope/]… [—ignore-engines] [—pattern] 该命令会根据在 package.json 文件中所指定的版本范围将依赖更新到其最新版本。也会重新生成yarn.lock 文件...
  • yarn cache

    yarn cache list [—pattern] Yarn 将每个包存储在你的文件系统-用户目录-全局缓存中。yarn cache list 将列出已缓存的每个包。 yarn cache list —pattern <pattern> 将列出匹配指定模式的已缓存的包。 示例: yarn cache list -- pattern gulp ...
  • JavaScript 和 Gulpfile

    [TOC] JavaScript 和 GulpfileGulpfile 详解Gulpfile 转译Gulpfile 分割 JavaScript 和 Gulpfile Gulp 允许你使用现有 JavaScript 知识来书写 gulpfile 文件,或者利用你所掌握的 gulpfile 经验来书写普通的 JavaScript 代码。虽然gulp 提供了...
  • 概念

    [TOC] 概念VinylVinyl 适配器任务(Tasks)GlobsGlob base文件系统统计数据文件系统模式模块 概念 以下概念是理解 API 文档的预备知识。它们将在整个过程中被引用,详细说明请参阅本页面。 如果你是新手,就从 入门指南 开始。 Vinyl Vinyl 是描述文件的元数据对象。Vinyl 实例的主要属性是文件系统中文件...
  • For Enterprise

    [TOC] Gulp for enterpriseEnterprise-ready open source software—managed for you Gulp for enterprise Available as part of the Tidelift Subscription. Tidelift is working with the ...
  • 入门指南

    [TOC] 快速入门 JavaScript 和 Gulpfile 创建任务(task) 异步执行 处理文件 Glob 详解 使用插件 文件监控
  • 异步执行

    [TOC] 异步执行任务(task)完成通知返回 stream返回 promise返回 event emitter返回 child process返回 observable使用 callbackgulp 不再支持同步任务(Synchronous tasks)使用 async/await 异步执行 Node 库以多种方式处理异步功能。最常见的模式是 er...