码迷,mamicode.com
首页 >  
搜索关键字:command-t    ( 10518个结果
Hyperf AMQP -- 简单实例
# producer php bin/hyperf.php gen:amqp-producer DemoProducer # consumer php bin/hyperf.php gen:amqp-consumer DemoConsumer # 使用 command 盗用 DemoProducer ...
分类:其他好文   时间:2020-09-16 12:43:45    阅读次数:131
ThreadPollExecutor中execute和submite的区别
1:入参不同 excute() 传入的是 Runable, submit 传入的是 Callable 或 Runable 1):execute 方法源码 public void execute(Runnable command) { ... } 2):submit方法源码 public Future ...
分类:其他好文   时间:2020-09-16 12:14:48    阅读次数:35
从APP的启动说起
iOS里面APP的启动,过程有些复杂,今天我们来抽丝剥茧,一步步探讨一下APP的启动会经历哪些过程。 首先,用户点击iPhone里面的某个APP的icon,Kernel内核会开始初始化空间并创建进程, 在调用exec_active_image后,开始加载Mach-O文件。 这里我们简要说一下Mach ...
分类:移动开发   时间:2020-09-11 16:12:34    阅读次数:66
ansible模块command/shell
刚开始很困惑,不管是fetch,copy,file,blockinifle,lineinfile,find,replace模块都不能直接看到我要去查找或修改的文件以及内容,那么command模块就可以轻松实现了command模块command模块可以帮助我们在远程主机上执行命令注意:使用command模块在远程主机中执行命令时,不会经过远程主机的shell处理,在使用command模块时,如果需要
分类:系统相关   时间:2020-09-11 16:06:43    阅读次数:54
ansible模块script
scriptscript模块可以帮助我们在远程主机上执行ansible主机上的脚本,也就是说,脚本一直存在于ansible主机本地,不需要手动拷贝到远程主机后再执行。学习此模块之前,请先参考本文中的command模块。此处我们介绍一些script模块的常用参数,你可以先对这些参数有一个大概了解,然后再看小示例。free_form参数:必须参数,指定需要执行的脚本,脚本位于ansible主机本地,并
分类:其他好文   时间:2020-09-11 16:06:26    阅读次数:41
pip3 install psycopg2安装失败,解决办法
https://www.cnblogs.com/daofaziran/p/12604879.html 错误提示: ERROR: Command errored out with exit status 1: command: /usr/bin/python3 -u -c 'import sys, s ...
分类:其他好文   时间:2020-09-04 17:01:31    阅读次数:133
34 selenium JS操作 文件上传 项目分析
目录 一、JS操作 二、文件上传 三、项目分析 正文 75节 22min 一、JS操作 背景:selenium没有封装修改页面属性的方法,只能获取属性(get_attribute),没有set_attribute 前面的文章说过,Python自动化的脚本,通过webdriver中间服务器(js bo ...
分类:Web程序   时间:2020-08-25 15:43:26    阅读次数:60
python+appium “ps ‘uiautomator
pycharm 报错信息 selenium.common.exceptions.SessionNotCreatedException: Message: A new session could not be created. (Original error: Command failed: C:\W ...
分类:移动开发   时间:2020-08-24 16:38:42    阅读次数:75
h3c错误提示信息
错误提示信息 % Unrecognized command found at '^’ position. 命令无法解析,符号“^”指示位置出错 % Incomplete command found at '^’ position. 符号“^”指示位置的参数输入不完整 % Ambiguous comm ...
分类:其他好文   时间:2020-08-20 18:09:02    阅读次数:230
Jenkins 任务
创建基本任务 General Use custom workspace > Directory: {directory, d:\github} Source Code Management Git plugin Git > Repositories > Repository URL: {reposi ...
分类:其他好文   时间:2020-08-19 19:59:48    阅读次数:53
10518条   上一页 1 ... 23 24 25 26 27 ... 1052 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!