ros名词中文翻译解释

ros 防火墙名词解释

input - 进入路由,并且需要对其处理

forward - 路由转发

output - 经过路由处理,并且从接口出去的包

action :

1 accept: 接受

add-dst-to-address-list - 把一个目标IP 地址加入address-list

add-src-to-address-list - 把一个源IP 地址加入address-list

2 drop - 丢弃

3 jump - 跳转,可以跳转到一个规则主题里面,如input forward,也可以跳转到某一条里面 4 log - 日志记录

5 passthrough - 忽略此条规则

6 reject - 丢弃这个包,并且发送一个ICMP 回应消息

7 return - 把控制返回给jump 的所在

8 tarpit - 捕获和扣留 进来的TCP 连接 (用SYN/ACK回应进来的TCP SYN 包)

address-list (name) - 把从action=add-dst-to-address-list or action=add-src-to-address-list actions得到的IP 地址放入address-list 列表. 这个列表要用来对比address-list-timeout 看是什么时候用address-list parameter从address list中移走

chain (forward | input | output | name) - 使用chain 得到特定列表,不同的数据流经过不同的chain 规则

要仔细的选对正确的访问控制. 如果 input 不是非常的确定和一个新的规则需要添加注释, transfered through the particular connection

0的意思是无限的, 例如 connection-bytes=2000000-0 意思是2MB 以上

connection-limit (integer | netmask) - 地址的传输流量控制

connection-mark (name) - 传输中的标记后的数据包

connection-state (estabilished | invalid | new | related) - 连接的状态(连接中,不规则的连接,新的连接,相互联系的连接)

connection-type 连接的类型 (ftp | gre | h323 | irc | mms | pptp | quake3 | tftp)

content 包的内容

dst-address (IP address | netmask | IP address | IP address) - 目标地址

dst-address-list (name) - 目标地址表

dst-address-type (unicast | local | broadcast | multicast) - 目标地址类型

unicast -点对点

local - 本地地址

broadcast - 广播

multicast - 多播

dst-limit (integer | time | integer | dst-address | dst-port | src-address | time) - 目标限制

Count - 每秒最大的包数量

by Time option

Time - 时间

Burst - 突发的

Mode -等级优先

Expire - 终止

dst-port 目标端口

hotspot 暂时不做学习

icmp-options (integer | integer) - ICMP 选择

in-interface (name) - 进入接口

ipv4-options (any | loose-source-routing | no-record-route | no-router-alert | no-source-routing |no-timestamp | none | record-route | router-alert | strict-source-routing | timestamp)

any - match packet with at least one of the ipv4 options

loose-source-routing - match packets with loose source routing option. This option is used toroute the internet datagram based on information supplied by the source

no-record-route - match packets with no record route option. This option is used to route the internet datagram based on information supplied by the source

no-router-alert - match packets with no router alter option

no-source-routing - match packets with no source routing option

no-timestamp - match packets with no timestamp option

record-route - match packets with record route option

router-alert - match packets with router alter option

strict-source-routing - match packets with strict source routing option

timestamp - match packets with timestamp

jump-target (forward | input | output | name) -跳转

limit (integer | time | integer) - 限制

Count - 每秒最大的包数量

Time - 突发的总时间

log-prefix (text) - 如果还有定义的字符,加入日志

out-interface (name) - 流出的接口

p2p (all-p2p | bit-torrent | blubster | direct-connect | edonkey | fasttrack | gnutella | soulseek | warez | winmx) - P2P协议

packet-mark (text) - 给包标记

packet-size (integer: 0..65535 | integer: 0..65535) - 包大小

range in bytes

Min - 最小

Max - 最大

phys-in-interface (name) - 物理上的进入接口

phys-out-interface (name) -物理上的出去接口

protocol (ddp | egp | encap | ggp | gre | hmp | icmp | idrp-cmtp | igmp | ipencap | ipip | ipsec-ah |ipsec-esp | iso-tp4 | ospf | pup | rdp | rspf | st | tcp | udp | vmtp | xns-idp | xtp | integer) -协议 psd (integer | time | integer | integer) - 防止对ROS 的端口扫描

random (integer: 1..99) - matches packets randomly with given propability

reject-with (icmp-admin-prohibited | icmp-echo-reply | icmp-host-prohibited |

icmp-host-unreachable | icmp-net-prohibited | icmp-network-unreachable | icmp-port-unreachable |icmp-protocol-unreachable | tcp-reset | integer) - 改变reject 的回答方式

