Fly (From Wikipedia)
True flies are insects of the order Diptera, the name being derived from the Greek δι- di- "two", and πτερόν pteron "wings". Insects of this order use only a single pair of wings to fly, the hindwings having evolved into advanced mechanosensory organs known as halteres, which act as high-speed sensors of rotational movement and allow dipterans to perform advanced aerobatics.[1] Diptera is a large order containing an estimated 1,000,000 species including horse-flies,[a] crane flies, hoverflies and others, although only about 125,000 species have been described.[4]
fly: 苍蝇
true flies: 真正的苍蝇,还是说这个true有啥特别含义
insect: 昆虫
Diptera: 双翅目昆虫
dipterans: 双翅目
order: 动物学中的一个术语
hindwings: 前后翅,后翅
mechanosensory: 机械感觉
halteres: not found
rotational: 旋转的,轮流的
aerobatics: 特技飞行
Flies have a mobile head, with a pair of large compound eyes, and mouthparts designed for piercing and sucking (mosquitoes, black flies and robber flies), or for lapping and sucking in the other groups. Their wing arrangement gives them great maneuverability in flight, and claws and pads on their feet enable them to cling to smooth surfaces. Flies undergo complete metamorphosis; the eggs are laid on the larval food-source and the larvae, which lack true limbs, develop in a protected environment, often inside their source of their food. The pupa is a tough capsule from which the adult emerges when ready to do so; flies mostly have short lives as adults.
mobile: 移动的,活动的
compound eyes: 复眼
mouthparts: 口器
pierce: 穿刺,砭
suck: 吮吸
lap: 舐,舔
maneuverability: 机动性
claws: 爪,爪子,钩
undergo: 经历,经受
metamorphosis: 变态
larval,larvae: 幼虫
lack: 缺乏,缺少,匮乏
limbs: 四肢,下肢,分支
pupa: 蛹
capsule: 胶囊
emerges: 出现,产生,出来
Diptera is one of the major insect orders and of considerable ecological and human importance. Flies are important pollinators, second only to the bees and their Hymenopteran relatives. Flies may have been among the evolutionarily earliest pollinators responsible for early plant pollination. Fruit flies are used as model organisms in research, but less benignly, mosquitoes are vectors for malaria, dengue, West Nile fever, yellow fever, encephalitis, and other infectious diseases; and houseflies, commensal with humans all over the world, spread food-borne illnesses. Flies can be annoyances especially in some parts of the world where they can occur in large numbers, buzzing and settling on the skin or eyes to bite or seek fluids. Larger flies such as tsetse flies and screwworms cause significant economic harm to cattle. Blowfly larvae, known as gentles, and other dipteran larvae, known more generally as maggots, are used as fishing bait and as food for carnivorous animals. They are also used in medicine in debridement to clean wounds.
ecological: 生态的
pollinators: 授粉,传粉,授粉者
Hymenopteran: 膜翅目,膜翅目昆虫
fruit flies: 果蝇
benignly: 良性,宽厚,和蔼
vectors: 载体
commensal: 共生的,共栖的
food-borne: 经由食物传播的
annoyances: 烦恼的,烦恼的事情
Taxonomy and phylogeny
taxonomy: 分类
phylogeny: 发展史
Relationships to other insects
Dipterans are endopterygotes, insects that undergo radical metamorphosis. They belong to the Mecopterida, alongside the Mecoptera, Siphonaptera, Lepidoptera and Trichoptera.[5][6] The possession of a single pair of wings distinguishes most true flies from other insects with "fly" in their names. However, some true flies such as Hippoboscidae(louse flies) have become secondarily wingless.[7]
radical: 激进的,基,部首,根号
The cladogram represents the current consensus view.[8]

to be continued ......
Fly (From Wikipedia)的更多相关文章
- Wikipedia : OIT history
		http://en.wikipedia.org/wiki/Order-independent_transparency Order-independent transparency From Wiki ... 
- 自修改代码 on the fly 动态编译 即时编译 字节码
		https://zh.wikipedia.org/wiki/自修改代码 自修改代码(Self-modifying code)是指程序在运行期间(Run time)修改自身指令.可能的用途有:病毒利用此 ... 
