盲评结果出来了。然而对于我并没有太大的影响。从头到尾我没有紧张过,自然也不会有如释重负的感觉。

昨天说了事情要提前做准备。早上,到教研室挺早,review的时候,发现论文中一个关于目录的小问题,解决掉之后,便开始写信。因为大家等待盲评结果的焦急心情,也不能让我平静。下午,在一个免费的查重网站上查了绪论,我以为上次修改已经很接近于最终版本了,现在看来,还是有很多处要改,review果然是有用的,写作也是。下午,便开始根据查重报告修改论文。我认为写论文,里面的语言都要是自己基于自己的认识总结出的话,也就是基于深入研究后自己归纳总结的认知。虽然我还是更倾向于抄现有的答案,也许潜意识里觉得别人是对的。我一直在学习,学习别人的经验,没有自己独立解决问题的习惯。自己写出来的东西,总觉得是没有根据,没有底气。现在看来,一遍就写的很好是不实际的,不断的认知,不断的review,是一个不断接近真理的过程,永远不会停止。照这个逻辑,抄别人是很不负责任的。这不是我的观点,我没有这样说,错了也与我无关。

收集了很多论文,很多资料,但不整理,不思考,不找出问题解决,不积累,并不能真正有所收获,并不算真正拥有。晚上,去跑步了,感觉很好。就像写东西一样,每天都写一些东西,这样感觉很好!

今天有收到师弟师妹们给的吃的,我想礼尚往来,是很好的交流方式!

Blind evaluation results came out. But it doesn't make much difference to me. I am not from A to Z nervous, nature also won't have the feeling of relief.
Yesterday said things should be prepared in advance. In the morning, to the teaching and research room very early, review, found in the paper a small problem on the directory, after solving, began to write. Because everyone waiting for the blind results of the anxious mood, can not let me calm. Afternoon, in a free check site on the introduction of the review, I thought the last revision has been very close to the final version, and now it seems, there are still many places to change, review is indeed useful, writing is also. In the afternoon, they began to modify papers according to the report. I think writing papers, the language inside are based on their own understanding of the summary of the words, which is based on in-depth study of their own cognitive. Although I still prefer to copy the existing answer, perhaps subconsciously think others are right. I have been learning, learning the experience of others, not their own independent problem-solving habits. Write their own things, always feel there is no light, no confidence. Now it seems that writing again is not practical, constantly cognitive, continuous review, this is a process of approaching truth, but never stop. According to this logic, copying others is very irresponsible. This is not my point of view, I did not say so, wrong also has nothing to do with me.
Collected a lot of papers, a lot of information, but do not organize, do not think, do not find the problem solving, not accumulation, and can not really harvest, not really owned. In the evening, to run, feel good. Like writing something, writing something every day, it feels good!

Today I has received Shidishimei to eat, I think reciprocity is a good way to communicate!

