码迷,mamicode.com
首页 >  
搜索关键字:designed    ( 349个结果
分布式系统的应用程序性能监视工具,专为微服务、云本机架构和基于容器(Docker、K8s、Mesos)架构而设计。
Apache SkyWalking? | SkyWalking Teamhttp://skywalking.apache.org/zh/ Application performance monitor tool for distributed systems, especially designed ...
分类:其他好文   时间:2019-05-06 01:39:12    阅读次数:143
个人对drf-extentions 的英文文档的部分整理翻译与保存(个人用)
Caching To cache something is to save the result of an expensive calculation so that you don't have to perform the calculation next time. Here's some ...
分类:其他好文   时间:2019-05-05 11:39:23    阅读次数:138
poj_2393 Yogurt factory 贪心
Yogurt factory Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 16669 Accepted: 8176 Description The cows have purchased a yogurt factory th ...
分类:其他好文   时间:2019-05-03 18:35:33    阅读次数:99
ngnix高并发的原理实现(转)
英文原文:Inside NGINX: How We Designed for Performance & Scale 为了更好地理解设计,你需要了解NGINX是如何工作的。NGINX之所以能在性能上如此优越,是由于其背后的设计。许多web服务器和应用服务器使用简单的线程的(threaded)、或基于 ...
分类:其他好文   时间:2019-04-21 09:27:56    阅读次数:208
PAiC++ April 10, 2019 Boggle Game
PAiC++ April 10, 2019Assignment 4 : Boggle GameThe Game of BoggleThe Boggle board is a 4x4 grid onto which you shake and randomly distribute 16 dice. ...
分类:编程语言   时间:2019-04-19 19:48:58    阅读次数:163
S308 Assignment 5 – Car Loan Calculator
S308 Assignment 5 – Car Loan CalculatorThe Kelley Car Company wants to create an application to help potential customers calculate andunderstand the c ...
分类:其他好文   时间:2019-04-05 19:35:52    阅读次数:126
CS132 – PROGRAMMING ASSIGNMEN
CS132 – PROGRAMMING ASSIGNMENT #3OVERVIEWThis activity is designed to have you work with strings as a data type, as well as having you create aclass a ...
分类:其他好文   时间:2019-01-27 21:55:13    阅读次数:143
C++/C++11中std string用法汇总
C++/C++11中std::string是个模板类,它是一个标准库。使用string类型必须首先包含<string>头文件。作为标准库的一部分,string定义在命名空间std中。 std::string是C++中的字符串。字符串对象是一种特殊类型的容器,专门设计来操作字符序列。 strings ...
分类:编程语言   时间:2019-01-25 16:00:19    阅读次数:188
1041 Be Unique 散列
1041 Be Unique (20 分) Being unique is so important to people on Mars that even their lottery is designed in a unique way. The rule of winning is simpl ...
分类:其他好文   时间:2019-01-24 15:35:50    阅读次数:185
TensorFlow Saver 保存最佳模型 tf.train.Saver Save Best Model
TensorFlow Saver 保存最佳模型 tf.train.Saver Save Best Model Checkmate is designed to be a simple drop-in solution for a very common Tensorflow use-case: ke ...
分类:其他好文   时间:2019-01-09 21:49:10    阅读次数:1202
349条   上一页 1 ... 4 5 6 7 8 ... 35 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!