会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
雪溯
总之心情不好的话大概就会来这边做两道OJ,此处顺便储存部分笔记
开启论文记录化工程中,会陆续把已经读过的论文转化为笔记存下来
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
43
44
45
46
47
48
49
50
51
···
81
下一页
2019年6月12日
install web3 1.0
摘要: 1. 指定MSVS version为2015,python=某个python2的路径,安装gyp 2. 指定python=某个python3的路径,安装web3 1.0
阅读全文
posted @ 2019-06-12 10:29 雪溯
阅读(180)
评论(0)
推荐(0)
2019年6月9日
UVA LA 3667 Ruler 搜索,迭代搜索 难度: 0
摘要: 题目 https://icpcarchive.ecs.baylor.edu/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=1668 题意 给n种距离di,现在要设计一个m刻度的赤字,使得每个di都可以直接量出来
阅读全文
posted @ 2019-06-09 16:05 雪溯
阅读(210)
评论(0)
推荐(0)
UVa LA 4253 & UVa 1421 Archery 枚举,状态削减,oj错误题目 难度: 1
摘要: 题目 https://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=4167 题意 有n+1条平行于x轴的线段,最底下的线段是[0, w],站在最下面的第0条线段上的某个
阅读全文
posted @ 2019-06-09 13:02 雪溯
阅读(225)
评论(0)
推荐(0)
2019年4月30日
geth attach
摘要: 1. geth attachgeth attach ipc:\\.\pipe\geth.ipc2. "Error: insufficient funds for gas * price + value"networkId 不能为0 3. REMIX | Not possible to connect
阅读全文
posted @ 2019-04-30 19:24 雪溯
阅读(763)
评论(0)
推荐(0)
2019年4月12日
UVa LA 4636 Cubist Artwork 难度: 0
摘要: 题目 https://icpcarchive.ecs.baylor.edu/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=2637 题意 积木,有左视图和前视图,问最少几块积木 思路 明显,把前视图视作列,左视
阅读全文
posted @ 2019-04-12 22:21 雪溯
阅读(159)
评论(0)
推荐(0)
UVa LA 4094 WonderTeam 构造 难度: 1
摘要: 题目 https://icpcarchive.ecs.baylor.edu/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=2095 题意 球赛,n个球队,每两个之间赛两场,胜得三分,平得1分。梦之队是胜利场数最
阅读全文
posted @ 2019-04-12 21:54 雪溯
阅读(178)
评论(0)
推荐(0)
2019年4月9日
UVa LA 3266 - Tian Ji -- The Horse Racing 贪心,不只处理一端,也处理另一端以理清局面 难度: 2
摘要: 题目 https://icpcarchive.ecs.baylor.edu/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=1267 题意 田忌赛马,问最多能赢到多少钱?每局200元 思路 明显,把田忌的赛马排列
阅读全文
posted @ 2019-04-09 09:38 雪溯
阅读(160)
评论(0)
推荐(0)
2019年4月8日
UVa 11389 - The Bus Driver Problem 难度:0
摘要: 题目 https://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=2384 题意 n个司机,n个白天路线,n个晚上路线,要求每个司机一个白天一个晚上路线。设司机2个路线
阅读全文
posted @ 2019-04-08 21:19 雪溯
阅读(109)
评论(0)
推荐(0)
2019年3月27日
EO bugs
摘要: 定价两次-同一事件在确认前再次发生 改价失败-同一事件再次发生前就完成了流程 多人支付,总量不足-异步调用的问题,没能区别总成交量=目前已经完成的成交量+已经允许,但还没有callback的成交量,忽视了后面这一部分(Improper Check on Ether) 没有在异步调用时区别身份-异步调
阅读全文
posted @ 2019-03-27 11:52 雪溯
阅读(139)
评论(0)
推荐(0)
2019年3月22日
go ethereum源码分析 PartIV Transaction相关
摘要: 核心数据结构: core.types.transaction.go Transaction.data 辅助数据结构 core/tx_list.go txList txList.txs txSortedMap txSortedMap.index nonceHeap 类似的结构,txPricedList
阅读全文
posted @ 2019-03-22 13:46 雪溯
阅读(342)
评论(0)
推荐(0)
上一页
1
···
43
44
45
46
47
48
49
50
51
···
81
下一页
公告