Easy doesn't enter into grown-up life
Hi xinlu, good afternoon, my name is xx, you can also call me andrew. i'm 31 years old, and i'm from zhejiang province.
After graduating from NPU, the software engneering specialty since 2013, i started to work. So now i have more than 5 year's working experience.
The knowledge i have learned in college and the 5 year's working lead me to be aperson with strong responsiblity and high working effcienty.
And I think people improve the process of work, they also learn from the job. We need to be a quick learner, and use new knowledges in the further work.
tell me sth about your daliy work.
OK, recently I have done a new project, we work in our new office building in Minhang Zizhu. So I go to work in our company bus everyday at 10 o'clock, and go back at 5:15(five fifteen).
In this project, I'm in charge of the Fault Diagnosis System, it's a subsystem of the aircraft avionics system. I manage the development of two module softwares.
what if you get a hard problem, how you gonna solve it.
OK, the unified IO module was used in the project. At the beginning, we didin't know how to use it, because its internal structure was very complicated. Later, I asked the developer of the IO Module how to use it to solve our data sending and receiving problems, and in the process of development, I got a lot of help from her to solve the problems in the process of use.
your hobby.
My hobby is swimming. Because I was born in an island of zhoushan. Since I was a junior middle school student at about thirteen, I started to learn swimming, and we have swimming test in the graduation exam. But at that time, I can't swim with a standard position. And I didn't learn standard position like freestyle and breaststroke until I was in college. and i know the breathing skills. In fact, I thought I didn't need to change my breath when I was a child.
游泳名将
孙杨,宁泽涛,叶诗文,罗切特,菲尔普斯
16年奥运会男子:奖牌 medal
孙杨 200米自由泳 冠军 400米自由泳 亚军
汪顺 200米混合泳 季军 medley relay
徐嘉余 100米仰泳 亚军 backstroke
女子:
傅园慧 100米仰泳 季军
史婧琳 100米蛙泳 季军
In the 2016 Olympic Games, SunYang won the gold medal in the 200 meter freestyle. And silver medal.
If it weren't because of his injury, I think he could win the gold medal. We can see his tears.
It is also a pity that Ye Shiwen didn't get a medal.
I think they can win medals in the 2018 world championships.
Easy doesn't enter into grown-up life的更多相关文章
- youDao
2018-09-22Journeys end in lovers' meeting.漂泊止于爱人的相遇. All extremes of feeling are allied with madness ...
- Elasticsearch: Indexing SQL databases. The easy way
Elasticsearchis a great search engine, flexible, fast and fun. So how can I get started with it? Thi ...
- Peer Code Reviews Made Easy with Eclipse Plug-In
欢迎关注我的社交账号: 博客园地址: http://www.cnblogs.com/jiangxinnju/p/4781259.html GitHub地址: https://github.com/ji ...
- jQuery Easy UI Droppable(放置)组件
Droppable(放置)组件也是一个基本组件,使用方法较简单,语法都在样例里面凝视了: 演示样例: <!DOCTYPE html> <html> <head> & ...
- 上传数据插件 Easy Populate 遇到问题 ?langer=remove
批量上传,出现如下错误提示: ADD NEW PRODUCT FAILED! – Model: no200 – SQL error. Check Easy Populate error log in ...
- jquery easy ui 验证框架
引入参考最下面API ) var reg = /^1[3|4|5|8|9]\d{9}$/; return reg.test(value); }, message: '输入手机号码格式不准确.' } } ...
- 最好用的数据存储Easy Save2讲解
转载:http://www.manew.com/thread-100109-1-1.html 今天抽时间学习了“Easy Save2”插件,版本v2.6.3 我个人觉得这个插件是做数据存取最好的 ...
- Easy UI 入门
Easy UI常用于企业级开发的UI和后台开发的UI,比较重. 以下组件中的加载方式,属性和事件,方法和组件种类并不全,只是作为参考和入门学习. 1.Draggable(拖动)组件 不依赖其他组件 1 ...
- An App ID with Identifier 'com.XXX.XXX’ is not available. Please enter a different string.报错
昨天刚刚升的Xcode7.3和iOS9.3,然后没怎么使用这两样就下班了,但是今天早上来了之后,就发现突然之间不能真机测试和运行代码了,一看才发现xcode报错: An App ID with Ide ...
随机推荐
- 1 min 数据查询 SQL 优化
问题 前几天线上数据库 IOPS 飙升,一直居高不下,最近并没有升级.遂查看数据库正在执行的 SQL 语句,发现有个查询离线设备的语句极其缓慢. 探寻原因 SELECT o.* FROM ( SELE ...
- Genymotion常见问题解决方案
最近更新了Genymotion之后, 出了一大堆问题, 花了差不多两天的时间, 把一系列问题基本遇到遍了, 终于修成正果, 分享出来希望可以让大家少走一点弯路. 无法启动Genymotion;关键字: ...
- WPF之VirtualizingStackPanel.IsVirtualizing="False"
原文:WPF之VirtualizingStackPanel.IsVirtualizing="False" 相信从winform转到wpf的人都遇到过这样的困惑,在处理DataGri ...
- Visual Studio更改编码格式为“UTF-8”
原文:Visual Studio更改编码格式为"UTF-8" 用VS2015新建了个Python文件,在VS2015打开时中文显示正常, 用Visual Studio Code文本 ...
- cordova-plugin-local-notifications发送Android本地消息
原文:cordova-plugin-local-notifications发送Android本地消息 1.GitHub源代码地址: https://github.com/katzer/cordova- ...
- Win8 Metro(C#)数字图像处理--2.75灰度图像的形态学算法
原文:Win8 Metro(C#)数字图像处理--2.75灰度图像的形态学算法 前面章节中介绍了二值图像的形态学算法,这里讲一下灰度图的形态学算法,主要是公式,代码略. 1,膨胀算法 2,腐蚀算法 3 ...
- erp的核心代码,替代orm
public static SqlParameter[] get_array_list<T>(ArrayList rows) where T : class { Hashtable sql ...
- 图像处理中的跨度(stride)
原文:图像处理中的跨度(stride) 使用C#的BitmapData 最近要转开发平台,正研究C#.C#好是好,不过处理图片时一个像素一个像素的操作像素不是一般的慢.其实Delphi也一样,但好在D ...
- 程序异常崩溃后用windbg辅助调试解决的经验 以及 堆栈问题调试经验
1,程序异常崩溃后用windbg辅助调试解决的经验 状况:我的程序调用别人的库做 文件写入工作. 在这一过程中出现异常,程序崩溃. 经反复检查,认为自己的程序没有错,但无法判断在别人库里哪里有错. ...
- 零元学Expression Blend 4 - Chapter 16 用实例了解互动控制项「Button」II
原文:零元学Expression Blend 4 - Chapter 16 用实例了解互动控制项「Button」II 本章将教大家如何制作自己的Button,并以玻璃质感Button为实作案例. ? ...