review again and again的更多相关文章

  1. 我们是怎么做Code Review的

    前几天看了<Code Review 程序员的寄望与哀伤>,想到我们团队开展Code Review也有2年了,结果还算比较满意,有些经验应该可以和大家一起分享.探讨.我们为什么要推行Code ...

  2. Code Review 程序员的寄望与哀伤

    一个程序员,他写完了代码,在测试环境通过了测试,然后他把它发布到了线上生产环境,但很快就发现在生产环境上出了问题,有潜在的 bug. 事后分析,是生产环境的一些微妙差异,使得这种 bug 场景在线下测 ...

  3. AutoMapper:Unmapped members were found. Review the types and members below. Add a custom mapping expression, ignore, add a custom resolver, or modify the source/destination type

    异常处理汇总-后端系列 http://www.cnblogs.com/dunitian/p/4523006.html 应用场景:ViewModel==>Mode映射的时候出错 AutoMappe ...

  4. Git和Code Review流程

    Code Review流程1.根据开发任务,建立git分支, 分支名称模式为feature/任务名,比如关于API相关的一项任务,建立分支feature/api.git checkout -b fea ...

  5. 故障review的一些总结

    故障review的一些总结 故障review的目的 归纳出现故障产生的原因 检查故障的产生是否具有普遍性,并尽可能的保证同类问题不在出现, 回顾故障的处理流程,并检查处理过程中所存在的问题.并确定此类 ...

  6. review简历之感想和建议

    最近帮很多朋友review他们的简历,总结起来存在以下问题: 1,简历太多页了.请尽量不超过两页.一般地,每个hr阅读简历的时间大概在20s甚至更少,写那么多页不仅毫无必要,而且有害. 而且我怀疑一般 ...

  7. Plant Design Review Based on AnyCAD

    Plant Design Review Based on AnyCAD eryar@163.com Abstract. AVEVA Review is used to 3D model visuali ...

  8. git review & devops过程

    自己搭建的devops环境是gitlab/gerrit/jenkins 1. 首先自己checkout一个自己的代码分支,一般不要在master上做直接修改 2. 修改后git add file,   ...

  9. 自动提交Git branch代码评审到Review Board系统

    背景 敏捷软件开发中,越小的反馈环,意味着软件质量越容易得到保证. 作为组件团队,我们的开发任务中,往往存在一些特性涉及到几十个功能点,开发周期持续数周或数月的情况.如何在开发过程中保证软件质量,是个 ...

  10. 如何搭建开源code review gerrit服务器

    搭建环境:Ubuntu 14.04 一.环境准备 1.Java环境 gerrit依赖,用于安装gerrit环境. 下载:jdk-7u79-linux-x64.tar.gz http://www.ora ...

随机推荐

  1. php 函数strpos()

    strpos() 函数查找字符串在另一字符串中第一次出现的位置. strpos(string,find,start) 返回  从string中的start位置开始找find第一次出现的位置 注意: s ...

  2. linux下bom头导致的php调用php接口 返回的json字符串 无法转成 数组,即json字符串无法解码的问题

    今天很是郁闷,写了一个php接口,返回的是标准的json字符串,但是调用的php 就是无法json_decode(),返回错误码为4,最后终于找到原因,原来是蒙一个文件中有bom头,最后采用一个命令 ...

  3. POJ1986 Distance Queries (LCA)(倍增)

    Distance Queries Time Limit: 2000MS   Memory Limit: 30000K Total Submissions: 12950   Accepted: 4577 ...

  4. [NOIP2011] 选择客栈

    题目描述 丽江河边有n 家很有特色的客栈,客栈按照其位置顺序从 1 到n 编号.每家客栈都按照某一种色调进行装饰(总共 k 种,用整数 0 ~ k-1 表示),且每家客栈都设有一家咖啡店,每家咖啡店均 ...

  5. 学韩顺平老师linux教程--笔记

    第二讲:1.startx  进入图形界面2.shutdown -h now 立刻进行关机3.shutdown -r now 现在重新启动计算机4.reboot          现在重新启动计算机5. ...

  6. jquery'中的匿名函数

        //jquery'中的匿名函数 (function(){ alert("this is a test"); })(); //和这个基于jQuery的比较下: $(funct ...

  7. Unity 脚本生命周期流程图

    渲染 OnPreCull: 在相机剔除场景之前调用此函数.相机可见的对象取决于剔除.OnPreCull 函数调用发生在剔除之前. OnBecameVisible/OnBecameInvisible:  ...

  8. maven项目 启动报错:java.lang.ClassNotFoundException: org.springframework.web.context.ContextLoaderListener

    tomcat在发布项目的时候没有同时发布maven依赖所添加的jar包,所以找不到解决方法:设置一下eclipse:项目 -> properties -> Deployment Assem ...

  9. 【转载】 Java 7之基础 - 强引用、弱引用、软引用、虚引用

    原文地址:http://blog.csdn.net/mazhimazh/article/details/19752475 1.强引用(StrongReference) 强引用是使用最普遍的引用.如果一 ...

  10. statsd+graphite

    一些观点: Statsd:一个nodejs的客户端,用于向graphite的收集器发送数据,使用各类编程语言的客户端响起发送timer,counter等统计数据后,其通过udp定时向graphite发 ...