COLLECTED BY
Organization:
Internet Archive
Focused crawls are collections of frequently-updated webcrawl data from narrow (as opposed to broad or wide) web crawls, often focused on a single domain or subdomain.
The Wayback Machine - https://web.archive.org/web/20200901014912/https://github.com/topics/demo
Here are
7,453 public repositories
matching this topic...
spring boot demo 是一个用来深度学习并实战 spring boot 的项目,目前总共包含 65 个集成demo,已经完成 53 个。 该项目已成功集成 actuator(监控)、admin(可视化监控)、logback(日志)、aopLog(通过AOP记录web请求日志)、统一异常处理(json级别和页面级别)、freemarker(模板引擎)、thymeleaf(模板引擎)、Beetl(模板引擎)、Enjoy(模板引擎)、JdbcTemplate(通用JDBC操作数据库)、JPA(强大的ORM框架)、mybatis(强大的ORM框架)、通用Mapper(快速操作Mybatis)、PageHelper(通用的Mybatis分页插件)、mybatis-plus(快速操作Mybatis)、BeetlSQL(强大的ORM框架)、upload(本地文件上传和七牛云文件上传)、redis(缓存)、ehcache(缓存)、email(发送各种类型邮件)、task(基础定时任务)、quartz(动态管理定时任务)、xxl-job(分布式定时任务)、swagger(API接口管理测试)、security(基于RBAC的动态权限认证)、SpringSession(Session共享)、Zookeeper(结合AOP实现分布式锁)、RabbitMQ(消息队列)、Kafka(消息队列)、websocket(服务端推送监控服务器运行信息)、socket.io(聊天室)、ureport2(中国式报表)、打包成war文件、集成 ElasticSearch(基本操作和高级查询)、Async(异步任务)、集成Dubbo(采用官方的starter)、MongoDB(文档数据库)、neo4j(图数据库)、docker(容器化)、JPA多数据源、Mybatis多数据源、代码生成器、GrayLog(日志收集)、JustAuth(第三方登录)、LDAP(增删改查)、动态添加/切换数据源、单机限流(AOP + Guava RateLimiter)、分布式限流(AOP + Redis + Lua)、ElasticSearch 7.x(使用官方 Rest High Level Client)、HTTPS。
a super simple, no-nonsense diagramming library written in react that just works
Updated
Aug 2, 2020
TypeScript
Updated
Jun 23, 2020
JavaScript
Highly customizable drop-in solution for introduction views.
Updated
Sep 30, 2018
Objective-C
An extendable Ruby on Rails CMS that supports Rails 6.0+
Updated
Aug 31, 2020
Ruby
Lightweight, cross-browser and highly customizable animated scrolling with jQuery
Updated
Oct 2, 2017
JavaScript
Code examples for new APIs of iOS 10.
Updated
Apr 1, 2020
Swift
The easiest way to demonstrate your code in action.
Updated
Jul 30, 2020
JavaScript
Simple chat program that communicates using inaudible sounds
Updated
Oct 14, 2017
Jupyter Notebook
A demo for using JWT (Json Web Token) with Spring Security and Spring Boot 2
More than 130+ pages in this beautiful app and more than 45 developers has contributed to it.
Updated
Jun 26, 2020
Dart
CODO是一款为用户提供企业多混合云、一站式DevOps、自动化运维、完全开源的云管理平台、自动化运维平台
Updated
Aug 28, 2020
Python
Photopicker and document picker for android
Updated
Jun 29, 2020
Kotlin
Pre-trained Deep Learning models and samples (high quality and extremely fast)
Updated
Aug 31, 2020
Python
Vue 基于 Genesis + TS + Vuex 实现的 SSR demo
Updated
Jul 21, 2020
TypeScript
Examples of Android applications
Updated
Jan 30, 2019
Java
持续更新中的微信小程序和小游戏的源码案例库。目前涵盖了120多个微信小程序或小游戏。
Updated
Oct 10, 2018
JavaScript
🎶 A SoundCloud Client in React + Redux running in production. Live Demo and Source Code to explore React + Redux as a beginner.
Updated
Jun 12, 2020
JavaScript
Redux is a simple, truly extensible options framework for WordPress themes and plugins.
💻 A hackathon/MVP boilerplate for laravel web applications. Start your hackathons without hassle.
一个Android富文本类库,支持图文混排,支持编辑和预览,支持插入和删除图片。
Updated
Feb 16, 2020
Java
vue最新实战项目,vue2 + vuex + webpack + es6 干货多多,新手福利
Updated
Jul 28, 2019
JavaScript
Examples of Golang compared to Node.js for learning
A starter project for Next.js with authentication
Updated
Jul 15, 2020
JavaScript
Improve this page
Add a description, image, and links to the
demo
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
demo
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
It would be better to use bcrypt, beause its more secure as it's slower (uses more computing cycles).
Your code could also be better:
You wouldn't need salt field in User model, because it's saved into the same field as password does.
For authentication, something like: