亚洲AV午夜精品一区二区/欧美日韩亚洲v在线观看/日韩免费视频/久久大香伊蕉在人线国产昨爱

全時(shí)財(cái)經(jīng)

首頁(yè) > 股票 > 正文

今日21只個(gè)股突破年線

   證券時(shí)報(bào)股市大數(shù)據(jù)新媒體“數(shù)據(jù)寶”統(tǒng)計(jì),截至今日下午收盤,上證綜指3285.06點(diǎn),收于年線之上,漲跌幅-0.230%,A股總成交額為5841.70億元。到目前為止今日有21只A股價(jià)格突破了年線,其中乖離率較大的個(gè)股有京漢股份、太空板業(yè)、中國(guó)銀河等,乖離率分別為7.79%、7.01%、6.21%;泰和新材、健康元、晨光文具等個(gè)股乖離率小,剛剛站上年線。

8月2日突破年線個(gè)股乖離率排名

證券代碼證券簡(jiǎn)稱今日漲跌幅
(%)
今日換手率
(%)
年線(元)最新價(jià)(元)乖離率(%)
000615京漢股份 9.97 29.51 12.39 13.35 7.79
300344太空板業(yè) 10.04 18.95 11.67 12.49 7.01
601881中國(guó)銀河 7.74 20.09 12.32 13.08 6.21
002457青龍管業(yè) 9.97 29.17 13.45 14.23 5.80
002176江特電機(jī) 5.54 8.83 11.47 12.01 4.72
000802北京文化 5.29 16.36 18.48 19.11 3.40
600293三峽新材 7.43 6.23 10.49 10.84 3.36
300285國(guó)瓷材料 4.51 1.43 19.08 19.68 3.16
000762西藏礦業(yè) 9.99 10.02 17.52 18.05 3.01
300409道氏技術(shù) 2.64 6.80 40.89 41.95 2.59
600463空港股份 2.97 3.10 15.64 15.93 1.88
600773西藏城投 3.33 7.88 13.12 13.33 1.63
600227赤 天 化 10.02 2.17 6.71 6.81 1.50
000400許繼電氣 2.14 0.93 16.93 17.18 1.48
600792云煤能源 10.04 6.51 5.41 5.48 1.24
300117嘉寓股份 3.45 5.59 7.12 7.20 1.13
600317營(yíng) 口 港 1.71 0.71 3.54 3.57 0.92
603429集友股份 1.40 0.91 74.12 74.53 0.55
603899晨光文具 1.36 1.35 17.77 17.83 0.35
600380健 康 元 5.22 1.69 9.66 9.68 0.19
002254泰和新材 1.07 2.24 13.23 13.24 0.07
<script type="text/javascript">$(document).ready(function (){ var $denglu = $('.denglu'); var $tc_box = $('.tc_box'); var $bghover = $('.bghover'); var $close = $('.close'); $denglu.bind('click',function(){ $tc_box.show(); $bghover.show(); showCount('.tc_box'); }); $close.bind('click',function(){ $tc_box.hide(); $bghover.hide(); }); function showCount(obj){ var $body_height = $('body').css('height'); $bghover.css('height', $body_height); var $scroll_top = $(window).scrollTop(); var $obj = $(obj); var $width = parseInt($obj.css('width')); var $height = parseInt($obj.css('height')); $obj.css({ marginLeft : -($width / 2), marginTop : -($height / 2) + $scroll_top }); } $('#username').keydown(function (event){ if (event.keyCode == 13) { $('#ajaxlogin').click(); } }); $('#password').keydown(function (event){ if (event.keyCode == 13) { $('#ajaxlogin').click(); } }); //手動(dòng)登錄部分與處理 $('#ajaxlogin').click(function (){ var message = ""; var err = false; if($('#username').val()==''){ message = "用戶名或密碼不能為空"; err = true; } if($('#password').val()==''){ message = "用戶名或密碼不能為空"; err = true; } if(err){ $("#loginError").html("*"+message); $("#loginError").show(); return false; } $("#ajaxlogin").attr("disabled", true); $("#ajaxlogin").css("background","#ababab"); var isrember = '0'; if($("#remUsername").attr("checked")){ isrember = '1'; } $.ajax({ type: "POST", dataType: "json", url: "/passport/ajaxLogin.do", data:{ username:$('#username').val(), password:$('#password').val(), isrember:isrember }, cache: false, success:function (data) //回傳函數(shù) { if(data.result==1){ //如果已登錄,在這里做相應(yīng)處理 //window.location.href=""; $('#username').val(""); $('#password').val(""); $("#loginError").html(""); $("#loginBox").hide(); $bghover.hide(); $("#notLogin").hide(); $("#nick").html(data.user.nick); $("#hasLogin").show(); }else{ $("#loginError").html("*用戶名或密碼不正確"); $("#loginError").show(); } $("#ajaxlogin").removeAttr("disabled"); $("#ajaxlogin").css("background","#b90a0a"); }, error:function (xmlHttpRequest, textStatus, errorThrown){ $("#ajaxlogin").removeAttr("disabled"); $("#ajaxlogin").css("background","#b90a0a"); //alert("服務(wù)器維護(hù),請(qǐng)稍候登錄"); } }); }); $("#loginBox").hide(); $("#hasLogin").hide(); $("#loginError").hide(); //自動(dòng)登錄 //檢查用戶登錄狀態(tài)并處理,注意這里的提交參數(shù)與上面方式不同 var ssoreceivetgturl = 'https://passport.stcn.com/wsLoginAssis.js?'+new Date().getTime(); $.getScript(ssoreceivetgturl, function(){ if( typeof tgtId !='undefined' && (tgtId=='null' || tgtId==null)){ tgtId = ''; } $.post( '/passport/ajaxLogin.do', { tgtId:(tgtId!==undefined)?tgtId:'' }, function (data) //回傳函數(shù) { if(data.result==1){ //如果已登錄 //window.location.href=""; $("#notLogin").hide(); $("#loginBox").hide(); $("#nick").html(data.user.nick); $("#hasLogin").show(); return; } }, 'json' ); });});function logout(){ //處理ajax超時(shí)的范例 var isneedtoKillAjax = true; // set this true var ssologoutUrl = "https://passport.stcn.com/ajaxlogout?jsoncallback=?"; var myAjaxCall = $.getJSON(ssologoutUrl, function(data) { isneedtoKillAjax = false; //TODO:用戶注銷后可以做的事 $.post("/passport/ajaxLogout.do",{}, function(data) { $("#notLogin").show(); $("#loginError").html(""); $("#loginBox").hide(); $("#loginError").hide(); $("#hasLogin").hide(); $("#nick").html(""); $("#ajaxlogin").removeAttr("disabled"); } ); } ); setTimeout(function() { if(isneedtoKillAjax){ myAjaxCall.abort(); } }, 5000); }</script> <script type="text/javascript" src="http://img.stcn.com/templates/stcn/css/index2015/jQselect.js"></script><script type="text/javascript"> var content = '';//第一頁(yè)內(nèi)容緩存 var context = '';//全文內(nèi)容緩存 $(function(){ content = $('#ctrlfscont').html(); }) function fulltext(){ //單頁(yè)閱讀 if(context =='') $.getJSON('http://app.stcn.com/'+'?app=article&controller=article&action=fulltext&jsoncallback=?&contentid='+contentid,function(data){ context = data.content; $('#ctrlfscont').html(data.content); $('#show-all-cont').html('分頁(yè)閱讀').parent().siblings().hide(); $('.bor-ccc').hide(); isfulltext = true; holdpic(); }); else{ $('#ctrlfscont').html(isfulltext?content:context); $('#show-all-cont').html(isfulltext?'單頁(yè)閱讀':'分頁(yè)閱讀').parent().siblings().toggle(isfulltext === true); isfulltext = (isfulltext === false); $('.bor-ccc').show(); holdpic(); } } //cmstop后臺(tái)pv統(tǒng)計(jì)代碼 $.getJSON(APP_URL+'?app=system&controller=content&action=stat&jsoncallback=?&contentid='+contentid); function holdpic(){//控制內(nèi)容區(qū)域的的圖片大小并為過(guò)大的圖片添加查看原圖 var options = { imageLoading:'http://img.stcn.com/'+'js/lib/lightBox/lightbox-ico-loading.gif', imageBtnPrev:'http://img.stcn.com/'+'js/lib/lightBox/lightbox-btn-prev.gif', imageBtnNext:'http://img.stcn.com/'+'js/lib/lightBox/lightbox-btn-next.gif', imageBtnClose:'http://img.stcn.com/'+'js/lib/lightBox/lightbox-btn-close.gif', imageBlank:'http://img.stcn.com/'+'js/lib/lightBox/lightbox-blank.gif' }; $('#ctrlfscont').find('img').each(function(){ var img = this; if (img.width>608) { img.style.width = '600px'; $(img).removeAttr('height'); var aTag = document.createElement('a'); aTag.href = img.src; $(aTag).addClass('bPic') .insertAfter(img).append(img) .lightBox(options); } }); } $(window).load(function(){ holdpic(); }); var $menu_li = $('.menu_con').find('li') $menu_li.bind('mouseover',function(){ if( $(this).attr('class') != 'cur'){ $(this).addClass("cur1").siblings().removeClass("cur1"); }else{ $(this).addClass("cur").siblings().removeClass("cur1"); } }) $menu_li.bind('mouseout',function(){ $(this).removeClass('cur1'); }) //文章發(fā)布時(shí)間離現(xiàn)在未超過(guò)24小時(shí)才統(tǒng)計(jì)全媒體網(wǎng)站記錄點(diǎn)擊量 function checkArticleHits(){ try { //獲取文章發(fā)布時(shí)間 var begindate = publishdate; var beginsecond = changeDate(begindate).getTime(); //獲取客戶端當(dāng)前系統(tǒng)時(shí)間 var date = new Date(); var endsecond = date.getTime(); var days = (endsecond-beginsecond)/(24*3600*1000); if(days < 1){ // 全媒體網(wǎng)站記錄點(diǎn)擊量接口 doArticleHits(contentid, publishdate); } } catch (e) { } } // 如果你的時(shí)間是字符串 yyyy-MM-dd hh:mm:ss ,下面函數(shù)可以轉(zhuǎn)成時(shí)間 function changeDate(str){ try{ var newstr = str.replace(/-/g,'/'); return new Date(newstr); }catch (e){ alert("轉(zhuǎn)換時(shí)間出錯(cuò),原因:" + e.message); } } checkArticleHits(); </script>

本站部分文章來(lái)源于網(wǎng)絡(luò),版權(quán)屬于原作者所有;如有轉(zhuǎn)載或引用文章/圖片涉及版權(quán)問(wèn)題,請(qǐng)聯(lián)系我們處理!

相關(guān)推薦