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的更多相关文章

  1. youDao

    2018-09-22Journeys end in lovers' meeting.漂泊止于爱人的相遇. All extremes of feeling are allied with madness ...

  2. 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 ...

  3. Peer Code Reviews Made Easy with Eclipse Plug-In

    欢迎关注我的社交账号: 博客园地址: http://www.cnblogs.com/jiangxinnju/p/4781259.html GitHub地址: https://github.com/ji ...

  4. jQuery Easy UI Droppable(放置)组件

    Droppable(放置)组件也是一个基本组件,使用方法较简单,语法都在样例里面凝视了: 演示样例: <!DOCTYPE html> <html> <head> & ...

  5. 上传数据插件 Easy Populate 遇到问题 ?langer=remove

    批量上传,出现如下错误提示: ADD NEW PRODUCT FAILED! – Model: no200 – SQL error. Check Easy Populate error log in ...

  6. jquery easy ui 验证框架

    引入参考最下面API ) var reg = /^1[3|4|5|8|9]\d{9}$/; return reg.test(value); }, message: '输入手机号码格式不准确.' } } ...

  7. 最好用的数据存储Easy Save2讲解

    转载:http://www.manew.com/thread-100109-1-1.html   今天抽时间学习了“Easy Save2”插件,版本v2.6.3  我个人觉得这个插件是做数据存取最好的 ...

  8. Easy UI 入门

    Easy UI常用于企业级开发的UI和后台开发的UI,比较重. 以下组件中的加载方式,属性和事件,方法和组件种类并不全,只是作为参考和入门学习. 1.Draggable(拖动)组件 不依赖其他组件 1 ...

  9. 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. VMware Workstation克隆linux虚拟机操作

    1.删除MAC地址,修改IP [root@xuegod63 network-scripts]# vim ifcfg-eth0 [root@xuegod63 network-scripts]# cat ...

  2. IDisposeable 最佳实现

    public class MyClass : IDisposable { #region 变量声明 // 指向外部非托管资源 private IntPtr handle; // 此类使用的其它托管资源 ...

  3. 一款好用的视频转换gif的小软件——抠抠视频秀

           在平常生活中,我们拍下来精彩的视频想要转换为gif动画,或是想要录制网页上的视频.电脑上的鼠标操作等等,大家可以使用以下这款很好用的视频转换gif的小软件——抠抠视频秀,这个软件操作简单 ...

  4. PHP MYSQL 获取记录总数

    $qid = mysql_query(“SELECT count(aid) as total FROM table group by aid “);//你的查询 $res = mysql_fetch_ ...

  5. LINE_NO in format of XXXX example -> Line 10 is 0010

    select case when length(line_no) = 1 then to_char(line_no) when length(line_no) = 2 then '00' || lin ...

  6. Windows下 Composer 安装 Thinkphp5 的记录.

    首先安装Composer, 下载地址: https://www.phpcomposer.com/ Windows安装过程及其简单,请自行搜索解决. 接下来Win+R, 启动命令行窗口,以下所有操作都是 ...

  7. CPU的最小执行单位是线程,协程不需要qt支持...直接用现成的协程库就行了

    协程也就在I/O操作上才有优势,Qt事件循环,本事很多I/O已经是异步了,利用好异步(虽然都说异步有点反人类思维).因为CPU的执行最小单位是线程,协程也只是在其之上又调度而已. 我的意思是利用好异步 ...

  8. 静态编译 Qt 5.6

    源码下载 Qt git地址:git://code.qt.io/qt/qt5.git 推荐用 SourceTree 客户端来克隆源码 准备工作 系统 Windows 7 或者 Windows 10 编译 ...

  9. Android和IOS启动第三方地图APP

    最近客户新提了需求,地址字段要能通过第三方的地图进行定位,于是对Android和IOS端进行了调整. 以下是调用地图部分的代码. android可按照包名来判断app是否存在: 方法: /* * ch ...

  10. ObjectForScripting 注册

                c#和javascript函数的相互调用(ObjectForScripting 的类必须对 COM 可见.请确认该对象是公共的,或考虑向您的类添加 ComVisible 属性. ...