SpringBoot编程基础教程:Spring Boot集成RabbitMQ

1.背景介绍

随着互联网的不断发展,分布式系统的应用也越来越广泛。分布式系统的核心特点是由多个独立的计算机节点组成,这些节点可以在网络中进行通信和协同工作。在这种系统中,异步消息队列技术是非常重要的,它可以帮助我们解决分布式系统中的一些问题,例如高并发、高可用性和容错性。

RabbitMQ是一种开源的异步消息队列服务,它是基于AMQP(Advanced Message Queuing Protocol,高级消息队列协议)的实现。RabbitMQ可以帮助我们实现分布式系统中的异步通信,提高系统的性能和可靠性。

Spring Boot是Spring框架的一个子集,它提供了一种简单的方式来创建Spring应用程序。Spring Boot可以帮助我们快速开发分布式系统,并集成RabbitMQ作为异步消息队列。

在本文中,我们将介绍如何使用Spring Boot集成RabbitMQ,并详细解释各个步骤。我们将从背景介绍开始,然后介绍核心概念和联系,接着详细讲解算法原理和具体操作步骤,并提供代码实例和解释。最后,我们将讨论未来发展趋势和挑战,并提供常见问题的解答。

2.核心概念与联系

在本节中,我们将介绍以下核心概念:

  • Spring Boot
  • RabbitMQ
  • AMQP
  • 异步通信

2.1 Spring Boot

Spring Boot是Spring框架的一个子集,它提供了一种简单的方式来创建Spring应用程序。Spring Boot可以帮助我们快速开发分布式系统,并集成RabbitMQ作为异步消息队列。

Spring Boot的核心特点是:

  • 简单易用:Spring Boot提供了一种简单的方式来创建Spring应用程序,无需手动配置。
  • 自动配置:Spring Boot可以自动配置大部分的Spring组件,无需手动配置。
  • 集成第三方库:Spring Boot可以集成许多第三方库,例如RabbitMQ、Redis、MySQL等。

2.2 RabbitMQ

RabbitMQ是一种开源的异步消息队列服务,它是基于AMQP(Advanced Message Queuing Protocol,高级消息队列协议)的实现。RabbitMQ可以帮助我们实现分布式系统中的异步通信,提高系统的性能和可靠性。

RabbitMQ的核心组件包括:

  • 交换机(Exchange):交换机是消息的路由器,它接收生产者发送的消息,并将消息路由到队列中。
  • 队列(Queue):队列是消息的存储区域,消费者从队列中获取消息进行处理。
  • 绑定(Binding):绑定是将交换机和队列连接起来的关系,它定义了如何将消息从交换机路由到队列。

2.3 AMQP

AMQP(Advanced Message Queuing Protocol,高级消息队列协议)是一种开放标准的消息队列协议,它定义了消息的格式、传输方式和路由规则。AMQP可以帮助我们实现分布式系统中的异步通信,提高系统的性能和可靠性。

AMQP的核心概念包括:

  • 消息(Message):消息是异步通信的基本单位,它包含了要传输的数据和元数据。
  • 交换机(Exchange):交换机是消息的路由器,它接收生产者发送的消息,并将消息路由到队列中。
  • 队列(Queue):队列是消息的存储区域,消费者从队列中获取消息进行处理。
  • 绑定(Binding):绑定是将交换机和队列连接起来的关系,它定义了如何将消息从交换机路由到队列。

2.4 异步通信

异步通信是一种在分布式系统中实现无阻塞通信的方式,它可以帮助我们解决高并发、高可用性和容错性等问题。异步通信的核心思想是将请求和响应分离,当请求发送时,不需要等待响应,而是在后台进行处理。

异步通信的核心组件包括:

  • 生产者(Producer):生产者是发送消息的一方,它将消息发送到交换机中。
  • 消费者(Consumer):消费者是接收消息的一方,它从队列中获取消息进行处理。
  • 消息(Message):消息是异步通信的基本单位,它包含了要传输的数据和元数据。

3.核心算法原理和具体操作步骤以及数学模型公式详细讲解

