上一页 1 ··· 16 17 18 19 20 21 22 23 24 ··· 41 下一页
摘要: http://www.cnblogs.com/BensonHe/p/4602746.html/** * 对接国寿i购系统 * * @param query */ @Override public ResponseInfo> dockIGou(ExclusiveDockIGouInputDTO query) { try { ... 阅读全文
posted @ 2017-07-07 13:35 xu_shuyi 阅读(1412) 评论(0) 推荐(0)
摘要: http://www.cnblogs.com/shanheyongmu/p/7120012.html 阅读全文
posted @ 2017-07-06 16:54 xu_shuyi 阅读(99) 评论(0) 推荐(0)
摘要: 分布式对象存储Ambry安装 Author:xusy 官网:https://github.com/linkedin/ambry 教程:http://blog.csdn.net/zhxdick/article/details/52964676 1.从官网拉去源码 Ambry 到本地工程 https:/ 阅读全文
posted @ 2017-07-06 16:31 xu_shuyi 阅读(1171) 评论(0) 推荐(0)
摘要: 上传: 下载: 阅读全文
posted @ 2017-07-06 16:25 xu_shuyi 阅读(656) 评论(0) 推荐(0)
摘要: 原文:http://www.mashibing.com/hadoop_test.html - 启动集群 1.在master上启动hadoop-daemon.sh start namenode 2.在slave上启动hadoop-daemon.sh start datanode 3.用jps指令观察执 阅读全文
posted @ 2017-07-02 18:20 xu_shuyi 阅读(384) 评论(0) 推荐(0)
摘要: 原地址:http://www.mashibing.com/hadoop_install.html 本文假设你已经对虚拟机软件、Linux等有初步的了解。 - 软件准备: 1.下载VirtualBox http://download.virtualbox.org/virtualbox/5.1.18/V 阅读全文
posted @ 2017-06-30 14:06 xu_shuyi 阅读(172) 评论(0) 推荐(0)
摘要: http://www.importnew.com/11908.html 阅读全文
posted @ 2017-06-26 09:27 xu_shuyi 阅读(72) 评论(0) 推荐(0)
摘要: Linux命令手册:http://man.linuxde.net/find 常用指令 ls 显示文件或目录 -l 列出文件详细信息l(list) -a 列出当前目录下所有文件及目录,包括隐藏的a(all) mkdir 创建目录 -p 创建目录,若无父目录,则创建p(parent) cd 切换目录 t 阅读全文
posted @ 2017-06-24 22:37 xu_shuyi 阅读(170) 评论(0) 推荐(0)
摘要: 命令格式为:mysql -h ip -u root -p -P 3306例如:mysql -h 127.0.0.1 -u root -p -P 3306 阅读全文
posted @ 2017-06-22 09:26 xu_shuyi 阅读(142) 评论(0) 推荐(0)
摘要: 1、查找结果中自动加序号列 2、从结果集中查找自己的排名信息 3、比较两个日期大小,条件中应该根据哪个日期来统计信息 一般出现这种情况判断,我首先想到的是case when 语法,这种情况就是把业务逻辑判断交给了SQL语法来做了,但是出现数据量特别大的时候,就会出现慢查询情况。 针对这种情况,可以采 阅读全文
posted @ 2017-06-18 17:14 xu_shuyi 阅读(125) 评论(0) 推荐(0)
上一页 1 ··· 16 17 18 19 20 21 22 23 24 ··· 41 下一页