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

Mybatis Generator的model生成中文注释,支持oracle和mysql(通过实现CommentGenerator接口的方法来实现)

摘要: 转自:https://www.cnblogs.com/NieXiaoHui/p/6094144.html 自己手动实现的前提,对maven项目有基本的了解,在本地成功搭建了maven环境,可以参考我之前的文章:maven环境搭建 项目里新建表时model,mapper以及mapper.xml基本都是 阅读全文
posted @ 2018-02-23 16:17 小甜瓜安东泥 阅读(445) 评论(0) 推荐(0) 编辑

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

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

The Network Adapter could not establish the connection

摘要: 数据库连接配置错误。 阅读全文
posted @ 2018-02-22 17:50 小甜瓜安东泥 阅读(279) 评论(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 小甜瓜安东泥 阅读(404) 评论(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 小甜瓜安东泥 阅读(1087) 评论(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 小甜瓜安东泥 阅读(4700) 评论(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 小甜瓜安东泥 阅读(23841) 评论(0) 推荐(0) 编辑

js如何去除多个cookie?

摘要: 转自:https://zhidao.baidu.com/question/211006012.html 阅读全文
posted @ 2018-02-22 10:43 小甜瓜安东泥 阅读(1145) 评论(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 小甜瓜安东泥 阅读(766) 评论(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 小甜瓜安东泥 阅读(4322) 评论(0) 推荐(1) 编辑
上一页 1 ··· 28 29 30 31 32 33 34 35 36 ··· 44 下一页