cake openopenwrt sleepp哪一个不是一个类的

Cut a hole in the center of sponge cake, then split into 4 slices.
将海绵蛋糕中央切去一个洞,然后把蛋糕切成四片备用。
Warm prompt: Between the optimism and the pessimist, its difference is very interesting: The optimism saw to is fries in oil the circle cake, the pessimist saw to is a hole.
温馨提示:乐观者与悲观者之间,其差别是很有趣的:乐观者看到的是油炸圈饼,悲观者看到的是一个窟窿。
So, he takes a few round at the ice hole with his tail and make it very smooth. And then he brings a cake's story here to cover the hole. When he has done it, he go back underground to sleep again.
它用自己的尾巴挖了一个光滑的坑洞,又用嘴巴衔来一块香喷喷的蛋糕房子的故事放在洞口上,然后,它就回到星球最深处去睡觉了。
They also showed me in another place what they thought was a "leach-hole, " through which the pond leaked out under a hill into a neighboring meadow, pushing me out on a cake of ice to see it.
另外一个地方他们还指给我看过,他们认为那是一个“漏洞”,湖水从那里漏出去,从一座小山下经过,到达邻近的一处草地,他们让我待在一个冰块上把我推过去看。
Mum dug a hole in the cake.
妈妈在做好的蛋糕里挖了一个大洞。
But the mud cake layer was thin, sparse and multi-hole on the surface of membrane and there were only a small number of irregular particles on the membrane section.
但膜表面泥饼层较薄,并不致密,且有多处孔洞,而膜断面上也仅有少量的不规则的颗粒物存在。
The integrated MUDSOLV NG service optimizes the uniform removal of filter-cake through an integrated approach taking into consideration the overall open-hole completion process.
在MUDSOLVNG集成服务考虑了整个的裸眼完井过程,通过采用综合解决方案,实现最佳的泥饼整体清除效果。
The integrated MUDSOLV NG service optimizes the uniform removal of filter-cake through an integrated approach taking into consideration the overall open-hole completion process.
在MUDSOLVNG集成服务考虑了整个的裸眼完井过程,通过采用综合解决方案,实现最佳的泥饼整体清除效果。
$firstVoiceSent
- 来自原声例句
请问您想要如何调整此模块?
感谢您的反馈,我们会尽快进行适当修改!
请问您想要如何调整此模块?
感谢您的反馈,我们会尽快进行适当修改!OPENWRT自动翻墙步骤
昨天升级OpenWrt到15.05,选了“保留配置”大部分配置都依然会丢失,几个月没弄,根据之前做的记录一步步重新配置好了,现在把步骤分享给大家:
opkg update
install&luci-i18n-base-zh-cn
一些插件:
opkg&install&ip-full&coreutils-base64&kmod-ipt-ipset
wget diffutils
ip-full是strongswan使用
kmod-ipt-ipset是shadowsocks使用
coreutils-base64 wget
diffutils是我的dnsmasq脚本使用
opkg&install&luci-app-ddns&ddns-scripts&
安装U盘识别
opkg&install&kmod-usb-storage&block-mount&kmod-fs-ext4&kmod-usb2
安装DNSMASQ-FULL
opkg remove dnsmasq
opkg&install&dnsmasq-full
安装OPENVPN
opkg&install&openvpn-openssl&openvpn-easy-rsa
安装STRONGSWAN
opkg&install&strongswan
opkg&install&strongswan-mod-kernel-libipsec
opkg&install&ipset
iptables-mod-filter iptables-mod-nat-extra
ppp-mod-pppoe
看情况安装更多需要的mod
添加openwrt-dist源(才可以opkg安装CHINADNS、SHADOWSOCKS):
.添加源openwrt-dist
vi /etc/opkg.conf
src/gz openwrt_dist
src/gz openwrt_dist_luci
http://openwrt-dist.sourceforge.net/releases/luci/packages
.安装CHINADNS
opkg install ChinaDNS
opkg install luci-app-chinadns
.安装SHADOWSOCKS(非原版)
opkg install shadowsocks-libev-spec
opkg install luci-app-shadowsocks-spec
.安装SHADOWSOCKS原版
opkg install iptables-mod-nat-extra ipset
libopenssl
opkg install shadowsocks-libev
5.05源签名错误,安装方法:
install&shadowsocks-libev_2.4.1-1_brcm47xx.ipk
安装DNSCRYPT
opkg install dnscrypt-proxy
Configuring&libpolarssl.
Configuring&libcurl.
Configuring&kmod-nls-utf8.
Configuring&python-curl.
Configuring&SyncY-Python-luci.
安装GOAGENT
opkg&install&python&libopenssl&
从这里下载并安装:
gevent_0.13.8-1_brcm47xx.ipk
libevent2_2.0.16-1_brcm47xx.ipk
libevent2-core_2.0.16-1_brcm47xx.ipk
libevent2-extra_2.0.16-1_brcm47xx.ipk
libevent2-openssl_2.0.16-1_brcm47xx.ipk
libevent2-pthreads_2.0.16-1_brcm47xx.ipk
python-greenlet_0.4.0-1_brcm47xx.ipk
------------------------------------------------------------
DDNS配置:
服务&动态DNS,
Basic Settings:
mooncake.3322.org
IP address source:接口
Timer Settings:
Check Interval:60
配置文件:
vi /etc/config/ddns&
################在LUCI配置出来
config service 'myddns'
& & option interface
&&& option
use_syslog '1'
&&& option
use_https '0'
&&& option
force_interval '72'
&&& option
force_unit 'hours'
&&& option
check_unit 'minutes'
&&& option
retry_interval '60'
&&& option
retry_unit 'seconds'
&&& option
enabled '1'
&&& option
service_name '3322.org'
&&& option
domain 'mooncake.3322.org'
&&& option
username 'mooncake'
&&& option
password 'getout'
&&& option
ip_source 'interface'
&&& option
ip_interface 'pppoe-wan'
& & option
check_interval '15'
################
.配置远程管理:
..设定2345端口用于sshv2登录
系统&管理权:
root权限登录
配置文件:
vi /etc/config/dropbear
################在LUCI配置出来
config dropbear
option PasswordAuth 'on'
option GatewayPorts 'on'
option Port '2345'
################
..开放2345端口:
网络&防火墙&通信规则:
Open ports on router: SSHv2345,tcp,2345,添加。
配置文件:
vi /etc/config/firewall
################在LUCI配置出来
config rule
option target 'ACCEPT'
option src 'wan'
option proto 'tcp'
option name 'SSHv2345'
option dest_port '2345'
################
..TCP 8765转发到80,用于远程访问8765端口转到openwrt
80管理页:
网络&防火墙&端口转发:
forward:TCP8765&80,tcp,wan,8765,lan,192.168.1.11,80,添加。
配置文件:
################在LUCI配置出来
config redirect
option target 'DNAT'
option src 'wan'
option dest 'lan'
option proto 'tcp'
option dest_ip '192.168.1.11'
option dest_port '80'
option name 'TCP8765&80'
option src_dport '8765'
################
U盘挂载点配置
系统&挂载点:
挂载点 点添加
基本设置:
启用挂载点
UUID 选/dev/sda1
挂载点 选自定义 填/mnt/app
高级设置:
文件系统:ext4
基本设置:
启用挂载点
选/dev/sda2
挂载点 选自定义
填/mnt/data
高级设置:
文件系统:ext4
配置文件:
vi /etc/config/fstab
################在LUCI配置出来
config global
option anon_swap '0'
option anon_mount '0'
option auto_swap '1'
option auto_mount '1'
option delay_root '5'
option check_fs '0'
config mount
option enabled '1'
option device '/dev/sda'
option fstype 'ext4'
option target '/mnt'
config mount
option enabled '1'
option device '/dev/sda1'
option target '/mnt/app'
option fstype 'ext4'
config mount
option enabled '1'
option device '/dev/sda2'
option target '/mnt/data'
option fstype 'ext4'
################
.设置U盘安装路径:
vi /etc/opkg.conf
在dest root /下一行添加:
dest usb /mnt/sda1/app
vi /etc/profile
粗体为增加部分:
LD_LIBRARY_PATH="/mnt/sda1/app/usr/lib:/mnt/sda1/app/lib"
PATH=/usr/bin:/usr/sbin:/bin:/sbin:/mnt/sda1/app/usr/bin:/mnt/sda1/app/usr/sbin
source /etc/profile
使用方法:
安装的时候加选项-d
install XXX -d usb
DNSMASQ配置:
vi /etc/dnsmasq.conf
################
conf-file=/mnt/app/dns/dnsmasq.conf.ipset
################
vi /etc/config/dhcp
################自行按需要添加
config dnsmasq
&&& option
cachesize '4096'
################
/mnt/app/dns/dnsmasq.conf.ipset内容:
################
log-facility=/tmp/dnsmasq.log
addn-hosts=mnt/app/dns/myhosts.conf
addn-hosts=mnt/app/dns/googlehosts.conf
conf-file=/mnt/app/dns/dnsmasq.myurl.conf
conf-file=/mnt/app/dns/dnsmasq.gfwlist.conf
conf-file=/mnt/app/dns/dnsmasq.temp.conf
server=202.96.134.133
server=202.96.128.166
################
OPENVPN配置:
vi /etc/config/openvpn
################
config openvpn 'client_tun0'
&&& option
config '/etc/openvpn/openvpn.ovpn'
################
vi /etc/config/network
################可在LUCI配置
config interface 'tun0'
&&& option
ifname 'tun0'
&&& option proto
################
vi /etc/config/firewall
################可在LUCI配置
config zone
&&& option input
&&& option
forward 'ACCEPT'
&&& option
output 'ACCEPT'
&&& option
network 'tun0'
&&& option name
config forwarding
&&& option dest
&&& option src
################
vi /etc/openvpn/openvpn.ovpn
################
remote fail.vpn.com 53
resolv-retry infinite
persist-key
persist-tun
ca /etc/openvpn/ca.crt
--auth-user-pass /etc/openvpn/passwd
ns-cert-type server
reneg-sec 0
setenv CLIENT_CERT 0
log /tmp/openvpn.log
#auth-nocache
tls-client
ping-restart 180
route-nopull
route-noexec
################
STRONGSWAN配置:
vi /etc/ipsec.conf
################
conn �fault
keyexchange=ikev2
keyingtries=30
closeaction=restart
dpdaction=restart
dpddelay=1200s
ikelifetime=24h
ike=3des-sha1-md5-modp1024
mobike=yes
eap_identity=username
left=�faultroute
leftsourceip=%config
leftcert=/etc/ipsec.d/certs/ca.crt.pem
leftauth=eap
leftsubnet=10.1.2.0/24
leftupdown=/etc/ipsec_updown
right=ikev2.vpn.com
rightid=%ikev2.vpn.com
rightsubnet=0.0.0.0/0
auto=start
leftupdown=/etc/strongswan.d/vpn2updown.sh
right=ikev2.vpn2.com
rightid=%ikev2.vpn2.com
rightsubnet=0.0.0.0/0
auto=start
################
vi /etc/strongswan.conf
charon的内容:&
################
dos_protection = no
retry_initiate_interval = 50
& & charon.retransmit_tries=
routing_table = 254
routing_table_prio = 254
install_routes = no
################
strongswan的updown.sh
################
echo "RUNNING SCRIPT......"
ip route del 0.0.0.0/0 dev ipsec0
#ip route replace 208.117.228.218 dev ipsec0
ip route replace 216.58.221.86 dev ipsec0
ip route replace 8.8.8.8 dev ipsec0
ip route replace 8.8.4.4 dev ipsec0
ip route replace 208.67.222.222 dev ipsec0
ip route replace 208.67.220.220 dev ipsec0
ip route add default dev ipsec0 table 3
################
vi /etc/config/firewall
################连不上再根据情况配置
config rule
option 'src' 'wan'
option 'proto' 'esp'
option 'target' 'ACCEPT'
config rule
option 'src' 'wan'
option 'proto' 'udp'
option 'dest_port' '500'
option 'target' 'ACCEPT'
config rule
option 'src' 'wan'
option 'proto' 'udp'
option 'dest_port' '4500'
option 'target' 'ACCEPT'
config rule
option 'src' 'wan'
option 'proto' 'ah'
option 'target' 'ACCEPT'
################
SHADOWSOCKS配置:
1、配置/etc/shadowsocks.json,填写帐号信息。
2、修改/etc/init.d/shadowsocks,去掉注释/usr/bin/ss-redir
DNSMASQ+IPSET配合SHADOWSOCKS(跑TCP翻墙)+#已取消STRONGSWAN(跑UDP,ICMP,DNS):
vi /etc/rc.local
################
ipset create vpngo hash:ip
ipset create ssgo hash:ip
ipset add ssgo 74.125.239.114
ipset add ssgo&216.58.221.86
###local-to-remote-before-routing
#vpn用 iptables -t mangle -A OUTPUT -p udp -m set --match-set ssgo
dst -j MARK --set-mark 3
#vpn用 iptables -t mangle -A OUTPUT -p icmp -m set --match-set
ssgo dst -j MARK --set-mark 3
iptables -t nat -A OUTPUT -p tcp -m set --match-set ssgo dst
-j REDIRECT --to-port 1080
###remote-to-remote-before-routing
iptables -t mangle -A PREROUTING -p tcp -m set --match-set vpngo
dst -j MARK --set-mark 3
#vpn用 iptables -t mangle -A PREROUTING -p udp -m set
--match-set ssgo dst -j MARK --set-mark 3
#vpn用 iptables -t mangle -A PREROUTING -p icmp -m set
--match-set ssgo dst -j MARK --set-mark 3
iptables -t nat -A PREROUTING -p tcp -m set --match-set ssgo
dst -j REDIRECT --to-port 1080
###*after-routing
#strongswan用 iptables -t nat -A POSTROUTING -s 192.168.1.0/24
-o ipsec0 -j MASQUERADE
#openvpn用 iptables -t nat -A POSTROUTING -s 192.168.1.0/24 -o
tun0 -j MASQUERADE
###ip-rule
ip rule add fwmark 3 table 3 pref 253
################
shadowsocks的/hotplug.d
################
vi /etc/hotplug.d/iface/25-shadowsocks
if [ "$ACTION" = "ifup" ] && [ "$INTERFACE" = "wan" ];
/etc/init.d/shadowsocks restart
################
DNSCRYPT配置
vi /etc/config/dnscrypt-proxy
################配置原封不动不用改
config dnscrypt-proxy
& option address '127.0.0.1'
& option port '5353'
option resolver 'opendns'
option resolvers_list
'/usr/share/dnscrypt-proxy/dnscrypt-resolvers.csv'
################
mkdir -p /etc/ssl/certs/
wget -P /etc/ssl/certs/
http://curl.haxx.se/ca/cacert.pem
/etc/init.d/dnscrypt-proxy enable
/etc/init.d/dnscrypt-proxy start
配套设置,dnsmasq配置文件设定需要使用dnscrypt解析的网站转发到127.0.0.1:53,例:
server=/fq.com/127.0.0.1#5353
################
dnsmasq自动下载并添加翻墙列表的gfwlist脚本:
vi&/mnt/app/dns/sh.sh
################
#& if [ ! -f
/mnt/app/dns/gfwlist.base64.txt.old ]; then
/mnt/app/dns/gfwlist.base64.txt
/mnt/app/dns/gfwlist.base64.txt.old
#& if [ ! -f /mnt/app/dns/gfwlist.ok.txt.old
/mnt/app/dns/gfwlist.ok.txt /mnt/app/dns/gfwlist.ok.txt.old
gfwurl="https://raw.githubusercontent.com/gfwlist/gfwlist/master/gfwlist.txt"
& wgetgfwfile="wget --no-check-certificate -t
5 -T 5 --bind-address=192.168.1.11 $gfwurl"
# size1=$($wgetgfwfile --spider --server-response -O -
2&&1 | sed -ne '/Content-Length/{s/.*: //;p}')
& size1=$(wget --no-check-certificate -t 5 -T
5 --bind-address=192.168.1.11 \
https://raw.githubusercontent.com/gfwlist/gfwlist/master/gfwlist.txt
& & --spider --server-response -O
- 2&&1 | sed -ne '/Content-Length/{s/.*: //;p}')
& size2=$(ls -l
/mnt/app/dns/gfwlist.base64.txt.old | awk '{ print $5}')
& if [ "$size1" -ne "$size2" ]; then
& & echo "[o]downloading
& & logger "[o]downloading
& & $wgetgfwfile -q -O
/mnt/app/dns/gfwlist.base64.txt
/mnt/app/dns/gfwlist.base64.txt \
& & | base64 -d \
& & | grep -v \
'^[\[!]' \
& & | sed \
s'/^|*//'g \
s'/^http[s]*:\/\///'g \
s'/\/.*$//'g \
s'/\*.*$//'g \
s'/^\s*//'g \
s'/\s*$//'g \
s'/^\.//'g 2&/dev/null \
& & | grep \
& & | grep -v \
& & | grep -v % \
& & | sort -u \
gfwlist.ok.txt
& & diff -u
gfwlist.ok.txt.old gfwlist.ok.txt | grep + | grep -v @ | grep -v '
' | sed s/+//g | sort -u & gfwlist.add.txt
& & sed -i '1s/^.*/#
Updated: '`date +%Y-%m-%d`' #/'
/mnt/app/dns/dnsmasq.gfwlist.conf
& & echo "# `date +%Y-%m-%d`
#" &&dnsmasq.gfwlist.conf
& & for line in `cat
/mnt/app/dns/gfwlist.add.txt`
"server=/$line/127.0.0.1#5353\nipset=/$line/ssgo\n" &&
/mnt/app/dns/dnsmasq.gfwlist.conf
/mnt/app/dns/gfwlist.base64.txt
/mnt/app/dns/gfwlist.base64.txt.old
/mnt/app/dns/gfwlist.ok.txt /mnt/app/dns/gfwlist.ok.txt.old
& & /etc/init.d/dnsmasq
& & echo "updated@`date
+%Y-%m-%d`"
& & logger "updated@`date
+%Y-%m-%d`"
& & checkgfwlistnew=`ls -l
/mnt/app/dns/dnsmasq.gfwlist.conf& | awk '{ print
& & checkgfwlistold=`cat
/mnt/app/dns/dnsmasq.size.gfwlist.conf`&
& & checkmyurlnew=`ls -l
/mnt/app/dns/dnsmasq.myurl.conf& | awk '{ print
& & checkmyurlold=`cat
/mnt/app/dns/dnsmasq.size.myurl.conf`&
& & if [ $checkgfwlistnew !=
$checkgfwlistold ] || [ $checkmyurlnew != $checkmyurlold ];
-i "1s/^.*/$checkgfwlistnew/g"
/mnt/app/dns/dnsmasq.size.gfwlist.conf&
-i "1s/^.*/$checkmyurlnew/g"
/mnt/app/dns/dnsmasq.size.myurl.conf
/etc/init.d/dnsmasq restart
& & & echo
"same size:$size1 $size2 ,restarted dnsmasq"
logger "same size:$size1 $size2 ,restarted
& & & echo
"same size:$size1 $size2,unchanged"
logger "same size:$size1 $size2,unchanged"
& echo "no 5 day"
################
创建名为gfwlist的luci界面,用于维护dnsmasq列表
vi&/usr/lib/lua/luci/model/cbi/gfwlist.lua&
################
root@OpenWrt:/mnt/app/dns# cat
/usr/lib/lua/luci/model/cbi/gfwlist.lua
m = Map("gfwlist", translate("GFW List Tailor"))
function m.on_after_commit()&
&luci.sys.exec("sh /mnt/app/dns/sh.sh")
s = m:section(TypedSection, "gfwlist", "GFW List
s.anonymous = true
s:tab("template", translate("Custom GFWList"))
s:tab("template2", translate("Collected GFWList"))
tmpl = s:taboption("template", Value, "_tmpl",
& translate("Edit with DNSMASQ format"),
& translate("This is the content of the file
'/mnt/app/dns/dnsmasq.myurl.conf'. " .. "
& & "Basic format:" .. "
& server=/url(/url2/url3/.../urlX)/pure-dns-ip" ..
& ipset=/url(/url2/url3/.../urlX)/ipset-name" ..
& & "Example:".. "
& server=/http404.com/8.8.8.8".. "
& ipset=/http404.com/ssgo ".. "
& & "More detail:".. "
http://www.thekelleys.org.uk/dnsmasq/docs/dnsmasq-man.html"))
tmpl.template = "cbi/tvalue"
tmpl.rows = 20
function tmpl.cfgvalue(self, section)
nixio.fs.readfile("/mnt/app/dns/dnsmasq.myurl.conf")
function tmpl.write(self, section, value)
& value = value:gsub("\r\n?", "\n")
nixio.fs.writefile("//mnt/app/dns/dnsmasq.myurl.conf", value)
tmpl2 = s:taboption("template2", Value, "_tmpl2",
& translate("Generate from GFWList
website"),
& translate("This is the content of the file
'/mnt/app/dns/dnsmasq.gfwlist.conf'. " .. "
& & "Update from: ".. "
http://autoproxy-gfwlist.googlecode.com/svn/trunk/gfwlist.txt"..
& & "Editable,the formats are all
the same." ))
tmpl2.template = "cbi/tvalue"
tmpl2.rows = 25
function tmpl2.cfgvalue(self, section)
nixio.fs.readfile("/mnt/app/dns/dnsmasq.gfwlist.conf")
function tmpl2.write(self, section, value)
& value = value:gsub("\r\n?", "\n")
nixio.fs.writefile("//mnt/app/dns/dnsmasq.gfwlist.conf",
################
vi&/overlay/usr/lib/lua/luci/controller/gfwlist.lua&
################
root@OpenWrt:/mnt/app/dns# cat
/overlay/usr/lib/lua/luci/controller/gfwlist.lua
module("luci.controller.gfwlist", package.seeall)
function index()
& if not nixio.fs.access("/etc/config/gfwlist")
& & return
& local page
& page = entry({"admin", "services", "gfwlist"},
cbi("gfwlist"), _("GFW List Tailor"))
& page.dependent = true
################
vi&/etc/config/gfwlist
################
config gfwlist
################
已投稿到:
以上网友发言只代表其个人观点,不代表新浪网的观点或立场。公告 | The announcement
当前位置: →
→ 文章正文
3B英语各单元知识汇总
3B Unit1& &In&class在上课
能使用简单的祈使句表达一些上课时的交际用语。
please& 请& &&&&&&open 开& &&&&&&close关&&
sorry& 对不起&&&& parrot 鹦鹉&&& Mr 先生
blackboard 黑板& the 这个、那个、这些、那些&
door门 &&&&&&&&&&window窗户 &&&&rubber橡皮&&
book书&&&&&&&&&& don’t=do&not&
二、短语和句型
&1、&习惯搭配/短语
stand&up起立&&& sit&down&坐下&&& come&in &进来
open&the&door&开门 &close&the&window 关窗&&
in&class& 在上课&&&& look at the blackboard 看黑板
listen&to听
Good&morning, class.& 早上好,同学们。 &&
I’m&sorry.& 对不起 (用于表达歉意)
What’s&this? 这是什么?&& What’s that?那是什么?&
Open the door, please. 请开门。&&&& &&
Yes,Mr Green.好的,格林先生。
Don’t listen to the parrot.不要听鹦鹉的。
Don’t&be&late.&不要迟到。
1、the的用法
定冠词the&用来特指人或事物。所指的人或事物是同类中特定的一个或一些。可以和单、复数名词,也可以和不可数名词连用。
例:the&apple&这个苹果(许多的苹果中,特指这一个苹果,而不是其他的苹果。) the students 这些学生
&2、Mr的用法
对男士的尊称为Mr… (…先生)&&&&
Mrs&太太、夫人(是对已婚妇女的称呼)
Miss&小姐(是对未婚妇女的称呼)
Ms 女士(是对婚姻状况不明的女子)
&3、询问“这/那是什么?”的句型及其答句
3B Unit2 In the library 在图书馆
能用 Don’t… 表达图书馆内的一些禁止事项
一、&&& 词汇
in 在……里&& library 图书馆&& here 这里、在这里 &
run 跑&& sleep 睡觉& drink 喝& eat 吃& talk 谈话
shout 喊、叫&& milk 牛奶& your 你的& English 英语
二、短语和句型
1、习惯搭配/短语
up and down 上上下下&&& &&in the library 在图书馆里
my English book 我的英语书 drink my milk喝我的牛奶
eat the cake吃蛋糕&&&&&&&
Don’t shout, Liu Tao.不要喊,刘涛。Don’t run.不要跑。
Don’t eat here.不要在这里吃。&&& Don’t talk.不要说话。
Don’t eat my cake.不要吃我的蛋糕。Don’t sleep.不要睡。&&
Don’t drink my milk.不要喝我的牛奶。
Don’t shout. 不要叫。&&&&&&&&&&&& I’m sorry. 对不起
Would you like a sweet, Yang Ling? 你想要颗糖吗,杨林?
No, thank you.不要,谢谢。
1、&&& Don’t 引导的祈使句 表示“不要……”
Don’t = Do not
Don’t run. 不要跑。 &&&Don’t talk. 不要说话。&
2、如何表达“你想要。。吗?”的句型及其答句 。
---Would you like + 某物(名词)?
---Yes, please. (肯定回答) &/ ---No, thanks. (否定回答)
例如:Would you like an ice-cream?& Yes, please.
(1)Oh 表示惊讶、指责、痛苦、称赞、懊恼等,
(2)Ah表示惊奇、高兴、讨厌、懊悔、藐视、威胁等,可译为“呀、啊”等。
(3)ha 表示惊奇、高兴、痛苦、烦恼、恐惧等。
(4)wow表示极大的惊奇、钦佩等。
(5)shh表示要求别人低声、别作声。
3B Unit 3& Is this your pencil?
一、&&& 词汇
pencil 铅笔 &&&schoolbag 书包 &pen 钢笔 &
crayon 蜡笔&& ruler 尺子 &&&&&&pencil case 铅笔盒
where 在哪里 &over there 在那里& lunch box 午餐盒
isn’t=is not &&that’s=that is &&where’s=where is
二、短语与句型
1、习惯搭配/短语
on the floor 在地板上 &&&&&beside the door 在门旁边
my lunch box我的午餐盒&&& over there在哪儿
This isn’t my pencil. 这不是我的铅笔。
Is this your pencil?这是你的铅笔吗? &&&&&
No, it isn’t.不,它不是。
That’s my pencil.那是我的铅笔。
Is that a pencil?那是一支铅笔吗? &
Yes, it is. It’s a pencil.是的,它是。它是一支铅笔。&
It’s over there. 它在那边。 &&&&&&&&&&&&&&
What is it? 它是什么?
This is for you. Thank you. 这是给你的。谢谢你。
1、人称代词和物主代词
(形容词性)
my&&& 我的
your&& 你的
his&&& 他的
her&& 她的
&it &&&&它
its&&& 它的
&us&&& 我们
our&& 我们的
&you&& 你们
your& 你们的
&them 他们
their& 他们的
作主语,表示谁怎么样了、干什么了。
作宾语,表示动作行为的对象。
后面必须加名词,不能单独使用
2、Is this your pencil? 这是你的铅笔吗?
在回答Is this/ that your pencil?这类问题时,一般要用it,而不再用this或者that。
例如: Is this your pencil?
&&&&&& No, it isn’t.
3、常见句子类型
陈述句:以句号结尾,句中没有not。&
例如:This is a pencil.
否定句:以句号结尾,句中有not或no。
例如:This is not a pencil.
一般疑问句:以问号结尾,be动词在句首。
&&&&&&&& 例如: Is this a pencil?
&&&&&&&& 肯定回答:Yes,it is.&& 否定回答:No, it isn’t.
特殊疑问句:以问号结尾,句首为疑问词。
&&&&&& &&例如:What’s this? 回答:It’s a pencil.
4、句型转换 陈述句改成一般疑问句
This is my pencil.& 需要三步
(1)把is提前到句首
(2)is的第一个字母改成大写Is,
This的第一个字母改成小写this
(3)把句号变成问号。& Is this your pencil?
3B Unit4 &Where’s the bird?
能描述物品的具体位置
bird 鸟&& beautiful 漂亮的 &desk 书桌 &chair 椅子&& tree 树&& guess 猜 &&under 在……下面 &&
on 在……上面& in 在……里面& behind 在……后面
one 一 &&two 二 &&three 三
二、短语和句型
1.习惯搭配/短语
under your desk 在你的书桌下面 &
on your chair 在你的椅子上面&&&& in the tree 在树上
in my desk 在我的书桌里面 &behind the door 在门后面&&&&
How beautiful 真漂亮! &&&&&&&&&&&&&&&&&&
Where’s the bird?小鸟在哪儿? &
It’s under your desk.它在你的课桌下。&&&&&
It’s not here. Where is it? 它不在这儿。它在哪里?
It’s in the tree now.现在它在树上。&&&&
A bird is in the tree. 一只鸟在树上。
Where’s my pencil? Guess.猜猜我的铅笔在哪里?
Is it in your schoolbag? 它在你的书包里吗?
Where’s Bobby? 波比在哪里?&&&&&&&&&&&&&&&
Where is he? 他在哪里?
He’s behind the door.他在门后。&&&&&&&&&&&&&&
It’s not Bobby.它不是波比。
1、介词大家族
&&&&&&&& on 在……上面 &&in 在……里面&
behind 在……后面& under 在……下面& &
beside 在……旁边&
2、how 引导的感叹句 &&
How + 形容词/副词 (+主语+谓语) !
例:How beautiful ( it is )! 它多么漂亮啊!
感叹句:是用来表示喜、怒、哀、乐等情绪,句末用感叹号“! ”
补充:&& what 引导的感叹句结构:
What +( a/an )+ 形容词 + 名词 + 主语 + 谓语 !
例:What a nice cake! 多么漂亮的蛋糕呀!
3、由 is 引导的一般疑问句及其答句
--- Is it … ? 它是……吗?
---Yes, it is. 是的,它是。 No, it isn’t. 不,它不是。
例:---Is it in your pencil case? 它在你的铅笔盒里吗? ---Yes, it is. 是的,它在。
注:该句型是由肯定句型 It is …… 转化而成的。将 be 动词调到句的前面, 大写了首写字母并将句尾的句号变为问号。
4、描述物品具体位置的句型
主语 + be 动词 + 介词短语 ……在……
例: It’s behind the door. 它在门后面。
The bird is under your desk. 鸟在你的书桌下面。
5、in the tree在树上的东西本身不是树的一部分(如鸟、人)
&& on the tree在树上的东西本身是树的一部分东西(如叶子、果实、树枝)
Unit 5 How old are you?& 知识汇总
Ss for / s / , seven& six&& sister&& sorry&& this&& stand&& sit&& sleep&&
词组:1. how old& 几岁&&&&&&&&&&&&&&& 2. How lovely!多么可爱呀!
&&&&& 3. for you 给你的&&&&&&&&&&&&&&& 4. Thank you. 谢谢你。
&&&&& 5. here you are 给你&&&&&&&&&&&&& 6. You’re right. 你答对了。
&&&&& 7. a nice cake 一个漂亮的蛋糕&&&& 8. make a wish 许个愿
&&&&& 9. happy birthday 生日快乐&&&&&& 10. a toy car 一辆玩具汽车
&&&&& 11. want a robot 想要个机器人&&& 12. turn round 旋转
1. How old are you? I’m two. 你多大了?我2岁了。“How old ...”用来询问对方的年龄,表示“多少岁”,对询问的人称不同,所用的be动词也不同。如:“How old is he/she?”他/她多大了?“How old are you?”你多大了?“How old is Helen?”海伦多大了?一般回答用“I’m/she’s/he’s/人名’s+年龄数字来回答。由于西方人特别注重个人隐私,所以除了在特殊场合外一般不用。
2. You’re out. 你出局了。
3.What a nice cake! 多么好看的一个蛋糕啊!What a nice...!多么好看的一个......啊!这是一个感叹句,当你想称赞一个东西好看时,你可以说:What a nice...!或者还可以说:How nice!例如: What a nice car!=How nice the car is!多么好看的小汽车啊!
3. I want a toy car. 我想要一个玩具汽车。want+名词表示想要某样东西,而want to+动词表示想做某事,如:I want a hot dog。我想来一个热狗。I want to run。我想跑步。
4. It’s time for the cake. 该吃蛋糕的时候了。
5. Turn round and round, don’t fall to the ground. 转啊转啊,不要摔在地上。
6. Don’t be late again. 下次别再迟到了。
7. Time for class,but you’re late. 该上课了,但是你迟到了。
8. Make a wish,Sam.许个愿吧山姆。wish在这表示心愿,还可以用复数形式表示祝愿。
3B Unit 6 What time is it? 知识汇总
四会:class 课,上课& bed 床& OK 好,行& lunch 午饭& eleven 十一
&&&&& twelve 十二&& bag 包,书包
三会:wake up 醒,醒来&& mum 妈妈& o’clock ......点钟& breakfast 早饭&&&
&&&&& dinner 晚饭& these 这些&& here’s=here is
二、词组:
1. wake up 醒来&&&&&&&&&&&&&&& 2. what time 几点
3. seven o’clock 七点钟&&&&&&&&& 4. Hurry up!快点!
5. Don’t be late. 不要迟到。&&&&& 6. my pencil 我的铅笔
7. milk and cake 牛奶和蛋糕&&&&& 8. It’s time for class. 该上课了。
1. What time is it? It’s seven o’clock. 几点了?七点钟了。
2. It’s time for breakfast. 该吃早饭的时候了。
3. Hurry up! It’s time for class. 快点!该上课了。
4. It’s time for dinner. 该吃晚饭的时候了。
5. It’s time for bed. 该睡觉了。
6. That’s my bag.& 那是我的包。
7. Where’s my book? Where’s my pencil? 我的书在哪里?我的铅笔在哪里?
8. What are these? 这些是什么?
9. Here’s your bag! 这是你的包!
10. It’s time to eat.& 该吃东西了。&&&& It’s time to meet.&& 该去见面了。
11. Don’t be late.不要迟到了。
12. Breakfast is ready, milk and cake. 早餐准备好了,有牛奶和蛋糕。
四、小知识
1. What time is it? 几点了?(同义句)What’s the time?
2. It’s time for... 该是......的时候了。(同义句)It’s time to...
但是It’s time for...后面跟名词;而It’s time to... 后面跟动词。
如:It’s time for the cake. = It’s time to eat the cake.&&& 该吃蛋糕的时候了。
/ t/& eat&& eight&& get&& ten&& time& sit&& two& twelve& it&& want
&& &T-shirt& that& talk&& twin
3B Unit 7 On the farm& 知识汇总
Mm& Mm ,Mm for / m / , / m / / m/& farm
farm& make& mum& welcome&& ice cream& time&& milk&& my
三会:they’re=they are&&& pig 猪&& cow 奶牛&& chicken 鸡&& duck 鸭子&&&&&
&&&& picture 图画,照片&&& who’s=who is
四会:farm 农场& they 他们&& those 那些&& apple 苹果&& pear 梨&
&&&&& orange 橙子&& who 谁
词组:1. on the farm 在农场&&&&&&&&& 2. my farm& 我的农场
&&&&& 3. those apples 那些苹果&&&&&& 4. these pigs 这些猪
&&&&& 5. an orange 一个橙子&&&&&&&& 6. look at my pictures看我的图画
&&&&& 7. under the tree 在树下&&&&&&& 8. this duck 这只鸭子
&&&&& 9. a red apple 一个红苹果&&&&& 10. meet you 遇见你
1. Nice to meet you, Mike. 迈克,见到你很高兴。
2. Welcome to my farm. 欢迎来到我的农场。
3. What are these? They’re pigs. 这些是什么?是猪。
4. What are those? They’re cows.那些是什么?是奶牛。
5. Are these apples? Yes, they are. 这些是苹果吗?是的。
6. Are those apples too? No, they aren’t. 那些也是苹果吗?不,不是。
7. What’s this/that? It’s a/an... 这是/那是什么?是一个......
8. Is it a duck? No, it’s a chicken. 它是鸭子吗?不,是一只鸡。
9. Who’s this? Is this you? 这是谁?是你吗?
10. That’s my sister. 那是我的姐姐(妹妹)。
11. Clever Tom from the farm, makes ice cream for his mum.聪明的汤姆来自农场,在为他的妈妈制作冰淇淋。
四、小知识
1. It’s a pig. 它是一头猪。 They’re pigs. 它们是猪。前句是单数,用a pig, 后句是复数,pig后面不能忘记加“s”,但有些名词复数要加“es”(如:box-boxes),小朋友们在学习时一定要注意。
2. What’s this/that? It’s a ... 这是/那是什么?它是......用作单数时
&& What are these/those? They’re ... 这些/那些是什么? 他们是......用于复数时。也就是说this的复数是these,that的复数是those 。
Unit 8 We're twins& 知识汇总
Nn& Nn ,Nn for / n / , / n /& / n /& nine
man& ten& Nancy& nine&& nice& new& twin&& woman& window &name
三会:we're=we are& twin 双胞胎之一&& aunt 阿姨,婶婶,姑姑,舅妈
&&&&& baby 婴儿,宝宝& cousin 堂(表)兄弟,堂(表)姐妹
四会:we 我们&& girl女孩&& man男人&& woman 妇女,女人&&
&&&&& boy 男孩&&& name 名字
词组:1. my uncle 我的叔叔&&&&&&&& 2. your aunt& 你的阿姨
&&&&& 3. that girl 那个女孩&&&&&&&&& 4. my grandpa 我的爷爷
&&&&& 5. a tall girl 一个高个女孩&&&& 6. my cousin 我的堂兄弟(姐妹)&&
&&&&& 7. your name 你的名字&&&&&&& 8. that little boy 那个小男孩
&&&&& 9. his cat 他的猫&&&&&&&&&&&& 10. a small mouse 一只小老鼠
1. Who is he? He's my uncle. 他是谁?他是我的叔叔。
2. Who is she? She's my aunt. 她是谁?她是我的阿姨。
3. Who's that girl? She's Su Yang. She's my sister.
&& 那个女孩是谁?她是苏阳,她是我的姐姐。
4. We're twins.我们是双胞胎。
5. This is my grandpa, John.这是我的爷爷,约翰。
6. My name is Sam. 我的名字是山姆。
7. Is this your father? 这是你的爸爸吗?
8. Nick has a book. Nancy has a pen. 尼克有一本书。南希有一支钢笔。
9. Who's that little boy? 那个小男孩是谁?
10. His name's Robbie Roy. 他的名字是罗比•罗伊。
11. Robbie Roy isn't very tall.罗比•罗伊不是很高。
12. His cat and mouse are also small. 他的猫和老鼠也都很小。
四、小知识
1. 小朋友们,你知道cousin与brother,sister之间的区别吗?brother或sister是指与你有直系亲属关系的人。也就是你的亲哥哥(弟弟),亲姐姐(妹妹)。而cousin是指你姑姑、阿姨、舅舅、叔叔家的小孩,可以是女孩,也可以指男孩。
2. 疑问词的用法: what问什么,what time问时间,what colour问颜色,what about表建议,how old问年龄,where问地点,who问谁。小朋友们,请你们搞清楚它们的不同含义,准确问答。
TAGS:&& | 文章录入:jdgl | 浏览次数:读取中…
上篇文章:下篇文章:
维护部门:昆山市茂蝶湖湾小学教技室 联系方式:1 E-mail:
联系我们:昆山市经济技术开发区长江南路 电话:1 邮编:215300&&技术支持:昆山市茂蝶湖湾小学教技室

我要回帖

更多关于 sleep 的文章

 

随机推荐