上一页 1 ··· 15 16 17 18 19 20 21 22 23 ··· 41 下一页
摘要: 1、MySQL数据类型 - 整数类型 - 浮点数、定点数类型 - 日期、时间类型 - 字符串类型 - TEXT 系列字符串类型 - BINARY 系列字符串类型 - BLOB 系列字符串类型 2、表操作 -2.1 创建表: -2.2 describe 查看表的定义 -2.3 show create 阅读全文
posted @ 2017-07-25 10:07 xu_shuyi 阅读(442) 评论(0) 推荐(0)
摘要: 参考资料: http://blog.csdn.net/qq_26562641/article/details/53332302 http://www.cnblogs.com/boshen-hzb/p/6841982.html 整体项目结构: pom.xml 文件内容 application.yml 阅读全文
posted @ 2017-07-20 15:49 xu_shuyi 阅读(145) 评论(0) 推荐(0)
摘要: Linux安装RabbitMQ(消息队列中间件) Linux解压缩常用命令:http://blog.csdn.net/mmllkkjj/article/details/6768294/ 安装教程:http://blog.csdn.net/wzq6578702/article/details/5209 阅读全文
posted @ 2017-07-20 15:37 xu_shuyi 阅读(108) 评论(0) 推荐(0)
摘要: jar包准备: 从系统:C:\Windows\Fonts 获取 对应的字体文件:仿宋常规:simfang.ttf ;黑体常规:simhei.ttf 阅读全文
posted @ 2017-07-19 18:34 xu_shuyi 阅读(3352) 评论(0) 推荐(0)
摘要: 转:http://note.youdao.com/share/?id=68556438f17794251ca8402eb6816727&type=note#/ 阅读全文
posted @ 2017-07-19 16:17 xu_shuyi 阅读(71) 评论(0) 推荐(0)
摘要: Hbase安装配置 Author:xusy 1.下载地址:http://mirrors.hust.edu.cn/apache/hbase/1.2.6/ hbase-1.2.6-bin.tar.gz 2.参考:http://blog.csdn.net/wuwenxiang91322/article/d 阅读全文
posted @ 2017-07-19 13:36 xu_shuyi 阅读(174) 评论(0) 推荐(0)
摘要: 出处:http://www.cnblogs.com/ggjucheng/p/3380169.html HBase的服务器体系结构遵循简单的主从服务器架构,它由HRegion服务器(HRegion Server)群和HBase Master服务器(HBase Master Server)构成。HBas 阅读全文
posted @ 2017-07-19 09:09 xu_shuyi 阅读(98) 评论(0) 推荐(0)
摘要: ZK UI监控ZooKeeper集群服务的可视化界面 Author:xusy Zookeeper 节点的可视化界面有很多种,在这里我才用的是zkui,比较直观,而且可以导入文件。 对应的GIT下载地址:https://github.com/DeemOpen/zkui (官网) 使用: 1、从gitl 阅读全文
posted @ 2017-07-18 14:16 xu_shuyi 阅读(712) 评论(0) 推荐(0)
摘要: 在项目中,一般会将文件临时保存到缓存目录 当时使用 创建临时文件时,项目一直运行正常,然而有一次报异常: 检查文件目录,文件确实不在,检查代码,也未发现问题。实在不知道原因,只有重启了服务器,问题也就不再出现。 今天偶然查看官方文档,发现问题所在,也提供了解决方法: If you choose to 阅读全文
posted @ 2017-07-14 13:45 xu_shuyi 阅读(568) 评论(0) 推荐(0)
摘要: Zookeeper分布式集群管理系统 Author:xusy 参考教程:http://www.cnblogs.com/z-sm/p/5691752.html 1.zookeeper下载:http://mirrors.hust.edu.cn/apache/zookeeper/zookeeper-3.3 阅读全文
posted @ 2017-07-12 14:56 xu_shuyi 阅读(684) 评论(0) 推荐(0)
上一页 1 ··· 15 16 17 18 19 20 21 22 23 ··· 41 下一页