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

    project.el 使用说明

    (interactive) (dolist (search-path '("~/code/" "~/git/")) (dolist (file (file-name-all-completions "" search-path)) (when (not (member file '("./" "../"))) (let ((full-name (expand-file-name file search-path))) (when (file-directory-p full-name) (when-let ((pr (project-current

    66410编辑于 2022-07-26
  • 来自专栏A周立SpringCloud

    跟我学Spring Cloud(Finchley版)-20-Spring Cloud Config-Git仓库配置详解

    三、搜索目录 很多场景下,我们可能把配置文件放在了Git仓库子目录中,此时可以使用search-paths指定,search-path同样支持占位符。

    55510发布于 2019-07-10
  • 来自专栏sktj

    python 跨平台python脚本启动器

    configPythonPath(examplesDir, packageRoots=PP4EpackageRoots, trace=True): """ Set up the Python module import search-path

    94410编辑于 2022-05-13
领券