abbitMQ是一套开源(MPL)的消息队列服务软件,是由 LShift 提供的一个 Advanced Message Queuing Protocol (AMQP) 的开源实现,由以高性能、健壮以及可伸缩性出名的 Erlang 写成。 来源wikipedia 第一步:软件安装 1.先下载安装基于e ...
分类:
Windows程序 时间:
2019-08-25 16:08:12
阅读次数:
1027
Tired of doing the same job? Get your hands on NSE5_FAZ-5.4 exam It is the nature of the human being that he/she will get tired of doing the same task ...
分类:
其他好文 时间:
2019-08-06 19:55:33
阅读次数:
68
内核移植过程 下载 linux 内核 从 http://www.kernel.org/pub/linux/kernel/v2.6/linux2.6.14.1.tar.bz2 下载 linux2.6.14.1 内核至 home/arm/dev_home/kernel. [root@localhos ...
分类:
系统相关 时间:
2019-06-29 10:30:07
阅读次数:
154
测试环境:CentOS release 6.5 (Final) 软件安装:nginx mysql-5.5.32-linux2.6-x86_64.tar.gz php-5.3.27.tar.gz 1、mysql安装详见:https://www.cnblogs.com/su-root/p/1024751 ...
分类:
Web程序 时间:
2019-06-23 22:38:44
阅读次数:
172
Source: PAT A1111 Online Map (30 分) Description: Input our current position and a destination, an online map can recommend several paths. Now your job ...
分类:
其他好文 时间:
2019-06-16 18:49:19
阅读次数:
112
https://www.jianshu.com/p/108233ed7ed0 https://www.jianshu.com/p/d222ff691723?utm_campaign=maleskine&utm_content=note&utm_medium=seo_notes&utm_source= ...
分类:
微信 时间:
2019-06-12 16:29:04
阅读次数:
278
在上一篇文章中已经详细的写了关于Mysql的安装步骤。这一篇文章在上一篇文章的基础之上接着写集群的安装与部署。 安装地址:https://www.cnblogs.com/ming-blogs/p/10962554.html MySQL主从复制配置 主节点服务器 地址 192.168.0.105 从节 ...
分类:
数据库 时间:
2019-06-02 16:13:42
阅读次数:
162
(一)数据库设计部分: 创建数据库hourse: 1:关注表 CREATE TABLE `guanzhu` ( `id` int(11) NOT NULL AUTO_INCREMENT, `uid` int(11) DEFAULT NULL, `hid` int(11) DEFAULT NULL, ...
分类:
其他好文 时间:
2019-05-24 22:24:35
阅读次数:
140
1、生成可执行jar 运行提示没有主清单属性 一番查找原因:是因为将项目生成jar包的时候,生成的MANIFEST.MF没有MAIN-CLASS,这里加上就可以了,后面的是项目启动类的完整类名 当然还可以在idea生成jar包时设置,File-Project Structure-Artifacts ...
分类:
编程语言 时间:
2019-05-13 22:58:41
阅读次数:
203