莫大人

上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 22 下一页

2018年8月17日

nginx配置文服

摘要: 修改nginx.conf 添加如下内容 autoindex on; # 显示目录 autoindex_exact_size on; # 显示文件大小 autoindex_localtime on; # 显示文件时间 访问 阅读全文

posted @ 2018-08-17 11:45 莫大人 阅读(158) 评论(0) 推荐(0) 编辑

2018年8月10日

单字段去重 distinct 返回其他多个字段

摘要: select a.*, group_concat(distinct b.attribute_name) from sign_contract_info a left join sign_temp_attribute b on a.temp_attribute_id = b.id_ left join 阅读全文

posted @ 2018-08-10 15:11 莫大人 阅读(2215) 评论(0) 推荐(0) 编辑

2018年8月6日

gitlab git 安装

摘要: 1.配置yum源 vim /etc/yum.repos.d/gitlab-ce.repo [gitlab-ce] name=Gitlab CE Repository baseurl=https://mirrors.tuna.tsinghua.edu.cn/gitlab-ce/yum/el7/ gpg 阅读全文

posted @ 2018-08-06 13:51 莫大人 阅读(199) 评论(0) 推荐(0) 编辑

2018年7月9日

全栈框架mk-js

摘要: 今天听朋友说,才知道原来还有全栈框架这么一说。 厉害了。 meteor EggBorn.js mk-js cordova 记录下,后面研究研究。 阅读全文

posted @ 2018-07-09 20:07 莫大人 阅读(330) 评论(0) 推荐(0) 编辑

2018年5月15日

activemq 生产消费模式,订阅发布模式不同类型数据传输

摘要: 1.项目结构 2. activemq-pom pom.xml 3.activemq-common pom.xml 4.activemq-producer pom.xml 5.activemq-consumer pom.xml 6.activemq-producer activemq.xml 7.消息 阅读全文

posted @ 2018-05-15 11:37 莫大人 阅读(535) 评论(0) 推荐(0) 编辑

2018年5月8日

在linux执行kettle

摘要: 1.下载 最新版下载 7.1 https://community.hitachivantara.com/docs/DOC-1009855 2.准备 3.上传任务文件 .kjb,.ktr 4.上传mysql 驱动 data-integration/lib data-integration/libswt 阅读全文

posted @ 2018-05-08 10:45 莫大人 阅读(457) 评论(0) 推荐(0) 编辑

kettle在linux下执行任务

摘要: 1.下载 最新版下载 7.1 https://community.hitachivantara.com/docs/DOC-1009855 data-integration/lib data-integration/libswt cp mysql-connector-java-5.1.38.jar ~ 阅读全文

posted @ 2018-05-08 10:41 莫大人 阅读(318) 评论(0) 推荐(0) 编辑

2018年3月7日

activemq spring 集成与测试

摘要: 1.下载安装activemq 2.pom依赖配置 3.spring配置 4.生产消息,消费消息(同步消费),监听消息(异步消费) 4.测试 5.参考博客 http://www.cnblogs.com/leiOOlei/p/5075402.html 1.activemq 官网地址 http://act 阅读全文

posted @ 2018-03-07 18:08 莫大人 阅读(212) 评论(0) 推荐(0) 编辑

2018年1月11日

mysql创建存储过程,定时任务,定时删除log

摘要: -- 创建存储过程 清除30天前的日志create procedure deleteLog()BEGINdelete from contract_vlog where create_time<DATE_SUB(CURDATE(), INTERVAL 30 DAY)end; -- 创建定时器 每天凌晨 阅读全文

posted @ 2018-01-11 20:23 莫大人 阅读(776) 评论(0) 推荐(0) 编辑

2017年11月22日

dubbo-admin 无法支持JDK1.8

摘要: dubbo-admin 无法支持JDK1.8怎么处理? 1.从git上下载最新源码 https://github.com/alibaba/dubbo 2.编译war包,或直接容器启动 阅读全文

posted @ 2017-11-22 09:20 莫大人 阅读(1615) 评论(1) 推荐(0) 编辑

上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 22 下一页

导航