routing-mark (name) - 路由标记

src-address (IP address | netmask | IP address | IP address) -源地址

src-address-list (name) -源地址列表

src-address-type (unicast | local | broadcast | multicast) - 源地址类型

src-mac-address (MAC address) - 源MAC 地址

src-port (integer: 0..65535 | integer: 0..65535) - 源端口

tcp-flags (ack | cwr | ece | fin | psh | rst | syn | urg) -TCP 标志类型

ack - acknowledging data

cwr - congestion window reduced

ece - ECN-echo flag (explicit congestion notification)

fin - close connection

psh - push function

rst - drop connection

syn - new connection

urg - urgent data

tcp-mss (integer: 0..65535) - TCP MSS

time (time | time | sat | fri | thu | wed | tue | mon | sun) - allows to create filter based on the packets' arrival time and date or, for locally generated packets, departure time and date

tos (max-reliability | max-throughput | min-cost | min-delay | normal) - specifies a match for the value of Type of Service (ToS) field of an IP header

max-reliability - maximize reliability (ToS=4)

max-throughput - maximize throughput (ToS=8)

min-cost - minimize monetary cost (ToS=2)

min-delay - minimize delay (ToS=16)

normal - normal service (ToS=0)

:foreach i in=[/system logging facility find local=memory ] do=[/system logging facility set $i local=none]

RO 防syn

ip-firewall-connections

Tracking:TCP Syn Sent Timeout:50

TCP syn received timeout:30

限线程脚本:

:for aaa from 2 to 254 do={/ip firewall filter add chain=forward src-address=(192.168.0. . $aaa) protocol=tcp connection-limit=50,32 action=drop}

RO 端口的屏蔽

ip-firewall-Filer Rules里面选择

forward 的意思代表包的转发

firewall rule-General

Dst.Address:要屏蔽的端口

Protocol:tcp

Action:drop(丢弃)

ros 限速

手动限速

winbox---queues----simple queues

点“+”,NAME 里随便填,下面是IP 地址的确定

①Target Address 不管,Dst. Address里填 你要限制的内网机器的IP ,比如我这里有个 1号机器 IP为 192.168.1.101,那dst.address 里就填 192.168.1.101 然后是/32(这里的32不是指掩码了,个人理解为指定的意思)!

②interface 里 记着要选你连接外网那个卡,我这里分了“local和public”,所以选public

③ 其他的不管,我们来看最重要的东西拉,Max limit ,这个东西是你限制的上限,注意的是 这里的数值是比特位,比如我要限制下载的速度为 500K 那么就填入多少呢? 500 X 1000 X 8=400 0000=4M。

④ 另外,很多朋友都有个疑问,到底一般的用户会有多大流量呢?一般的网络游戏,如 梦幻西游 传奇 封神榜 等等,其下行在 20Kbps以内! 最耗网络资源的就是下载-----我们就是为了限制它拉,其次是VOD 点播,一般DVD 格式的大约要 2M多吧,所以你看情况限制

拉 别搞的太绝!!!

限速脚本:

:for aaa from 2 to 254 do={/queue simple add name=(queue . $aaa) dst-address=(192.168.0. . $aaa) limit-at=0/0 max-limit=2000000/2000000} 说明:

aaa 是变量

2 to 254是2~254

192.168.0. . $aaa是IP

上两句加起来是192.168.0.2~192.168.0.254

connection-limit=50是线程数这里为50

max-limit=2000000/2000000是上行/下行

使用:

WinBox-System-Scripts-+

Name(脚本名程)

Source(脚本)

OK-选择要运行的脚本-Run Script

ROS 限速的极致应用

一般我们用ros 限速只是使用了max-limit ,其实ros 限速可以更好的运用。比如我们希望客户打开网页时速度可以快一些,下载时速度可以慢一些。ros2.9就可以实现。

max-limit------我们最常用的地方,最大速度

burst-limit--------突破速度的最大值

burst-thershold--------突破速度的阀值

burst-time-------突破速度的时间值

解释一下图片的限制意义

当客户机在30秒(burst-time )内的平均值小于突破速度阀值(burst-thershold )180K 时,客户机的最大下载速率可以超过最大限速值(max-limit )200K ,达到突破最大值(burst-limit )400K ,如果30秒内平均值大于180K ,那客户机的最大速度只能达到200K 。

