• logo
  • 斯诺克新闻 斯诺克新闻

    季末排名:丁俊晖升至第9 塞尔比连续五赛季第1

    分享到:

    2016年5月3日

    视频加载中,请稍候...
    /*自动播放1*/ var AUTOPLAY = 1; /*连播1*/ var CONTIPLAY = 1; /*处理自动播放选项和cookie*/ (function() { var Tool = CommonTool; var chk = Tool.byId('J_Video_Autoplay'); var ua = navigator.userAgent.toLowerCase(); var isIOS = /\((iPhone|iPad|iPod)/i.test(ua); if (isIOS) { console.log(chk.parentNode.style.display); chk.parentNode.style.display = 'none'; return; } chk.parentNode.style.display = ''; var clickCookie = function() { Tool.bindEvent(chk, 'change', function() { var chked = chk.checked; Tool.writeCookie('ArtiVAuto', (chked ? 1 : 0), 24 * 365 * 10, '/', '.sina.com.cn'); }); } var byCookie = function() { var coo = Tool.readCookie('ArtiVAuto'); if (coo) { if (parseInt(coo) == 0) { chk.checked = false; AUTOPLAY = 0; } } }; clickCookie(); byCookie(); })(); /*获取第一个视频vid*/ var firstItem = CommonTool.byClass('J_Play_Item', 'J_Play_List')[0]; var fInfo = firstItem.getAttribute('play-data').split('-'); var fVid = fInfo[0]; var fPid = fInfo[1]; var sinaBokePlayerConfig_o = { container: "J_Article_Player", //Div容器的id width: 525, height: 430, playerWidth: 525, //宽 playerHeight: 430, //高 autoLoad: 1, //自动加载 autoPlay: AUTOPLAY, //自动播放 as: 1, //广告 pid: fPid, tjAD: 0, //显示擎天柱广告 tj: 1, //片尾推荐 continuePlayer: 1, //连续播放 casualPlay: 1, //任意拖动视频 head: 0, //播放片头动画 logo: 0, //显示logo share: 0, thumbUrl: "" }; (function() { var toggle = function(id, hide) { var e = CommonTool.byId(id); var par = e.parentNode; if (hide) { CommonTool.addClass(par, e.className + '_disabled'); } else { CommonTool.removeClass(par, e.className + '_disabled'); } } var scroll = new ScrollPic(); scroll.scrollContId = "J_Play_List"; //内容容器ID scroll.arrLeftId = "J_Player_Prev"; //左箭头ID scroll.arrRightId = "J_Player_Next"; //右箭头ID scroll.listEvent = "onclick"; //切换事件 scroll.frameWidth = 532; //显示框宽度 **显示框宽度必须是翻页宽度的倍数 scroll.pageWidth = 133 * 3; //翻页宽度 scroll.upright = false; //垂直滚动 scroll.speed = 10; //移动速度(单位毫秒,越小越快) scroll.space = 15; //每次移动像素(单位px,越大越快) scroll.autoPlay = false; //自动播放 scroll.autoPlayTime = 5; //自动播放间隔时间(秒) scroll.circularly = false; scroll._move = scroll.move; scroll.move = function(num, quick) { scroll._move(num, quick); toggle(scroll.arrRightId, scroll.eof); toggle(scroll.arrLeftId, scroll.bof); }; scroll.initialize(); //初始化 toggle(scroll.arrLeftId, scroll.bof); })(); var autoPlayCheck = $("#J_Video_Autoplay")[0].checked; var autoPlayFlv = 0; var autoPlayH5 = false; if(autoPlayCheck){ autoPlayFlv = 1; var autoPlayH5 = true; } var flashConfig = { url: "", // flash播放器地址, container : "J_Article_Player", id: "myMovie", width: 525, height: 430, params : { allowNetworking : "all", allowScriptAccess : "always", wmode : "opaque", allowFullScreen : "true", quality : "high" }, attributes: {}, flashvars: { autoPlay: autoPlayFlv, //是否自动播放 loop: 0, autoLoad: 1, thumbUrl: '', tj: 1, as: 1, mode: 2 }, h5attr: { autoPlay: autoPlayH5, //是否自动播放 controls: true, //是否显示控制条 loop: false, poster: '', //视频加载前欲加载的图片地址,即播放器一开始显示的截图 preload: 'auto' } }; var videoList = [ { video_id: '250574700', source:'', pid:'6', url: 'http://video.sina.com.cn/view/250574700.html', title:'丁俊晖世锦赛决赛回顾'//, //swfOutsideUrl:"http://you.video.sina.com.cn/api/sinawebApi/outplayrefer.php/video_id=250574700/s.swf" }, { video_id: '250574696', source:'', pid:'6', url: 'http://video.sina.com.cn/view/250574696.html', title:'丁俊晖无缘世锦赛冠军'//, //swfOutsideUrl:"http://you.video.sina.com.cn/api/sinawebApi/outplayrefer.php/video_id=250574696/s.swf" }, { video_id: '250574919', source:'', pid:'6', url: 'http://video.sina.com.cn/view/250574919.html', title:'丁俊晖外教评小丁表现'//, //swfOutsideUrl:"http://you.video.sina.com.cn/api/sinawebApi/outplayrefer.php/video_id=250574919/s.swf" }, { video_id: '250575122', source:'', pid:'6', url: 'http://video.sina.com.cn/view/250575122.html', title:'塞尔比夺冠举蓝狐队旗'//, //swfOutsideUrl:"http://you.video.sina.com.cn/api/sinawebApi/outplayrefer.php/video_id=250575122/s.swf" }, ] (function($){ var Play = { init: function(flashConfig, videoList){ this.flashConfig = flashConfig; this.videoList = videoList; this.playVideo = playVideo; this.prev = this.current = 0; this.length = this.videoList.length; this.contNode = $("#J_Video_Autoplay"); this.titleNode = $("#J_Video_Source"); this.playListNode = $("#J_Play_List .J_Play_Item"); if(videoList.length!==1){ //显示小图 CommonTool.byId('J_Play_List_Wrap').style.display=''; } if(videoList.length<5){ CommonTool.byId('J_Player_Prev').style.display='none'; CommonTool.byId('J_Player_Next').style.display='none'; } this.initPlayer(); this.bind(); }, bind: function(){ var _this = this; $("#J_Play_List").on("click", ".J_Play_Item a", function(e){ e.preventDefault(); _this.playCurrent($(this)); }); }, initPlayer: function(){ var _this = this; this.player = this.playVideo(this.flashConfig); this.player.init(this.videoList[this.prev]); this.player.on("playCompleted", function(){ _this.playNext(); }); this.playListNode.eq(0).addClass("selected"); this.titleInfo = this.videoList[0].title; if(this.videoList[0].url!=""){ this.titleInfo = ''+this.videoList[0].title+''; } if(this.videoList[0].source!==''){ this.titleInfo += '(来源:'+this.videoList[0].source+')'; } this.titleNode.html(this.titleInfo); }, playCurrent: function($this){ this.prev = this.current; this.current = $this.parents(".J_Play_Item").index(); this.play(this.prev, this.current); }, playNext: function(){ if(!this.contNode[0].checked){ return; } this.prev = this.current; if(this.current >= this.length - 1){ return; } this.current++; this.play(this.prev, this.current); }, play: function(prev, current){ this.player.playVideo(this.videoList[current]); this.titleInfo = this.videoList[current].title; if(this.videoList[current].url!=""){ this.titleInfo = ''+this.videoList[current].title+''; } if(this.videoList[current].source!=""){ this.titleInfo += '(来源:'+this.videoList[current].source+')'; } this.titleNode.html(this.titleInfo); this.playListNode.eq(prev).removeClass("selected"); this.playListNode.eq(current).addClass("selected"); } } Play.init(flashConfig, videoList); })(jQuery);

    丁俊晖升到第9丁俊晖升到第9

      新体讯  北京时间5月3日凌晨5点,2016年世界斯诺克锦标赛在克鲁斯堡剧院落下大幕,马克-塞尔比18-14击败丁俊晖,第2次捧起世锦赛冠军奖杯,这是塞尔比职业生涯第7个排名赛冠军。

      世锦赛的结束意味着2015-2016赛季正式曲终人散,季末排名呼之欲出,在世锦赛开赛前,塞尔比因为扣去2014年夺冠的世锦赛奖金后,临时排名跌到第7位,面临只有夺冠才能保住世界第一的窘境,但莱切斯特小丑最终顶住压力,击败傅家俊和丁俊晖赢得了世界冠军,从而以680041英镑蝉联季末世界第一宝座,追平雷-里尔顿连续5个赛季荣获世界第一的纪录。自1976年世界台联实现排名积分以来,除了塞尔比和雷-里尔顿之外,还有两人做到过连续5个赛季季末第一,老球王戴维斯在上世纪80年代连续7个赛季登上季末世界第一,而台球皇帝亨德利则是在90年代连续8个赛季登上世界第一宝座。

      原本最有希望赢得季末世界第一宾汉姆却在世锦赛首轮意外输给卡特,最终只能以586720排名第2,落后塞尔比93321英镑,中国赛冠军特鲁姆普排名第三,奖金数为453166英镑,大奖赛冠军墨菲排名第4,落后小特只有3108英镑。世锦赛首轮出局罗伯逊排名第5,希金斯排名第6,二人奖金数都已经突破40万大关。PTC总决赛冠军艾伦排名第7,奖金数为392700英镑,沃顿排名第8。

      中国赛后不幸跌出前16的丁俊晖在本届世锦赛发挥出色,虽然无缘冠军,但凭借亚军成绩排名升至第9位,奖金数为314925英镑,世锦赛止步16强奥沙利文

      排名跌至第10位,奖金数不足30万英镑,奥沙利文跌出前8固然世锦赛过早出局有关,但本赛季参赛太少也是一个不可忽视的因素,佩里排名第11位,落后火箭6167英镑,世锦赛打入4强傅家俊排名第12位,奖金数为253241英镑,马克威廉姆斯,霍金斯,古尔德分列第13-15位,三人奖金数都已突破20万大关。

      本赛季上海大师赛冠军凯伦-威尔逊在世锦赛有着不俗的发挥,连克两位top16球手打入8强,从而以195899英镑职业生涯首次跻身前16行列。世锦赛首轮遭遇特鲁姆普逆转梁文博屈居第17位,落后威尔逊8798英镑。本赛季表现糟糕的马奎尔排名跌至第18位,创造了近11年来年终排名新低,小怀特和迈克马努斯分列19-20位。

      中国军团方面,田鹏飞第48位,肖国栋排名第51位,李行排名第52位,周跃龙54位,于德陆第63位,张安达第65位,曹宇鹏第72位,张勇第98位,鲁宁第100位,吕琛玮第108位,居热提第117位,刘闯第120位。5名中国球手(曹宇鹏、鲁宁、吕琛玮、居热提、刘闯)不幸降级。(韩悦天)

      附:季末排名

      1  塞尔比    680041

      2  宾汉姆    586720

      3  特鲁姆普    453166

      4   墨菲    450058

      5  罗伯逊    406360

      6  希金斯    400925

      7   艾伦    392700

      8   沃顿    324752

      9  丁俊晖    314925

      10 奥沙利文    296250

      11  佩里    290083

      12 傅家俊    253241

      13 威廉姆斯    237375

      14 霍金斯    228025

      15 古尔德    217759

      16 凯伦-威尔逊    195899

      17 梁文博    187101

      18 马奎尔    181450

      19 迈克尔-怀特    178033

      48 田鹏飞    74616

      51 肖国栋    71045

      52  李行    70925

      54 周跃龙    65658

      63 于德陆    50400

      65 张安达    45816

      72 曹宇鹏    38175

      98  张勇    8000

      100 鲁宁    6817

      108 吕琛玮    4125

      117 居热提    1400

      120 刘闯    600

    -->来源:新体阅读:406

    更多新闻:

    下一条:丁俊晖反扑未果14-18不敌塞尔比 无缘世锦赛冠军
    *本文来源于网络,如涉及版权问题,请联系Email:7399901@qq.com
     您好:发表评论
     
    返回顶部

    官方QQ群:60775081