Design Note for iOS

IOS design

Core Philosophies

  • deference
  • clarity
  • depth

Your content should be the hero, everything else is secondary

  • Simplify

    • focus on functional colors, harmonious gradients, and beautiful typography
  • Maximize content

    • The content should take the whole screen, giving maximum space to its inner elements.
  • Color

    • Use a prominent color to show that an element is tappable or that it’s highlighted.

Read More

部分题思路

10 Regular Expression Match

  • Back Tracking
    • boundary condition: sLen == 0 || pLen == 0
    • then deal with p.charAt(1) == '*' and other
1
2
3
4
5
6
7
8
if(pLen == 0) return sLen == 0; // pLen = a*? ;
if(sLen == 0) return pLen == 0 || pLen > 1 && p.charAt(1) == '*' && isMatch(s, p.substring(2));
if(pLen > 1 && p.charAt(1) == '*') {
return (isMatch(s, p.substring(2)) || ((sLen > 0 && (s.charAt(0) == p.charAt(0)) || p.charAt(0) == '.') && isMatch(s.substring(1), p))); // when try to get s.charAt(0) make sure s is not empty
}
else {
return (sLen > 0 && (s.charAt(0) == p.charAt(0) || p.charAt(0) == '.') && isMatch(s.substring(1), p.substring(1)));
}

Read More

JEE-Setup Java EE Environment

Software List

  1. Java Development Kit (JDK) 7u80

  2. Eclipse for Java EE Developers (Mars Release)

  3. IBM Liberty Profile for Eclipse

  4. IBM Liberty Profile Runtime

  5. Spring Framework distribution 4.2.0 & supporting libraries
    Note: The software described above have been downloaded and stored on the shared drive.

    Read More

如何高效地记忆单词

本文记录了陈愈洁老师分享的单词记忆方法。

记忆单词主要有5种方法:

  • 单词拆分法
  • 拼音拆分法
  • 谐音法
  • 编码法
  • 综合法

原则:将单词转化成一幅动画,去记动画,而不是记单词。
原理:右脑记忆是左脑的100万倍,右脑是影像储存信息的,左脑是数字逻辑储存信息,将单词转化为画面,储存在右脑,使用时再将画面翻译成单词。

Read More

魔方教程

魔方教学三阶段

  1. 塑造价值
  2. 教学
  3. 纠错

三类方块

  1. 角块
  2. 夹块
  3. 中心块

二大原则

  1. 基本面永远朝上(默认以蓝色为基本面)
  2. 少什么就补什么

九大步骤

一层

  1. 蓝色十字,在基本面上拼出蓝色十字
  2. 底部空心十字,将蓝色十字转到底部,在底部形成空心十字
  3. 对鼻梁(翻回去)
  4. 种萝卜,鼻子扭一扭,眼睛眨一眨,归去来兮

二层

  1. 找萝卜寻找第二层正确夹块(在底面找找底面和侧面都无绿色的夹块,两次执行“鼻子扭一扭,眼睛眨一眨,归去来兮”步骤,注意处理坏萝卜)

三层

翻转upsidedown,以绿色为基本面

  1. 有点钱右顶前,顶前右,重复至基本面出现绿色十字
  2. 右跳舞bcbcbccb(下右上右下右右上),重复达到金盆满钵(基本面全绿)
  3. 锄头大法,上二楼甩尾巴,上三楼打锄头,下二楼收尾巴,上三楼还锄头,直到挖出四对眼睛
  4. 左跳舞bcbcbccb(下左上左下左左上),出现鱼后,鱼头朝左前,进行右跳舞