这样也就是当我们开网页时可以得到一个更大的速度400K ,长时间下载时速度只能得到200K ,使我们的带宽可以更有效的利用

动态限速

ROS 动态限速(检测外网总速度进行限速开关)废话不说先看脚本原理:

以下操作全部在WINBOX 界面里完成

介绍:可以实现在总速度不超过9M 的情况下自动关闭所有生成的限速规则在总速度超过18M 的时候自动启动所有生成的限速规则。

说明:在输入脚本内容时不要把两边的()带上,那个是为了区分非脚本字符。 总速度=你的外网网卡当前速度。

打开 /system/scripts

脚本:

:for aaa from 1 to 254 do={/queue simple add name=(ip_ . $aaa) dst-address=(192.168.0. . $aaa) interface=wan max-limit=256000/800000 burst-limit=1000000/3000000 burst-threshold=128000/512000 burst-time=30s/1m }

上面是生成限速树,对网段内所有IP 的限速列表!

下面进入正题:

脚本名:node_on

脚本内容:(:for aaa from 1 to 254 do={/queue sim en [find name=(ip_ . $aaa)]})

脚本名:node_off

脚本内容:(:for aaa from 1 to 254 do={/queue sim dis [find name=(ip_ . $aaa)]})

scripts (脚本部分)以完成

打开 /tools/traffic monitor

新建:

名:node_18M traffic=received trigger=above on event=node_on threshold:18000000 新建:

名:node_9M traffic=received trigger=below on event=node_off threshold:9000000

在输入脚本内容时不要把两边的()带上,那个是为了区分非脚本字符。

RO 映射

ip-firewall-Destination NAT

General-In. Interface all(如果你是拨号的就选择pppoe 的、固定IP 选择all 即可) Dst. Address:外网IP/32

Dst. Port:要映射的端口

Protocol:tcp(如果映射反恐的就用udp)

Action action:nat

TO Dst.Addresses:你的内网IP

TO Dst.Ports:要映射的端口

ip 伪装

ip-firewall-Source NAT

Action Action:masquerade(IP伪装)

回流(因为假如说在本网吧做SF 需要回流)

ip-firewall-Source NAT

在general-Src.address : 192.168.0.0/24 这里特殊说明下 内网ip 段不可修改

RO 的IP:mac绑定

绑定:foreach i in=[/ip arp find dynamic=yes ] do=[/ip arp add copy-from=$i] 解除绑定:foreach i in=[/ip arp find ] do=[/ip arp remove $i]

完了在interfaces 里面选择内网在选择reply-only

RO 设置的备份(两总方法)

files-file list

backup 即可(可以到你的ftp 里面找)

背份资料命令行:system 回车

backup 回车

save name=设置文件名 回车

资料恢复命令

system 回车

backup 回车

load name=文件名 回车

代表定值 24

ros 防火墙名词解释

input - 进入路由,并且需要对其处理

forward - 路由转发

output - 经过路由处理,并且从接口出去的包

action :

1 accept: 接受

add-dst-to-address-list - 把一个目标IP 地址加入address-list

add-src-to-address-list - 把一个源IP 地址加入address-list

2 drop - 丢弃

3 jump - 跳转,可以跳转到一个规则主题里面,如input forward,也可以跳转到某一条里面 4 log - 日志记录

5 passthrough - 忽略此条规则

6 reject - 丢弃这个包,并且发送一个ICMP 回应消息

7 return - 把控制返回给jump 的所在

8 tarpit - 捕获和扣留 进来的TCP 连接 (用SYN/ACK回应进来的TCP SYN 包)

address-list (name) - 把从action=add-dst-to-address-list or action=add-src-to-address-list actions得到的IP 地址放入address-list 列表. 这个列表要用来对比address-list-timeout 看是什么时候用address-list parameter从address list中移走

chain (forward | input | output | name) - 使用chain 得到特定列表,不同的数据流经过不同的chain 规则

要仔细的选对正确的访问控制. 如果 input 不是非常的确定和一个新的规则需要添加注释, transfered through the particular connection

0的意思是无限的, 例如 connection-bytes=2000000-0 意思是2MB 以上

connection-limit (integer | netmask) - 地址的传输流量控制

connection-mark (name) - 传输中的标记后的数据包

connection-state (estabilished | invalid | new | related) - 连接的状态(连接中,不规则的连接,新的连接,相互联系的连接)

