不啊,因为题目说的4倍是在你2010年的基础上的。by given,你的增长率一直都是10%,不是么?这是不变的,it is exogenous.。
so, to double the amount, 70/10=7 years(两倍),保持10%增长,再翻上一番,公式仍然是70/10=7 years。所以是14年。
思科设备可以直接在接口下配置ACL,华为的设备得先配ACL,然后再配流分类,把ACL和流分类绑定起来。再配流行为和流策略,最后把策略应用到接口下。ACL才能生效。
步骤1 配置ACL
[Quidway] acl 5000。
[Quidway-acl-user-5000] rule deny ip source 192.168.2.0 0.0.0.255 destination 192.168.3.0 0.0.0.255。
[Quidway-acl-user-5000] quit。
步骤2 配置基于用户自定义ACL 的流分类。
# 配置流分类tc1,对匹配ACL 5000 的报文进行分类。
[Quidway] traffic classifier tc1。
[Quidway-classifier-tc1] if-match acl 5000。
[Quidway-classifier-tc1] quit。
步骤3 配置流行为
# 配置流行为tb1,动作为拒绝报文通过。
[Quidway] traffic behavior tb1。
[Quidway-behavior-tb1] deny。
[Quidway-behavior-tb1] quit。
步骤4 配置流策略
# 定义流策略,将流分类与流行为关联。
[Quidway] traffic policy tp1。
[Quidway-trafficpolicy-tp1] classifier tc1 behavior tb1。
[Quidway-trafficpolicy-tp1] quit。
步骤5 在接口下应用流策略
# 在接口GE1/0/1 下应用流策略。
[Quidway] interface gigabitethernet 1/0/1。
[Quidway-GigabitEthernet1/0/1] traffic-policy tp1 inbound。
[Quidway-GigabitEthernet1/0/1] quit。
1、定义监测组,分别监测电信和网通网关:
进入系统视图,创建detect-group 1,监测电信网关:
<Quidway>system。
System View: return to User View with Ctrl+Z.。
[Quidway] detect-group 1。
[Quidway-detect-group-1] 。
[Quidway-detect-group-1]detect-list 1 ip address 60.190.80.113。
[Quidway-detect-group-1]quit 。
创建detect-group 1,监测网通网关:
[Quidway]detect-group 2。
[Quidway-detect-group-2]detect-list 1 ip address 221.12.79.49。
[Quidway-detect-group-2]quit。
[Quidway] 。
注:以上以地址60.190.80.113最为电信网关地址,地址221.12.79.49为网通网关地址为例,可以根据实际组网情况修改。
2、配置两条默认路由互为备份,优先走电信线路:
[Quidway]ip route-static 0.0.0.0 0.0.0.0 60.190.80.113 preference 60 detect-group 1。
[Quidway]ip route-static 0.0.0.0 0.0.0.0 221.12.79.49 preference 100 detect-group 2。
注:以上以地址60.190.80.113最为电信网关地址,地址221.12.79.49为网通网关地址为例,可以根据实际组网情况修改。
3、配置静态路由与监测组关联,使访问网通流量优先走网通线路:
以下配置较多,配置过程中可以用实际网通网关地址替换地址221.12.79.49后直接复制粘贴:
ip route-static 58.16.0.0 255.248.0.0 221.12.79.49 preference 60 detect-group 2。
ip route-static 58.100.0.0 255.254.0.0 221.12.79.49 preference 60 detect-group 2 。
ip route-static 58.240.0.0 255.240.0.0 221.12.79.49 preference 60 detect-group 2 。
ip route-static 60.0.0.0 255.248.0.0 221.12.79.49 preference 60 detect-group 2 。
ip route-static 60.8.0.0 255.252.0.0 221.12.79.49 preference 60 detect-group 2 。
ip route-static 60.12.0.0 255.255.0.0 221.12.79.49 preference 60 detect-group 2。
ip route-static 60.13.0.0 255.255.192.0 221.12.79.49 preference 60 detect-group 2 。
ip route-static 60.13.128.0 255.255.128.0 221.12.79.49 preference 60 detect-group 2 。
ip route-static 60.16.0.0 255.240.0.0 221.12.79.49 preference 60 detect-group 2。
ip route-static 60.24.0.0 255.248.0.0 221.12.79.49 preference 60 detect-group 2。
ip route-static 60.31.0.0 255.255.0.0 221.12.79.49 preference 60 detect-group 2。
ip route-static 60.208.0.0 255.248.0.0 221.12.79.49 preference 60 detect-group 2 。
ip route-static 60.216.0.0 255.254.0.0 221.12.79.49 preference 60 detect-group 2 。
ip route-static 60.220.0.0 255.252.0.0 221.12.79.49 preference 60 detect-group 2 。
ip route-static 61.48.0.0 255.252.0.0 221.12.79.49 preference 60 detect-group 2。
ip route-static 61.52.0.0 255.254.0.0 221.12.79.49 preference 60 detect-group 2。
ip route-static 61.54.0.0 255.255.0.0 221.12.79.49 preference 60 detect-group 2。
ip route-static 61.55.0.0 255.255.0.0 221.12.79.49 preference 60 detect-group 2。
ip route-static 61.133.0.0 255.255.128.0 221.12.79.49 preference 60 detect-group 2 。
ip route-static 61.134.64.0 255.255.192.0 221.12.79.49 preference 60 detect-group 2 。
ip route-static 61.134.128.0 255.255.128.0 221.12.79.49 preference 60 detect-group 2 。
ip route-static 61.135.0.0 255.255.0.0 221.12.79.49 preference 60 detect-group 2 。
ip route-static 61.136.0.0 255.255.0.0 221.12.79.49 preference 60 detect-group 2 。
ip route-static 61.138.0.0 255.255.128.0 221.12.79.49 preference 60 detect-group 2 。
ip route-static 61.139.128.0 255.255.192.0 221.12.79.49 preference 60 detect-group 2 。
ip route-static 61.148.0.0 255.255.0.0 221.12.79.49 preference 60 detect-group 2 。
ip route-static 61.149.0.0 255.255.0.0 221.12.79.49 preference 60 detect-group 2 。
ip route-static 61.156.0.0 255.255.0.0 221.12.79.49 preference 60 detect-group 2 。
ip route-static 61.158.0.0 255.255.0.0 221.12.79.49 preference 60 detect-group 2 。
ip route-static 61.159.0.0 255.255.192.0 221.12.79.49 preference 60 detect-group 2 。
ip route-static 61.161.0.0 255.255.192.0 221.12.79.49 preference 60 detect-group 2 。
ip route-static 61.161.128.0 255.255.128.0 221.12.79.49 preference 60 detect-group 2 。
ip route-static 61.162.0.0 255.255.0.0 221.12.79.49 preference 60 detect-group 2 。
ip route-static 61.163.0.0 255.255.0.0 221.12.79.49 preference 60 detect-group 2 。
ip route-static 61.167.0.0 255.255.0.0 221.12.79.49 preference 60 detect-group 2 。
ip route-static 61.168.0.0 255.255.0.0 221.12.79.49 preference 60 detect-group 2 。
ip route-static 61.176.0.0 255.255.0.0 221.12.79.49 preference 60 detect-group 2 。
ip route-static 61.179.0.0 255.255.0.0 221.12.79.49 preference 60 detect-group 2 。
ip route-static 61.180.128.0 255.255.128.0 221.12.79.49 preference 60 detect-group 2 。
ip route-static 61.181.0.0 255.255.0.0 221.12.79.49 preference 60 detect-group 2 。
ip route-static 61.182.0.0 255.255.0.0 221.12.79.49 preference 60 detect-group 2 。
ip route-static 61.189.0.0 255.255.128.0 221.12.79.49 preference 60 detect-group 2 。
ip route-static 124.90.0.0 255.254.0.0 221.12.79.49 preference 60 detect-group 2 。
ip route-static 124.162.0.0 255.255.0.0 221.12.79.49 preference 60 detect-group 2 。
ip route-static 192.168.2.246 255.255.255.255 192.168.2.254 preference 60 。
ip route-static 202.32.0.0 255.224.0.0 221.12.79.49 preference 60 detect-group 2 。
ip route-static 202.96.64.0 255.255.224.0 221.12.79.49 preference 60 detect-group 2 。
ip route-static 202.97.128.0 255.255.128.0 221.12.79.49 preference 60 detect-group 2 。
ip route-static 202.98.0.0 255.255.224.0 221.12.79.49 preference 60 detect-group 2 。
ip route-static 202.99.0.0 255.255.0.0 221.12.79.49 preference 60 detect-group 2 。
ip route-static 202.102.128.0 255.255.192.0 221.12.79.49 preference 60 detect-group 2 。
ip route-static 202.102.224.0 255.255.254.0 221.12.79.49 preference 60 detect-group 2 。
ip route-static 202.106.0.0 255.255.0.0 221.12.79.49 preference 60 detect-group 2 。
ip route-static 202.107.0.0 255.255.128.0 221.12.79.49 preference 60 detect-group 2 。
ip route-static 202.108.0.0 255.255.0.0 221.12.79.49 preference 60 detect-group 2 。
ip route-static 202.110.0.0 255.255.128.0 221.12.79.49 preference 60 detect-group 2 。
ip route-static 202.110.192.0 255.255.192.0 221.12.79.49 preference 60 detect-group 2 。
ip route-static 202.111.128.0 255.255.192.0 221.12.79.49 preference 60 detect-group 2 。
ip route-static 203.79.0.0 255.255.0.0 221.12.79.49 preference 60 detect-group 2 。
ip route-static 203.80.0.0 255.255.0.0 221.12.79.49 preference 60 detect-group 2 。
ip route-static 203.81.0.0 255.255.224.0 221.12.79.49 preference 60 detect-group 2 。
ip route-static 203.86.32.0 255.255.224.0 221.12.79.49 preference 60 detect-group 2 。
ip route-static 203.86.64.0 255.255.224.0 221.12.79.49 preference 60 detect-group 2 。
ip route-static 203.90.0.0 255.255.128.0 221.12.79.49 preference 60 detect-group 2 。
ip route-static 203.90.128.0 255.255.192.0 221.12.79.49 preference 60 detect-group 2 。
ip route-static 203.90.192.0 255.255.224.0 221.12.79.49 preference 60 detect-group 2 。
ip route-static 203.92.0.0 255.254.0.0 221.12.79.49 preference 60 detect-group 2 。
ip route-static 210.12.0.0 255.255.128.0 221.12.79.49 preference 60 detect-group 2 。
ip route-static 210.12.192.0 255.255.192.0 221.12.79.49 preference 60 detect-group 2 。
ip route-static 210.13.0.0 255.255.255.0 221.12.79.49 preference 60 detect-group 2 。
ip route-static 210.14.160.0 255.255.224.0 221.12.79.49 preference 60 detect-group 2 。
ip route-static 210.14.192.0 255.255.192.0 221.12.79.49 preference 60 detect-group 2 。
ip route-static 210.15.0.0 255.255.128.0 221.12.79.49 preference 60 detect-group 2 。
ip route-static 210.15.128.0 255.255.192.0 221.12.79.49 preference 60 detect-group 2 。
ip route-static 210.16.128.0 255.255.192.0 221.12.79.49 preference 60 detect-group 2 。
ip route-static 210.21.0.0 255.255.0.0 221.12.79.49 preference 60 detect-group 2 。
ip route-static 210.22.0.0 255.255.0.0 221.12.79.49 preference 60 detect-group 2 。
ip route-static 210.51.0.0 255.255.0.0 221.12.79.49 preference 60 detect-group 2 。
ip route-static 210.52.0.0 255.254.0.0 221.12.79.49 preference 60 detect-group 2 。
ip route-static 210.52.128.0 255.255.128.0 221.12.79.49 preference 60 detect-group 2 。
ip route-static 210.53.0.0 255.255.0.0 221.12.79.49 preference 60 detect-group 2 。
ip route-static 210.74.64.0 255.255.192.0 221.12.79.49 preference 60 detect-group 2 。
ip route-static 210.74.128.0 255.255.192.0 221.12.79.49 preference 60 detect-group 2 。
ip route-static 210.78.0.0 255.255.224.0 221.12.79.49 preference 60 detect-group 2 。
ip route-static 210.82.0.0 255.254.0.0 221.12.79.49 preference 60 detect-group 2 。
ip route-static 211.100.0.0 255.255.0.0 221.12.79.49 preference 60 detect-group 2 。
ip route-static 211.101.0.0 255.255.192.0 221.12.79.49 preference 60 detect-group 2 。
ip route-static 211.147.0.0 255.255.0.0 221.12.79.49 preference 60 detect-group 2 。
ip route-static 211.167.96.0 255.255.224.0 221.12.79.49 preference 60 detect-group 2 。
ip route-static 218.4.0.0 255.252.0.0 221.12.79.49 preference 60 detect-group 2。
ip route-static 218.10.0.0 255.254.0.0 221.12.79.49 preference 60 detect-group 2 。
ip route-static 218.21.128.0 255.255.128.0 221.12.79.49 preference 60 detect-group 2 。
ip route-static 218.24.0.0 255.254.0.0 221.12.79.49 preference 60 detect-group 2 。
ip route-static 218.26.0.0 255.255.0.0 221.12.79.49 preference 60 detect-group 2 。
ip route-static 218.27.0.0 255.255.0.0 221.12.79.49 preference 60 detect-group 2 。
ip route-static 218.28.0.0 255.254.0.0 221.12.79.49 preference 60 detect-group 2 。
ip route-static 218.56.0.0 255.252.0.0 221.12.79.49 preference 60 detect-group 2 。
ip route-static 218.60.0.0 255.254.0.0 221.12.79.49 preference 60 detect-group 2 。
ip route-static 218.62.0.0 255.255.128.0 221.12.79.49 preference 60 detect-group 2 。
ip route-static 218.67.128.0 255.255.128.0 221.12.79.49 preference 60 detect-group 2 。
ip route-static 218.68.0.0 255.254.0.0 221.12.79.49 preference 60 detect-group 2 。
ip route-static 218.109.159.0 255.255.255.0 221.12.79.49 preference 60 detect-group 2 。
ip route-static 219.141.128.0 255.255.128.0 221.12.79.49 preference 60 detect-group 2 。
ip route-static 219.142.0.0 255.254.0.0 221.12.79.49 preference 60 detect-group 2 。
ip route-static 219.154.0.0 255.254.0.0 221.12.79.49 preference 60 detect-group 2 。
ip route-static 219.156.0.0 255.254.0.0 221.12.79.49 preference 60 detect-group 2 。
ip route-static 219.158.0.0 255.255.0.0 221.12.79.49 preference 60 detect-group 2 。
ip route-static 219.159.0.0 255.255.192.0 221.12.79.49 preference 60 detect-group 2 。
ip route-static 220.248.0.0 255.252.0.0 221.12.79.49 preference 60 detect-group 2 。
ip route-static 220.252.0.0 255.255.0.0 221.12.79.49 preference 60 detect-group 2 。
ip route-static 221.0.0.0 255.252.0.0 221.12.79.49 preference 60 detect-group 2。
ip route-static 221.4.0.0 255.254.0.0 221.12.79.49 preference 60 detect-group 2。
ip route-static 221.6.0.0 255.255.0.0 221.12.79.49 preference 60 detect-group 2。
ip route-static 221.7.128.0 255.255.128.0 221.12.79.49 preference 60 detect-group 2 。
ip route-static 221.8.0.0 255.254.0.0 221.12.79.49 preference 60 detect-group 2。
ip route-static 221.10.0.0 255.255.0.0 221.12.79.49 preference 60 detect-group 2 。
ip route-static 221.11.0.0 255.255.128.0 221.12.79.49 preference 60 detect-group 2 。
ip route-static 221.12.0.0 255.252.0.0 221.12.79.49 preference 60 detect-group 2 。
ip route-static 221.12.0.0 255.255.128.0 221.12.79.49 preference 60 detect-group 2 。
ip route-static 221.12.128.0 255.255.192.0 221.12.79.49 preference 60 detect-group 2 。
ip route-static 221.192.0.0 255.252.0.0 221.12.79.49 preference 60 detect-group 2 。
ip route-static 221.195.0.0 255.255.0.0 221.12.79.49 preference 60 detect-group 2 。
ip route-static 221.196.0.0 255.254.0.0 221.12.79.49 preference 60 detect-group 2 。
ip route-static 221.199.0.0 255.255.224.0 221.12.79.49 preference 60 detect-group 2 。
ip route-static 221.199.32.0 255.255.240.0 221.12.79.49 preference 60 detect-group 2 。
ip route-static 221.199.128.0 255.255.192.0 221.12.79.49 preference 60 detect-group 2 。
ip route-static 221.199.192.0 255.255.240.0 221.12.79.49 preference 60 detect-group 2 。
ip route-static 221.200.0.0 255.252.0.0 221.12.79.49 preference 60 detect-group 2 。
ip route-static 221.204.0.0 255.254.0.0 221.12.79.49 preference 60 detect-group 2 。
ip route-static 221.207.0.0 255.255.192.0 221.12.79.49 preference 60 detect-group 2 。
ip route-static 221.208.0.0 255.240.0.0 221.12.79.49 preference 60 detect-group 2 。
ip route-static 221.208.0.0 255.252.0.0 221.12.79.49 preference 60 detect-group 2 。
ip route-static 221.213.0.0 255.255.0.0 221.12.79.49 preference 60 detect-group 2 。
ip route-static 221.214.0.0 255.254.0.0 221.12.79.49 preference 60 detect-group 2 。
ip route-static 222.128.0.0 255.252.0.0 221.12.79.49 preference 60 detect-group 2 。
ip route-static 222.132.0.0 255.252.0.0 221.12.79.49 preference 60 detect-group 2 。
ip route-static 222.136.0.0 255.248.0.0 221.12.79.49 preference 60 detect-group 2 。
ip route-static 222.160.0.0 255.252.0.0 221.12.79.49 preference 60 detect-group 2 。
ip route-static 222.163.0.0 255.255.224.0 221.12.79.49 preference 60 detect-group 2 。
ip route-static 0.0.0.0 0.0.0.0 20.1.1.2 preference 60 。
注:以上路由已经包含大部分网通地址段,如有更新可以动态添加。
经过如上三个配置步骤后,路由器便能自动区分网通流量和电信流量,使访问网通站点走网通线路,访问电信站点走电信线路。并且当网通线路出问题后所有流量都会自动切换到电信线路上,使用户能够不间断访问网络。
4、添加防火墙配置,增加网络的可靠性:
(1) 定义电信线路使用的acl 3001:
可以用实际电信网关地址替换地址60.190.80.112,实际内网地址网段替换192.168.2.0 0.0.0.255后直接复制粘贴:
acl number 3001 。
rule 10 deny tcp destination-port eq 445 。
rule 11 deny udp destination-port eq 445 。
rule 20 deny tcp destination-port eq 135 。
rule 21 deny udp destination-port eq 135 。
rule 30 deny tcp destination-port eq 137 。
rule 31 deny udp destination-port eq netbios-ns 。
rule 40 deny tcp destination-port eq 138 。
rule 41 deny udp destination-port eq netbios-dgm 。
rule 50 deny tcp destination-port eq 139 。
rule 51 deny udp destination-port eq netbios-ssn 。
rule 61 deny udp destination-port eq tftp 。
rule 70 deny tcp destination-port eq 593 。
rule 80 deny tcp destination-port eq 4444 。
rule 90 deny tcp destination-port eq 707 。
rule 100 deny tcp destination-port eq 1433 。
rule 101 deny udp destination-port eq 1433 。
rule 110 deny tcp destination-port eq 1434 。
rule 111 deny udp destination-port eq 1434 。
rule 120 deny tcp destination-port eq 5554 。
rule 130 deny tcp destination-port eq 9996 。
rule 141 deny udp source-port eq bootps 。
rule 160 permit icmp icmp-type echo 。
rule 161 permit icmp icmp-type echo-reply 。
rule 162 permit icmp icmp-type ttl-exceeded 。
rule 165 deny icmp 。
rule 200 deny tcp destination-port eq www 。
rule 202 deny tcp destination-port eq ftp 。
rule 204 deny tcp destination-port eq 3389 。
rule 2000 permit ip destination 60.190.80.112 0 。
rule 2001 permit ip destination 192.168.2.0 0.0.0.255 。
rule 2002 deny ip。
(2) 定义网通线路使用的acl 3002:
可以用实际网通网关地址替换地址221.12.79.49,实际内网地址网段替换192.168.2.0 0.0.0.255后直接复制粘贴:
acl number 3002 。
rule 10 deny tcp destination-port eq 445 。
rule 11 deny udp destination-port eq 445 。
rule 20 deny tcp destination-port eq 135 。
rule 21 deny udp destination-port eq 135 。
rule 30 deny tcp destination-port eq 137 。
rule 31 deny udp destination-port eq netbios-ns 。
rule 40 deny tcp destination-port eq 138 。
rule 41 deny udp destination-port eq netbios-dgm 。
rule 50 deny tcp destination-port eq 139 。
rule 51 deny udp destination-port eq netbios-ssn 。
rule 61 deny udp destination-port eq tftp 。
rule 70 deny tcp destination-port eq 593 。
rule 80 deny tcp destination-port eq 4444 。
rule 90 deny tcp destination-port eq 707 。
rule 100 deny tcp destination-port eq 1433 。
rule 101 deny udp destination-port eq 1433 。
rule 110 deny tcp destination-port eq 1434 。
rule 111 deny udp destination-port eq 1434 。
rule 120 deny tcp destination-port eq 5554 。
rule 130 deny tcp destination-port eq 9996 。
rule 141 deny udp source-port eq bootps 。
rule 160 permit icmp icmp-type echo 。
rule 161 permit icmp icmp-type echo-reply 。
rule 162 permit icmp icmp-type ttl-exceeded 。
rule 165 deny icmp 。
rule 200 deny tcp destination-port eq www 。
rule 202 deny tcp destination-port eq ftp 。
rule 204 deny tcp destination-port eq 3389 。
rule 2000 permit ip destination 221.12.79.54 0 。
rule 2001 permit ip destination 192.168.2.0 0.0.0.255 。
rule 2002 deny ip。
(3)定义内网使用的acl 3003:
可以用实际内网地址网段替换192.168.2.0 0.0.0.255后直接复制粘贴:
acl number 3003 。
rule 10 deny tcp destination-port eq 445 。
rule 11 deny udp destination-port eq 445 。
rule 20 deny tcp destination-port eq 135 。
rule 21 deny udp destination-port eq 135 。
rule 30 deny tcp destination-port eq 137 。
rule 31 deny udp destination-port eq netbios-ns 。
rule 40 deny tcp destination-port eq 138 。
rule 41 deny udp destination-port eq netbios-dgm 。
rule 50 deny tcp destination-port eq 139 。
rule 51 deny udp destination-port eq netbios-ssn 。
rule 61 deny udp destination-port eq tftp 。
rule 70 deny tcp destination-port eq 593 。
rule 80 deny tcp destination-port eq 4444 。
rule 90 deny tcp destination-port eq 707 。
rule 100 deny tcp destination-port eq 1433 。
rule 101 deny udp destination-port eq 1433 。
rule 110 deny tcp destination-port eq 1434 。
rule 111 deny udp destination-port eq 1434 。
rule 120 deny tcp destination-port eq 5554 。
rule 130 deny tcp destination-port eq 9996 。
rule 141 deny udp source-port eq bootps 。
rule 160 permit icmp icmp-type echo 。
rule 161 permit icmp icmp-type echo-reply 。
rule 162 permit icmp icmp-type ttl-exceeded 。
rule 165 deny icmp 。
rule 2030 permit ip source 192.168.2.0 0.0.0.255 。
rule 3000 deny ip 。
(4) 在全局和接口下分别启用防火墙:
[Quidway]firewall enable 。
[Quidway]firewall default deny 。
[Quidway] interface Ethernet 1/0。
[Quidway-Ethernet1/0]firewall packet-filter 3001 inbound 。
[Quidway-Ethernet1/0]quit。
[Quidway]interface Ethernet 2/0。
[Quidway-Ethernet2/0]firewall packet-filter 3002 inbound。
[Quidway-Ethernet2/0]quit。
[Quidway]interface Ethernet 3/0。
[Quidway-Ethernet3/0]firewall packet-filter 3003 inbound。
[Quidway-Ethernet3/0]。
以上配置为Ethernet 1/0连接电信线路,Ethernet 2/0连接网通线路,Ethernet 3/0连接内网,可以根据实际组网进行调整。
n. 统治;规则
vt. 统治;规定;管理;裁决;支配。
vi. 统治;管辖;裁定
n. (Rule)人名;(英)鲁尔;(塞)鲁莱。
关于校规的英语作文60-70字,带汉译 Like every country has laws.Our school also has school rules.Students must get to school on time.They should wear school uniforms on weekdays.They shouldn't bring some things to school,such as,dangerous knives,cell phones and so on.They should respect each other and they shouldn't fight.If they go to school by bikes,their bikes should have brakes and bells.翻译:就像每个国家都有法律.我们学校也有学校的规则.学生必须准时到校.他们应该穿校服上播出.他们不应该带一些东西到学校里来,例如,危险的刀,手机等.他们应该尊重对方,他们不该打仗.如果他们骑车上学,他们的脚踏车应该有刹车和 *** .。
关于校规的英语作文 School Rules。
A nation has it's rule and a family also has one! But what rules do we need to do at school?。
We have to wear school uniforms at school days. And we can't eat in classroon. We also can't。
bring mobile ghones to school .But I don't agree this one, I think we should be allowed to bring。
mobile phones to school, because it's easy for our parents to find us after school. And I also think。
we should wear our own clothes, because those are fortable. If not, we should be allowed to。
design our own uniforms.。
Hello, Mary。Wele to our class. Here are our class rules. You must read it carefully. As a middle school student we can’t arrive late for class on weekdays. We must wear clean clothes every day. We must stand up when a teacher goes into the classroom. When you have nay questions。
in class, please put up your hands. We have to eat and drink in the dining room We have to clean our classroom every day. Don’t leave school if you are not allowed(允许) . I wish you can obey (遵守)these。
英语作文 关于校规的 fhshyfsc hdasaiusrgc gd7ydhasyf b yqwrfhyf wrhfriuiwqrf wqbf rhdm vrv ovriuwe。
关于校规的英语作文60至70词赶快有急用 1. Recently,a debate about obeying school rules has been sparked.。
Firstly,school rules play an important role in helping students to behave well.As society develops,more and more teenagers like to follow the fashion,they dye hair,and dresses themsevels in a strange way.So obviously,obeying school rules will be a good way to help out.And what's more, as we think we are matural enough to manage things independently,we ,of course,should treat it our duty to obey it.。
2. 校规(School Rule)。
1、 We don't walk on the grass.。
2、 We don't pick flowers.。
3、We don't destroy our tables and chairs.。
4、We can't fight in the school.。
5、We can't throw things in the school.。
6、We can't speak other people swearword.。
7、We should ity in the class.。
8、We should keep the classrooms clean and tidy every day.。
9、We should respect each other.。
10、We shouldn't take any toys in the school.。
11、We shouldn't take any foods in the school.。
12、We shouldn't play dangerous games.。
13、We can't run in the school aisles.。
14、We can't spit saliva in the school.。
15、We should observe school discipline.。
16、We shouldn't pilfer things in the school.。
英语作文关于暑假 60-70词 第一篇。
Summer holiday is ing.I will be very busy in the summer holiday.Here is my plan for the summer holiday .。
I will help my parents to do some housework.I will read some books and news.Maybe I will go to Shanghai and visit the EXPO park.I will stay there for a week.It will cost me much money.And after that ,I am going to have a rest.The trip will make me tired.But I think I will have a great time.。
第二篇
My summer hoilday will e.Let me tell you about my plan for the ing summer hoilday.。
First,I will go to Beijing for the holiday . Then , I will read some English books in the library. Next , I will visit my grandparents . Finall , I will do my homework carefully . I hope I will be able to have a great summer hoilday。
关于校规的英语作文和你认为这些校规怎么样带翻译 The beginning of this semester, the school will take "learning daily behavior standards, develop good habits" as a major issue, the head teacher anizational learning "in primary school students, the daily" staff first rate; fan,made an example for the students; the church and State Department, Ministry of supervision and discipline teamcivilized students; vast most of the students to consciously abide by the rules and regulations. Owing to our joint efforts, the campus paper shell less, while snacking phenomenon less, in the campus talk dirty, foul language,chasing fewer. Our school is being more beautiful. But oasionally see a few students who have the school discipline and inconsistent behavior, affect the good image of the students in our school, our beautiful campus environment, we study effects of good order. Such as...... (wrote it myself)。
Develop good habits of students is not only a manifestation of moral character, but also is a concrete reflection ofthe cultural quality of the nation, so your behavior is not only your personal things, and our experimental school, is also our nation. Please earnestly study and daily behavior standards of beauty and ugliness, distinguish beeen truth and falsehood, not good for *** all, *** all and whom not to be evil. Consciously abide by the rules and regulations, develop good habits, a quality of the middle school students, to do a culture quality of the Chinese people, for your own good, be a credit to the school, but also for our great national credit.。
这可是我一个字一个字打出来的!
希望对你有帮助,满意请及时采纳,
你的采纳是我回答的动力!
关于中国习俗校规班规的英语作文 1.Don't be late for school.。
上学不要迟到.
2.Finish th homework on time.(Because teachers can know how much knowledg the students get through the homework.)。
要按时完成作业.(因为作业是老师了解同学对知识了解多少的途径.)
3.Be concerntrate during the class.。
上课要认真听讲.
4.Put all your attention only on your study,not others tings like appearance.。
要把心思放在学习上,不要注意其他别的事情,比如:外表.。
5.Don't deceive the teachers when you have exams.。
考试决不能作弊.
6.Have a good manner.。
要有良好的道德举止.
7.Don't quarrel with the teachers.。
不要与老师发生争执.
8.Obey the rules of the school.。
要遵守校规.
关于健康的英语作文(60-70词) On the one hand, Da Shu have stable job which brings girls security. Da Shu have fought for their future for a certain time, so they have earn some reputation and own good ine, they can afford almost what the girls want, satisfying the girls in materials. Comparing with the young boys who are struggling for the living and make ends meet, young girls prefer to choose Da Shu.。
一方面,大叔有稳定的工作,能够给女孩子带来安全感。大叔已经为他们的将来奋斗了一段时间,因此他们有一定的名声,也有很好的收入,他们可以基本上给予女孩子想要的,在物质方面满足女孩。和那些正在为他们的生计和收入平衡的年轻男孩子来说,年轻女孩倾向于选择大叔。