.net core 好货收藏

 

ASP.NET Core Api网关Ocelot的中文文档

http://www.cnblogs.com/loogn/p/9007722.html

 

调度框架,爬虫

https://github.com/liguobao/MovieCrawler

https://github.com/fluentscheduler/FluentScheduler#dependency-injection
https://github.com/xboxeer/NScrapy

 

nexus是用于项目仓库的服务器

https://www.sonatype.com/download-oss-sonatype

 mkdir /home/nexus-data && chown -R 200 /home/nexus-data
docker run -d -p 8081:8081 -p 8082:8082 -p 8083:8083 --restart=always --name nexus -v /home/nexus-data:/nexus-data sonatype/nexus3 

 

posted @ 2018-05-11 14:45  feixiaohao  阅读(284)  评论(0)    收藏  举报