- 在3001服务器下包含“用户注册”、“登录”页面以及“welcome”页面
- “用户注册”页面包含用户名输入框,密码输入框和一个【register】按钮,密码输入框中的内容不明文显示
- “用户登录”页面包含用户名输入框,密码输入框和一个【login】按钮,密码输入框中的内容不明文显示
- “Welcome”页面显示成功注册/登录的用户的用户名,如:Welcome, Mike!
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
【路径清空】 | |
~/projects/android $ rm -fr * | |
【创建工程文件夹】 | |
~/projects/android $ mkdir demo01 | |
~/projects/android $ cd demo01/ | |
【创建源码路径】 | |
~/projects/android/demo01 $ mkdir src | |
~/projects/android/demo01 $ cd src/ |
- 测试多个角色在同一页面的行为(Sessions),创建chrome用户,针对角色命名,快捷键切换Ctrl/Command + Shift + m
- Rails Panel,结合meta_request gem
- Vimium
- Tampermonkey,油猴插件
- userscript
·------------------------------------------------------系统以64bit为例进行配置--------------------------------------------------------·
32位和64位的机器均可安装64位的系统
·--------------------------------------------------------------·1.必备软件·-----------------------------------------------------------------·
####ibus <-----------------(软件管理器安装)
####ibus-pinyin <----------(软件管理器安装) 切换输入法快捷键:Alt+Shift
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# ------------------------------------------------------------------------------ | |
# SOME INFOS : fairly standard (debian) init script. | |
# Note that node doesn't create a PID file (hence --make-pidfile) | |
# has to be run in the background (hence --background) | |
# and NOT as root (hence --chuid) | |
# | |
# MORE INFOS : INIT SCRIPT http://www.debian.org/doc/debian-policy/ch-opersys.html#s-sysvinit | |
# INIT-INFO RULES http://wiki.debian.org/LSBInitScripts | |
# INSTALL/REMOVE http://www.debian-administration.org/articles/28 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Typing animation with pure CSS. | |
* Works best in browsers supporting the ch unit. | |
*/ | |
@keyframes typing { from { width: 0; } } | |
@keyframes blink-caret { 50% { border-color: transparent; } } | |
h1 { | |
font: bold 200% Consolas, Monaco, monospace; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
My Version | |
ubuntu 14.04/Linux-mint 15 | |
git (now - 1.8.1.2) | |
nodejs (now - v0.10.25) | |
android-sdk (now - api 19,android 4.4) | |
This 3 steps only need to d once. | |
install Cordova (now - 3.5.0-0.2.4) | |
$ sudo npm install -g cordova |
1.小步伐修改程序,每一小步的修改后,程序能正常运行,commit。
2.JS OOP (JavaScript高级程序设计,p 156~166;或 Javascript 权威指南 第8章后两节 和 第九章 前两节)
3.重构后,每个函数只做一件事,函数不超过十五行
4.函数名符合命名规范,见名知意
5.函数内圈复杂度在容易理解的前提下降至最低。
I hereby claim:
- I am channely on github.
- I am plomk (https://keybase.io/plomk) on keybase.
- I have a public key ASBiwTTNo8RApUxcvSBdFMP4PLuA0UBlfISK7YaPI7_kmwo
To claim this, I am signing this object:
OlderNewer