码迷,mamicode.com
首页 >  
搜索关键字:command-t    ( 10518个结果
mindspore_CI
http://build.mindspore.cn/job/Check_Pylint/9293/pylint/ CI失败日志 http://build.mindspore.cn/view/MindSpore/job/MindSpore_Gitee_Gate/ https://gitee.com/mi ...
分类:其他好文   时间:2020-06-18 21:25:18    阅读次数:59
rabbitmq 启动报错
启动报错如下 ./rabbitmq-server: line 47: erl: command not found 解决方案1 :在rabbitmq-server 中添加erlang的环境变量 # Lazy initialization of threed pool size - if it was ...
分类:其他好文   时间:2020-06-18 21:23:53    阅读次数:78
docker-compose.yml 使用说明
docker-compose.yml文件样板: version: "3" services: message-service: image: message-service:latest user-service: image: user-service:latest command: - "--m ...
分类:其他好文   时间:2020-06-18 12:33:46    阅读次数:149
Waiting for another flutter command to release the startup lock...
遇到这个问题,随手百度一下大概率会得到以下答案: 进入到flutter sdk目录中,然后找到bin/cache/lockfile文件,删除它即可。 删除之后再运行flutter packages get就已经解决了。 根据提示的字面意思,猜测是Dart 进程开启的过多,其中有Dart 进程未释放 ...
分类:其他好文   时间:2020-06-18 10:45:15    阅读次数:79
增加ldl
增加ldl g++ -o onecache tmp/eventloop.o tmp/logger.o tmp/main.o tmp/hash.o tmp/redisproto.o tmp/redisproxy.o tmp/redisservant.o tmp/command.o tmp/tcpsoc ...
分类:其他好文   时间:2020-06-17 23:14:29    阅读次数:75
Centos配置vlan
https://access.redhat.com/documentation/zh-cn/red_hat_enterprise_linux/7/html/networking_guide/sec-configure_802_1q_vlan_tagging_using_the_command_lin ...
分类:其他好文   时间:2020-06-17 18:34:50    阅读次数:55
mac安装dart环境配置
刚开始运行终端时,无论输入什么都显示command not found .这说明mac的环境变量被改了 在配置的时候少了一个{PATH},在终端输入下面代码就行 export PATH=/usr/local/opt/coreutils/libexec/gnubin:/usr/local/bin:/u ...
分类:系统相关   时间:2020-06-17 18:23:01    阅读次数:237
idea集成svn1.8缺少svn.exe
参考:https://jingyan.baidu.com/article/a3a3f8113f89198da2eb8aed.html 在IDEA中,出现了一个Can't use Subversion command line client:svn的错误。 ...
分类:其他好文   时间:2020-06-17 10:48:14    阅读次数:44
6.case
1.格式 case 值 in val1) #模式1 command ... ;; val2) #模式2 command ... ;; val3) #模式3 command ... ;; *) #如果没有匹配上面模式的话,匹配这个 command ... ;; esac 例子: echo "输入 1 ...
分类:其他好文   时间:2020-06-16 23:51:11    阅读次数:95
5.while
1.结构 while condition do command done 例子: #!/bin/bash int=1 while (($int<=5)) do echo $int let "int++" done 2.无线循环的例子 while : do command done while tur ...
分类:其他好文   时间:2020-06-16 23:24:10    阅读次数:77
10518条   上一页 1 ... 40 41 42 43 44 ... 1052 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!