自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

用心做事

生活因技术而美好

  • 博客(6)
  • 资源 (4)
  • 收藏
  • 关注

原创 RabbitMQ基本管理(下)

为了能够登陆RabbitMQ,必须创建RabbitMQ用户账号。# rabbitmqctl add_user elite elite123Creating user "elite" ......done.# sudo rabbitmqctl set_user_tags elite  administratorSetting tags for user "elite" to [a

2014-10-29 09:10:43 1561

原创 RabbitMQ基本管理(上)

1.1.2  显示RabbitMQ进程    查看RabbitMQ进程信息,输入下面命令:?>pgrep -fl rabbitmq31151/bin/sh /etc/init.d/rabbitmq-server restart31153 /bin/bash -c ulimit -S -c 0>/dev/null 2>&1 ; /usr/sbin/rabbitmq-server31

2014-10-28 22:49:29 1865

原创 CentOS6.5上安装Rabbit Server

按照“?>”命令执行命令即可,“#”都是注解。#-----------centOS6.5  installs rabbitmq-server ---------------------#Installation using repository#1. Adding repository entry#To add Erlang Solutions repository (incl

2014-10-28 22:33:18 1668

原创 RabbitMQ服务器配置文件

RabbitMQ的服务器配置设置,我做了修改,修改如下: {tcp_listeners, [5672]}, {loopback_users, ["elite"]}     其它的设置可以根据业务需要设置,完整版如下。%% -*- mode: erlang -*-%% ----------------------------------------------

2014-10-28 22:24:45 4932

原创 23种设计模式用英语如何表达?

本人最近收集了一下23钟设计模式的英文解释,分享如下。--- Abstract Factory Provides one level of interface higher than the factory pattern. It is used to return one of several factories.--- Builder Construct a comple

2014-10-28 22:19:12 4726

原创 IBM Java架构师的技能

一天,群里飘过一个IBM招聘信息。我看过之后,也不过如此而已。大家好!我是XXX,IBM招聘java架构师,现在还有38个名额 学历大专以上就行,英语能面试交流的。项目有很多到时候根据您面试会详谈具体是哪个项目。现在上海 深圳 最着急。 可以base在任意游IBM的城市,具体要求如下: 5-8年是b7 10年以上b8 第一类:1.General Archite

2014-10-28 22:10:28 1686

Machine Learning With Go

The mission of this book is to turn readers into productive, innovative data analysts who leverage Go to build robust and valuable applications. To this end, the book clearly introduces the technical aspects of building predictive models in Go, but it also helps the reader understand how machine learning workflows are being applied in real-world scenarios. Machine Learning with Go shows readers how to be productive in machine learning while also producing applications that maintain a high level of integrity. It also gives readers patterns to overcome challenges that are often encountered when trying to integrate machine learning in an engineering organization. The readers will begin by gaining a solid understanding of how to gather, organize, and parse real-work data from a variety of sources. Readers will then develop a solid statistical toolkit that will allow them to quickly understand gain intuition about the content of a dataset. Finally, the readers will gain hands-on experience implementing essential machine learning techniques (regression, classification, clustering, and so on) with the relevant Go packages.

2017-10-22

Hadoop-2.2.x-eclipse插件

Hadoop-2.2.x-eclipse

2014-02-01

多项式,迷宫,纸牌游戏,二叉树,哈夫曼数的课程设计全集

数据结构的课程设计多项式 迷宫纸 牌游戏 哈夫曼 二叉树 cpp课程设计全集可以立刻运行

2009-02-13

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除