码迷,mamicode.com
首页 >  
搜索关键字:commands    ( 1138个结果
gcc commands
1 gcc -S file_name.c // 默认编译成以当前文件名后缀为 .s 的汇编程序 2 gcc -c file_name.s // 默认编译成以当前文件名后缀为 .o 的中间文件 3 gcc -o target file_name.o // 将 .o 的中间文件编译成可执行文件 ...
分类:其他好文   时间:2019-06-29 23:49:03    阅读次数:127
redis-key管理
redis-key管理 1. redis key 本章主要内容为redis key级别的操作命令。 参考文档:https://redis.io/commands 1.1. Redis Keys 命令 keys Redis Keys 命令用于查找所有符合给定模式 pattern 的 key 。 语法: ...
分类:其他好文   时间:2019-06-29 19:08:53    阅读次数:111
docker容器管理
创建容器常用选项 [root@docker ~] docker container help Usage: docker container COMMAND Manage containers Commands: attach Attach local standard input, output, ...
分类:其他好文   时间:2019-06-08 11:51:00    阅读次数:112
[CMD] 批处理
https://www.tutorialspoint.com/batch_script/batch_script_commands.htm ...
分类:其他好文   时间:2019-05-29 09:18:22    阅读次数:85
python分别获取虚拟网卡和真实网卡ip
#!/usr/bin/python # -*- coding: utf-8 -*- import commands import socket import fcntl import struct CMD_VIR_NETCARD = "ls /sys/devices/virtual/net/" CM... ...
分类:编程语言   时间:2019-05-15 14:01:40    阅读次数:276
结构化命令
#--------------------条件判断--------------------- #if-then 语句 格式(可将换行换成;分隔) if command -- 和其他编程语言不一样会执行if后面的命令,命令结束返回状态码为0才会执行then后的命令 then commands fi -... ...
分类:其他好文   时间:2019-05-14 14:53:47    阅读次数:111
linux命令之which,whatis,whereis,tty
which 1.说明:shows the full path of (shell) commands;Which takes one or more arguments意思是该命令用于显示命令所在包括shell命令的绝对路径,并且该命令至少需要一个参数 默认在/usr/local/sbin:/usr ...
分类:系统相关   时间:2019-05-12 15:20:12    阅读次数:173
man du
DU(1) User Commands/用户命令 DU(1) NAME/名字 du - estimate file space usage/du-估计文件空间使用量 SYNOPSIS/简介 du [OPTION]... [FILE].../du [选择]…[文件]… du [OPTION]... - ...
分类:其他好文   时间:2019-05-10 15:06:29    阅读次数:100
Redis 下载 安装
Redis 官网 https://redis.io/ github 主页 https://github.com/antirez/redis 下载页面 https://redis.io/download 安装步骤见下载页面 Redis 命令查询 https://redis.io/commands Re ...
分类:其他好文   时间:2019-05-09 23:51:20    阅读次数:152
Extending Justin’s Guide to MATLAB in MATH 240
Extending Justin’s Guide to MATLAB in MATH 240 - Part 41. MethodWe assume you are comfortable with (and remember or can review) commands used in the e ...
分类:其他好文   时间:2019-05-09 19:57:21    阅读次数:113
1138条   上一页 1 ... 12 13 14 15 16 ... 114 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!