Code Monkey home page Code Monkey logo

notes's Introduction

[TOC]

NOTES

imooc jike等学习笔记以及安装、基本命令

基于angularjs的移动端开发框架

混合开发领先者

Database

小型适合嵌入式数据库

Nosql非关系型数据库

关系型数据库

IDE

前端使用神器

java开发工具

Web Tools

基于nodejs的项目构建工具 Gruntfile.js

js包管理工具 bower.json

基于nodejs的项目构建工具 gulpfile.js 比grunt新

一款免费、开源的分布式版本控制系统

Server

世界使用第一的web服务器软件

解决高并发,不擅长逻辑处理 package.json

基于nodejs的高性能的web开发框架

Language

Big Data

Apache基金会开发的分布式系统基础架构

Cache

一个开源的使用ANSI C语言编写、支持网络、可基于内存亦可持久化的日志型、Key-Value数据库

notes's People

Contributors

xxg3053 avatar

Watchers

James Cloos avatar  avatar

Forkers

object8421

notes's Issues

javascript高级编程第一章

javascript是专为网页交互而设计的脚本语言

  • ECMAscript
  • 文档对象模型 DOM
  • 浏览器对象模型 BOM

DOM 结构

dom

Get DOM

dom

Search DOM

dom

(function(arg){})(param);

文档加载完成执行:

  • $(function(){})
  • JQuery(function($){})
  • $(document).ready(function(){})

立即执行的匿名函数:
(function(){...})();

带参数的:
(function(arg){...})(param);

say dan

蛋疼的开始

把近期学习的一些资料后整理了一下

这样算是blog?

前后端分离阅读

原文
一遍很好的文章,

为了解决传统Web开发模式带来的各种问题,
   我们进行了许多尝试,但由于前/后端的物理鸿沟,尝试的方案都大同小异。痛定思痛,
  今天我们重新思考了“前后端”的定义,引入前端同学都熟悉的NodeJS,
 试图探索一条全新的前后端分离模式。

在这篇文章中提到了玉伯写的Web研发模式演变 ,发现他是直接用issues写博客,这够~牛的
想想还真不错
博客地址

for

for(;;){}//无线循环

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.