ionic基于angularjs,页面跳转有两种方式,$state.go('main'),或者ui-sref="main" 1.$state.g...
运行web项目时,用nginx启动的需要做如下配置, nginx.conf ,在电脑中存放的位置是:/usr/local/etc/nginx/n...
Jquery和DOM区别 DOM处理: var p = document.getElementById('imooc'); p.innerHTM...
概念:HTML DOM 定义了访问和操作 HTML 文档的标准方法。 DOM 将 HTML 文档表达为树结构。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 最后一个desc参数一般是true和false,是否逆序,默认是false js中实现:...
使用pod install出现如下错误 -bash: /usr/local/bin/pod: /System/Library/Framework...
HTML5种的web storage包含两种存储方式:localStorage和sessionStorage,这两种方式存储的数据不会自动发给服...