自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(9)
  • 资源 (2)
  • 收藏
  • 关注

原创 路由器ACL配置

ACL(Access Control List,访问控制列表)是一系列用于识别报文流的规则的集合。这里的规则是指描述报文匹配条件的判断语句,匹配条件可以是报文的源地址、目的地址、端口号等。

2023-10-23 16:27:25 75

转载 智能合约代码VEN

/** *Submitted for verification at Etherscan.io on 2017-08-15*/pragma solidity ^0.4.11;contract Owned { address public owner; function Owned() { owner = msg.sender; } ...

2020-04-14 18:03:02 579

转载 智能合约代码TUSD

/** *Submitted for verification at Etherscan.io on 2018-12-18*/pragma solidity ^0.4.23;// This is the proxy contract for the TrustToken Registry// File: contracts/Proxy/Proxy.sol/** * @titl...

2020-04-14 17:57:54 549

转载 智能合约代码BAT

/** *Submitted for verification at Etherscan.io on 2017-05-29*/pragma solidity ^0.4.10;/* taking ideas from FirstBlood token */contract SafeMath { /* function assert(bool assertion) intern...

2020-04-14 17:53:43 304

转载 智能合约代码OKB

File 1 of 4: OwnedUpgradeabilityProxy.solpragma solidity ^0.4.24;import './UpgradeabilityProxy.sol';/** * @title OwnedUpgradeabilityProxy * @dev This contract combines an upgradeability proxy ...

2020-04-13 07:34:27 558

转载 智能合约代码USDT

/** *Submitted for verification at Etherscan.io on 2017-11-28*/pragma solidity ^0.4.17;/** * @title SafeMath * @dev Math operations with safety checks that throw on error */library SafeMath ...

2020-04-11 19:09:13 2535 1

转载 智能合约代码LCS

/** *Submitted for verification at Etherscan.io on 2019-07-25*/pragma solidity ^0.4.24;interface tokenRecipient { function receiveApproval(address _from, uint256 _value, address _token, bytes _e...

2020-04-11 09:58:02 700

转载 智能合约代码imBTC

/** *Submitted for verification at Etherscan.io on 2019-10-25*/pragma solidity 0.5.0;// File: src/erc777/IERC777.sol/** * @dev Interface of the ERC777Token standard as defined in the EIP. *...

2020-04-11 09:53:23 674 1

转载 智能合约代码Tokenlon Exchange

/** *Submitted for verification at Etherscan.io on 2019-07-29*/// File: contract-utils/Zerox/IExchange.sol/* Copyright 2018 ZeroEx Intl. Licensed under the Apache License, Version 2.0 (the...

2020-04-11 09:48:07 706 1

技术_详解以太坊的工作原理.pdf

在技术层面来解释以太坊的工作原理,但是不会出现很复杂的数学问题或看起来很可怕的公式。即使你不是一个程序员,我希望你看完之后最起码对技术有个更好的认识。如果有些部分技术性太强不好理解,这是非常正常的,真的没有必要完全理解每一个小细节。

2021-10-10

GitHubDesktopSetup.rar

GitHub Desktop Setup 管理工具,GitHub for Windows, 安装完度成了,在桌面生成了快捷键 。

2020-04-13

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除