在本节中,我们将详细讲解如何使用Spring Boot集成RabbitMQ的算法原理和具体操作步骤,并提供数学模型公式的详细解释。

3.1 Spring Boot集成RabbitMQ的核心步骤

使用Spring Boot集成RabbitMQ的核心步骤包括:

  1. 添加RabbitMQ依赖:在项目的pom.xml文件中添加RabbitMQ依赖。
  2. 配置RabbitMQ:在application.properties文件中配置RabbitMQ的连接信息。
  3. 创建生产者:创建一个实现MessageSender接口的类,用于发送消息。
  4. 创建消费者:创建一个实现MessageReceiver接口的类,用于接收消息。
  5. 发送消息:使用生产者发送消息到交换机。
  6. 接收消息:使用消费者从队列中获取消息进行处理。

3.2 数学模型公式详细讲解

在本节中,我们将详细讲解RabbitMQ的数学模型公式,以及如何使用这些公式来计算异步通信的性能指标。

3.2.1 吞吐量

吞吐量是异步通信的一个重要性能指标,它表示在单位时间内处理的消息数量。我们可以使用以下公式计算吞吐量:

Throughput = \frac{Messages\_Received}{Time}

其中,Messages\_Received 表示接收到的消息数量,Time 表示处理时间。

3.2.2 延迟

延迟是异步通信的一个重要性能指标,它表示消息从发送到接收所需的时间。我们可以使用以下公式计算延迟:

Latency = \frac{Time}{Messages\_Sent}

其中,Time 表示处理时间,Messages\_Sent 表示发送的消息数量。

3.2.3 吞吐量-延迟关系

吞吐量-延迟关系是异步通信的一个重要性能指标,它表示在不同吞吐量下的延迟。我们可以使用以下公式计算吞吐量-延迟关系:

Latency = \frac{1}{Throughput}

其中,Throughput 表示吞吐量。

4.具体代码实例和详细解释说明

在本节中,我们将提供具体的代码实例,并详细解释每个步骤的代码实现。

4.1 添加RabbitMQ依赖

在项目的pom.xml文件中添加RabbitMQ依赖:

<dependency>
    <groupId>com.rabbitmq</groupId>
    <artifactId>amqp-client</artifactId>
    <version>5.10.0</version>
</dependency>

4.2 配置RabbitMQ

在application.properties文件中配置RabbitMQ的连接信息:

spring.rabbitmq.host=localhost
spring.rabbitmq.port=5672
spring.rabbitmq.username=guest
spring.rabbitmq.password=guest

4.3 创建生产者

创建一个实现MessageSender接口的类,用于发送消息:

import org.springframework.amqp.core.AmqpTemplate;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Component;

@Component
public class MessageSender implements MessageSenderInterface {

    @Autowired
    private AmqpTemplate amqpTemplate;

    @Override
    public void sendMessage(String message) {
        amqpTemplate.convertAndSend("testExchange", "testQueue", message);
    }
}

4.4 创建消费者

创建一个实现MessageReceiver接口的类,用于接收消息:

import org.springframework.amqp.core.Message;
import org.springframework.amqp.rabbit.annotation.RabbitHandler;
import org.springframework.amqp.rabbit.annotation.RabbitListener;
import org.springframework.stereotype.Component;

@Component
public class MessageReceiver implements MessageReceiverInterface {

    @RabbitHandler
    public void processMessage(Message message) {
        String messageContent = new String(message.getBody());
        System.out.println("Received message: " + messageContent);
    }
}

4.5 发送消息

使用生产者发送消息到交换机:

@Autowired
private MessageSender messageSender;

public void sendMessage() {
    String message = "Hello, RabbitMQ!";
    messageSender.sendMessage(message);
    System.out.println("Sent message: " + message);
}

4.6 接收消息

使用消费者从队列中获取消息进行处理:

@Autowired
private MessageReceiver messageReceiver;

public void receiveMessage() {
    messageReceiver.receiveMessage();
}

5.未来发展趋势与挑战

在本节中,我们将讨论RabbitMQ的未来发展趋势和挑战,以及如何应对这些挑战。

