上一页 1 ··· 28 29 30 31 32 33 34 35 36 ··· 44 下一页

ORA-12505, TNS:listener does not currently know of SID given in connect desc

摘要: 数据库名(数据库服务名)配置错误。 阅读全文
posted @ 2018-02-22 17:51 小甜瓜安东泥 阅读(209) 评论(0) 推荐(0)

The Network Adapter could not establish the connection

摘要: 数据库连接配置错误。 阅读全文
posted @ 2018-02-22 17:50 小甜瓜安东泥 阅读(286) 评论(0) 推荐(0)

Shell中的>/dev/null 2>&1 与 2>&1 >/dev/null 与&>/dev/null 的区别

摘要: 转自:http://blog.csdn.net/reyleon/article/details/11595985 默认情况下,总是有三个文件处于打开状态,标准输入(键盘输入)、标准输出(输出到屏幕)、标准错误(也是输出到屏幕),它们分别对应的文件描述符是0,1,2 。那么我们来看看下面的几种重定向方 阅读全文
posted @ 2018-02-22 17:06 小甜瓜安东泥 阅读(412) 评论(0) 推荐(0)

linux的%用法

摘要: 转自:http://blog.csdn.net/wu020708/article/details/52387473 linux (%和%%)(#和##)贪婪匹配规则 先看一个案例,提取文件名: file_txt=”example.txt” name=${ file_txt%.*} echo File 阅读全文
posted @ 2018-02-22 16:48 小甜瓜安东泥 阅读(1111) 评论(0) 推荐(0)

Linux shell 脚本中, $@ 和$# 分别是什么意思?

摘要: 转自:https://zhidao.baidu.com/question/412833470.html $@:表示所有脚本参数的内容 $#:表示返回所有脚本参数的个数。 示例:编写如下shell脚本,保存为test.sh #!/bin/sh echo "number:$#" echo "argume 阅读全文
posted @ 2018-02-22 16:39 小甜瓜安东泥 阅读(4904) 评论(0) 推荐(0)

linux的bash与sh的区别

摘要: 转自:https://zhidao.baidu.com/question/305415121.html https://zhidao.baidu.com/question/176780008.html 阅读全文
posted @ 2018-02-22 16:01 小甜瓜安东泥 阅读(23895) 评论(0) 推荐(0)

js如何去除多个cookie?

摘要: 转自:https://zhidao.baidu.com/question/211006012.html 阅读全文
posted @ 2018-02-22 10:43 小甜瓜安东泥 阅读(1160) 评论(0) 推荐(0)

sql的case when then else end 的语法实现列转行

摘要: SELECT * FROM test5 ; RESOURCES DATETIME CNT ID1 0 2018-01-22 4 12 0 2018-01-24 10 23 0 2018-01-25 25 34 0 2018-01-26 14 45 0 2018-01-29 3 56 1 2018-0 阅读全文
posted @ 2018-02-01 14:21 小甜瓜安东泥 阅读(774) 评论(0) 推荐(0)

10013: An attempt was made to access a socket in a way forbidden by its access permissions

摘要: nginx的error.log日志报错: 2018/01/25 11:55:22 [emerg] 3380#15488: bind() to 0.0.0.0:20003 failed (10013: An attempt was made to access a socket in a way fo 阅读全文
posted @ 2018-01-25 12:35 小甜瓜安东泥 阅读(4335) 评论(0) 推荐(1)

linux如何查看nginx的信息

摘要: 1、nginx -V 2、ps -ef|grep nginx 阅读全文
posted @ 2018-01-25 11:12 小甜瓜安东泥 阅读(556) 评论(0) 推荐(0)
上一页 1 ··· 28 29 30 31 32 33 34 35 36 ··· 44 下一页