1.確認 mysql  密碼 為 41位元(php5.3要用)

`mysql`.`user` 可以看到密碼 

benjamin16pp 發表在 痞客邦 留言(0) 人氣()

header("Access-Control-Allow-Origin: *");

服務端: 解除對跨網域的限制

benjamin16pp 發表在 痞客邦 留言(0) 人氣()

$("aaa").live("clickr",function(e){
if(e.target == this){

benjamin16pp 發表在 痞客邦 留言(0) 人氣()

var newArray = oldArray.slice();


benjamin16pp 發表在 痞客邦 留言(0) 人氣()

var testFunction = function(obj) {

var args = Array.prototype.slice.call(arguments,1);

benjamin16pp 發表在 痞客邦 留言(0) 人氣()

function testcall(){

 alert(this);

benjamin16pp 發表在 痞客邦 留言(0) 人氣()

http://www.javaworld.com.tw/roller/caterpillar/entry/javascript_function_memo

 

benjamin16pp 發表在 痞客邦 留言(0) 人氣()

其實除了font的相關屬性外,其他屬性都不繼承


benjamin16pp 發表在 痞客邦 留言(0) 人氣()

----- 設定 Apache 支援 .htaccess 保護功能 -----
當您網站上有某些網頁不想讓人可以隨便瀏覽 (例如:管理介面、程式後台.....),此時可利用 Apache 內的 .htaccess 功能來替網頁進行管制保護

benjamin16pp 發表在 痞客邦 留言(0) 人氣()

  • When you add or remove a DOM node.
  • When you apply a style dynamically (such as element.style.width="10px").
  • When you retrieve a measurement that must be calculated, such as accessing offsetWidth, clientHeight, or any computed CSS value (via getComputedStyle() in DOM-compliant browsers or currentStyle in IE).

benjamin16pp 發表在 痞客邦 留言(0) 人氣()

1 23