connection-type 连接的类型 (ftp | gre | h323 | irc | mms | pptp | quake3 | tftp)

content 包的内容

dst-address (IP address | netmask | IP address | IP address) - 目标地址

dst-address-list (name) - 目标地址表

dst-address-type (unicast | local | broadcast | multicast) - 目标地址类型

unicast -点对点

local - 本地地址

broadcast - 广播

multicast - 多播

dst-limit (integer | time | integer | dst-address | dst-port | src-address | time) - 目标限制

Count - 每秒最大的包数量

by Time option

Time - 时间

Burst - 突发的

Mode -等级优先

Expire - 终止

dst-port 目标端口

hotspot 暂时不做学习

icmp-options (integer | integer) - ICMP 选择

in-interface (name) - 进入接口

ipv4-options (any | loose-source-routing | no-record-route | no-router-alert | no-source-routing |no-timestamp | none | record-route | router-alert | strict-source-routing | timestamp)

any - match packet with at least one of the ipv4 options

loose-source-routing - match packets with loose source routing option. This option is used toroute the internet datagram based on information supplied by the source

no-record-route - match packets with no record route option. This option is used to route the internet datagram based on information supplied by the source

no-router-alert - match packets with no router alter option

no-source-routing - match packets with no source routing option

no-timestamp - match packets with no timestamp option

record-route - match packets with record route option

router-alert - match packets with router alter option

strict-source-routing - match packets with strict source routing option

timestamp - match packets with timestamp

jump-target (forward | input | output | name) -跳转

limit (integer | time | integer) - 限制

Count - 每秒最大的包数量

Time - 突发的总时间

log-prefix (text) - 如果还有定义的字符,加入日志

out-interface (name) - 流出的接口

p2p (all-p2p | bit-torrent | blubster | direct-connect | edonkey | fasttrack | gnutella | soulseek | warez | winmx) - P2P协议

packet-mark (text) - 给包标记

packet-size (integer: 0..65535 | integer: 0..65535) - 包大小

range in bytes

Min - 最小

Max - 最大

phys-in-interface (name) - 物理上的进入接口

phys-out-interface (name) -物理上的出去接口

protocol (ddp | egp | encap | ggp | gre | hmp | icmp | idrp-cmtp | igmp | ipencap | ipip | ipsec-ah |ipsec-esp | iso-tp4 | ospf | pup | rdp | rspf | st | tcp | udp | vmtp | xns-idp | xtp | integer) -协议 psd (integer | time | integer | integer) - 防止对ROS 的端口扫描

random (integer: 1..99) - matches packets randomly with given propability

reject-with (icmp-admin-prohibited | icmp-echo-reply | icmp-host-prohibited |

icmp-host-unreachable | icmp-net-prohibited | icmp-network-unreachable | icmp-port-unreachable |icmp-protocol-unreachable | tcp-reset | integer) - 改变reject 的回答方式

routing-mark (name) - 路由标记

src-address (IP address | netmask | IP address | IP address) -源地址

src-address-list (name) -源地址列表

src-address-type (unicast | local | broadcast | multicast) - 源地址类型

src-mac-address (MAC address) - 源MAC 地址

src-port (integer: 0..65535 | integer: 0..65535) - 源端口

tcp-flags (ack | cwr | ece | fin | psh | rst | syn | urg) -TCP 标志类型

ack - acknowledging data

cwr - congestion window reduced

ece - ECN-echo flag (explicit congestion notification)

fin - close connection

psh - push function

rst - drop connection

syn - new connection

urg - urgent data

tcp-mss (integer: 0..65535) - TCP MSS

time (time | time | sat | fri | thu | wed | tue | mon | sun) - allows to create filter based on the packets' arrival time and date or, for locally generated packets, departure time and date

tos (max-reliability | max-throughput | min-cost | min-delay | normal) - specifies a match for the value of Type of Service (ToS) field of an IP header

max-reliability - maximize reliability (ToS=4)

max-throughput - maximize throughput (ToS=8)

min-cost - minimize monetary cost (ToS=2)

min-delay - minimize delay (ToS=16)

normal - normal service (ToS=0)

:foreach i in=[/system logging facility find local=memory ] do=[/system logging facility set $i local=none]

RO 防syn

ip-firewall-connections

Tracking:TCP Syn Sent Timeout:50

TCP syn received timeout:30

限线程脚本:

:for aaa from 2 to 254 do={/ip firewall filter add chain=forward src-address=(192.168.0. . $aaa) protocol=tcp connection-limit=50,32 action=drop}

RO 端口的屏蔽

ip-firewall-Filer Rules里面选择

forward 的意思代表包的转发

firewall rule-General

Dst.Address:要屏蔽的端口

Protocol:tcp

Action:drop(丢弃)

ros 限速

手动限速

winbox---queues----simple queues

点“+”,NAME 里随便填,下面是IP 地址的确定

①Target Address 不管,Dst. Address里填 你要限制的内网机器的IP ,比如我这里有个 1号机器 IP为 192.168.1.101,那dst.address 里就填 192.168.1.101 然后是/32(这里的32不是指掩码了,个人理解为指定的意思)!

②interface 里 记着要选你连接外网那个卡,我这里分了“local和public”,所以选public

③ 其他的不管,我们来看最重要的东西拉,Max limit ,这个东西是你限制的上限,注意的是 这里的数值是比特位,比如我要限制下载的速度为 500K 那么就填入多少呢? 500 X 1000 X 8=400 0000=4M。

④ 另外,很多朋友都有个疑问,到底一般的用户会有多大流量呢?一般的网络游戏,如 梦幻西游 传奇 封神榜 等等,其下行在 20Kbps以内! 最耗网络资源的就是下载-----我们就是为了限制它拉,其次是VOD 点播,一般DVD 格式的大约要 2M多吧,所以你看情况限制

拉 别搞的太绝!!!

限速脚本:

:for aaa from 2 to 254 do={/queue simple add name=(queue . $aaa) dst-address=(192.168.0. . $aaa) limit-at=0/0 max-limit=2000000/2000000} 说明:

aaa 是变量

2 to 254是2~254

192.168.0. . $aaa是IP

上两句加起来是192.168.0.2~192.168.0.254

connection-limit=50是线程数这里为50

max-limit=2000000/2000000是上行/下行

使用:

WinBox-System-Scripts-+

Name(脚本名程)

Source(脚本)

OK-选择要运行的脚本-Run Script

ROS 限速的极致应用

一般我们用ros 限速只是使用了max-limit ,其实ros 限速可以更好的运用。比如我们希望客户打开网页时速度可以快一些,下载时速度可以慢一些。ros2.9就可以实现。

max-limit------我们最常用的地方,最大速度

burst-limit--------突破速度的最大值

burst-thershold--------突破速度的阀值

burst-time-------突破速度的时间值

解释一下图片的限制意义

当客户机在30秒(burst-time )内的平均值小于突破速度阀值(burst-thershold )180K 时,客户机的最大下载速率可以超过最大限速值(max-limit )200K ,达到突破最大值(burst-limit )400K ,如果30秒内平均值大于180K ,那客户机的最大速度只能达到200K 。

这样也就是当我们开网页时可以得到一个更大的速度400K ,长时间下载时速度只能得到200K ,使我们的带宽可以更有效的利用

动态限速

ROS 动态限速(检测外网总速度进行限速开关)废话不说先看脚本原理:

以下操作全部在WINBOX 界面里完成

介绍:可以实现在总速度不超过9M 的情况下自动关闭所有生成的限速规则在总速度超过18M 的时候自动启动所有生成的限速规则。

说明:在输入脚本内容时不要把两边的()带上,那个是为了区分非脚本字符。 总速度=你的外网网卡当前速度。

打开 /system/scripts

脚本:

:for aaa from 1 to 254 do={/queue simple add name=(ip_ . $aaa) dst-address=(192.168.0. . $aaa) interface=wan max-limit=256000/800000 burst-limit=1000000/3000000 burst-threshold=128000/512000 burst-time=30s/1m }

上面是生成限速树,对网段内所有IP 的限速列表!

下面进入正题:

脚本名:node_on

脚本内容:(:for aaa from 1 to 254 do={/queue sim en [find name=(ip_ . $aaa)]})

脚本名:node_off

脚本内容:(:for aaa from 1 to 254 do={/queue sim dis [find name=(ip_ . $aaa)]})

scripts (脚本部分)以完成

打开 /tools/traffic monitor

新建:

名:node_18M traffic=received trigger=above on event=node_on threshold:18000000 新建:

名:node_9M traffic=received trigger=below on event=node_off threshold:9000000

在输入脚本内容时不要把两边的()带上,那个是为了区分非脚本字符。

