//先建立乙個js格式寫入
//建立物件
function $()
function base()
//新增方法
base.prototype.getid=function(id);
base.prototype.gettagname=function(tagname)
//obj節點物件
function base(obj)
}//新增方法
base.prototype.getid=function(id);
base.prototype.gettagname=function(tagname)
}else if(typeof property=='object')
//遍歷節點
for(var i=0;i//修改屬性
/*兩個引數:修改屬性
乙個引數:獲取屬性
乙個引數:批量設定屬性
*/base.prototype.attr=function(property,value);
//事件
base.prototype.click=function(fn)else
}return this;
};//在建立乙個html
嘎哈hello world
拉開距離科技
坎坎坷坷擴
Python建立模組並匯入
python建立自己的模組很方便,所有的.py檔案都被視為是乙個模組 我們可以用import 檔名的方式把它匯入自己的新檔案 不過我們要注意建立的模組要符合命名規範,比如首字母不能是數字等 如果首字母是數字就會出現語法錯誤 引用的時候不用加副檔名.py 下面我們通過例項來演示一下 首先建立乙個檔案a...
建立SSH金鑰對並匯入
在使用者主目錄下,看看有沒有.ssh目錄,如果有,再看看這個目錄下有沒有 id rsa 和 id rsa.pub 這兩個檔案如果已經有了,可直接跳到下一步如果沒有,開啟shell windows下開啟git bash 建立ssh key ssh keygen t rsa c youremail ex...
Oracle建立表空間 建立使用者並授權 匯入匯出等
平時用到的比較多的語句,記錄下來 建立臨時表空間 create temporary tablespace plat temp tempfile d oracle oradata orcl plat temp.dbf size 2g autoextend on next 200m maxsize un...