码迷,mamicode.com
首页 >  
搜索关键字:command not found    ( 16044个结果
ORACLE ORA-12519, TNS:no appropriate service handler found
背景:在日常运维工作中,各种各样的问题,真是千奇百怪。今天遇到这个问题了,查了一些解决办法,做了一个汇总,今天就分享一下。 错误:ORA-12519, TNS:no appropriate service handler found [oracle@localhost ~]$ oerr ora 12 ...
分类:移动开发   时间:2020-04-08 09:34:56    阅读次数:103
Mac 运行 gem install 报错 cannot load such file -- openssl
gem install bundlerERROR: Loading command: install (LoadError) cannot load such file -- opensslERROR: While executing gem ... (NoMethodError) undefine ...
分类:系统相关   时间:2020-04-08 09:27:53    阅读次数:169
Wampserver 80端口被占用的解决方法
前言 今天打开wamp的时候发现localhost界面打不开(提示信息:HTTP Error 404. The requested resource is not found.)。 于是去网上搜索相关解决方法,发现写的都挺乱,特此记录一下我的解决过程。 报错界面 第一步 打开wamp,找到Apach ...
分类:其他好文   时间:2020-04-07 14:19:35    阅读次数:283
yum-程序包管理器前端工具
一、要想使用yum先要指定yum源 /etc/yum.com /etc/yum.repos.d/*repo 一、yum的使用 yum [option] command 包名 option -y: command install :安装 reinstall:重新安装 check-update:检测可升 ...
分类:其他好文   时间:2020-04-07 13:04:12    阅读次数:72
DDR接口时序实例
DDR SDRAM接口的示意图: CAC总线表示Command,Address,Control Pin,时序相对简单,单向单周期,通过以下命令约束: create_generated_clock -name DDRCLK \-source [get_pins UPLL0/CLKOUT] \-divi ...
分类:其他好文   时间:2020-04-07 13:02:09    阅读次数:88
org.springframework.beans.factory.BeanDefinitionStoreException: Failed to read candidate component class: file [C:\Users\86181\Desktop\0390\0390\assmchaoshicangku\out\artifacts\assmchaoshic
错误信息: - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning - Context initialization failed org.springframework.beans.fa ...
分类:编程语言   时间:2020-04-07 12:55:07    阅读次数:70
Golang开发工具LiteIDE使用方法整理
安装 参考github的说明 添加GOPATH 创建workspace 创建新文件 运行程序 Liteide中运行程序有两种方式: FR(FileRun)是编译并运行单个文件,可以使用Shift + Alt + R快捷键; BR(BuildAndRun)是编译运行整个项目,可以使用Command + ...
分类:其他好文   时间:2020-04-07 12:22:53    阅读次数:87
Nginx 的配置指令
我们已经了解了 Nginx 的基本命令和架构原理,下面该到最让人头疼也是最不容易理解的部分了,那就是 nginx.conf 这个配置文件,下面从 Nginx 的指令开始,一步步来讲解 Nginx 的配置。 Nginx 指令 先来看一个典型的 Nginx 配置文件示例。 从上面可以看到,这个配置文件中 ...
分类:其他好文   时间:2020-04-07 09:32:00    阅读次数:63
Linux-006-执行Shell脚本报错 $'\r':command not found
在 windows 下编写 Shell 脚本,在 Linux 上执行时,报错提示: $'\r':command not found。 因为 windows 下的换行符是 \r\n ,而 Linux 的换行符是 \n。因而在 Linux 下运行 windows 编写的 Shell 脚本,会报如上所示的 ...
分类:系统相关   时间:2020-04-07 09:16:41    阅读次数:81
Mac OS快速睡眠快捷键
快捷键名称及标识:ctrl = control = ?, option = ?,command = ? 电源按钮 我们都知道它可以开机、唤醒睡眠,也试过按一下按钮并不会关机。这是为了防止误操作的设计。 实际上,按住1.5秒可进入睡眠、继续长按则会强制关机 还可以设置-屏保-触发角进入睡眠 ...
分类:系统相关   时间:2020-04-07 00:30:13    阅读次数:1360
16044条   上一页 1 ... 91 92 93 94 95 ... 1605 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!