您的位置:首页 > Web前端 > JavaScript

js笔记

2014-07-07 18:16 127 查看

计划:

路线: http://www.crimx.com/programming/javascript/2014/05/15/how-to-learn-javascript-properly/#Weeks_1_and_2_Introduction_Data_Types_Expressions_and_Operators 环境搭建:http://www.cnblogs.com/huang0925/archive/2013/05/17/3083207.html
http://192.168.5.74:4000/how-to-start-from-scratch-for-a-web-developer.html

开源环境搭建

(1)Git 代码管理:

http://msysgit.github.io/

(2)sublimetext编辑器

http://www.sublimetext.com/3

(3)xshell telnet工具

http://www.netsarang.com/products/xsh_overview.html

(4)nodejs javascript.api引擎

http://nodejs.org/

(5)bruch前端代码管理编辑

http://brunch.io/

(6)coffe美化版javascript

http://coffeescript.org/

(7)javascript前端默认编程语言

http://www.w3cschool.cn/index-25.html

(8)markdown通用文档语言

https://stackedit.io/

(9)代码规范

https://github.com/polarmobile/coffeescript-style-guide

TODOMVC

http://todomvc.com/

Backnonejs Todo

http://todomvc.com/architecture-examples/backbone/

Angularjs Todo

http://todomvc.com/architecture-examples/angularjs/#/

backbonejs

http://backbonejs.org/

Angularjs

https://angularjs.org/

Underscorejs

http://underscorejs.org/

jQuery

http://jquery.com/

前端程序API

expressjs手把手教你

http://expressjs.com/guide.html
http://getuikit.com/docs/button.html 工具箱

好帮手

github

https://github.com/

使用: http://www.cnblogs.com/zrtqsk/p/3762489.html

npmjs

node.js:http://javascript.ruanyifeng.com/nodejs/basic.html#toc29

backbone.js中文教程:http://blog.appdevp.com/archives/400

backbone网址:
http://www.csser.com/tools/backbone/backbone.js.html#manual/Sync http://www.cnblogs.com/linjiqin/p/3765772.html http://xiaoyaojones.blog.163.com/blog/static/28370125201351501113581/
多语言支持:

http://i18next.com/pages/sample.html

coffee:

http://coffeescript.org/
http://island205.github.io/tlboc/ (中文手册)
http://pic.yupoo.com/island205/AVjBPYrd/hlFmN.png(语法树) http://island205.github.io/coffeescript-cookbook.github.com/chapters/syntax/code_reuse_on_client_and_server.html(实例) http://jade-lang.com/
Brunch

http://alxhill.com/blog/articles/brunch-coffeescript-angular/

jade
https://github.com/visionmedia/jade/blob/master/Readme_zh-cn.md#a6-2

Sublime Text使用

http://blog.sina.com.cn/s/blog_b471be0f0101axtb.html
http://docs.sublimetext.info/en/latest/index.html
(1)多选择
Ctrl+D 选择了一些文本,再增加其他的一些实例;
Ctrl+K,Ctrl+D 路过当前的实例;
Ctrl+U 放弃选择当前的实例;
将多选择按行来进行
Ctrl+L 将选择扩充到底部
Ctrl+Shift+L 按行来选择

使用鼠标来进行选择

Select BlockRight Mouse Button + ⇧
Add to SelectionCtrl + Right Mouse Button + ⇧
Remove from SelectionAlt + Right Mouse Button + ⇧
使用键盘

WindowsCtrl + Alt + Up and Ctrl + Alt + Down
LinuxAlt + ⇧ + Up and Alt + ⇧ + Down
OS X⌃ + ⇧ + Up and ⌃ + ⇧ + Down
Toggle Regular ExpressionsAlt + R
Toggle Case SensitivityAlt + C
Toggle Exact MatchAlt + W
Find NextEnter
Find PreviousShift + Enter
Find AllAlt + Enter
Replace AllCtrl + Alt + Enter
Search Forward Using Most Recent PatternF3
Search Backwards Using Most Recent PatternShift + F3
Select All Matches Using Most Recent PatternAlt + F3
To
enter newline characters, pressCtrl + Enter

To
open the search panel for files, press Ctrl + Shift + F
Toggle
Regular ExpressionsAlt + R
Toggle
Case SensitivityAlt + C
Toggle
Exact matchesAlt + W
Find
NextEnter

Next MatchF4
Previous MatchShift + F4
To open Goto Anything, press Ctrl+P
To
perform a fuzzy text search,
append #
To toggle the
sidebar, press Ctrl+K, Ctrl+B
The
sidebar can be navigated with the arrow keys, but first you need to give it the focus by
pressingCtrl+0
To
switch projects quickly, press Ctrl+Alt+P.
To
switch between different workspaces, use Ctrl+Alt+P,
exactly as you do with projects.
To
create a new pane, press Ctrl+K, Ctrl+Up.
To
close a pane, press Ctrl+K, Ctrl+Down

jQuery可视化组件实例:http://layoutit.justjavac.com/

Node.js论坛
http://www.forjs.org/
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: