-
PHP实例:php中使用临时表查询数据一个例子
-
一览通:免费获取520份薪酬绩效文档
级别:| 积分:0 分 | 浏览:75527 | 大小:304.00KB | 下载:4283 次 | 上传:2013-06-29
简介:使用临时表查询数据的一个例子,供大家学习参考 代码如下: $sql3="CREATE TEMPORARY TABLE atmp_table(uid int(11),dnum int(20) not null)"; mysql_query($sql3); $sql3="INSERT into atmp_table(uid,dnum) SELECT uid,count(soid) as dnum FROM `cy_score2` where (nei='下载' or nei='下载试
[=document.body.clientWidth){ return; } new_zoomindex+=0.1; }else{ if(main_width<=980){ return; } new_zoomindex-=0.1; } $('#content').attr('width',parseFloat($('iframe[id^=frame_page]').attr('vwidth'))*new_zoomindex); $('.wk-cont-txt').attr('width',parseFloat($('iframe[id^=frame_page]').attr('vwidth'))*new_zoomindex); $('.wkarch-cont').css('width',parseFloat($('iframe[id^=frame_page]').attr('vwidth'))*new_zoomindex+unit); if(type==1){ $('.main').css('width',parseFloat(main_width)*1.1+unit); }else{ $('.main').css('width',parseFloat(main_width)/1.1+unit); } $('iframe[id^=frame_page]').each(function(){ $(this).attr('width',parseFloat($(this).attr('vwidth'))*new_zoomindex); $(this).attr('height',parseFloat($(this).attr('vheight'))*new_zoomindex); if(typeof document.getElementById($(this).attr('id')).contentWindow.init_zoom_type!='undefined') document.getElementById($(this).attr('id')).contentWindow.init_zoom_type(new_zoomindex); //$(this).contents().init_zoom_type(zoomindex); }); var wkarch_width = parseFloat($(".wkarch-cont").css("width"),10); $("#wksidFixed").css("left",$('.wkarch-cont').offset().left+wkarch_width); $("#wksidFixed").css("margin-left",0); } /*function Enter(e){ index_s1=$('#page_show').val(); index=parseInt(index_s1); var e = e || window.event; if(e.keyCode == 13){ goPage(index); } }*/ //翻页 function goPage(index){ //index_s1=$('#page_show').val(); //index=parseInt(index_s1); index=parseInt(index); var p=$('#content>iframe').length; if(index>p){ for(var i=index+1;i<=p;i++) gonext(); } if(index<=pages){ var l=$('#content>iframe').length; var la=$('#content>iframe:last').position(); var top=$('#frame_page_1').position(); //var he=$('#frame_page_1').attr('height');//console.log(he+'!!'); var he=(la.top-top.top)/(l-1); var ps=he*(index-1)+top.top+2;//+5*new_zoomindex; window.scrollTo(0,ps); //window.setTimeout(function(){scroll_flag=0;},1000); } } function setPagetIndex(){ var top=$('#frame_page_1').position(); var he=$('#frame_page_1').attr('height'); var l=$('#content>iframe').length; var la=$('#content>iframe:last').position(); var h=(la.top-top.top)/(l-1); var p=$.getScroll(); //console.log(p.t+'--'+top.top+'--'+h+'--'+l+'--'+new_zoomindex+'--'+$(document).scrollTop()+'--'+$('#content>iframe:last').attr('id')+$('#frame_page_blank').position()); // console.log($('#frame_page_blank').position()); //top.top+(n-1)*h=(p.t-top.top)/h var page_tmp=parseInt((p.t-top.top)/h)+1; page=page_tmp; $('#page_show').val(page); //console.log(page); } function goPrePage(){ if(page<=0) return ; page--; goPage(page); setPagetIndex(); } function goNextPage(ev){ if(pages<=page) return ; page++; scroll_flag=1;//console.log(page+'--'); goPage(page);//console.log(page+'--'); setPagetIndex(); } //当前页面 //全屏 function screenall(){ var main_width = parseFloat($(".main").css("width"),10); $('div').hide(); $('dl').hide(); //var nElement = document.createElement("div"); new_zoomindex = $(document).width()/parseInt($('#frame_page_1').attr('vwidth')); $('iframe[id^=frame_page]').each(function(){ $(this).attr('width',parseFloat($(this).attr('vwidth'))*new_zoomindex); $(this).attr('height',parseFloat($(this).attr('vheight'))*new_zoomindex); if(typeof document.getElementById($(this).attr('id')).contentWindow.init_zoom_type!='undefined') document.getElementById($(this).attr('id')).contentWindow.init_zoom_type(new_zoomindex); //$(this).contents().init_zoom_type(zoomindex); }); $('.main').css('width',parseFloat(main_width)*new_zoomindex+unit); $('#content').show(); $('.wk-cont-txt').show(); $('.wkarch-cont').show(); $('.main').show(); $('#wktool').show(); $('#wktool').css("z-index",8); $('iframe').show; $('.wk-fixedtool').show(); $('.wk-ft-inner').show(); $('.wk-ft-full').attr({"title":"退出全屏","text":"退出全屏"}); $('.wk-ft-shrink').attr("href",""); $('.wk-ft-magnify').attr("href",""); $('.wk-ft-full').attr("href","javascript:window.location.reload()"); } function gonext(){ var p=$('#content>iframe').length; //sconsole.log(p+'++'); if(p=$(document).height()){ if($("#frame_page_more").attr('flag')==1){ gonext(); } } setPagetIndex(); }); }); $(".more-read").click(function(){ $("#frame_page_more").hide(); $("#frame_page_more").attr('flag',"1"); gonext(); })