A car travels from a starting position to a destination which is target miles east of the starting position. Along the way, there are gas stations. Ea ...
分类:
其他好文 时间:
2018-12-18 13:12:57
阅读次数:
191
一 使用缘由 最近写微服务的blog,研读了o’reilly出的 《building Microservices With Asp.net Core》,其中使用的微服务分布式权限组件是microsoft.aspnetcore.authentication.jwtbearer,那最近identitys... ...
分类:
其他好文 时间:
2018-12-17 11:30:47
阅读次数:
528
回顾一下往年的考题知识点: The Last Battle!! 2014级算法期末上机 简单题——I wanna be the 升级者Ⅰ 结构体排序 STL:sort() 简单题——I wanna be the 升级者Ⅱ 二分 :STL : lower_bound () 简单题——Railway S ...
分类:
编程语言 时间:
2018-12-12 00:37:31
阅读次数:
379
https://leetcode.com/problems/gas-station/discuss/42591/java-greedy-solution ...
分类:
其他好文 时间:
2018-12-06 14:41:34
阅读次数:
208
Detection of malicious base station attacks through the carrier analysis——伪基站,降维攻击 Detection of malicious base station attacks through the carrier ana ...
分类:
其他好文 时间:
2018-12-06 14:38:59
阅读次数:
311
准备:利用vmvare workstation12 克隆了4台windows server 2008 datacenter,网络选择仅主机模式(VMnet8),网关为192.168.214.2 分别是D1 :192.168.214.14 DB1:192.168.214.11 DB2:192.168. ...
分类:
其他好文 时间:
2018-12-05 01:56:27
阅读次数:
200
m_tab=new tabWidget; m_tab->addTab(m_UnaddedList_train,QString("train")); m_tab->addTab(m_UnaddedList_station,QString("station")); m_tab->addTab(m_Una ...
分类:
其他好文 时间:
2018-12-04 11:28:27
阅读次数:
1391
报错“二进制转换与此平台上的长模式不兼容。此虚拟环境中的长模式被禁用,与in次需要使用长模式的应用程序将无法正常运行。
分类:
系统相关 时间:
2018-12-03 17:19:55
阅读次数:
267
和Bitcoin类似,以太坊的转账流程基本是这样的: 1.发起交易:指定目标地址和交易金额,以及必需的gas/gasLimit 2.交易签名:使用账户私钥对交易进行签名 3.提交交易:验签交易,并将交易提交到交易缓冲池 4.广播交易:通知以太坊虚拟机吧交易信息广播给其他节点 Eth Transact ...
分类:
其他好文 时间:
2018-11-30 20:17:38
阅读次数:
138
接上一章的内容,这篇介绍 deploy相关和结果演示。 deploy一个合约的过程中,需要计算发布的消耗和nonce值。 当进行每笔交易时,发送人设定Gas Limit 和Gas Price,将 Gas Limit*Gas Price ,就得到了ETH交易佣金的成本。 nonce:以太坊要求一个账户 ...
分类:
其他好文 时间:
2018-11-30 14:16:40
阅读次数:
177