摘要: 在命令行中输入 按3个回车,密码为空。 Your identification has been saved in /home/tekkub/.ssh/id_rsa.Your public key has been saved in /home/tekkub/.ssh/id_rsa.pub.The 阅读全文
posted @ 2016-05-03 10:27 $button 阅读(153) 评论(0) 推荐(0) 编辑
摘要: 一、什么是routing(路由) Almost all non-trivial, non-demo Single Page App (SPA) require multiple pages. A settings page is different from a dashboard view. Th 阅读全文
posted @ 2016-04-26 17:22 $button 阅读(1866) 评论(0) 推荐(0) 编辑
摘要: <div ng-controller="footController"> <ul > <a style="display: block;" ng-repeat="footItem in footItems"ng-click='click($index)' ng-class="{action: $in 阅读全文
posted @ 2016-04-26 15:50 $button 阅读(372) 评论(0) 推荐(0) 编辑
摘要: 林炳文Evankaka原创作品。出处http://blog.csdn.net/evankaka 本教程使用AngularJS版本:1.5.3 AngularJs GitHub: https://github.com/angular/angular.js/ AngularJs下载地址:https:// 阅读全文
posted @ 2016-04-26 10:36 $button 阅读(2620) 评论(0) 推荐(0) 编辑
摘要: 做移动端的Web也有一段时间了,踩过的坑真心不少。 下面列出一些,移动端浏览器兼容性的Bug,供大家参考。 【UC浏览器】video标签脱离文档流 场景:<video>标签的父元素(祖辈元素)设置transform样式后,<video>标签会脱离文档流。 测试环境:UC浏览器 8.7/8.6 + A 阅读全文
posted @ 2016-04-26 09:30 $button 阅读(325) 评论(0) 推荐(0) 编辑
摘要: 直接上代码 <body ng-app='app'> <div ng-controller="showHideController"> <button ng-click="show()">按钮</button> <ul ng-show="isShow" class="color-{{isDis}}"> 阅读全文
posted @ 2016-04-25 15:17 $button 阅读(1053) 评论(0) 推荐(0) 编辑
摘要: https://carrd.co/ 可以选择网站提供的模板,里面可以编辑想要的界面,自定义颜色尺寸效果。一个不错的展示的网站 阅读全文
posted @ 2016-04-25 14:52 $button 阅读(135) 评论(0) 推荐(0) 编辑
摘要: git stash 可用来暂存当前正在进行的工作, 比如想pull 最新代码, 又不想加新commit, 或者另外一种情况,为了fix 一个紧急的bug, 先stash, 使返回到自己上一个commit, 改完bug之后再stash pop, 继续原来的工作。基础命令: $git stash$do 阅读全文
posted @ 2016-04-22 16:52 $button 阅读(756) 评论(0) 推荐(0) 编辑
摘要: 模块模式是JavaScript一种常用的编码模式。这是一般的理解,但也有一些高级应用 没有得到很多关注。在本文中,我将回顾基础知识,浏览一些不错的高级技巧,甚至我认为是原生基础的。 基础知识首先我们开始简单概述模型模式。三年前Eric Miraglia(YUI)的博文使模型模式众所周知。如果你已经很 阅读全文
posted @ 2016-04-15 17:17 $button 阅读(213) 评论(0) 推荐(0) 编辑
摘要: 1、首先我们来看看webkit内核中的一些私有的meta标签,这些meta标签在开发webapp时起到非常重要的作用 meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" na 阅读全文
posted @ 2016-04-15 17:16 $button 阅读(984) 评论(0) 推荐(0) 编辑