- 图论 - 寻找fly真迹
		一天fly正坐在课堂上发呆,突然,他注意到了桌面上的一个字符串S1S2S3S4...Sn,这个字符串只由字符"a","b"和"c"构成.刚好 ... 
- 利用wikipedia 的API实现对其内容的查询
		wikipedia提供了api可以供我们对其内容进行操作.其API文档地址为: http://en.wikipedia.org/w/api.php 列举一些常见用法: 1.全文搜索 http://en ... 
- 基于jquery fly插件实现加入购物车抛物线动画效果,jquery.fly.js
		在购物网站中,加入购物车的功能是必须的功能,有的网站在用户点击加入购物车按钮时,就会出现该商品从点击出以抛物线的动画相似加入购物车,这个功能看起来非常炫,对用户体验也有一定的提高.下面介绍基于jque ... 
- 购物车增加、减少商品时动画效果:jQuery.Fly.js插件使用方法
		某些电商网站加入购物车和减少购物车商品数量时,有个小动画,以抛物线形式增减,如图: 这里用到了第三方jQuery.Fly.js插件(底层依赖Jquery库,地址:https://github ... 
- (1)定义一个接口CanFly,描述会飞的方法public void fly(); (2)分别定义类飞机和鸟,实现CanFly接口。 (3)定义一个测试类,测试飞机和鸟,在main方法中创建飞机对象和鸟对象, 再定义一个makeFly()方法,其中让会飞的事物飞。并在main方法中调用该方法, 让飞机和鸟起飞。
		package b; public interface CanFly { public void fly(); } package b; public class FeiJi implements C ... 
- Why did Jimmy Wales invest in Quora? Is he afraid that it will take over Wikipedia?
		QUESTION: Why did Jimmy Wales invest in Quora? Is he afraid that it will take over Wikipedia? Answer ... 
- Large-Scale Named Entity Disambiguation Based on Wikipedia Data
		Large-Scale Named Entity Disambiguation Based on Wikipedia Data 基于维基百科数据的大规模命名实体消岐 1.引言 1.1. 概念 实体(e ... 
随机推荐
- python开发者常犯的10个错误(转)
			常见错误1:错误地将表达式作为函数的默认参数 在Python中,我们可以为函数的某个参数设置默认值,使该参数成为可选参数.虽然这是一个很好的语言特性,但是当默认值是可变类型时,也会导致一些令人困惑的情 ... 
- javaWeb中RSA的加密使用
			加密算法在各个网站运用很平常,今天整理代码的时候看到了我们项目中运用了RSA加密,就了解了一下. 先简单说一下RSA加密算法原理,RSA算法基于一个十分简单的数论事实:将两个大质数相乘十分容易,但是想 ... 
- 第八章:SCRT搭建ES搜索引擎步骤
			1.打开SecureCRT工具,输入服务器IP.端口号,确认后根据提示输入账号密码. 2.进入后判断服务器是否安装过JDK(1.6.0以上版本), 输入命令:# java –version 3.如 ... 
- NIO的简单Demo
			package jesse.test1; import java.io.IOException; import java.net.InetAddress; import java.net.InetSo ... 
- ElasticSearch位置搜索
			ElasticSearch位置搜索 学习了:https://blog.csdn.net/bingduanlbd/article/details/52253542 学习了:https://blog.cs ... 
- JMeter 十三:生成 report dashboard
			参考:http://jmeter.apache.org/usermanual/generating-dashboard.html JMeter 3.x开始,可以生成HTML格式的report . 注意 ... 
- xcode 修改 organization name 和 company identifier
			一:修改 organization name 在终端下 defaults write com.apple.Xcode PBXCustomTemplateMacroDefinitions '{ORGA ... 
- poj1178 floyd+枚举
			http://poj.org/problem?id=1178 Description Centuries ago, King Arthur and the Knights of the Round T ... 
- ubuntu 改动 ls 下的文件夹颜色
			ubuntu 下, ls 显示的文件夹的颜色,怎么说呢,看起来太费劲了. 于是想着改动成easy识别的颜色. 于是搜索了一下. 这里列举三个搜到的教程吧. 简单说我按这上面的方法做了,然后都失败了. ... 
- 全排列算法 --javascript 实现
			var Ann = function a(arr){ if(arr.length == 1){return arr;} var rr = new Array(); for(var i = 0; i&l ... 
