码迷,mamicode.com
首页 >  
搜索关键字:commands    ( 1138个结果
django __path__使用
def get_commands(): """ Returns a dictionary mapping command names to their callback applications. This works by looking for a management.commands pac ...
分类:其他好文   时间:2020-06-20 18:37:01    阅读次数:74
git bitbucket
You have an empty repositoryTo get started you will need to run these commands in your terminal. New to Git? Learn the basic Git commandsConfigure Git ...
分类:其他好文   时间:2020-06-17 23:10:05    阅读次数:67
动画图解 Git 的 10 大命令
原文地址:https://dev.to/lydiahallie/cs-visualized-useful-git-commands-37p1 原文作者:Lydia Hallie 前言 尽管 Git 是一款非常强大的工具。 我发现在使用 Git 时,在头脑里可视化地想象它会非常有用:当我执行一个特定命 ...
分类:其他好文   时间:2020-06-12 00:33:27    阅读次数:72
Systemd 指令
Systemd 指令 原文链接如果有效,请点击原文链接查看。原文:http://www.ruanyifeng.com/blog/2016/03/systemd-tutorial-commands.html 一、由来 历史上,Linux 的启动一直采用init进程。 下面的命令用来启动服务。 $ su ...
分类:其他好文   时间:2020-06-10 11:30:44    阅读次数:62
mysql连接方式
ix系统上,mysql的登陆方式有两种,分别是socket和tcp/ip方式登陆。当server和client在同一台服务器上的时候,我们可以直接用mysql命令登陆。[root@mysql ~]# mysqlWelcome to the MySQL monitor. Commands end wi ...
分类:数据库   时间:2020-06-03 00:48:38    阅读次数:96
Docker 构建前端项目镜像
参考资料: Dockerfile reference Docker CLI commands Docker Hub 一、使用 Docker 构建前端项目镜像: 下载安装 Docker Desktop (建议电脑内存 8G+ 使用 Docker) 准备一个 React / Vue / 其他 项目 在项 ...
分类:其他好文   时间:2020-05-23 18:36:28    阅读次数:119
Linux(四) 使用结构化命令
if-then if command then commands fi bash shell中的if语句运行在if行定义的命令. 如果命令突出状态时0, 将执行then后面的命令. 如果命令的退出状态时0以外的其他值,那么then后面的命令将不会执行.#!/bin/bash # testing th ...
分类:系统相关   时间:2020-05-22 17:27:54    阅读次数:55
[Linux Shell学习系列六]Shell的条件执行——3case语句
D14 case语句是多级的if...then...else...fi语句很好的替代方式。它可以让一个条件与多个模式相比较,而且case语句的读写比较方便。 语法: case EXPRESSION in PATTERN1 ) CONSEQUENT-COMMANDS ;; #必须使用 PATTERN2 ...
分类:系统相关   时间:2020-05-22 12:48:23    阅读次数:61
Cypress web自动化19-自定义命令,把登陆当公共方法commands.js
前言 测试一个web网站的时候,通常需要先登录。要是每个脚本都写一次登录流程,太麻烦了,于是我们会想到写一个公共函数,这样每次去调用函数即可。 cypress 里面提供了一个 commands.js 可以自定义命令,如使用cy.login(user,password)就能调用了 登录 前面写了一个登 ...
分类:Web程序   时间:2020-05-21 00:30:08    阅读次数:145
The df and du commands provide different system information and I can not write to a partition that df says is 100% full.
The df and du commands provide different system information and I can not write to a partition that df says is 100% full. Which is correct and why doe ...
分类:其他好文   时间:2020-05-20 20:06:11    阅读次数:77
1138条   上一页 1 2 3 4 5 6 ... 114 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!