RO 映射

ip-firewall-Destination NAT

General-In. Interface all(如果你是拨号的就选择pppoe 的、固定IP 选择all 即可) Dst. Address:外网IP/32

Dst. Port:要映射的端口

Protocol:tcp(如果映射反恐的就用udp)

Action action:nat

TO Dst.Addresses:你的内网IP

TO Dst.Ports:要映射的端口

ip 伪装

ip-firewall-Source NAT

Action Action:masquerade(IP伪装)

回流(因为假如说在本网吧做SF 需要回流)

ip-firewall-Source NAT

在general-Src.address : 192.168.0.0/24 这里特殊说明下 内网ip 段不可修改

RO 的IP:mac绑定

绑定:foreach i in=[/ip arp find dynamic=yes ] do=[/ip arp add copy-from=$i] 解除绑定:foreach i in=[/ip arp find ] do=[/ip arp remove $i]

完了在interfaces 里面选择内网在选择reply-only

RO 设置的备份(两总方法)

files-file list

backup 即可(可以到你的ftp 里面找)

背份资料命令行:system 回车

backup 回车

save name=设置文件名 回车

资料恢复命令

system 回车

backup 回车

load name=文件名 回车

代表定值 24


相关文章

  • 新闻汉译英中文化因素的翻译策略
  • 语文学刊#外语教育教学 2011年第9期 新闻汉译英中文化因素的翻译策略 o 依涵 (北京语言大学,北京 100083) [摘 要] 本文以韦努蒂的翻译策略为理论框架,从对新闻文化因素的分析入手,通过探讨中文新闻的英 文翻译在信息传播和文化 ...查看


  • 英文与中文的比较
  • 英汉十大区别--新东方名师谈考研英语英译汉 任何接触过考研英译汉题目的人无不感叹:太难了!的确,5个划线的句子大约是150个词,也就是说,每个句子差不多是30个词.对于这么长而复杂的句子,不是基础很扎实的人不犯晕才怪呢!但是,任何难题都有解 ...查看


  • 从世博标语翻译中的看中西方思维的不同
  • 从世博标语翻译中的看中西方思维的不同 时间:2011-04-22 11:45:02 作者:秩名 论文导读:胡维(2008)一般来讲,思维方式具有深远的民族文化根源.这里的翻译是不对等的.中西方文化差异-以上海世博会标语为例.原标语的潜在之意 ...查看


  • 余光中--当中文遇见英文
  • 余光中:当中文遇见英文 演讲者:余光中(台湾著名诗人.散文.文学教授) 策划.主持:谢有顺(中山大学中文系教授.博导) 时间:2008年4月12日 地点:中山大学南校区中文堂 在星期六的晚上,在风雨之夜,能够有这么多人来听我讲,我想,今晚最 ...查看


  • 英语和汉语的十大区别
  • 英语和汉语的十大区别 我国著名语言学家王力先生曾经说过:"就句子的结构而论,西洋语言是法治的,中国语言是人治的."(<中国语法理论>,<王力文集>第一卷,第35页,山东教育出版社,1984年) 我 ...查看


  • 现代汉语语法研究教程 1
  • 现代汉语语法研究教程" 陆俭明 美国结构主义语言学派跟其他两个结构主义学派一样,也是从研究.分析.描写语音开始的,然后他们把从语音研究.分析所得来的一套方法推广到形态和句法的研究方面.语音方面的成绩大,主要是从事音位分析.音位的理 ...查看


  • 国家专利局考试英文单词
  • 专利英文 abandonment of a patent application 放弃专利申请 abandonment of a patent 放弃专利权 abridgment 文摘 abstract 文摘(摘要) abuse of pat ...查看


  • 连接词--并列连词和从属连词
  • ★ 连接词★ 仟叶精品 至少要有两个东西才能做连接. 〈第114卷〉对等连接词(1) 依形态分为 就是按照其长相来区分. (1) 简单连接词:and, or, but, if, when 等. (2) 相关连接词:both-and-, ei ...查看


  • 法律英语翻译课程总结
  • 法律英语翻译课程总结 转眼间,一个学期的法律英语翻译课程就要结束了.很高兴选择了这门课程,让自己能够有机会学习到关于法律英语的丰富知识.在顾老师的悉心教导和耐心帮助下,并通过课堂上丰富多样的教学方式,不仅提高了对法律英语的学习兴趣,同时也巩 ...查看


热门内容