糟糕 最近一連狂喚IP
好多網頁連結都失效了
如果有看到 請在這邊跟我回報喔 感謝^^
Easy is power
糟糕 最近一連狂喚IP
好多網頁連結都失效了
如果有看到 請在這邊跟我回報喔 感謝^^
#html
<a href=”#tr1″ class=”Tableslide”>
<table border=”0″ width=”100%”>
<tr>
<td>
<samp>連結</samp>
</td>
<td ID=”img_title_ar” Class=”title_ar1″ >
</td>
</tr>
</table>
</a>
<div id=”tr2″>
…
</div>
#js
$(“.Tableslide”).click(function() {
var _this = $(this).attr(“href”);
if ($(_this).css(“display”) == “none”) {
$(_this).slideDown();
//$(this).html(“-“);
document.getElementById(“img_title_ar”).className = “title_ar1”;
} else {
$(_this).slideUp();
//$(this).html(“+”);
document.getElementById(“img_title_ar”).className = “title_ar2”;
}
$(“#msg”).html($(_this).css(“display”));
return false;
});
#css
.title_ar1
{
background: url(‘../images/title_arup.gif’);
}
.title_ar2
{
background: url(‘../images/title_ardw.gif’);
}
http://www.hkcode.com/programming/242
opencart step_3 安裝出錯
問題在於 不要使用 WAMP 2.6.0 安裝包
原因不明~
(事後猜測 可能是我腦殘 Win7裝這包…appserv-win32-2.6.0)
解說:win7 是 win64位元的 使用32位元的去裝 "可能" 會有問題…
使用 AppServ_2.5.10 就可以安裝的很開心 Orz…
另外win7可能發生的問題 [轉貼]Win7 MySQL的phpmyadmin無法開啟
[轉貼]Win7 MySQL的phpmyadmin無法開啟
http://cabuchi.pixnet.net/blog/trackback/c366cbf8e4/37900431