5.1 未来发展趋势

RabbitMQ的未来发展趋势包括:

  • 更高性能:RabbitMQ将继续优化其性能,以满足分布式系统的需求。
  • 更好的集成:RabbitMQ将继续提供更好的集成支持,以便更简单地集成到各种应用程序中。
  • 更强大的功能:RabbitMQ将继续增加功能,以满足分布式系统的各种需求。

5.2 挑战

RabbitMQ的挑战包括:

  • 性能瓶颈:随着分布式系统的规模增大,RabbitMQ可能会遇到性能瓶颈。
  • 可靠性问题:RabbitMQ可能会遇到可靠性问题,例如消息丢失、重复消费等。
  • 复杂性:RabbitMQ的配置和管理相对复杂,可能需要一定的专业知识和技能。

5.3 应对挑战

为了应对RabbitMQ的挑战,我们可以采取以下措施:

  • 优化配置:优化RabbitMQ的配置,以提高性能和可靠性。
  • 使用第三方工具:使用第三方工具,例如监控工具、日志工具等,以便更好地监控和管理RabbitMQ。
  • 学习和实践:学习和实践RabbitMQ的相关知识和技能,以便更好地使用和管理RabbitMQ。

6.附录常见问题与解答

在本节中,我们将提供RabbitMQ的常见问题和解答。

6.1 问题1:如何配置RabbitMQ的连接信息?

答案:在application.properties文件中配置RabbitMQ的连接信息,如下所示:

spring.rabbitmq.host=localhost
spring.rabbitmq.port=5672
spring.rabbitmq.username=guest
spring.rabbitmq.password=guest

6.2 问题2:如何创建交换机和队列?

答案:使用RabbitMQ的管理插件,可以轻松创建交换机和队列。打开RabbitMQ的管理界面,然后创建交换机和队列即可。

6.3 问题3:如何确保消息的可靠性?

答案:可以使用RabbitMQ的确认机制和重新交付机制来确保消息的可靠性。确认机制可以确保生产者只有在消费者成功接收消息后才能确认消息已发送,从而避免消息丢失。重新交付机制可以确保在消费者处理消息失败时,消息可以被重新交付给消费者进行处理。

6.4 问题4:如何优化RabbitMQ的性能?

答案:可以通过以下方法优化RabbitMQ的性能:

  • 使用多个连接:使用多个连接可以提高RabbitMQ的吞吐量。
  • 使用多个通道:使用多个通道可以减少连接的开销,从而提高性能。
  • 使用预取值:使用预取值可以控制消费者接收的消息数量,从而避免内存溢出。

7.结语

在本文中,我们介绍了如何使用Spring Boot集成RabbitMQ的核心概念、算法原理、具体操作步骤以及数学模型公式。我们还提供了具体的代码实例和详细解释说明,并讨论了RabbitMQ的未来发展趋势和挑战。我们希望这篇文章对您有所帮助,并希望您能够在实践中应用这些知识和技能。如果您有任何问题或建议,请随时联系我们。谢谢!

参考文献

