Skip to content

Instantly share code, notes, and snippets.

View runningdemo's full-sized avatar
🏠
Working from home

Demo runningdemo

🏠
Working from home
View GitHub Profile

这里记录本人自学iOS开发学习路线,资源,工具

  1. 学习路线
  2. 资源(包括: 开源代码,代码片段,界面设计资源,界面设计gallery)
  3. 工具
  4. aha moment

1. 路线

  1. CS193P + learn_objective-c_on_the_mac_for_os_x_and_ios_2nd_edition 作为基础教程
  2. 基础系列教程1 + 基础系列教程2 简单常用的代码示例教程

1. Write the summary line and description of what you have done in the imperative mode, that is as if you were commanding someone. Write "fix", "add", "change" instead of "fixed", "added", "changed".

  • fix

  • remove

  • update

  • refactor

  • add

          * bafaeac TJ Holowaychuk — add mixin property array support
    
  • e9df63a TJ Holowaychuk — remove opacity plugin. Closes #29

检查以下文件夹删除不需要的即可以

  • ~/Library/Logs/ (我全删了,没影响)
  • ~/Library/Caches/xxxxx(使用 DaisyDisk 找到容量比较大的删除. 不会对系统有影响)
  • ~/Library/Caches/com.spotify.client(全删, 正常工作)
  • ~/Library/Caches/Google/chrome (全删, 正常工作)
  • /Applications/Google Chrome/Contents/Versions/ (只保留最新的那个文件夹, 其他的删除, 正常工作)
  • ~/Library/Developer/Xcode/DerivedData/ (全删, 正常工作.)

工具:

  • DaisyDisk 使用试用版即可,可直观查看文件(夹)大小.

Steps That I take from beginer to ...(whatever)

  1. I really don't know what I do the very first time
  2. I do fake falling
  3. I parctice pushing and on boarding
  4. I parctice pushing and keep balance with front foot on the board
  5. Watching video about how to fall properly, but not implement it
  6. Watching video about how to stop
  7. I parctice how to tic tac
This guid is plagiarized from the following (genius) guys:
*
## Componentizing
Components should belong to their own less file. For example, all general button definitions should belong in buttons.less.
## Name-spacing
@runningdemo
runningdemo / TDD
Created August 20, 2014 01:47
TDD
# TDD
## What's TDD
1. TDD, as a design tool
TDD, as a design tool, based on my experience, really helps you look at things from the user perspective than the coder perspective. In addition, I think TDD helps your mind really thinks about what exactly you are trying to do, what's the expected outcome, etc.
## How to think in TDD

today two classmate come to my palce

问题描述

看栈爆网这个问答:Unwanted padding-bottom of a div

解决方法及解释

方法一:

img { display:block; }

Since images are inline and text is inline, user agents leave some space for descender characters ( y, q, g ) also called line-height.