ionic基于angularjs,頁(yè)面跳轉(zhuǎn)有兩種方式,$state.go('main'),或者ui-sref="main" 1.$state.g...
運(yùn)行web項(xiàng)目時(shí),用nginx啟動(dòng)的需要做如下配置, nginx.conf ,在電腦中存放的位置是:/usr/local/etc/nginx/n...
Jquery和DOM區(qū)別 DOM處理: var p = document.getElementById('imooc'); p.innerHTM...
概念:HTML DOM 定義了訪問和操作 HTML 文檔的標(biāo)準(zhǔn)方法。 DOM 將 HTML 文檔表達(dá)為樹結(jié)構(gòu)。HTML DOM 定義了所有 HT...
angular自定義指令 (1)directive---restrict屬性EACM (function() { 'use strict'; ...
npm ERR! network read ECONNRESET npm ERR! network This is most likely no...
1.angular ng-repeat orderBy 最后一個(gè)desc參數(shù)一般是true和false,是否逆序,默認(rèn)是false js中實(shí)現(xiàn):...
使用pod install出現(xiàn)如下錯(cuò)誤 -bash: /usr/local/bin/pod: /System/Library/Framework...
HTML5種的web storage包含兩種存儲(chǔ)方式:localStorage和sessionStorage,這兩種方式存儲(chǔ)的數(shù)據(jù)不會(huì)自動(dòng)發(fā)給服...