Riordon

  博客园 :: 首页 :: 新随笔 :: :: :: 管理 ::

随笔分类 -  004 Database

摘要:经常要对数据库中的数据进行去重,有时还需要使用外部表填冲数据,本文档记录数据去重与外表填充数据。 date:2016/8/17 author:wangxl 1 需求 对user_info1表去重,并添加age项。 2 表数据 user_info1: + + + + + | id | name | s 阅读全文
posted @ 2016-08-17 23:03 Riordon 阅读(308) 评论(0) 推荐(0)

摘要:http://blog.csdn.net/iloveyin/article/details/38235211 阅读全文
posted @ 2015-04-17 14:12 Riordon 阅读(244) 评论(0) 推荐(0)

摘要:http://blog.csdn.net/lanyuzhen/article/details/7634560 阅读全文
posted @ 2015-03-25 17:55 Riordon 阅读(149) 评论(0) 推荐(0)

摘要:http://tech.it168.com/a2011/0617/1206/000001206231_1.shtml 阅读全文
posted @ 2015-03-25 16:55 Riordon 阅读(112) 评论(0) 推荐(0)

摘要:集群构架图如下: # 1 软件准备## 1.1 生成yum源 cat <<EOF | sudo tee /etc/yum.repos.d/mongodb-org-3.4.repo [mongodb-org-3.4] name=MongoDB Repository baseurl=https://re 阅读全文
posted @ 2015-03-22 00:30 Riordon 阅读(285) 评论(0) 推荐(0)

摘要:1、log目录没有创建,而在logpath中有设定2、SECONDARY默认不可以读取数据,需要db.getMongo().setSlaveOk();3、SECONDARY不可以写数据4、仲裁节点不可读数据,即使db.getMongo().setSlaveOk()了,也不能。5、 起了一个mong... 阅读全文
posted @ 2015-03-21 00:47 Riordon 阅读(165) 评论(0) 推荐(0)

摘要:http://www.cnblogs.com/edisonfeng/p/3571870.html 阅读全文
posted @ 2015-03-18 09:32 Riordon 阅读(145) 评论(0) 推荐(0)

摘要:http://www.cnblogs.com/daizhj/category/260889.htmlhttp://blog.csdn.net/yhjj0108/article/details/8252005 阅读全文
posted @ 2015-03-10 09:20 Riordon 阅读(201) 评论(0) 推荐(0)

摘要:http://blog.csdn.net/zzjjiandan/article/details/28854741 阅读全文
posted @ 2015-03-04 11:35 Riordon 阅读(196) 评论(0) 推荐(0)

摘要:http://www.cnblogs.com/zhwl/archive/2013/07/23/3208550.html 阅读全文
posted @ 2015-03-04 10:50 Riordon 阅读(147) 评论(0) 推荐(0)

摘要:http://www.educity.cn/wenda/389327.htmlhttp://limingnihao.iteye.com/blog/1938383 阅读全文
posted @ 2015-02-06 19:39 Riordon 阅读(173) 评论(0) 推荐(0)

摘要:openstack外篇之认识mysql授权及一些操作 http://www.aboutyun.com/thread-11405-1-1.html 阅读全文
posted @ 2015-01-28 08:24 Riordon 阅读(222) 评论(0) 推荐(0)

摘要:JDBC连接数据库 http://www.zaojiahua.com/1462.html 阅读全文
posted @ 2014-12-05 09:05 Riordon 阅读(116) 评论(0) 推荐(0)

摘要:mysql入门 http://www.cnblogs.com/kunhu/p/3726676.html 阅读全文
posted @ 2014-11-27 15:18 Riordon 阅读(133) 评论(0) 推荐(0)

摘要:搭建高可用Mongodb集群http://www.lanceyan.com/category/tech/mongodb/page/2再看MongoDB副本集http://blog.itpub.net/29254281/viewspace-1176553/http://blog.csdn.net/fe... 阅读全文
posted @ 2014-11-25 09:08 Riordon 阅读(158) 评论(0) 推荐(0)