Git Product home page Git Product logo

displaylesson's Introduction

displayLesson

a display lesson for bootstrap and nodejs, By Dongyueweb

Bootstrap

中文主页:http://www.bootcss.com/ CDN: http://www.bootstrapcdn.com/ 2013年8月bootstrap更新到3了!因为对于响应式的更多支持,所以建议大家都学习3,用过2的人也最好看下

  • 起步
  • 练习css排版
    • 参考:http://v3.bootcss.com/css/
    • 任务:主要是学习栅格系统,要自己写一遍。其他的部分可以看看就行了,知道bootstrap提供了些什么功能
  • 了解组件
  • 了解js插件
  • 其他bootstrap库
    • 参考:http://www.bootcss.com/ 下方的其他开源项目
    • 任务:了解每一个的功能,需要用的时候知道这里有这个功能。这里提供了很多实用的工具如html文本编辑器,时间日历等插件,兼容ie6方案等。
  • 动手编写

以本项目为例,基本步骤见commit log

Node.js

目标是帮助程序员构建高度可伸缩的应用程序,编写能够处理数万条同时连接到一个(只有一个)物理机的连接代码。

Node 解决这个问题的方法是:更改连接到服务器的方式。每个连接发射一个在Node引擎的进程中运行的事件,而不是为每个连接生成一个新的 OS 线程(并为其分配一些配套内存)。Node声称它绝不会死锁,因为它根本不允许使用锁,它不会直接阻塞I/O调用。Node还宣称,运行它的服务器能支持数万个并发连接。

安装

参考官方指南

实践

helloworld 实践

总体**

  • 异步编程
  • 事件驱动,面向过程

displaylesson's People

Contributors

tq5124 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.