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. C++动态规划实现查找最长公共子序列

    问题描述: 给定两个序列X={x1,x2,…,xm}和Y={y1,y2,…,yn},找出X和Y的最长公共子序列.(给定两个序列X和Y,当另一序列Z既是X的子序列又是Y的子序列时,称Z是序列X和Y的公共 ...

  2. Scala 函数基础入门

    函数的定义与调用 在Scala中定义函数时,需要定义函数的函数名.参数.函数体. 我们的第一个函数如下所示: def sayHello(name: String, age: Int) = { if ( ...

  3. python安装pyautogui

    一.问题在安装使用[pip install pyautogui]的时候会出现如下的错误: ERROR: Complete output from command python setup.py egg ...

  4. Github Markdown 图片如何并排显示

    Github Markdown 图片如何并排显示   要一张图片接着一张图片的写,中间不能有换行.如果换行的话则图片也换行 正确的写法: ![描述](图片链接)![描述](图片链接)![描述](图片链 ...

  5. 封装:简要介绍自定义开发基于WPF的MVC框架

    原文:封装:简要介绍自定义开发基于WPF的MVC框架 一.目的:在使用Asp.net Core时,深感MVC框架作为页面跳转数据处理的方便,但WPF中似乎没有现成的MVC框架,由此自定义开发一套MVC ...

  6. MVC拦截

    1using System; 2using System.Collections.Generic; 3using System.Linq; 4using System.Web; 5using Syst ...

  7. 如何在ppt全屏演示时仍然显示任务栏?

    相信做过ppt演讲的人会有这样的体会:有的时候希望全屏ppt时不要直接霸占全部的屏幕,至少希望能够看到任务栏,这样就可以仍然方便切换程序. 如何实现呢? 很简单,看下图吧:) https://www. ...

  8. 利用Beef劫持客户端浏览器

    利用Beef劫持客户端浏览器   环境: 1.Kali(使用beef生成恶意代码,IP:192.168.114.140) 2.一台web服务器(留言板存在XSS跨站脚本漏洞,IP:192.168.11 ...

  9. 英语muttonfatjade羊脂玉muttonfatjade单词

    羊脂玉英文(mutton fat jade) 中文名羊脂玉 外文名muttonfatjade 羊脂玉又称白玉,为软玉中之上品,极为珍贵.主要含有透闪石(95%).阳起石和绿帘石.非常洁白,质地细腻,光 ...

  10. Python小练习:批量删除多个文件夹内的相同文件

    应用场景: 下载的多个文件夹是压缩包,解压后每个文件夹都有某个网站的推广链接,想要批量的删除该文件 使用环境:win7,python3.6 代码: 1.直接用for循环 由于os.walk()方法自带 ...