码迷,mamicode.com
首页 >  
搜索关键字:commands    ( 1138个结果
golang配置镜像站点
In Linux or macOS, you can execute the below commands. Bash / # Enable the go modules feature export GO111MODULE=on # Set the GOPROXY environment vari ...
分类:其他好文   时间:2019-08-17 14:59:09    阅读次数:128
Cassandra commands
Common commands: describe keyspaces // 列出所有db use your_db; // 进去db describe tables; // 列出所有tables describe table table_name; //查看表结构: ...
分类:其他好文   时间:2019-08-16 11:52:54    阅读次数:95
安装License需要重启
"only commands for license handling are allowed in current state" Can you confirm if license is installed. Please check steps below https://help.sap.c ...
分类:其他好文   时间:2019-08-15 12:50:28    阅读次数:334
【D3D12学习手记】The Command Queue and Command Lists
GPU有一个命令队列,CPU通过Direct3D API将命令提交到队列里来使用命令列表(command lists),如下图。当一套命令(a set of commands)已经被提交到命令队列,他们不会被GPU立刻执行,理解这一点非常重要。由于GPU很可能忙着处理之前插入的命令,所以它们会待在队 ...
分类:其他好文   时间:2019-08-09 01:27:30    阅读次数:131
xargs
``` XARGS(1) General Commands Manual XARGS(1) NAME xargs build and execute command lines from standard input SYNOPSIS xargs [ 0prtx] [ E eof str] [ e[ ...
分类:其他好文   时间:2019-08-06 00:40:45    阅读次数:72
结构化程序与自定函数
今天睡了14个小时,真的很舒服,好久没这么爽了,嘿嘿(*?|???|?*~● 结构化程序与自定函数 if else switch while for for variable=start:increment:end commands end clear all 清除所有的历史数据 close all ...
分类:其他好文   时间:2019-08-03 00:28:10    阅读次数:101
Common Linux Commands 日常工作常用Linux命令
cat /proc/cpuinfo arch cat /proc/meminfo or sudo dmidecode -t memory free CentOS: vim /etc/redhat-release sudo netstat -tap | grep mysql dpkg -l | gre ...
分类:系统相关   时间:2019-07-18 19:40:37    阅读次数:149
exec 命令
source source命令即点(.)命令。 在bash下输入man source,找到source命令解释处,可以看到解释”Read and execute commands from filename in the current shell environment and …”。从中可以知道 ...
分类:其他好文   时间:2019-07-11 14:12:56    阅读次数:109
docker--删除container和image
docker的命令分两类Management Commands和Commands Management Commands是对docker里的对象进行管理的 docker删除container 批量删除container 删除image ...
分类:其他好文   时间:2019-07-06 19:09:57    阅读次数:74
linux-shell脚本编程(进阶)
shell函数 (函数名必须唯一,如果不唯一,后定义的函数会取代先定义的函数) 创建: 风格一: function name(){ (name属性定义了函数的唯一名称) commands } 风格二: name(){ commands } 调用的时候值用函数名称即可,不需要() 未指定情况下,函数同 ...
分类:系统相关   时间:2019-07-02 17:38:52    阅读次数:115
1138条   上一页 1 ... 11 12 13 14 15 ... 114 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!