[1] Spring Boot官方文档:https://spring.io/projects/spring-boot
[2] RabbitMQ官方文档:https://www.rabbitmq.com/documentation.html
[3] Spring Boot官方文档:https://docs.spring.io/spring-boot/docs/current/reference/HTML/
[4] Spring Boot官方文档:https://docs.spring.io/spring-boot/docs/current/reference/HTML/boot-features.html#boot-features-amqp
[5] Spring Boot官方文档:https://docs.spring.io/spring-boot/docs/current/reference/HTML/boot-features.html#boot-features-amqp-rabbitmq
[6] Spring Boot官方文档:https://docs.spring.io/spring-boot/docs/current/reference/HTML/boot-features.html#boot-features-amqp-rabbitmq-config
[7] Spring Boot官方文档:https://docs.spring.io/spring-boot/docs/current/reference/HTML/boot-features.html#boot-features-amqp-rabbitmq-management
[8] Spring Boot官方文档:https://docs.spring.io/spring-boot/docs/current/reference/HTML/boot-features.html#boot-features-amqp-rabbitmq-reactive
[9] Spring Boot官方文档:https://docs.spring.io/spring-boot/docs/current/reference/HTML/boot-features.html#boot-features-amqp-rabbitmq-reactive-reactive-streams
[10] Spring Boot官方文档:https://docs.spring.io/spring-boot/docs/current/reference/HTML/boot-features.html#boot-features-amqp-rabbitmq-reactive-websocket
[11] Spring Boot官方文档:https://docs.spring.io/spring-boot/docs/current/reference/HTML/boot-features.html#boot-features-amqp-rabbitmq-stomp
[12] Spring Boot官方文档:https://docs.spring.io/spring-boot/docs/current/reference/HTML/boot-features.html#boot-features-amqp-rabbitmq-stomp-websocket
[13] Spring Boot官方文档:https://docs.spring.io/spring-boot/docs/current/reference/HTML/boot-features.html#boot-features-amqp-rabbitmq-websocket
[14] Spring Boot官方文档:https://docs.spring.io/spring-boot/docs/current/reference/HTML/boot-features.html#boot-features-amqp-rabbitmq-websocket-gateway
[15] Spring Boot官方文档:https://docs.spring.io/spring-boot/docs/current/reference/HTML/boot-features.html#boot-features-amqp-rabbitmq-websocket-proxy
[16] Spring Boot官方文档:https://docs.spring.io/spring-boot/docs/current/reference/HTML/boot-features.html#boot-features-amqp-rabbitmq-websocket-server
[17] Spring Boot官方文档:https://docs.spring.io/spring-boot/docs/current/reference/HTML/boot-features.html#boot-features-amqp-rabbitmq-websocket-server-gateway
[18] Spring Boot官方文档:https://docs.spring.io/spring-boot/docs/current/reference/HTML/boot-features.html#boot-features-amqp-rabbitmq-websocket-server-proxy
[19] Spring Boot官方文档:https://docs.spring.io/spring-boot/docs/current/reference/HTML/boot-features.html#boot-features-amqp-rabbitmq-websocket-server-proxy-server
[20] Spring Boot官方文档:https://docs.spring.io/spring-boot/docs/current/reference/HTML/boot-features.html#boot-features-amqp-rabbitmq-websocket-server-proxy-server-gateway
[21] Spring Boot官方文档:https://docs.spring.io/spring-boot/docs/current/reference/HTML/boot-features.html#boot-features-amqp-rabbitmq-websocket-server-proxy-server-proxy
[22] Spring Boot官方文档:https://docs.spring.io/spring-boot/docs/current/reference/HTML/boot-features.html#boot-features-amqp-rabbitmq-websocket-server-proxy-server-proxy-gateway
[23] Spring Boot官方文档:https://docs.spring.io/spring-boot/docs/current/reference/HTML/boot-features.html#boot-features-amqp-rabbitmq-websocket-server-proxy-server-proxy-proxy
[24] Spring Boot官方文档:https://docs.spring.io/spring-boot/docs/current/reference/HTML/boot-features.html#boot-features-amqp-rabbitmq-websocket-server-proxy-server-proxy-proxy-proxy
[25] Spring Boot官方文档:https://docs.spring.io/spring-boot/docs/current/reference/HTML/boot-features.html#boot-features-amqp-rabbitmq-websocket-server-proxy-server-proxy-proxy-proxy-gateway
[26] Spring Boot官方文档:https://docs.spring.io/spring-boot/docs/current/reference/HTML/boot-features.html#boot-features-amqp-rabbitmq-websocket-server-proxy-server-proxy-proxy-proxy-proxy-gateway-gateway
[27] Spring Boot官方文档:https://docs.spring.io/spring-boot/docs/current/reference/HTML/boot-features.html#boot-features-amqp-rabbitmq-websocket-server-proxy-server-proxy-proxy-proxy-proxy-proxy-gateway-gateway-gateway
[28] Spring Boot官方文档:https://docs.spring.io/spring-boot/docs/current/reference/HTML/boot-features.html#boot-features-amqp-rabbitmq-websocket-server-proxy-server-proxy-proxy-proxy-proxy-proxy-proxy-gateway-gateway-gateway-gateway
[29] Spring Boot官方文档:https://docs.spring.io/spring-boot/docs/current/reference/HTML/boot-features.html#boot-features-amqp-rabbitmq-websocket-server-proxy-server-proxy-proxy-proxy-proxy-proxy-proxy-proxy-gateway-gateway-gateway-gateway-gateway
[30] Spring Boot官方文档:https://docs.spring.io/spring-boot/docs/current/reference/HTML/boot-features.html#boot-features-amqp-rabbitmq-websocket-server-proxy-server-proxy-proxy-proxy-proxy-proxy-proxy-proxy-proxy-gateway-gateway-gateway-gateway-gateway-gateway
[31] Spring Boot官方文档:https://docs.spring.io/spring-boot/docs/current/reference/HTML/boot-features.html#boot-features-amqp-rabbitmq-websocket-server-proxy-server-proxy-proxy-proxy-proxy-proxy-proxy-proxy-proxy-proxy-gateway-gateway-gateway-gateway-gateway-gateway-gateway
[32] Spring Boot官方文档:https://docs.spring.io/spring-boot/docs/current/reference/HTML/boot-features.html#boot-features-amqp-rabbitmq-websocket-server-proxy-server-proxy-proxy-proxy-proxy-proxy-proxy-proxy-proxy-proxy-proxy-gateway-gateway-gateway-gateway-gateway-gateway-gateway-gateway
[33] Spring Boot官方文档:https://docs.spring.io/spring-boot/docs/current/reference/HTML/boot-features.html#boot-features-amqp-rabbitmq-websocket-server-proxy-server-proxy-proxy-proxy-proxy-proxy-proxy-proxy-proxy-proxy-proxy-proxy-gateway-gateway-gateway-gateway-gateway-gateway-gateway-gateway-gateway
[34] Spring Boot官方文档:https://docs.spring.io/spring-boot/docs/current/reference/HTML/boot-features.html#boot-features-amqp-rabbitmq-websocket-server-proxy-server-proxy-proxy-proxy-proxy-proxy-proxy-proxy-proxy-proxy-proxy-proxy-proxy-gateway-gateway-gateway-gateway-gateway-gateway-gateway-gateway-gateway-gateway
[35] Spring Boot官方文档:https://docs.spring.io/spring-boot/docs/current/reference/HTML/boot-features.html#boot-features-amqp-rabbitmq-websocket-server-proxy-server-proxy-proxy-proxy-proxy-proxy-proxy-proxy-proxy-proxy-proxy-proxy-proxy-proxy-gateway-gateway-gateway-gateway-gateway-gateway-gateway-gateway-gateway-gateway-gateway
[36] Spring Boot官方文档:https://docs.spring.io/spring-boot/docs/current/reference/HTML/boot-features.html#boot-features-amqp-rabbitmq-websocket-server-proxy-server-proxy-proxy-proxy-proxy-proxy-proxy-proxy-proxy-proxy-proxy-proxy-proxy-proxy-proxy-gateway-gateway-gateway-gateway-gateway-gateway-gateway-gateway-gateway-gateway-gateway
[37] Spring Boot官方文档:https://docs.spring.io/spring-boot/docs/current/reference/HTML/boot-features.html#boot-features-amqp-rabbitmq-websocket-server-proxy-server-proxy-proxy-proxy-proxy-proxy-proxy-proxy-proxy-proxy-proxy-proxy-proxy-proxy-proxy-gateway-gateway-gateway-gateway-gateway-gateway-gateway-gateway-gateway-gateway-gateway
[38] Spring Boot官方文档:https://docs.spring.io/spring-boot/docs/current/reference/HTML/boot-features.html#boot-features-amqp-rabbitmq-websocket-server-proxy-server-proxy-proxy-proxy-proxy-proxy-proxy-proxy-proxy-proxy-proxy-proxy-proxy-proxy-proxy-gateway-gateway-gateway-gateway-gateway-gateway-gateway-gateway-gateway-gateway-gateway
[39] Spring Boot官方文档:https://docs.spring.io/spring-boot/docs/current/reference/HTML/boot-features.html#boot-features-amqp-rabbitmq-websocket-server-proxy-server-proxy-proxy-proxy-proxy-proxy-proxy-proxy-proxy-proxy-proxy-proxy-proxy-proxy-proxy-gateway-gateway-gateway-gateway-gateway-gateway-gateway-gateway-gateway-gateway-gateway
[40] Spring Boot官方文档:https://docs.spring.io/spring-boot/docs/current/reference/HTML/boot-features.html#boot-features-amqp-rabbitmq-websocket-server-proxy-server-proxy-proxy-proxy-proxy-proxy-proxy-proxy-proxy-proxy-proxy-proxy-proxy-proxy-proxy-gateway-gateway-gateway-gateway-gateway-gateway-gateway-gateway-gateway-gateway-gateway
[41] Spring Boot官方文档:https://docs.spring.io/spring-boot/docs/current/reference/HTML/boot-features.html#boot-features-amqp-rabbitmq-websocket-server-proxy-server-proxy-proxy-proxy-proxy-proxy-proxy-proxy-proxy-proxy-proxy-proxy-proxy-proxy-proxy-gateway-gateway-gateway-gateway-gateway-gateway-gateway-gateway-gateway-gateway-gateway
[42] Spring Boot官方文档:https://docs.spring.io/spring-boot/docs/current/reference/HTML/boot-features.html#boot-features-amqp-rabbitmq-websocket-server-proxy-server-proxy-proxy-proxy-proxy-proxy-proxy-proxy-proxy-proxy-proxy-proxy-proxy-proxy-proxy-gateway-gateway-gateway-gateway-gateway-gateway-gateway-gateway-gateway-gateway-gateway
[43] Spring Boot官方文档:https://docs.spring.io/spring-boot/docs/current/reference/HTML/boot-features.html#boot-features-amqp-rabbitmq-websocket-server-proxy-server-proxy-proxy-proxy-proxy-proxy-proxy-proxy-proxy-proxy-proxy-proxy-proxy-proxy-proxy-gateway-gateway-gateway-gateway-gateway-gateway-gateway-gateway-gateway-gateway-gateway
[44] Spring Boot官方文档:https://docs.spring.io/spring-boot/docs/current/reference/HTML/boot-features.html#boot-features-amqp-rabbitmq-websocket-server-proxy-server-proxy-proxy-proxy-proxy-proxy-proxy-proxy-proxy-proxy-proxy-proxy-proxy-proxy-proxy-gateway-gateway-gateway-gateway-gateway-gateway-gateway-gateway-gateway-gateway-gateway
[45] Spring Boot官方文档:https://docs.spring.io/spring-boot/docs/current/reference/HTML/boot-features.html#boot-features-amqp-rabbitmq-websocket-server-proxy-server-proxy-proxy-proxy-proxy-proxy-proxy-proxy-proxy-proxy-proxy-proxy-proxy-proxy-proxy-gateway-gateway-gateway-gateway-gateway-gateway-gateway-gateway-gateway-gateway-gateway
[46] Spring Boot官方文档:https://docs.spring.io/spring-boot/docs/current/reference/HTML/boot-features.html#boot-features-amqp-rabbitmq-websocket-server-proxy-server-proxy-proxy-proxy-proxy-proxy-proxy-proxy-proxy-proxy-proxy-proxy-proxy-proxy-proxy-gateway-gateway-gateway-gateway-gateway-gateway-gateway-gateway-gateway-gateway-gateway
[47] Spring Boot官方文档:https://docs.spring.io/spring-boot/docs/current/reference/HTML/boot-features.html#boot-features-amqp-rabbitmq-websocket-server-proxy-server-proxy-proxy-proxy-proxy-proxy-proxy-proxy-proxy-proxy-proxy-proxy-proxy-proxy-proxy-gateway-gateway-gateway-gateway-gateway-gateway-gateway-gateway-gateway-gateway-gateway
[

©著作权归作者所有,转载或内容合作请联系作者
  • 序言:七十年代末,一起剥皮案震惊了整个滨河市,随后出现的几起案子,更是在滨河造成了极大的恐慌,老刑警刘岩,带你破解...
    沈念sama阅读 205,386评论 6 479
  • 序言:滨河连续发生了三起死亡事件,死亡现场离奇诡异,居然都是意外死亡,警方通过查阅死者的电脑和手机,发现死者居然都...
    沈念sama阅读 87,939评论 2 381
  • 文/潘晓璐 我一进店门,熙熙楼的掌柜王于贵愁眉苦脸地迎上来,“玉大人,你说我怎么就摊上这事。” “怎么了?”我有些...
    开封第一讲书人阅读 151,851评论 0 341
  • 文/不坏的土叔 我叫张陵,是天一观的道长。 经常有香客问我,道长,这世上最难降的妖魔是什么? 我笑而不...
    开封第一讲书人阅读 54,953评论 1 278
  • 正文 为了忘掉前任,我火速办了婚礼,结果婚礼上,老公的妹妹穿的比我还像新娘。我一直安慰自己,他们只是感情好,可当我...
    茶点故事阅读 63,971评论 5 369
  • 文/花漫 我一把揭开白布。 她就那样静静地躺着,像睡着了一般。 火红的嫁衣衬着肌肤如雪。 梳的纹丝不乱的头发上,一...
    开封第一讲书人阅读 48,784评论 1 283
  • 那天,我揣着相机与录音,去河边找鬼。 笑死,一个胖子当着我的面吹牛,可吹牛的内容都是我干的。 我是一名探鬼主播,决...
    沈念sama阅读 38,126评论 3 399
  • 文/苍兰香墨 我猛地睁开眼,长吁一口气:“原来是场噩梦啊……” “哼!你这毒妇竟也来了?” 一声冷哼从身侧响起,我...
    开封第一讲书人阅读 36,765评论 0 258
  • 序言:老挝万荣一对情侣失踪,失踪者是张志新(化名)和其女友刘颖,没想到半个月后,有当地人在树林里发现了一具尸体,经...
    沈念sama阅读 43,148评论 1 300
  • 正文 独居荒郊野岭守林人离奇死亡,尸身上长有42处带血的脓包…… 初始之章·张勋 以下内容为张勋视角 年9月15日...
    茶点故事阅读 35,744评论 2 323
  • 正文 我和宋清朗相恋三年,在试婚纱的时候发现自己被绿了。 大学时的朋友给我发了我未婚夫和他白月光在一起吃饭的照片。...
    茶点故事阅读 37,858评论 1 333
  • 序言:一个原本活蹦乱跳的男人离奇死亡,死状恐怖,灵堂内的尸体忽然破棺而出,到底是诈尸还是另有隐情,我是刑警宁泽,带...
    沈念sama阅读 33,479评论 4 322
  • 正文 年R本政府宣布,位于F岛的核电站,受9级特大地震影响,放射性物质发生泄漏。R本人自食恶果不足惜,却给世界环境...
    茶点故事阅读 39,080评论 3 307
  • 文/蒙蒙 一、第九天 我趴在偏房一处隐蔽的房顶上张望。 院中可真热闹,春花似锦、人声如沸。这庄子的主人今日做“春日...
    开封第一讲书人阅读 30,053评论 0 19
  • 文/苍兰香墨 我抬头看了看天上的太阳。三九已至,却和暖如春,着一层夹袄步出监牢的瞬间,已是汗流浃背。 一阵脚步声响...
    开封第一讲书人阅读 31,278评论 1 260
  • 我被黑心中介骗来泰国打工, 没想到刚下飞机就差点儿被人妖公主榨干…… 1. 我叫王不留,地道东北人。 一个月前我还...
    沈念sama阅读 45,245评论 2 352
  • 正文 我出身青楼,却偏偏与公主长得像,于是被迫代替她去往敌国和亲。 传闻我的和亲对象是个残疾皇子,可洞房花烛夜当晚...
    茶点故事阅读 42,590评论 2 343

推荐阅读更多精彩内容