首页
学习
活动
专区
圈层
工具
发布
    • 综合排序
    • 最热优先
    • 最新优先
    时间不限
  • 来自专栏DBA 平台和工具

    使用docker-slim为你的docker镜像瘦身

    /docker-slim build \--http-probe=false \--expose 80 \--expose 3306 \--include-path=/var/www/html \--include-path =/var/log/httpd \--include-path=/run/httpd \--include-path=/tmp \--include-path=/data \--include-path =/etc \--include-path=/usr/ \--include-path=/sbin/ \--include-path=/root/ \--include-path=/bin/ \--include-bin --include-path=<path>: 指定文件系统中要包含在优化镜像中的路径。

    1.7K10编辑于 2024-07-09
  • 来自专栏糊一笑

    【react】开发一款城市选择组件

    build-css与watch-css # 修改start和build命令,让其可以同时运行多个命令 "scripts": { + "build-css": "node-sass-chokidar --include-path /src --include-path . /node_modules src/ -o src/", + "watch-css": "npm run build-css && node-sass-chokidar --include-path /src --include-path .

    4.4K30发布于 2018-07-04
  • 来自专栏偏前端工程师的驿站

    前端构建:Less入了个门

    lessc --include-path=lib/less --relative-urls --source-map --source-map-rootpath=../.. lessc --include-path=lib/less --relative-urls --source-map --source-map-rootpath=../.. 可发布代码      对于发布的内容我们会对其进行压缩处理 lessc --include-path=lib/less --clean-css="advanced" --relative-urls src of bin rd /S /Q bin ::copy html files xcopy /y src\*.html bin\ ::compile less to css cmd /C lessc --include-path of bin rd /S /Q bin ::copy html files xcopy /y src\*.html bin\ ::compile less to css cmd /C lessc --include-path

    2K70发布于 2018-01-18
  • 来自专栏偏前端工程师的驿站

    前端构建:Less入了个门

    lessc --include-path=lib/less --relative-urls --source-map --source-map-rootpath=../.. lessc --include-path=lib/less --relative-urls --source-map --source-map-rootpath=../.. 可发布代码      对于发布的内容我们会对其进行压缩处理 lessc --include-path=lib/less --clean-css="advanced" --relative-urls src of bin rd /S /Q bin ::copy html files xcopy /y src\*.html bin\ ::compile less to css cmd /C lessc --include-path of bin rd /S /Q bin ::copy html files xcopy /y src\*.html bin\ ::compile less to css cmd /C lessc --include-path

    1.6K70发布于 2018-01-18
  • 来自专栏Pseudoyu

    Solidity 智能合约开发 - 玩转 ethers.js

    并且可以选择对应版本,命令如下: yarn add [email protected] 安装完成后,,我们可以通过 solcjs 命令来进行编译,命令如下: yarn solcjs --bin --abi --include-path 因为编译合约是一个高频操作,我们可以在 package.json 中配置 compile 脚本命令,如下: "scripts": { "compile": "yarn solcjs --bin --abi --include-path

    1.4K20编辑于 2023-04-11
  • 来自专栏测试游记

    c2py试用(一)

    using regex.Options: -e, --encoding TEXT encoding of input files, default is utf-8 -I, --include-path -e, --encoding TEXTencoding of input files, default is utf-8 -e:文件的编码,默认 utf-8 -I, --include-path TEXTadditional

    85720发布于 2019-10-13
  • 来自专栏IT码农

    composer系列之三

    { "autoload": { "files": ["src/MyLibrary/functions.php"] } } include-path 不建议:这是目前唯一支持传统项目的做法 { "include-path": ["lib/"] } minimum-stability 这定义了通过稳定性过滤包的默认行为。默认为 stable(稳定)。

    1.3K21发布于 2019-09-02
  • 来自专栏TopFE

    kiali-ui的自定义UI开发

    build:prod; else npm run build:dev; fi", "build-css": "node-sass src/ --output-style compressed --include-path

    70110编辑于 2022-01-24
  • 把Docker镜像从1.2G干到30M,这玩意儿简直是装逼神器!

    你可以用 --include-path 参数强制保留文件或目录: docker-slim build \ --include-path /usr/local/lib/python3.9/site-packages /pandas \ --include-path /app/configs \ --target my-fat-flask-app 或者,更高级一点,让探针更聪明。

    6810编辑于 2026-03-02
  • 来自专栏Linux成长之路

    Linux系统之Agedu工具的基本使用

    matching pattern --include wildcard [--scan] include files matching pattern --include-path

    42531编辑于 2023-09-21
  • 来自专栏100000397625

    PHP 文件基本配置编辑

    ;/path/to/php/pear" ; http://php.net/include-path ; The root of the PHP pages, used only if nonempty

    1.4K00编辑于 2022-01-05
  • 来自专栏硬核项目经理的专栏

    PHPUnit 手册【笔记】

    * --configuration,-c,从XML文件中读取配置信息 * --no-configuration,忽略当前工作目录下的phpunit.xml与phpunit.xml.dist * --include-path

    2.5K40发布于 2019-08-06
  • 来自专栏IT 茂茂

    Docker 介绍

    ;/path/to/php/pear" ; http://php.net/include-path ; The root of the PHP pages, used only if nonempty

    2.7K10编辑于 2022-05-11
领券