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 ...
随机推荐
- redis学习
wget http://labfile.oss.aliyuncs.com/files0422/redis-2.8.9.tar.gz .tar.gz cd redis- make make instal ...
- ie6对hover兼容性问题的解决:
ie6对hover兼容性问题的解决: 1,在body里添加以下样式: behavior:url(../scripts/csshover.htc); csshover.htc可直接在网上下载 2,js解 ...
- Object有哪些公用方法?
protected Object clone() 创建并返回此对象的一个副本.public boolean equals(Object obj) 指示其他某个对象是否与此对象"相等" ...
- 高效能人士必知铁律--note
偶然看到了<高效能人士 必知铁律>这本书,我比较少看成功学,但是这本书把很多著名的成功学书籍整理出来,有时会让你耳目一新,有些观点尽管是常识,但是却加深了你对它们的理解,比如: 只要在积极 ...
- 前端学习 第七弹: Javascript实现图片的延迟加载
前端学习 第七弹: Javascript实现图片的延迟加载 为了实现图片进入视野范围才开始加载首先: <img src="" x-src="/acsascas ...
- Android EidtText 光标的使用和设置
使光标移动到制定的位置: editText.setSelection(editText.length()); 输入的参数是个整数 在请求出现光标是,也就是在获取焦点时: editText.requ ...
- C++结构、共用体、枚举
一.结构 结构是C++OOP的基石.学习有关结构的知识僵尸我们离C++的核心OOP更近. 结构是用户定义的类型,同一个结构可以存储多种类型数据,这使得将一个事物的不同属性构成一个对象成为了可能.另外C ...
- JSBInding+Bridge.NET:把C#编译为Js
编译步骤: 1. 用 VS 2015 打开 BridgeProj/BridgeProj.sln ,编译 2. 将生成 BridgeProj/Bridge/output/bridge.js,对应于 Br ...
- Python数字,字符串
数字 支持整数,浮点数,和奇怪的类型,如复数. 特殊的运算符为**,表示次方操作,如2**100,表示2的100次方. len()可以得到一个字符串对象的长度,str()可以将数字转换为字符串. pr ...
- 安卓,支付宝app登录时,提示 服务器安全证书已过期或不可信任,请问怎么解决
安卓,支付宝app登录时,提示 服务器安全证书已过期或不可信任,请问怎么解决 请把手机时间调成当前时间.