Repository navigation

#

Backbone.js

Created by Jeremy Ashkenas

发布于 October 13, 2010

backbonejs.org
维基百科

相关主题

JavaScriptmvcRouting (disambiguation)jQuery
backbone logo

Backbone.js supplies structure to JavaScript-heavy applications by providing models with key-value binding and custom events, collections with a rich API of enumerable functions, views with declarative event handling, and connects it all to your existing application over a RESTful JSON interface. Backbone.js was originally extracted from the Rails application DocumentCloud. Philosophically, Backbone is an attempt to discover the minimal set of data-structuring (models and collections) and user interface (views and URLs) primitives that are generally useful when building web applications with JavaScript. Backbone is a library, not a framework. Synchronous events are used as the fundamental building block over constantly polling data. The main pars of Backbone are:

  • Events
  • Models – Wraps a row of data in business logic.
  • Collections – A group of models on the client-side, with sorting/filtering/aggregation logic.
  • Router (+ History)
  • Views (+ Client-side Templates) – A logical, re-usable piece of UI. Often, but not always, associated with a model.
  • Sync – Synchronization between frontend and REST API backend

🔥🔥🔥 专注于YOLO11,YOLOv8、TYOLOv12、YOLOv10、RT-DETR、YOLOv7、YOLOv5改进模型,Support to improve backbone, neck, head, loss, IoU, NMS and other modules🚀

Python
2686
13 天前

[CVPR 2023 Highlight] InternImage: Exploring Large-Scale Vision Foundation Models with Deformable Convolutions

Python
2635
1 个月前
CoffeeScript
2499
2 年前

Official implementation of PVT series

Python
1797
2 年前

(ImageNet pretrained models) The official pytorch implemention of the TPAMI paper "Res2Net: A New Multi-scale Backbone Architecture"

Python
1092
2 年前
Python
844
1 个月前

📓 Workflowy clone, built using Backbone.js & Socket.io

CSS
815
9 年前

The Tensorflow, Keras implementation of U-net, V-net, U-net++, UNET 3+, Attention U-net, R2U-net, ResUnet-a, U^2-Net, TransUNET, and Swin-UNET with optional ImageNet-trained backbones.

Python
702
1 个月前

More readable and flexible yolov5 with more backbone(gcn, resnet, shufflenet, moblienet, efficientnet, hrnet, swin-transformer, etc) and (cbam,dcn and so on), and tensorrt

Python
673
8 个月前
JavaScript
531
3 年前

Source code for the Fullstack JavaScript book

JavaScript
521
7 年前
Python
503
2 年前

Messaging patterns for Backbone applications.

JavaScript
491
7 个月前

A plugin to make Backbone.js keep track of nested attributes - looking for maintainers! https://github.com/afeld/backbone-nested/issues/157

JavaScript
442
4 年前

Fast text based video editing, node Electron Os X desktop app, with Backbone front end.

JavaScript
432
1 年前

[CVPR2023] Official Implementation of "DSVT: Dynamic Sparse Voxel Transformer with Rotated Sets"

Python
404
8 个月前