码迷,mamicode.com
首页 >  
搜索关键字:purpose    ( 531个结果
Kubernetes Dashboard的安装与坑
1.前言 https://github.com/kubernetes/dashboard/releases Kubernetes Dashboard is a general purpose, web-based UI for Kubernetes clusters. It allows users ...
分类:Web程序   时间:2019-10-10 22:51:26    阅读次数:200
社交网络分析与挖掘 第六课:网页排序
The History of PageRank PageRank is a link analysis algorithm which assigns a numerical weighting to each Web page,with the purpose of "measuring"rela ...
分类:编程语言   时间:2019-10-08 09:23:38    阅读次数:211
CS3307 Individual
CS3307 Individual AssignmentFall Session 2019Purpose of thobject-oriented programe AssignmentThe general purpose of this assignment is to develop some ...
分类:其他好文   时间:2019-10-07 19:52:09    阅读次数:94
How to Construct the Input Bet String
The purpose of this section is to describe the format of the string which will submitted to the Python bet processor strats.py. This string is a serie ...
分类:其他好文   时间:2019-09-28 12:38:24    阅读次数:108
httpClient请求响应延迟
客户端可以先向服务器端发送一个请求,如果服务器端返回的是状态码100,那么客户端就可以继续把请求体的数据发送给服务器端。这样在某些情况下可以减少网络开销。 再看看HttpClient里面对100-Continue的说明: The purpose of the Expect: 100-Continue ...
分类:Web程序   时间:2019-09-26 12:05:06    阅读次数:301
0919-The Standard of Code Review
The primary purpose of code review is to make sure that the overall code health of Google’s code base is improving over time. All of the tools and pro ...
分类:其他好文   时间:2019-09-19 14:11:40    阅读次数:97
arm9_uboot_Makefile结构分析
1.解压缩 tar xjf u-boot-1.1.6.tar.bz2 2.打补丁 patch -p1 < ../u-boot-1.1.6_jz2440.patch 3.配置 make 100ask24x0_config,下面为Makefile unconfig: #清楚配置信息 @rm -f $(o ...
分类:其他好文   时间:2019-09-18 01:12:27    阅读次数:120
MTK Recovery 模式横屏修改(适用于6.0 + 8.1)
修改前 修改后 6.0 Recovery 模式横屏修改方法 修改相关文件 bootable\recovery\minui\Android.mk bootable\recovery\minui\mt_graphic_rotate.cpp bootable\recovery\minui\mt_graph ...
分类:其他好文   时间:2019-09-16 19:12:01    阅读次数:100
CF1217A Creating a Character
You play your favourite game yet another time. You chose the character you didn't play before. It has str points of strength and int points of intelli ...
分类:其他好文   时间:2019-09-11 23:50:09    阅读次数:133
按键板的原理和实现--基于GPIO的按键板
上篇介绍简单的ADC实现,需要IC提供一个额外的ADC。但出于IC成本的考虑,无法提供这个的ADC时,但提供了多个额外的GPIO(General Purpose Input Output:双向的:可以为输入/输出,只有两个状态High/Low),就可以使用本篇的实现方法了。 基于GPIO的按键板 基 ...
分类:其他好文   时间:2019-09-07 11:08:21    阅读次数:97
531条   上一页 1 ... 6 7 8 9 10 ... 54 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!