本文是近期工作中使用到的小知識點,解決方案大都來自於前輩 的部落格,在此感謝,
用,這種方式相容chrome等大多數瀏覽器。
尤其是輸入一長串英文時,瀏覽器認為它是乙個完整的單詞,便不會強制換行,用table-layout:fixed,width="300"等方式都沒用,但是中文會自動換行的。
z_usenum =parseint(entity.usenum);
console.log(cou);
jquery解碼:decodeuricomponent(url);
jquery編碼:encodeuricomponent(url);
string.fromcharcode(97)
jquery ajax 在獲取函式返回值問題上總不如人意,最終找到以下解決辦法:
//新增async:false.即修改為同步 ;等ajax給bol賦值完畢後,才執行下面的js部分。而非同步的話,還沒有來得及賦值,就已經return了。
function vector()
function vector_add( item )
function vector_remove( index )
}this.data = tmpdata;
}function vector_removeitem( item )
newindex++;
}this.data = tmpdata;
}function vector_elementat( index )
function vector_setelementat( index, item )
function vector_insert( index, item )
var data = this.data;
var tmpdata = new array();
var newindex = 0;
for( var i = 0; i < data.length; i++ )
tmpdata[ newindex ] = data[ i ];
newindex++;
}this.data = tmpdata;
}function vector_contains( item )
}return false;
}function vector_length()
function vector_tostring()
datastring += "] ";
return datastring;
}
//定義簡單map
function getmap() ;
map_.get = function(key) ;
map_.remove = function(key) ;
map_.keyset = function()
}
if(ret == "") else
};
return map_;
}
var map = getmap();
map.put("395","12,21,52,89,35");
map.put("396","121111,2222221,5333332,8444449,3555555");
alert(map.get("395"));//輸出:12,21,52,89,35
alert(map.keyset()); //輸出:395,396
最近使用的js和css
1.居中 align center 2.input框中的內容居中 style width 100 text align center 3.去掉 n和 r還有空 replaceall 正規表示式或被替換的值 替換的結果 例 replaceall r n 多個要被替換的話用 分割 成功返回新字串,失敗返...
最近學習總結
ubuntu安裝配置mysql sudo apt get install mysql server wget2 解壓縮 tar zxvf mysql connector python 2.1.1.tar.gz3 安裝 cd mysql connector python 2.1.1python set...
最近的總結
一 想問題的時候盡量把邏輯屢清楚 二 有前台傳遞的值,一定需要校驗,非空的問題,容易跑出nullpointerexception 三 service處理大量的邏輯,使用高效查詢,避免頻繁的訪問資料庫,極大的增加了查詢時間,盡量將方法的可用率提高,這樣可以降低查詢的時間,也能減少重複的方法 四 重複 ...