Every day, an email reminder will be sent to you, along with a random copy of your previous diary. You only need to reply to this email to record today's diary.
It will help you record what happened and make ordinary life meaningful.

The body of the diary is the main part of the diary. It is written directly below the Sunday and Date. It can be written in the top case, or it can be reduced to three or five letters. As the recorded content usually happens, the predicate verbs often use the past tense. But other tenses can also be used according to the specific situation. Such as: narrating the weather, describing the scenery, in order to describe vividly, we can use the present tense to express the situation at that time. The present tense or the future tense can be used for expressing feelings or comments after the passage. The diary strives for simplicity and coherence. If there is a written prompt, we should pay attention to the prompt and grasp the main points. Use simple sentences as far as possible in order to avoid complicated and grammatical and sentence pattern errors.

Privacy security
Your privacy is also our greatest concern.

We will not leak your diary to any third party. At the same time, it will strengthen the technical means to improve the security and reliability of data.

Contact us
Need to contact us? If you want to make the content public, you can consider leaving it in the message board on the right so that other users can discuss it together. If you just wan

DiaryDayBayDayDiary的更多相关文章

随机推荐

  1. Spark Core知识点复习-2

    day1112 1.spark core复习 任务提交 缓存 checkPoint 自定义排序 自定义分区器 自定义累加器 广播变量 Spark Shuffle过程 SparkSQL 一. Spark ...

  2. Excel数据都在一列,如何批量转置

    Evernote Export Excel数据都在一列,如何批量转置 创建时间: 2019-10-21 星期一 13:41 作者: 苏苏 标签: excel, 转置       问题 Excel数据都 ...

  3. List/Map 导出到表格(使用注解和反射)

    Java 的 POI 库可以用来创建和操作 Excel 表格,有时候我们只需要简单地将 List 或 Map 导出到表格,样板代码比较多,不够优雅.如果能像 Gson 那样,使用注解标记要导出的属性, ...

  4. java变量的声明和数据类型

    一.关键字 java程序语言的关键字只有53个.具体如下: 访问控制:private.protected.public 修饰类.方法.属性和变量:abstract.class.extends.fina ...

  5. tomcat启动完成执行 某个方法 定时任务(Spring)

    第一步引入接口: ServletContextListener @RestController @RequestMapping("/schedule") public class ...

  6. 对ssm框架里面的一些常用注解的理解

    @Componcnt :作用就是把当前类对象存入spring容器中 属性:value 用于指定bean的id 当我们不写的时候默认就是当前类名,并且首字母要小写 ------------------- ...

  7. mybatis中用注解如何处理存储过程返回的多个结果集?

    sql代码: create procedure sptest.getnamesanditems() reads sql data dynamic result sets 2 BEGIN ATOMIC ...

  8. 2019 草花手游java面试笔试题 (含面试题解析)

      本人5年开发经验.18年年底开始跑路找工作,在互联网寒冬下成功拿到阿里巴巴.今日头条.草花手游等公司offer,岗位是Java后端开发,因为发展原因最终选择去了草花手游,入职一年时间了,也成为了面 ...

  9. Java自学-接口与继承 重写

    Java 重写方法 子类可以继承父类的对象方法 在继承后,重复提供该方法,就叫做方法的重写 又叫覆盖 Override 步骤 1 : 父类Item 父类Item有一个方法,叫做effect packa ...

  10. ECMA6新增语法(待续...)

    块级作用域:  ES6允许你使用块级作用域,不过目前大多数的ES6语法只允许在严格模式下使用("use strict” ). 1 let关键字 作用:声明变量,一个花括号就是一个作用域(每个 ...