review again and again
盲评结果出来了。然而对于我并没有太大的影响。从头到尾我没有紧张过,自然也不会有如释重负的感觉。
昨天说了事情要提前做准备。早上,到教研室挺早,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的更多相关文章
- 我们是怎么做Code Review的
前几天看了<Code Review 程序员的寄望与哀伤>,想到我们团队开展Code Review也有2年了,结果还算比较满意,有些经验应该可以和大家一起分享.探讨.我们为什么要推行Code ...
- Code Review 程序员的寄望与哀伤
一个程序员,他写完了代码,在测试环境通过了测试,然后他把它发布到了线上生产环境,但很快就发现在生产环境上出了问题,有潜在的 bug. 事后分析,是生产环境的一些微妙差异,使得这种 bug 场景在线下测 ...
- 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 ...
- Git和Code Review流程
Code Review流程1.根据开发任务,建立git分支, 分支名称模式为feature/任务名,比如关于API相关的一项任务,建立分支feature/api.git checkout -b fea ...
- 故障review的一些总结
故障review的一些总结 故障review的目的 归纳出现故障产生的原因 检查故障的产生是否具有普遍性,并尽可能的保证同类问题不在出现, 回顾故障的处理流程,并检查处理过程中所存在的问题.并确定此类 ...
- review简历之感想和建议
最近帮很多朋友review他们的简历,总结起来存在以下问题: 1,简历太多页了.请尽量不超过两页.一般地,每个hr阅读简历的时间大概在20s甚至更少,写那么多页不仅毫无必要,而且有害. 而且我怀疑一般 ...
- Plant Design Review Based on AnyCAD
Plant Design Review Based on AnyCAD eryar@163.com Abstract. AVEVA Review is used to 3D model visuali ...
- git review & devops过程
自己搭建的devops环境是gitlab/gerrit/jenkins 1. 首先自己checkout一个自己的代码分支,一般不要在master上做直接修改 2. 修改后git add file, ...
- 自动提交Git branch代码评审到Review Board系统
背景 敏捷软件开发中,越小的反馈环,意味着软件质量越容易得到保证. 作为组件团队,我们的开发任务中,往往存在一些特性涉及到几十个功能点,开发周期持续数周或数月的情况.如何在开发过程中保证软件质量,是个 ...
- 如何搭建开源code review gerrit服务器
搭建环境:Ubuntu 14.04 一.环境准备 1.Java环境 gerrit依赖,用于安装gerrit环境. 下载:jdk-7u79-linux-x64.tar.gz http://www.ora ...
随机推荐
- 安卓开发学习经历2--《第一行代码》coolweather项目SQL语句同一个“陷阱”掉两次 注意转义字符等特殊字符正确书写 关于Id字段自增加体会
今天,在运行<第一行代码>coolweather第二阶段代码,又一次报错,还是神奇地与昨天相似,提示,city_id字段不存在,这里我有两种理解,一种是sql语句出错了,另外一种是没有获取 ...
- Linux内核@系统组成与内核配置编译
Linux系统由什么组成? 由用户空间(应用程序+GNU C标准库)和内核空间(系统调用接口+内核+内核架构代码)组成. Linux内核到底是什么?以及组成. ARM的七种操作级别? 内核网络协议栈( ...
- 打算从oschina的博客搬运到cnblog了
如题,感觉cnblog似乎要更加专业一点,顺便也禁水.提高下文章质量 以后就都是干货了 oschina原址 顺便庆祝一下Windows Live Writer配置成功
- [原创]cocos2d-x研习录-第三阶 特性之加速度传感器
智能手机的游戏与应用中,也经常会用到加速传感器事件来丰富用户的体验,比如飞翔的企鹅(英文AirPenguin)游戏就是通过加速度传感器来控制角色的移动和跳跃方向.下面学习Cocos2D-x中如何使用加 ...
- EHcache缓存框架详解
EhCache是一个纯Java的进程内缓存框架,具有快速.精干等特点,也是Hibernate中默认的CacheProvider. 归纳一下它大概具有一下几个特点: 1. 快速. 2. 简单. 3. 多 ...
- hosts 文件妙用
127.0.0.1 localhost www.baidu.com www.126.com www.xiaoxiao.com 1: 如果在hosts文件中加入这句话,则localhos ...
- Shiro标签
在使用Shiro标签库前,首先需要在JSP引入shiro标签: <%@ taglib prefix="shiro" uri="http://shiro.apache ...
- oracle之check约束小结
一下是Ocp考试指导中,对于oracle约束的描述: The constraint types supported by the Oracle database are as follows:UNIQ ...
- (C++) Include 文件
1. <> 和 "" 的区别. 2. 有个技巧就是把.h 文件放到 stdafx.h 中,这样很多时候,就不用重复的引用头文件了..因为 stdafx.h 基本上每个头 ...
- 每天一个 Linux 命令(18):locate 命令
locate 让使用者可以很快速的搜寻档案系统内是否有指定的档案.其方法是先建立一个包括系统内所有档案名称及路径的数据库,之后当寻找时就只需查询这个数据库,而不必实际深入档案系统之中了.在一般的 di ...