×

股票软件源码 源代码 代码

为什么在股票软件导入了公式源代码却出不来图线呢?lightbox于其他代码冲突

admin admin 发表于2022-05-11 06:37:51 浏览126 评论0

抢沙发发表评论

为什么在股票软件导入了公式源代码却出不来图线呢

原因有很多:1、如果源码没有问题,可能是没有满足条件的信号。2、公式编写有问题;3、公式中有时间限制函数;等等,最好把源码发上来,给你检测一下。

lightbox于其他代码冲突

很简单,问题就是出在function $(id) { return document.getElementById(id); }这一句,你这样写嘛,你可以将你代码封装好一点,这样就不会出现这种问题了,如这样封装 (function($){ // 放你原来的代码 如下 function addLoadEvent(func){ var oldonload = window.onload; if (typeof window.onload != ’function’) { window.onload = func; } else { window.onload = function(){ oldonload(); func(); } } } function moveElement(elementID,final_x,final_y,interval) { if (!document.getElementById) return false; . . . . . .})(function $(id) { return document.getElementById(id); });

关于ASP幻灯片代码

我在学ASP,最近才刚弄了下一这个,给个代码给你吧,分享一下快乐《%set rs = server.CreateObject(“ADODB.Recordset“)sql = “select * from table where pass=1 order by time desc“rs.open sql,cn,1,1’循环..op=1do while not rs.eofdizhi=trim(rs(“dizhi“))thusl=trim(rs(“url“))tname=trim(rs(“name“))if op=1 thenpicsdd=dizhilinksd=thusltextsd=tnameelsepicsdd=picsdd+“|“+dizhilinksd=linksd+“|“+thusltextsd=textsd+“|“+tnameend ifop=op+1rs.movenextlooprs.close()set rs=nothing%》《SCRIPT type=text/javascript》var focus_width=240var focus_height=170var text_height=24var swf_height = focus_height+text_heightvar pics=“《%=picsdd%》“var links=“《%=linksd%》“var texts=“《%=textsd%》“ document.write(’《object classid=“clsid:d27cdb6e-ae6d-11cf-96b8-444553540000“ codebase=“ document.write(’《param name=“allowScriptAccess“ value=“sameDomain“》《param name=“movie“ value=“focus.swf“》《param name=“quality“ value=“high“》《param name=“bgcolor“ value=“#E6E6E7“》’); document.write(’《param name=“menu“ value=“false“》《param name=wmode value=“opaque“》’); document.write(’《param name=“FlashVars“ value=“pics=’+pics+’&links=’+links+’&texts=’+texts+’&borderwidth=’+focus_width+’&borderheight=’+focus_height+’&textheight=’+text_height+’“》’); document.write(’《embed src=“focus.swf“ wmode=“opaque“ FlashVars=“pics=’+pics+’&links=’+links+’&texts=’+texts+’&borderwidth=’+focus_width+’&borderheight=’+focus_height+’&textheight=’+text_height+’“ menu=“false“ bgcolor=“#F0F0F0“ quality=“high“ width=“’+ focus_width +’“ height=“’+ focus_height +’“ allowScriptAccess=“sameDomain“ type=“application/x-shockwave-flash“ pluginspage=“《/SCRIPT》希望你明白了