js:
window.pop =
/*create the link type dom
*@return dom
*/function linkdom (text, link)
/*close pop function*/
function closefun ()
/*確認提示
*@param title 確認提示標題
*@param desc 確認提示描述
*@param fn 確認後**函式
*/confirm: function(title, desc, fn)
};/*
*修正元素的定位,使之絕對定位於頁面中間
*@param e 目標元素
*/function popoffset (e));}/*
*修正元素的x軸定位,使之x軸絕對定位於頁面中間
*@param e 目標元素
*/function popoffsetx (e));}/*
*返回元素距離頁面頂端的距離和左邊的距離
*@param e 目標元素
*@return array [左邊距,頂邊距]
*/function getelementoffset(e)
//渲染時初始化
$(function();
})css:
.pop-wrap
.pop-wrap .pop-content
.pop-wrap .pop-content .pop-title
.pop-wrap .pop-content .pop-describe
.pop-wrap .pop-content .pop-describe b
.pop-wrap .pop-button-box
.pop-wrap .pop-button-box .pop-button
.pop-wrap .pop-button-box .pop-button-single
.pop-wrap .pop-button-box .pop-button-double
提醒 曾經犯的謎之錯誤
1.n,m輸入反了。2.lct的access和cut操作後忘記pushup。3.splay的del操作後忘記pushup。4.過程名太像呼叫錯了過程自己還以為是對的qaq 5.寫了過程沒呼叫。6.注意二分答案到最後的答案到底是什麼 7.滾動陣列時,for i 1 i n i now i 1 now處...
AndroidStudio常見錯誤收集 MAC版
問題 1 起因,在專案中我開啟了jack編譯器,使用了butterknife第三方工具的時候,引入了annotationprocessor,起初是沒問題的,之後我再修改編譯版本的時候,比如把build tools version公升到最高,然後對應的support v7 v4的版本也提公升到相應的版...
Jmeter中請求出現415錯誤提醒
頁面請求出現415錯誤是 請求引數格式有誤 問題 我http請求時,使用的是在 訊息體資料 中填寫請求引數 string string 解決方法 新增http請求頭 名稱 content type 值 text xml 擴充套件點 http請求協議 1 引數 對應的是from列表資料 2 訊息體資料...