0) { Video.init(); } require.async(['question-new:widget/js/trans-yun/trans-yun-log'], function(YunLog){ YunLog.init(); }); require.async(['question-new:widget/js/yike-card/yike-card-log'], function(yikeCardLog){ yikeCardLog.init(); }); require.async(['common-new:widget/js/logic/ut/ut'], function(UT){ UT.start(['userbar','header','wgt-ask','answer-editor','wgt-answers']); }); File.init(); logPV(); if (F.context('user')['isUserAdmin'] != '1'){ require.async(['question-new:widget/js/select-search/select-search'], function(A){ A.init(); }); } log.init({key:2014, query: 'body',action:'click'}); function logPV(){ var logOptions = { screen: parseInt($('body').height()/$(window).height()), cid: F.context('page')['cid'], view: F.context('page').isView, cidTop: F.context('page')['cidTop'], cidMid: F.context('page')['cidMid'], refer: document.referrer, userStatus: '', adsEids: F.context('page').adsAll.adsEids.join(','), create_time: F.context('page').createTime || 0, asker_uid: F.context('page').uid || 0, viewer_uid: F.context('user').uid || 0, isNewPcQbPage: F.context('pageType') === 'view' ? 1 : 0, entry: $.url.getQueryValue(location.href, 'entry'), pageType: 'view', isNewTpl: 1 }; log.addKey({ evaSampling: 409, qid: F.context('page')['qid'] }); if (F.context('page').relateTopicQids) { logOptions.relateTopicQids = F.context('page').relateTopicQids; } if ($('.classinfo').length) { log.addKey({'classinfo': 1}); } var uadminIcon = $('.uadmin-a'); var uadminIconSize = uadminIcon.length; if (uadminIconSize) { logOptions.uadminIconNum = uadminIconSize; } if (0) { logOptions.uid = F.context('user').uid; } if ($.url.getQueryValue(location.href, 'waitexp')) { logOptions.waitExpType = $.url.getQueryValue(location.href, 'waitexp'); } if ($.url.getQueryValue(location.href, 'personas')) { logOptions.waitExpPersonas = $.url.getQueryValue(location.href, 'personas'); } log.addKey(logOptions); } var grid68 = $('.qb-content'), qid = F.context('page')['qid']; $.each({ 'qb-content' : '.q-content a@', 'qb-supply-content' : '.q-supply-content a@', 'qb-best-text' : '.wgt-best .best-text a@', 'qb-special-bast-text' : '.wgt-special .best-text a@', 'qb-recommend-text' : '.wgt-recommend .recommend-text a@', 'qb-answer-text' : '.answer-text a@', 'qb-replyask-ask' : '.ask+dd a', 'qb-replyask-reply' : '.reply+dd a', 'qb-best-thank' : '.thank pre a', 'qb-answer-refer' : '.answer-refer a' }, function(key, val){ var aLink = grid68.find( val.replace(/\@$/, '[title!="点击查看大图"]') ) .not('.app-keyword,.inner-link') .filter(function(){ return this.getAttribute('href').match(/^http/i) && this.innerHTML != '' && !$(this).closest('.ed2k-wrap').size() && !$(this).closest('.thunder-wrap').size() }); aLink.click(function(){ log.send({ 'type' : 2014, 'page' : 'question', 'qid' : qid, 'area' : key, 'action': 'linkClick', 'text' : this.getAttribute('href'), 'host' : this.getAttribute('href').split('/')[2] }); }); grid68.find( val.replace(/\@$/, '') ).attr('rel', 'nofollow noopener'); }); $(document).on('click', '.ikqb_img_alink', function(evt){ if($.browser.msie&&$.browser.version==6){ return false; } var imgTarget = $(this).find('img'), imgBigSrc = $(this).attr('href'), maxWidth = $(this).parent('p').outerWidth(), imgSmallSrc = imgTarget.attr('esrc'), sourceWidth = imgTarget.width(), sourceHeight = imgTarget.height(); if(imgTarget.hasClass('img_show')){ imgTarget.attr('src',imgBigSrc); if(!imgTarget.hasClass('ikqb_img')){ imgTarget.removeClass('ikqb_img'); imgTarget.animate({ 'width':'100%' },500); }else{ imgTarget.animate({ 'maxWidth':'500px', 'maxHeight':'340px' },500); } imgTarget.removeClass('img_show'); }else{ $(this).append(''); var bigImg = new Image(); bigImg.onload = function(){ imgTarget.attr('src',imgBigSrc); if(sourceWidth == bigImg.width){ imgTarget.removeClass('ikqb_img'); imgTarget.animate({ 'width':'120%' },500); }else{ imgTarget.animate({ 'maxWidth':bigImg.width>maxWidth?maxWidth:bigImg.width, 'maxHeight':bigImg.height },500); } imgTarget.addClass('img_show'); $('.ikqb_img_loading').remove(); } bigImg.src = imgBigSrc; } evt.preventDefault(); }); $(window).load(function () { if (F.context('pageType') === 'asker' && !Number(F.context('page')['delAsk'])) { sendMore.default.init(); } ec.fire('pageLoaded'); }); var loc_ans = $.url.getQueryValue(location.href, 'loc_ans'); if(!loc_ans) { var myAnswerList = $('.wgt-best .answer-mine, .wgt-recommend .answer-mine, .wgt-special .answer-mine'), myAnswer = null; if(myAnswerList.size()){ myAnswer = myAnswerList.first(); setTimeout(function(){ $(document).scrollTop(myAnswer.offset().top - 10); }, 200); // 保证其它回答翻页时定位到首个回答的顶部 } else if (location.hash === '#wgt-answers' && $('#wgt-answers').size()) { // 防止刷新时重复定位 try { if (document.referrer === sessionStorage.getItem('sessionPreReferrer')) { return; } else { sessionStorage.setItem('sessionPreReferrer', document.referrer); } } catch (e) {} // 顺序要在答案折叠后面,以免影响计算 $(window).on('load', function () { // 变为异步排除其他定位干扰 setTimeout(function () { var top = $('#wgt-answers').offset().top; // 主要是排除吸顶头部的干扰防止覆盖住回答顶部 var $title = $('.wgt-ask .ask-title'); var diff = top > $title.offset().top + $title.height() - 50 ? 55 : 0; $(window).scrollTop(top - diff); }, 0) }) } }else { var locAnswerList = $('.wgt-best .answer, .wgt-recommend .answer, .wgt-special .answer'), locAnswer = null; locAnswerList.each(function(index, item) { if($(item).attr("id").indexOf(loc_ans) != -1) { locAnswer = $(item); } }); if(locAnswer) { setTimeout(function(){ $(document).scrollTop(locAnswer.parent().offset().top - 10); }, 200); } } // 统计合伙人回答浏览量 var businessIds = [110791,136077,22177]; businessIds && businessIds instanceof Array && $.ajax({ url: '/business/submit/dailystatistics', method: 'GET', timeout: 30 * 1000, data: { type: 1, businessIds: businessIds.join('_'), qid: F.context('page').qid } }); domReady.init(); F.context('banInfo', null);});}();!function(){var F = (window.__IKNOW_GLOBAL__ || window).F;var require = (window.__IKNOW_GLOBAL__ || window).require; require.async(['common-new:widget/js/logic/dom-ready/dom-ready'], function(D){ D.init({"isNotPgc":"1"}) }); }();!function(){var F = (window.__IKNOW_GLOBAL__ || window).F;var require = (window.__IKNOW_GLOBAL__ || window).require; require.async(["common-new:widget/js/logic/duration/duration"],function(dur){ dur.init(); }); }();!function(){var F = (window.__IKNOW_GLOBAL__ || window).F;var require = (window.__IKNOW_GLOBAL__ || window).require; require.async(['common-new:widget/js/util/monitor/monitor.es'], function(m) { window.iPerformance && m.monitor && m.monitor.init(); }); }();!function(){var F = (window.__IKNOW_GLOBAL__ || window).F;var require = (window.__IKNOW_GLOBAL__ || window).require; require.async(['common-new:widget/js/util/log/log'], function(log) { var ssrEnd = Date.now(); var cost = ssrEnd - Number(1734960485363); setTimeout(function () { log.send({ action: 'latency', area: 'ssr', plat: 'pc', cost: cost, uri: window.location.pathname }); }, 1000); }); }(); require.async(['common-new:widget/lib/jquery/jquery'], function ($) { if (!/chrome|firefox|safari|msie 10|rsv:11|msie [89]/i.test(navigator.userAgent)) { return; } window.BaiduHttps = window.BaiduHttps || {}; window.BaiduHttps.callbacks = function (data) { if (data && data.s === 0) { window.supportHttps = 1; setTimeout(function () { $('a[href^="http://www.baidu.com/s?"]').each(function (index, item) { var link = $(item).attr('href'); if (~link.indexOf('?wd=') || ~link.indexOf('&wd=')) { link = link.replace(/^http/, 'https'); $(item).attr('href', link); } }); }, 2000); } }; var script = document.createElement('script'); script.type = 'text/javascript'; script.src = 'https://www.baidu.com/con?from=zhidao'; document.body.appendChild(script); });" />
0) { Video.init(); } require.async(['question-new:widget/js/trans-yun/trans-yun-log'], function(YunLog){ YunLog.init(); }); require.async(['question-new:widget/js/yike-card/yike-card-log'], function(yikeCardLog){ yikeCardLog.init(); }); require.async(['common-new:widget/js/logic/ut/ut'], function(UT){ UT.start(['userbar','header','wgt-ask','answer-editor','wgt-answers']); }); File.init(); logPV(); if (F.context('user')['isUserAdmin'] != '1'){ require.async(['question-new:widget/js/select-search/select-search'], function(A){ A.init(); }); } log.init({key:2014, query: 'body',action:'click'}); function logPV(){ var logOptions = { screen: parseInt($('body').height()/$(window).height()), cid: F.context('page')['cid'], view: F.context('page').isView, cidTop: F.context('page')['cidTop'], cidMid: F.context('page')['cidMid'], refer: document.referrer, userStatus: '', adsEids: F.context('page').adsAll.adsEids.join(','), create_time: F.context('page').createTime || 0, asker_uid: F.context('page').uid || 0, viewer_uid: F.context('user').uid || 0, isNewPcQbPage: F.context('pageType') === 'view' ? 1 : 0, entry: $.url.getQueryValue(location.href, 'entry'), pageType: 'view', isNewTpl: 1 }; log.addKey({ evaSampling: 409, qid: F.context('page')['qid'] }); if (F.context('page').relateTopicQids) { logOptions.relateTopicQids = F.context('page').relateTopicQids; } if ($('.classinfo').length) { log.addKey({'classinfo': 1}); } var uadminIcon = $('.uadmin-a'); var uadminIconSize = uadminIcon.length; if (uadminIconSize) { logOptions.uadminIconNum = uadminIconSize; } if (0) { logOptions.uid = F.context('user').uid; } if ($.url.getQueryValue(location.href, 'waitexp')) { logOptions.waitExpType = $.url.getQueryValue(location.href, 'waitexp'); } if ($.url.getQueryValue(location.href, 'personas')) { logOptions.waitExpPersonas = $.url.getQueryValue(location.href, 'personas'); } log.addKey(logOptions); } var grid68 = $('.qb-content'), qid = F.context('page')['qid']; $.each({ 'qb-content' : '.q-content a@', 'qb-supply-content' : '.q-supply-content a@', 'qb-best-text' : '.wgt-best .best-text a@', 'qb-special-bast-text' : '.wgt-special .best-text a@', 'qb-recommend-text' : '.wgt-recommend .recommend-text a@', 'qb-answer-text' : '.answer-text a@', 'qb-replyask-ask' : '.ask+dd a', 'qb-replyask-reply' : '.reply+dd a', 'qb-best-thank' : '.thank pre a', 'qb-answer-refer' : '.answer-refer a' }, function(key, val){ var aLink = grid68.find( val.replace(/\@$/, '[title!="点击查看大图"]') ) .not('.app-keyword,.inner-link') .filter(function(){ return this.getAttribute('href').match(/^http/i) && this.innerHTML != '' && !$(this).closest('.ed2k-wrap').size() && !$(this).closest('.thunder-wrap').size() }); aLink.click(function(){ log.send({ 'type' : 2014, 'page' : 'question', 'qid' : qid, 'area' : key, 'action': 'linkClick', 'text' : this.getAttribute('href'), 'host' : this.getAttribute('href').split('/')[2] }); }); grid68.find( val.replace(/\@$/, '') ).attr('rel', 'nofollow noopener'); }); $(document).on('click', '.ikqb_img_alink', function(evt){ if($.browser.msie&&$.browser.version==6){ return false; } var imgTarget = $(this).find('img'), imgBigSrc = $(this).attr('href'), maxWidth = $(this).parent('p').outerWidth(), imgSmallSrc = imgTarget.attr('esrc'), sourceWidth = imgTarget.width(), sourceHeight = imgTarget.height(); if(imgTarget.hasClass('img_show')){ imgTarget.attr('src',imgBigSrc); if(!imgTarget.hasClass('ikqb_img')){ imgTarget.removeClass('ikqb_img'); imgTarget.animate({ 'width':'100%' },500); }else{ imgTarget.animate({ 'maxWidth':'500px', 'maxHeight':'340px' },500); } imgTarget.removeClass('img_show'); }else{ $(this).append(''); var bigImg = new Image(); bigImg.onload = function(){ imgTarget.attr('src',imgBigSrc); if(sourceWidth == bigImg.width){ imgTarget.removeClass('ikqb_img'); imgTarget.animate({ 'width':'120%' },500); }else{ imgTarget.animate({ 'maxWidth':bigImg.width>maxWidth?maxWidth:bigImg.width, 'maxHeight':bigImg.height },500); } imgTarget.addClass('img_show'); $('.ikqb_img_loading').remove(); } bigImg.src = imgBigSrc; } evt.preventDefault(); }); $(window).load(function () { if (F.context('pageType') === 'asker' && !Number(F.context('page')['delAsk'])) { sendMore.default.init(); } ec.fire('pageLoaded'); }); var loc_ans = $.url.getQueryValue(location.href, 'loc_ans'); if(!loc_ans) { var myAnswerList = $('.wgt-best .answer-mine, .wgt-recommend .answer-mine, .wgt-special .answer-mine'), myAnswer = null; if(myAnswerList.size()){ myAnswer = myAnswerList.first(); setTimeout(function(){ $(document).scrollTop(myAnswer.offset().top - 10); }, 200); // 保证其它回答翻页时定位到首个回答的顶部 } else if (location.hash === '#wgt-answers' && $('#wgt-answers').size()) { // 防止刷新时重复定位 try { if (document.referrer === sessionStorage.getItem('sessionPreReferrer')) { return; } else { sessionStorage.setItem('sessionPreReferrer', document.referrer); } } catch (e) {} // 顺序要在答案折叠后面,以免影响计算 $(window).on('load', function () { // 变为异步排除其他定位干扰 setTimeout(function () { var top = $('#wgt-answers').offset().top; // 主要是排除吸顶头部的干扰防止覆盖住回答顶部 var $title = $('.wgt-ask .ask-title'); var diff = top > $title.offset().top + $title.height() - 50 ? 55 : 0; $(window).scrollTop(top - diff); }, 0) }) } }else { var locAnswerList = $('.wgt-best .answer, .wgt-recommend .answer, .wgt-special .answer'), locAnswer = null; locAnswerList.each(function(index, item) { if($(item).attr("id").indexOf(loc_ans) != -1) { locAnswer = $(item); } }); if(locAnswer) { setTimeout(function(){ $(document).scrollTop(locAnswer.parent().offset().top - 10); }, 200); } } // 统计合伙人回答浏览量 var businessIds = [110791,136077,22177]; businessIds && businessIds instanceof Array && $.ajax({ url: '/business/submit/dailystatistics', method: 'GET', timeout: 30 * 1000, data: { type: 1, businessIds: businessIds.join('_'), qid: F.context('page').qid } }); domReady.init(); F.context('banInfo', null);});}();!function(){var F = (window.__IKNOW_GLOBAL__ || window).F;var require = (window.__IKNOW_GLOBAL__ || window).require; require.async(['common-new:widget/js/logic/dom-ready/dom-ready'], function(D){ D.init({"isNotPgc":"1"}) }); }();!function(){var F = (window.__IKNOW_GLOBAL__ || window).F;var require = (window.__IKNOW_GLOBAL__ || window).require; require.async(["common-new:widget/js/logic/duration/duration"],function(dur){ dur.init(); }); }();!function(){var F = (window.__IKNOW_GLOBAL__ || window).F;var require = (window.__IKNOW_GLOBAL__ || window).require; require.async(['common-new:widget/js/util/monitor/monitor.es'], function(m) { window.iPerformance && m.monitor && m.monitor.init(); }); }();!function(){var F = (window.__IKNOW_GLOBAL__ || window).F;var require = (window.__IKNOW_GLOBAL__ || window).require; require.async(['common-new:widget/js/util/log/log'], function(log) { var ssrEnd = Date.now(); var cost = ssrEnd - Number(1734960485363); setTimeout(function () { log.send({ action: 'latency', area: 'ssr', plat: 'pc', cost: cost, uri: window.location.pathname }); }, 1000); }); }(); require.async(['common-new:widget/lib/jquery/jquery'], function ($) { if (!/chrome|firefox|safari|msie 10|rsv:11|msie [89]/i.test(navigator.userAgent)) { return; } window.BaiduHttps = window.BaiduHttps || {}; window.BaiduHttps.callbacks = function (data) { if (data && data.s === 0) { window.supportHttps = 1; setTimeout(function () { $('a[href^="http://www.baidu.com/s?"]').each(function (index, item) { var link = $(item).attr('href'); if (~link.indexOf('?wd=') || ~link.indexOf('&wd=')) { link = link.replace(/^http/, 'https'); $(item).attr('href', link); } }); }, 2000); } }; var script = document.createElement('script'); script.type = 'text/javascript'; script.src = 'https://www.baidu.com/con?from=zhidao'; document.body.appendChild(script); });" />
日期:2024-12-23 21:28:05 人气:1
现在我们正处于一个地球村,随着各国文化交流的日益频繁,世界上普及率最高的语言——英语,越来越渗透到了我们的日常生活。现在如果不会个一两句英语,仿佛就和这个世界脱轨了一样。但是,你肯定会说,平日工作学习忙,想自学英语又找不到好的方法。
其实英语本身就是一门语言,其最终的目的就是为了能够使用它去和人进行顺利的沟通,因此,大家学习英语的时候一定要认识到这一点,并且对于选择好一家不错的英语培训机构也是非常重要的。我不知道其他人选了什么机构,我自己是通过在线来学习
http://blog.sina.com.cn/s/blog_8a0c5d9a0101fgu3.html?6711.单词
想要自学学好英语,单词的积累量是必不可少的。这就跟我们想要学好中文就必须从一个个的字开始学起一样。平时在工作或学习的地方放一本单词本,并规定在一定时间段内记住几个英语单词,注意每天规定要记住的单词量不要太多,不然没过多久必定会产生抵触情绪。
2.事物联想
想要真正自学好英语,就要把所学的英语融入到生活中去。平时可以多注意观察身边的事物,比如我看到一本书,我立马想到用英语讲就是book,电脑是computer等等。只有将生活和英语紧密联系起来,才能潜移默化地提高自己的英语水平。
3.多说多写
我们现在学了这么多年的英语,水平仍不高,原因是我们总是在被动的接受所学到的英语。如果想要真正地提高自己,我们必须主动,在生活和学习中要大声地说英语,没有倾听的对象可以自己对着书本或者电脑屏幕朗读,有时间的朋友也可多写写,每天记录一片英文日记,这样坚持肯定会有效果。
4.多看英文电影
这是小编最喜欢的学英语的方式,既可以看电影,又可以不知不觉中学习英语。建议看些有中英文对照的电影,多注意英文字幕,英文程度比较好的朋友,可以直接看只有中文翻译的电影,最后的最高境界就是直接看无字幕的英文电影。如果这三个境界都达到了,最起码你的英语听力是没有问题了。
5.寻找有利的环境
有条件的朋友,可以刻意到有英语氛围的地方去学习。比如,多参加些英语角的活动,多找几个外国朋友聊聊天个,或者直接到外国去,将自己置身与一个以英语为母语的国家,了解了解他们的文化和历史,想必你的英语将会突飞猛进。