码迷,mamicode.com
首页 >  
搜索关键字:commands    ( 1138个结果
关于laravel5 消息订阅/发布的理解初
laravel5.4感觉官网文档说滴不够详细...安装predis官网很详细,这里略过.... 生成命令 直接使用 Artisan 命令 make:command,该命令会在 app/Console/Commands 目录下创建一个新的命令类。如果该目录不存在,不用担心,它将会在你首次运行 Arti ...
分类:其他好文   时间:2017-05-17 16:04:24    阅读次数:280
SD/MMC的Commands和Responses的总结
SD总线通信是基于指令和数据比特流,起始位開始和停止位结束。SD总线通信有三个元素:1.Command:由host发送到卡设备。使用CMD线发送。2.Response:从card端发送到host端,作为对前一个CMD的对应,通过CMD线发送;3.Data:即能从host传输到card,也能从card ...
分类:其他好文   时间:2017-05-17 10:21:47    阅读次数:163
Linux命令简单操作
一、 awk 命令格式: awk ‘BEGIN{commands} pattern {commands} END{commands}’file 工作方式: 1.执行BEGIN{commands}语句块中语句,可选的语句块 2.从文件或者stdin中读取一行,然后执行{commands},重复这个过程 ...
分类:系统相关   时间:2017-05-17 00:48:00    阅读次数:344
kubectl error: The connection to the server localhost:8080 was refused
did you run below commands after kubeadm init To start using your cluster, you need to run (as a regular user): ref: https://github.com/kubernetes/kub ...
分类:其他好文   时间:2017-05-09 20:36:43    阅读次数:2811
怎样在fastboot 里面加入新的命令
fastboot 是android 默认的一种debug 方法。它的优点是在进入linux kernel 之前就可以操作。 默认fastboot 支持的命令: usage: fastboot [ <option> ] <command> commands: update <filename> ref ...
分类:其他好文   时间:2017-05-07 20:01:39    阅读次数:330
Bash is an sh-compatible command language interpreter that executes commands read from the standard input or from a file.
w https://linux.die.net/man/1/bash bash - GNU Bourne-Again SHell Description Bash is an sh-compatible command language interpreter that executes comma ...
分类:其他好文   时间:2017-05-06 12:00:32    阅读次数:159
metasploit 常用命令备忘
metasploit 常用命令备忘 MSFconsole Commands 24show exploits 查看所有exploitshow payloads 查看所有payloadshow auxiliary 查看所有auxiliarysearch name 搜索exploit 等info 查看加载 ...
分类:Web程序   时间:2017-05-05 14:12:14    阅读次数:313
linux commands notes
fsck -y mtr IP cat/tac runlevel/tty eject /eject -t 开/关 mount -o loop *.iso /mnt --bind /root /mnt -t tmpfs tmpfs /mnt uniq -u -c -d -s 跳过 -w 计算在内 exp ...
分类:系统相关   时间:2017-05-04 14:36:27    阅读次数:222
File "<stdin>" , line 1
写了一个hello.py,仅有一句,print 'hello world', 运行 Python hello.py 出错,提示: File "<stdin>" , line 1python hello.py 解释: In the shell you can run shell commands, i ...
分类:其他好文   时间:2017-05-03 09:21:10    阅读次数:740
Linux系统入门命令100条 转
2017-04-27 RiboseYim 睿哥杂货铺 Author : Himanshu Arora 原文:https://www.howtoforge.com/linux-commands/ 本文的特点是非常简洁,将繁杂的Linux命令行筛选出100条左右,非常适合入门学习。此外,将领域知识以“条 ...
分类:系统相关   时间:2017-04-29 19:52:11    阅读次数:736
1138条   上一页 1 ... 45 46 47 48 49 ... 114 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!