码迷,mamicode.com
首页 >  
搜索关键字:bee    ( 602个结果
Fault Contract
The Fault Contract sample demonstrates how to communicate error information from a service to a client. The sample is based on the Getting Started, wi ...
分类:其他好文   时间:2019-05-31 16:20:28    阅读次数:132
为什么 Redis 单线程能支撑高并发?
阅读本文大概需要 4 分钟。 阅读本文大概需要 4 分钟。 阅读本文大概需要 4 分钟。 阅读本文大概需要 4 分钟。 作者:Draveness 最近在看 UNIX 网络编程并研究了一下 Redis 的实现,感觉 Redis 的源代码十分适合阅读和分析,其中 I/O 多路复用(mutiplexing ...
分类:编程语言   时间:2019-05-24 10:50:46    阅读次数:105
2.NET Core设定数据库种子
提示:基于官方教程 1.使用以下代码在 Models 文件夹中创建一个名为 SeedData 的新类: using Microsoft.EntityFrameworkCore;using Microsoft.Extensions.DependencyInjection;using System;us ...
分类:数据库   时间:2019-05-23 16:43:26    阅读次数:185
关于MQ的几件小事(一)消息队列的用途、优缺点、技术选型
1.为什么使用消息队列? (1)解耦:可以在多个系统之间进行解耦,将原本通过网络之间的调用的方式改为使用MQ进行消息的异步通讯,只要该操作不是需要同步的,就可以改为使用MQ进行不同系统之间的联系,这样项目之间不会存在耦合,系统之间不会产生太大的影响,就算一个系统挂了,也只是消息挤压在MQ里面没人进行 ...
分类:其他好文   时间:2019-05-22 22:17:41    阅读次数:156
k8s/Kubernetes常用组件Helm的部署
Helm的安装 1.Helm的基本概念 Helm是Kubernetes的一个包管理工具,用来简化Kubernetes应用的部署和管理。可以把Helm比作CentOS的yum工具。 Helm有如下几个基本概念: Chart: 是Helm管理的安装包,里面包含需要部署的安装包资源。可以把Chart比作C ...
分类:Web程序   时间:2019-05-19 09:31:14    阅读次数:356
COMP20008 Oral Presentation
COMP20008 Oral PresentationV1.0: 18th April 2019Due Dates Week 11 (20th - 24th May) (10%): 5min oral presentation plus 2min questions. Presentationswi ...
分类:其他好文   时间:2019-05-18 21:13:20    阅读次数:157
CSSE1001 Semester
10/05/2019 Assignment 3 — CSSE1001 Semester 1, 2019file:///Users/ben/university/tutoring/CSSE1001/2019s1/a3/2019s1a3/spec/dist/index.html 1/11Ninedraf ...
分类:Web程序   时间:2019-05-18 20:29:32    阅读次数:101
Running Water on Mars
Running Water on Mars Photographic evidence suggests that liquid water once existed in great quantity on the surface of Mars. Two types of flow featur ...
分类:其他好文   时间:2019-05-18 18:31:52    阅读次数:136
dockerui 安装
访问 http://localhost:9000 ...
分类:其他好文   时间:2019-05-12 19:58:53    阅读次数:168
POJ 3080 Blue Jeans (KMP)
链接:http://poj.org/problem?id=3080 题目: Description The Genographic Project is a research partnership between IBM and The National Geographic Society th ...
分类:其他好文   时间:2019-05-12 19:55:16    阅读次数:129
602条   上一页 1 ... 24 25 26 27 28 ... 61 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!