码迷,mamicode.com
首页 >  
搜索关键字:purpose    ( 531个结果
The Ethereum devp2p and discv4 protocol Part I
描述 本文章分上下两篇 上篇:讲述以太坊devp2p与disc4节点发现协议 下篇:实践篇,实现如何获取以太坊所有节点信息(ip,port,nodeId,client,type,os) 正文 devp2p是一种应用层网络协议,是在对等网络中节点与节点之间进行通信的重要协议。节点可以支持任意数量的增加 ...
分类:其他好文   时间:2019-01-25 20:04:52    阅读次数:143
Open-Drain与Push-Pull【转】
转自:https://www.cnblogs.com/zhangpengshou/p/3643546.html GPIO的功能,简单说就是可以根据自己的需要去配置为输入或输出。(General Purpose Input Output,简称为GPIO或总线扩展器,利用工业标准I2C、SMBus?或S ...
分类:其他好文   时间:2019-01-25 16:03:38    阅读次数:287
HTTP 概述
HTTP 概述 本文为HTTP Web基础部分,概要总结下HTTP;Web浏览器、服务器和相关的Web应用程序都是通过HTTP相互通信的;学习Web应用程序是如何使用HTTP进行通信的。 包含如下内容: Web客户端与服务器是如何通信的; (表示Web内容的)资源来自何方; Web事务是怎样工作的; ...
分类:Web程序   时间:2019-01-21 23:52:27    阅读次数:368
php 统计某个目录中所有文件的大小
/** * @Purpose : 利用递归的方式统计目录的大小 * @Author : chrdai * @Method Name : dirSize() * @parameter : string $dirName 需要统计大小的目录 * @return : string $dirsize 目录大 ...
分类:Web程序   时间:2019-01-14 15:56:32    阅读次数:204
Lab 6-2
Analyze the malware found in the file Lab06 02.exe . Questions and Short Answers 1. What operation does the first subroutine called by main perform? A ...
分类:其他好文   时间:2019-01-14 00:20:22    阅读次数:191
learning uboot how to enable watchdog in qca4531 cpu
find cpu datasheet , watchdog relate registers: 0x18060008 watchdong timer control 0x1806000c watchdog timer we can read and write watchdog register u ...
分类:其他好文   时间:2019-01-09 17:33:20    阅读次数:225
PHP函数memory_get_usage获取PHP内存清耗量
(PHP 4 >= 4.3.2, PHP 5, PHP 7) memory_get_usage — 返回分配给 PHP 的内存量 说明 int memory_get_usage ([ bool $real_usage = false ] ) 返回当前分配给你的 PHP 脚本的内存量,单位是字节(by ...
分类:Web程序   时间:2019-01-01 14:04:48    阅读次数:231
125. Valid Palindrome - Easy
Given a string, determine if it is a palindrome, considering only alphanumeric characters and ignoring cases. Note: For the purpose of this problem, w ...
分类:其他好文   时间:2018-12-18 10:55:42    阅读次数:150
Publicly accessible learning resources and tools related to machine learning
Table 2 | Publicly accessible learning resources and tools related to machine learning Name Description URL General-purpose machine-learning framework ...
分类:数据库   时间:2018-12-06 22:16:32    阅读次数:182
JBehave and Cucumber的区别
JBehave and Cucumber are completely different frameworks, although meant for the same purpose: acceptance tests. They are based around stories (JBehav ...
分类:其他好文   时间:2018-12-05 22:26:26    阅读次数:224
531条   上一页 1 ... 10 11 12 13 14 ... 54 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!