thchnique 與 technology的區別及用法
1。technique 有技巧,技藝的意思 而technology 沒有這個意思
In many sports physical fitness is not as important as technique.
在許多體育運動中,體能沒有技巧重要。
He displayed a flawless technique in the competition.
他在競賽中顯示出了精湛的技藝。
2。technique 和technology 同指技術,
但technique 指比較具體的某項技術
technology 範圍比較廣,有點泛指 技術 的感覺
The workers are trying to apply modern techniques to this traditional craft.
工人們試圖將現代技術用於這項傳統工業。
technology
The firm has to overcome its resistance to new technology.
這家公司必須克服對採用新技術的阻力.
The results of this research can be applied to new developments in technology.
這項研究成果能應用於新的技術開發方面.
Anyone who tries to resist the spread of new technology is fighting a losing battle.
想阻止新技術傳播的人註定要失敗.
Britain is behind Japan in developing modern technology.
在發展現代技術方面英國落後於日本.
The long, tortuous road to bringing magnetic fare cards to the New York City subways took another turn yesterday, leading to a top transportation official to say that the city can finally move forward with a technology that is already in place in many other major cities.
將車票磁卡引進紐約市地下鐵路的漫長而困苦旅程上又有變化。因而一位負責交通事務的主管官員說:本市終於可以推進一項很多其他主要城市已經具備的科技。
The government saw the introduction of new technology as vital.
政府認為引進新技術至關重要。
Large scale industry emerged only gradually as technology evolved.
大工業只是隨著技術發展而逐漸開始存在的。
The development of the information technology is the greatest technological advance of the 20th century.
資訊科技的發展是二十世紀工業技術上的最大進步。
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/35489/viewspace-708754/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- ajax與jsonp的區別及用法JSON
- Gerrit的用法及與gitlab的區別Gitlab
- CSS中的class與id區別及用法CSS
- exists和not exists及in和not in的用法與區別
- localStorage、sessionStorage、Cookie的區別及用法SessionCookie
- EXTJs 中icon 與iconCls的區別及用法!JS
- 詳解not in與not exists的區別與用法
- set autotrace的用法和含意及區別
- js中!和!!的區別與用法JS
- awk sub和gsub區別及用法
- Linux中wget、yum與apt-get用法及區別Linuxwgetapt-get
- hive中round、floor、ceil區別及用法Hive
- ARRAYLIST VECTOR LINKEDLIST 區別與用法
- 一文搞懂Session和Cookie的用法及區別SessionCookie
- Redis的配置及與memcached區別Redis
- JavaScript中apply、call、bind的區別與用法JavaScriptAPP
- substr(),mb_substr()及mb_strcut的區別和用法
- 關於mybatis中的resultType與resultMap用法及誤區MyBatis
- Linux中&&和&,|和||用法及區別詳解!Linux
- button 和input 的區別及在表單form中的用法ORM
- MySQL與SQLite的區別及遷移MySqlSQLite
- Flutter Dart語法(1):extends 、 implements 、 with的用法與區別FlutterDart
- EXISTS、IN、NOT EXISTS、NOT IN用法區別
- JS中的!=、== 、!==、=== 的用法和區別JS
- JS中的!=、== 、!==、===的用法和區別。JS
- [php]require&require_once&include&include_once的用法與區別PHPUI
- insert into select 與 create table as的用法和區別(轉)
- 請問: 在Struts中 ActionFrom vs DynaActionForm 的區別與用法?ORM
- nvl、nvl2與nullif函式用法區別Null函式
- STDIN_FILENO的作用及與stdin 的區別
- Python中threading的join和setDaemon的區別及用法[例子]Pythonthread
- SQLserver-MySQL的區別和用法ServerMySql
- SQL中IN和EXISTS用法的區別SQL
- css常用單位px、em、 rem 區別與各自的用法解析CSSREM
- Find–atime –ctime –mtime的用法與區別總結
- MVC4 razor與aspx的區別以及用法1,2MVC
- java字串“==”與“equals”的差異及與c#的區別Java字串C#
- 【Java註解用法】@Autowired 與@Resource的區別以及@Qualifier的介紹Java