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

    Spring Boot 2.4 Command-line 自动完成

    我们都知道在 Linux 命令行下,输入字符后,按两次 Tab 键,shell 就会列出以这些字符打头的所有可用命令。如果只有一个命令匹配到,按一次Tab键就自动将这个命令补全。

    67900发布于 2021-01-02
  • 来自专栏吉吉在这里

    命令行参数-Command-Line Flags

    命令行标识(参数)是一种常用的指定命令行程序选项的方法,例如,在`wc -l`中 “-l” 就是一个命令的参数。

    2K20发布于 2019-03-01
  • 来自专栏iSharkFly

    Spring Boot 2.4 Command-line 自动完成

    我们都知道在 Linux 命令行下,输入字符后,按两次 Tab 键,shell 就会列出以这些字符打头的所有可用命令。如果只有一个命令匹配到,按一次Tab键就自动将这个命令补全。

    96900发布于 2021-01-09
  • 来自专栏阿杜的世界

    Spring Boot的自动配置、Command-line Runner

    使用Command-line runners 我们新建一个StartupRunner类,该类实现CommandLineRunner接口,这个接口只有一个函数:public void run(String 利用command-line runner的这个特性,再配合依赖注入,可以在应用程序启动时后首先引入一些依赖bean,例如data source、rpc服务或者其他模块等等,这些对象的初始化可以放在run

    1.9K20发布于 2018-08-06
  • 来自专栏企鹅号快讯

    使用Symfony的Console组件构建命令行程序

    安装symfony/console组件 在终端中创建项目目录 mkdir command-line 切换到command-line目录 cd command-line 使用composer安装symfony 视频教程链接 复制链接 https://larashuo.com/course/command-line 电子书链接 复制链接 https://larashuo.com/ebook/3

    2.4K80发布于 2018-01-15
  • 来自专栏一个会写诗的程序员的博客

    Gradle 环境安装Installation

    Install Install with a package manager Install manually Upgrade with the Gradle Wrapper Older Releases Command-Line gradle 4.10.2 Homebrew is “the missing package manager for macOS”. $ brew install gradle Scoop is a command-line Command-Line Completion Command-line completion scripts are available for bash and zsh. This provides completion for Gradle tasks and command-line options.

    1K30发布于 2018-12-06
  • 来自专栏sunsky

    vim的几种模式mode和按键映射map

    Command-Line/Ex Mode 就叫命令行模式和Ex模式吧。两者略有不同,普通模式下按冒号(:)进入Command-Line模式,可以输入各种命令, 使用vim的各种强大功能。 普通模式下按Q进入Ex模式,其实就是多行的Command-Line模式。 对于Map,有几个基本的概念 命令的组合 同Vim下的其他命令一样,命令的名字往往由好几段组成。 Insert and Command-line :imap :inoremap :iunmap Insert :lmap :lnoremap :lunmap Insert, Command-line , Lang-Arg :cmap :cnoremap :cunmap Command-line 字母代表含义: 'n' (for normal), 'v' (for visual and select

    1.6K40发布于 2020-08-20
  • 来自专栏QB杂货铺

    shFlags简介

    /path/to/shflags # define a 'name' command-line string flag DEFINE_string 'name' 'world' 'name to say hello to' 'n' # parse the command-line FLAGS "$@" || exit $? # define a 'name' command-line string flag DEFINE_string 'name' 'world' 'name to say hello to' 'n' 这个是定义了一个 name)的时候,将随后的参数当成一个字符串,存入变量 name 中 2 接收到命令行选项 -h (或者 --help)的时候,显示”name to say hello to“ # parse the command-line

    79510发布于 2019-12-27
  • 来自专栏sktj

    python 回归测试脚本

    ###################################################### Test a directory of Python scripts, passing command-line This is a command-line script, using command-line arguments for optional test directory name, and force-generation Suggested enhancement: could be extended to allow multiple sets of command-line arguments and/or inputs

    1K20编辑于 2022-05-13
  • nmcli 命令使用

    是 NetworkManager 的控制客户端,通过 man 查看可知: NMCLI(1) General Commands Manual NMCLI(1) NAME nmcli - command-line DESCRIPTION nmcli is a command-line tool for controlling NetworkManager and reporting network network connections and viewing network status. man 手册中 有两个关于nmcli 的使用条目,使用 man -k 命令即可以查看: nmcli (1) - command-line

    67310发布于 2020-12-30
  • 来自专栏魏杰的技术专栏

    为NetBeans配置开发Java所需的JDK路径

    /usr/local/share/java/jdk1.6.0_07/ or use –jdkhome command-line option e.g. . netbeans_jdkhome标记 将–jdkhome链接到JDK安装目录,例如 /usr/local/share/java/jdk1.6.0_07/ (这是Linux环境的路径) 或者用 –jdkhome command-line

    1.4K30编辑于 2022-12-23
  • 来自专栏oeasy教您玩转linux、python

    oeasy教您玩转vim - 4 - # 深入帮助

    回忆上节课内容 上次制作了 oeasy.txt 用 vim oeasy.txt 打开了文件 :f[ile] 查询了当前文件 的信息 从 正常模式或命令模式(Normal mode) 切换到 命令行模式 (Command-Line mode) 要使用 : 从 命令行模式(Command-Line mode) 按 回车 执行命令,执行完了就回来了 我们已经可以在两个模式(命令模式、底线命令模式 模式)之间切换 我们这次想要了解更多的帮助信息 这就是为什么默认的正常模式 (Normal mode) 也被称作命令模式 命令模式 命令模式可以直接按键来执行命令 比如移动 还有很多各种命令 命令模式 (Normal mode) 和 命令行模式 (Command-Line mode) 不同 命令模式 (Normal mode) 直接按键执行 而命令行模式 (Command-Line mode) 在底部行输入命令后按 回车 执行 模式不同,对应的操作不同 这也是 vim

    57910发布于 2021-08-06
  • 来自专栏陶士涵的菜地

    [日常] Go语言圣经--并发的web爬虫

    log" "os" ) func main() { worklist := make(chan []string) // Start with the command-line worklist := make(chan []string) unseenLinks := make(chan string) // Start with the command-line

    65010发布于 2019-09-10
  • 来自专栏PyStaData

    Windows 系统常用命令行命令(一):前言

    如果对 Windows 命令行的起源和终端的演变感兴趣,这里有一份微软官网的介绍:Windows Command-Line: Backgrounder[1]。 cmd 参考资料 [1] Windows Command-Line: Backgrounder: https://devblogs.microsoft.com/commandline/windows-command-line-backgrounder

    89610发布于 2020-07-21
  • 来自专栏GoCoding

    小技巧:如何快速开启一个静态 HTTP 服务?

    以访问下载 如:分享的文档、安装包等 以下会介绍目前我了解的方式中,最推荐的两种: Python: http.server — HTTP servers Node.js: http-server: a command-line Node.js: http-server: a command-line http server 需要你安装 Node.js ,再安装此 http-server 包: npm install -g http-server

    90030发布于 2021-05-06
  • 来自专栏逆锋起笔

    Rust 在这个领域要大放异彩:一本新书推荐

    Test for Echo How echo Works Getting Started Accessing the Command-Line Arguments Adding clap as a Dependency Parsing Command-Line Arguments Using clap Creating the Program Output Writing Integration Tests Creating Arguments Using a Regular Expression to Match an Integer with an Optional Sign Parsing and Validating the Command-Line

    68820编辑于 2022-03-28
  • 来自专栏算法channel

    推荐一个python学习的宝库(github的star数71000+)

    Audio Authentication Build Tools Built-in Classes Enhancement Caching ChatOps Tools CMS Code Analysis Command-line Interface Development Command-line Tools Compatibility Computer Vision Concurrency and Parallelism Configuration

    57620发布于 2019-08-30
  • 来自专栏个人路线

    Dart File 类的用法

    II/O for Command-Line Apps a section from A Tour of the Dart Libraries covers files and directories. Write Command-Line Apps, a tutorial about writing command-line apps, includes information about files

    1.9K70发布于 2021-08-05
  • 来自专栏Khan安全团队

    EmbedExeLnk - 在 LNK 中嵌入 EXE 并自动执行

    dwBytesWritten, NULL) == 0) { // error CloseHandle(hLinkFile); return 1; } // set target command-line dwBytesWritten, NULL) == 0) { // error CloseHandle(hLinkFile); return 1; } // store start of command-line pCmdLinePtr += strlen("select -Skip "); // move the file pointer back to the "000000" value in the command-line CloseHandle(hLinkFile); return 1; } // find the offset value of the total lnk file length in the command-line pCmdLinePtr += strlen("_.length -eq "); // move the file pointer back to the "0x00000000" value in the command-line

    2.7K30编辑于 2022-02-24
  • 来自专栏韩曙亮的移动开发专栏

    【Android 安全】DEX 加密 ( DEX 加密使用到的相关工具 | dx 工具 | zipalign 对齐工具 | apksigner 签名工具 )

    命令行工具 zipalign 对其 APK 文件 , 对齐后的应用 , 可以 减少程序消耗内存大小 ; 参考文档 : https://developer.android.google.cn/studio/command-line publish/app-signing 应用对齐之后 , 使用 apksigner 工具进行签名 , 参考文档 : https://developer.android.google.cn/studio/command-line

    1.5K00编辑于 2023-03-28
领券