All Projects → kanwangzjm → practice

kanwangzjm / practice

Licence: other
Java并发编程与高并发解决方案:http://coding.imooc.com/class/195.html Java开发企业级权限管理系统:http://coding.imooc.com/class/149.html

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to practice

AtomicKit
Concurrency made simple in Swift.
Stars: ✭ 88 (+125.64%)
Mutual labels:  atomic, concurrency, semaphore
java-multithread
Códigos feitos para o curso de Multithreading com Java, no canal RinaldoDev do YouTube.
Stars: ✭ 24 (-38.46%)
Mutual labels:  concurrency, concurrent-programming, concurrent
Zio
ZIO — A type-safe, composable library for async and concurrent programming in Scala
Stars: ✭ 3,167 (+8020.51%)
Mutual labels:  concurrency, concurrent-programming, concurrent
Tascalate Concurrent
Implementation of blocking (IO-Bound) cancellable java.util.concurrent.CompletionStage and related extensions to java.util.concurrent.ExecutorService-s
Stars: ✭ 144 (+269.23%)
Mutual labels:  concurrency, concurrent-programming, concurrent
YACLib
Yet Another Concurrency Library
Stars: ✭ 193 (+394.87%)
Mutual labels:  executor, concurrency, concurrent
Concurrent
concurrency utilities
Stars: ✭ 186 (+376.92%)
Mutual labels:  concurrency, concurrent
Concurrent Map
a thread-safe concurrent map for go
Stars: ✭ 2,627 (+6635.9%)
Mutual labels:  concurrency, concurrent-programming
atomix
Simple and easy wrappers for Go sync/atomic package.
Stars: ✭ 26 (-33.33%)
Mutual labels:  atomic, concurrency
Python Atomicwrites
Powerful Python library for atomic file writes.
Stars: ✭ 253 (+548.72%)
Mutual labels:  atomic, concurrency
Sharedhashfile
Share Hash Tables With Stable Key Hints Stored In Memory Mapped Files Between Arbitrary Processes
Stars: ✭ 380 (+874.36%)
Mutual labels:  atomic, concurrent
Concurrency
Java 并发编程知识梳理以及常见处理模式 features and patterns
Stars: ✭ 495 (+1169.23%)
Mutual labels:  atomic, concurrency
Sobjectizer
An implementation of Actor, Publish-Subscribe, and CSP models in one rather small C++ framework. With performance, quality, and stability proved by years in the production.
Stars: ✭ 172 (+341.03%)
Mutual labels:  concurrency, concurrent-programming
go-left-right
A faster RWLock primitive in Go, 2-3 times faster than RWMutex. A Go implementation of concurrency control algorithm in paper <Left-Right - A Concurrency Control Technique with Wait-Free Population Oblivious Reads>
Stars: ✭ 42 (+7.69%)
Mutual labels:  concurrency, concurrent-programming
Util
A collection of useful utility functions
Stars: ✭ 201 (+415.38%)
Mutual labels:  concurrency, concurrent
Chymyst Core
Declarative concurrency in Scala - The implementation of the chemical machine
Stars: ✭ 142 (+264.1%)
Mutual labels:  concurrency, concurrent-programming
Goconcurrentqueue
Go concurrent-safe, goroutine-safe, thread-safe queue
Stars: ✭ 127 (+225.64%)
Mutual labels:  concurrency, concurrent
Mystral
Mystral (pronounced "ˈMistrəl") is an efficient library to deal with relational databases quickly.
Stars: ✭ 13 (-66.67%)
Mutual labels:  executor, concurrent-programming
Actors.jl
Concurrent computing in Julia based on the Actor Model
Stars: ✭ 95 (+143.59%)
Mutual labels:  concurrency, concurrent-programming
Awesome Lockfree
A collection of resources on wait-free and lock-free programming
Stars: ✭ 1,046 (+2582.05%)
Mutual labels:  concurrency, concurrent-programming
Freelancer
👔 An implementation of on-the-fly defined WebWorkers that are created inline using data URIs, rather than separate physical files — for the benefit of all humanity.
Stars: ✭ 57 (+46.15%)
Mutual labels:  concurrency, concurrent

Java技术练习

微信公众号:TechDevPro

不断更新,可以关注并留言自己希望学习的技术

慕课手记地址

http://www.imooc.com/u/5980627/articles

实战课程【Java并发编程与高并发解决方案】推荐

http://coding.imooc.com/class/195.html

https://www.imooc.com/article/25277

实战课程【Java开发企业级权限管理系统】推荐

http://coding.imooc.com/class/149.html

https://www.imooc.com/article/21443

elastic job dashboard

项目内

cd elastic-job-lite-console-1.5/bin

sh start.sh

hystrix dashboard

/hystrix

配置:http://hystrix-app:port/hystrix.stream

zookeeper

本地

cd /usr/local/kafka

bin/zookeeper-server-start.sh config/zookeeper.properties

kafka

本地

cd /usr/local/kafka

bin/kafka-server-start.sh config/server.properties

rabbitmq

本地

sudo rabbitmq-server

rabbitmqctl list_queues

http://127.0.0.1:15672/

安装延迟队列插件:

rabbitmq-plugins enable rabbitmq_delayed_message_exchange

(mac下 /usr/local/Cellar/rabbitmq/3.6.0/plugins,将下载的ez格式放到这个地址)

rabbit插件下载地址:

http://www.rabbitmq.com/community-plugins.html

rabbitmq安装说明:

http://www.rabbitmq.com/installing-plugins.html

redis

本地

/usr/local/bin/redis-server

/usr/local/bin/redis-cli

docker

mvn clean package docker:build

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].