这两天学习block_log修复的问题,大致思路和操作都没问题,现在唯一的问题就是我是用程序计算出偏移量,然后再手工执行`truncate`指令来截短block_log以及block_log.index,很明显我们可以完全让程序来做这事。  (图源 :[pixabay](https://pixabay.com/illustrations/question-mark-artificial-6786596/)) 要让程序做这件事,首先要做的就是打开文件获取文件句柄来读写,在之前的文章中,我提过Python读取二进制文件就四个操作: * 使用`open`打开文件 * 使用`seek`定位位置 * 使用`read`读取内容 * 使用`close`关闭文件 而读取时,我们要给open函数传入模式(mode)标识`r`(代表读取)以及`b`(代表二进制),也就是说,读取block_log.index文件,需要使用类似如下代码打开: >`f = open('block_log.index', 'rb')` 那么我们要写文件是不是应该用,以下代码了? >~~`f = open('block_log.index', 'wb')`~~ 话说从业N多年以来,没少和文件打交道,我直觉认为就应该是这样,毕竟`r`和`w`对应,一个读一个写,多完美,多优雅。似乎好多好多年前,我也是这样学的。 然而看了Python参考手册中关于模式的信息,发现我真的是大错特错呢: > 注意到其中关于`w`的解释了吗: >open for writing, truncating the file first 作为写模式打开是没错,不过先彻底截短文件!也就是说,如果我用这个`w`来操作block_log,那它就彻底清空了。500G的文件彻底清空,估计我可以哭了。 比如下面这段代码,就可以“帮你”彻底清空block_log,***千万不要试哦***: >`fd = open('block_log', 'wb')` >`fd.close()` 所以,根据上边的模式表,要对文件进行***二进制读写***,正确的打开方式应该是: >`f = open('block_log.index', 'ab+')` 好了,读写的问题解决了,可是为啥我记错了呢?后来我想了想,可能是我把Python和C语言记混淆了,毕竟以前用C比较多。可是查了一下,C和C++的读写模式基本上都和Python类似。  (图源 :[pixabay](https://pixabay.com/illustrations/binary-code-privacy-policy-brain-5137349/)) 好吧,应该是我的记忆出偏差了,这让我想起了曼德拉效应: >曼德拉效应(英文名:The Mandela Effect)是一个心理学效应,指大众对历史的集体记忆与史实不符。主流科学界没有科学研究证明这一“效应”的真实性。 关于曼德拉效应常见的例子有曼德拉是上世纪八九十年代在监狱中死亡还是2013年才去世?讲真2013年听到曼德拉去世的消息我也很震惊,他不是早就去世了吗?Beyond的《光辉岁月》不就唱的他的事迹吗? 还有《西游记》中有没有羊力大仙下油锅的场景,我记得很清楚那油还在翻滚冒泡呢。 类似的还有许多许多,就不一一列举了,大家可以看文末的百度百科链接来参考。 关于曼德拉效应引发的一个思考就是到底是我们的世界被篡改了还是我们的记忆被篡改了?就好比我在文件读写中遇到的`w`模式这个问题。  (图源 :[pixabay](https://pixabay.com/illustrations/artificial-intelligence-brain-think-3382507/)) 后来想想,别的事情有没有篡改我不确定,这个`w`模式,八成、大概、可能主要就是我学艺不精,哈哈哈哈哈。 # 相关链接 * [曼德拉效应](https://baike.baidu.com/item/%E6%9B%BC%E5%BE%B7%E6%8B%89%E6%95%88%E5%BA%94/20374535)
author | oflyhigh |
---|---|
permlink | python-the-mandela-effect |
category | hive-105017 |
json_metadata | {"tags":["cn","life","blog"],"image":["https://images.hive.blog/DQmeuWMrjYJ81wZjmr7C8XBKgudvJPqiecDr573zHMVaiPo/image.png","https://images.hive.blog/DQmWaxwNY6nKJJiHu7EBeyeSxG7fG5zMq1YEtK54mYaNEvs/image.png","https://images.hive.blog/DQmZrWTaCE6uuHLP21SuvPUbJBvmCtzLeMazRnkyZHPDw7P/image.png","https://images.hive.blog/DQmbZXWVakch6boM3Fpjyp6Gvg6P2A2UzVUH2xxTbRifAHz/image.png"],"links":["https://pixabay.com/illustrations/question-mark-artificial-6786596/"],"app":"hiveblog/0.1","format":"markdown"} |
created | 2022-02-07 04:28:57 |
last_update | 2022-02-07 04:28:57 |
depth | 0 |
children | 5 |
last_payout | 2022-02-14 04:28:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 77.334 HBD |
curator_payout_value | 77.207 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 2,133 |
author_reputation | 6,424,158,810,843,693 |
root_title | "错乱的记忆:Python 文件读写与曼德拉效应(The Mandela Effect)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 110,218,059 |
net_rshares | 116,114,202,016,695 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
abit | 0 | 26,032,184,575,651 | 100% | ||
adm | 0 | 25,727,422,639,395 | 100% | ||
mangou007 | 0 | 620,723,866 | 20% | ||
gerber | 0 | 30,409,970,318 | 9% | ||
daan | 0 | 51,509,418,529 | 8% | ||
ezzy | 0 | 557,372,597 | 9% | ||
deanliu | 0 | 3,229,979,850,184 | 100% | ||
exyle | 0 | 82,304,471,858 | 9% | ||
joythewanderer | 0 | 30,244,759,981 | 100% | ||
ace108 | 0 | 1,055,367,983,896 | 26% | ||
logic | 0 | 170,527,570,782 | 100% | ||
magicmonk | 0 | 2,321,448,932,788 | 100% | ||
laoyao | 0 | 56,221,152,822 | 100% | ||
midnightoil | 0 | 197,740,552,953 | 100% | ||
xiaohui | 0 | 17,721,760,814 | 100% | ||
joele | 0 | 404,204,588,880 | 100% | ||
oflyhigh | 0 | 4,019,954,205,377 | 100% | ||
bert0 | 0 | 1,920,903,294 | 20% | ||
rivalhw | 0 | 2,121,835,571,988 | 100% | ||
nextgen622 | 0 | 645,459,785,666 | 100% | ||
helene | 0 | 1,134,531,816,557 | 100% | ||
ethansteem | 0 | 65,485,501,900 | 100% | ||
sweetsssj | 0 | 11,355,326,047,428 | 33% | ||
ebargains | 0 | 695,488,965 | 2.25% | ||
cnfund | 0 | 94,496,645,012 | 50% | ||
btshuang | 0 | 745,882,024 | 50% | ||
planosdeunacasa | 0 | 855,705,437 | 9% | ||
dapeng | 0 | 153,229,245,209 | 100% | ||
azazqwe | 0 | 38,935,706,514 | 100% | ||
bxt | 0 | 189,433,404,453 | 100% | ||
lingfei | 0 | 15,425,908,803 | 100% | ||
privex | 0 | 19,656,685,878 | 18% | ||
justinashby | 0 | 8,692,029,492 | 100% | ||
alexis555 | 0 | 3,862,335,790,537 | 40% | ||
trafalgar | 0 | 20,021,592,237,399 | 48% | ||
itinerantph | 0 | 513,859,301 | 24% | ||
elevator09 | 0 | 16,834,947,593 | 100% | ||
raindrop | 0 | 322,768,121,970 | 48% | ||
teachblogger | 0 | 2,117,427,082 | 50% | ||
passion-fruit | 0 | 7,934,930,748 | 100% | ||
htliao | 0 | 3,007,258,761 | 20% | ||
fortune-master | 0 | 7,670,626,140 | 100% | ||
dune69 | 0 | 53,619,067,377 | 7.2% | ||
iansart | 0 | 32,862,802,748 | 9% | ||
curly-q | 0 | 2,354,777,681 | 100% | ||
uruiamme | 0 | 5,077,136,335 | 50% | ||
nanosesame | 0 | 430,129,281,637 | 80% | ||
rycharde | 0 | 10,610,629,431 | 100% | ||
exec | 0 | 302,702,434,307 | 100% | ||
sam99 | 0 | 19,760,569,911 | 27% | ||
joeyarnoldvn | 0 | 611,651,262 | 1.76% | ||
offgridlife | 0 | 506,661,017,833 | 100% | ||
susanli3769 | 0 | 614,403,696,241 | 100% | ||
tatyanamishenko | 0 | 6,832,245,366 | 100% | ||
otom | 0 | 4,939,162,822 | 20% | ||
mrpointp | 0 | 310,915,062,566 | 100% | ||
travelgirl | 0 | 125,907,783,284 | 100% | ||
mygod | 0 | 742,371,553 | 50% | ||
shitsignals | 0 | 537,850,293 | 9% | ||
catwomanteresa | 0 | 330,814,219,298 | 100% | ||
dine77 | 0 | 143,950,429,811 | 65% | ||
isabelpena | 0 | 11,325,877,773 | 100% | ||
dineroconopcion | 0 | 866,439,008 | 9% | ||
steemik | 0 | 84,479,561,454 | 100% | ||
zonabitcoin | 0 | 816,856,091 | 9% | ||
oldman28 | 0 | 81,972,451,037 | 48% | ||
liangfengyouren | 0 | 3,436,773,438 | 50% | ||
idx | 0 | 23,309,416,365 | 100% | ||
aafeng | 0 | 682,403,180,975 | 100% | ||
cn-reader | 0 | 17,055,040,395 | 50% | ||
tvb | 0 | 3,250,401,538 | 30% | ||
felander | 0 | 50,343,254,658 | 9% | ||
floatinglin | 0 | 5,134,951,831 | 100% | ||
mrspointm | 0 | 283,778,519,441 | 100% | ||
kimzwarch | 0 | 14,536,417,977 | 4% | ||
bboyady | 0 | 1,389,490,768 | 19.16% | ||
yogacoach | 0 | 9,296,199,431 | 9% | ||
joshman | 0 | 271,844,591,312 | 25% | ||
chenlocus | 0 | 37,589,993,282 | 100% | ||
davidke20 | 0 | 40,732,169,423 | 38.32% | ||
nityabusiness100 | 0 | 526,281,297 | 100% | ||
fatman | 0 | 8,104,829,017 | 2% | ||
votehero | 0 | 26,718,095,678 | 6.4% | ||
minloulou | 0 | 4,432,042,820 | 70% | ||
msp-makeaminnow | 0 | 26,748,641,203 | 39.3% | ||
hqy | 0 | 14,222,105,493 | 100% | ||
victory622 | 0 | 196,548,954,153 | 100% | ||
investegg | 0 | 23,722,412,168 | 0.7% | ||
japanguide | 0 | 662,258,337 | 100% | ||
jychbetter | 0 | 309,493,494,547 | 100% | ||
winniex | 0 | 273,356,415,073 | 100% | ||
noble-noah | 0 | 10,209,764,042 | 100% | ||
caladan | 0 | 53,340,747,354 | 7.65% | ||
etherpunk | 0 | 889,436,700 | 50% | ||
hendersonp | 0 | 1,189,891,390 | 9% | ||
traf | 0 | 1,747,421,247,362 | 48% | ||
ubikalo | 0 | 535,275,852 | 9% | ||
ioioioioi | 0 | 1,168,595,260 | 100% | ||
itchyfeetdonica | 0 | 518,464,723,166 | 100% | ||
mamaloves | 0 | 4,587,507,294 | 50% | ||
soufianechakrouf | 0 | 16,055,918,986 | 100% | ||
maiyude | 0 | 2,062,913,654 | 50% | ||
suhunter | 0 | 961,902,227 | 50% | ||
belemo | 0 | 87,956,532,531 | 100% | ||
mermaidvampire | 0 | 1,541,648,677 | 100% | ||
seikatsumkt | 0 | 4,903,746,703 | 75% | ||
gustavoadolfodca | 0 | 928,291,677 | 40% | ||
fieryfootprints | 0 | 19,042,217,910 | 40% | ||
unconditionalove | 0 | 544,216,317 | 4.5% | ||
atma-yoga | 0 | 522,234,282 | 50% | ||
nostalgic1212 | 0 | 256,936,313,816 | 100% | ||
pkocjan | 0 | 8,285,232,428 | 7.2% | ||
fsegredo1 | 0 | 524,823,785 | 9% | ||
ethanlee | 0 | 5,746,596,453 | 100% | ||
reazuliqbal | 0 | 50,203,167,342 | 9% | ||
kymio | 0 | 517,505,378 | 3.75% | ||
fredo77200 | 0 | 3,665,154,696 | 100% | ||
bestboom | 0 | 2,577,966,339 | 9% | ||
juanmanuellopez1 | 0 | 1,713,978,888 | 9% | ||
andreamaestre1 | 0 | 2,092,131,632 | 100% | ||
lordbutterfly | 0 | 384,187,261,958 | 100% | ||
themightyvolcano | 0 | 3,520,958,662 | 9% | ||
tresor | 0 | 25,747,062,223 | 20% | ||
meanbees | 0 | 2,582,842,873 | 0.9% | ||
steem.services | 0 | 5,457,012,005 | 2.25% | ||
goktug0814 | 0 | 16,727,768,570 | 100% | ||
pladozero | 0 | 31,114,355,717 | 10% | ||
nateaguila | 0 | 280,029,799,112 | 8% | ||
hmayak | 0 | 31,701,950,485 | 100% | ||
archisteem | 0 | 1,254,524,637 | 7.5% | ||
wolfofnostreet | 0 | 3,986,290,526 | 20% | ||
linco | 0 | 15,314,901,530 | 8.1% | ||
swisswitness | 0 | 475,812,572 | 9% | ||
sunny-rain | 0 | 1,971,903,267 | 100% | ||
wittywheat | 0 | 35,585,954,317 | 100% | ||
yestermorrow | 0 | 12,273,359,214 | 31% | ||
blues-wclouds | 0 | 1,617,964,721 | 100% | ||
julian2013 | 0 | 147,569,614,191 | 100% | ||
dlike | 0 | 55,061,860,135 | 9% | ||
voxmortis | 0 | 36,707,087,528 | 20% | ||
steemaction | 0 | 4,120,934,507 | 100% | ||
engrave | 0 | 167,710,435,159 | 7.2% | ||
bobby.madagascar | 0 | 2,710,672,173 | 9% | ||
voter003 | 0 | 104,864,302,359 | 47.1% | ||
pet.society | 0 | 14,252,818,863 | 6% | ||
minminlou | 0 | 863,431,409 | 56% | ||
annepink | 0 | 376,817,722,640 | 100% | ||
jamzmie | 0 | 519,538,112 | 15% | ||
merlin7 | 0 | 17,946,931,525 | 7.2% | ||
sasaadrian | 0 | 12,567,632,183 | 20% | ||
dallas27 | 0 | 217,541,969 | 50% | ||
memeteca | 0 | 5,616,663,185 | 20% | ||
followjohngalt | 0 | 2,823,313,946 | 8.1% | ||
cakemonster | 0 | 4,037,953,162 | 4.5% | ||
starrouge | 0 | 1,048,492,524 | 50% | ||
rasalom | 0 | 16,493,946,090 | 100% | ||
steemfriends | 0 | 2,355,087,341 | 100% | ||
zerofive | 0 | 1,116,360,488 | 50% | ||
blind-spot | 0 | 12,906,707,328 | 50% | ||
lestrange | 0 | 56,576,080,325 | 100% | ||
determine | 0 | 518,931,012 | 9% | ||
cnstm | 0 | 150,481,646,351 | 100% | ||
likuang007 | 0 | 665,860,519 | 100% | ||
lianjingmedia | 0 | 1,004,005,509 | 100% | ||
goodcontentbot | 0 | 806,802,514 | 15% | ||
hungryharish | 0 | 22,683,122,138 | 100% | ||
lovelemon | 0 | 8,222,532,834 | 20% | ||
hungryanu | 0 | 3,603,176,448 | 50% | ||
mfblack | 0 | 2,022,328,010 | 8.55% | ||
rj-photo | 0 | 1,517,756,330 | 100% | ||
minigame | 0 | 302,144,449,758 | 100% | ||
dailyke20 | 0 | 131,471,816,973 | 100% | ||
ubeautiful | 0 | 6,806,915,968 | 100% | ||
firefuture | 0 | 619,074,908 | 4.5% | ||
steemindian | 0 | 4,145,314,977 | 100% | ||
cheer-up | 0 | 1,418,383,478 | 7.2% | ||
jimhawkins | 0 | 527,067,589 | 64% | ||
milu-the-dog | 0 | 2,144,051,324 | 9% | ||
triplea.bot | 0 | 2,166,393,419 | 9% | ||
tiffin | 0 | 2,741,816,414 | 7.2% | ||
steem.leo | 0 | 12,248,133,595 | 9% | ||
allen.goout | 0 | 3,131,299,662 | 100% | ||
hyborian-strain | 0 | 2,435,944,017 | 30% | ||
helengutier2 | 0 | 11,184,639,338 | 9% | ||
janaveda | 0 | 98,176,849,533 | 100% | ||
moleah | 0 | 1,798,198,794 | 100% | ||
vickyli | 0 | 27,255,919,066 | 100% | ||
icon123456 | 0 | 36,031,178,869 | 100% | ||
bilpcoin.pay | 0 | 517,842,697 | 10% | ||
lnakuma | 0 | 37,537,200,583 | 100% | ||
cratic | 0 | 2,794,269,680 | 90% | ||
yohjuan | 0 | 2,761,191,844 | 100% | ||
ribary | 0 | 3,143,283,733 | 4.5% | ||
kgsupport | 0 | 2,333,325,862 | 50% | ||
warmstill | 0 | 1,614,992,885 | 100% | ||
mice-k | 0 | 856,418,963 | 9% | ||
julesquirin | 0 | 7,410,518,826 | 50% | ||
dpend.active | 0 | 938,705,722 | 1.8% | ||
lovequeen | 0 | 146,631,933,950 | 100% | ||
hivewatchers | 0 | 51,631,426,981 | 55% | ||
bnk | 0 | 28,320,283,852 | 20% | ||
softworld | 0 | 104,013,161,466 | 25% | ||
polish.hive | 0 | 125,872,228 | 9% | ||
alther | 0 | 96,485,153 | 100% | ||
dcityrewards | 0 | 317,863,427,112 | 9% | ||
jywahaha | 0 | 7,973,298,553 | 100% | ||
hivecur | 0 | 153,745,547 | 9% | ||
roberto58 | 0 | 9,675,194,850 | 100% | ||
jelly13 | 0 | 293,311,826 | 4.5% | ||
olaunlimited | 0 | 35,154,370,688 | 21.6% | ||
hive-108278 | 0 | 880,971,808 | 50% | ||
sevenoh-fiveoh | 0 | 992,442,788 | 5% | ||
blogstats | 0 | 797,076,951 | 100% | ||
yubaibai6 | 0 | 15,393,128,930 | 100% | ||
philipmak | 0 | 1,467,211,685 | 50% | ||
kattycrochet | 0 | 10,122,843,451 | 24% | ||
dcrops | 0 | 37,019,275,247 | 4.5% | ||
rollsman1 | 0 | 0 | 100% | ||
sofs-su | 0 | 34,410,162,799 | 34.6% | ||
hectorsanchez18 | 0 | 14,547,164,114 | 100% | ||
drricksanchez | 0 | 42,154,427,038 | 10% | ||
zwhammer | 0 | 1,013,167,217 | 50% | ||
dengyanping888 | 0 | 46,418,511,576 | 100% | ||
haoeeicc | 0 | 5,457,721,776 | 100% | ||
lovelingling | 0 | 31,204,367,716 | 100% | ||
tina1219 | 0 | 6,369,420,184 | 100% | ||
slckrck40 | 0 | 109,304,235 | 100% | ||
celeste413 | 0 | 23,054,728,455 | 100% | ||
zhangyan-123 | 0 | 18,737,312,258 | 50% | ||
alpha-omega | 0 | 3,878,078,918 | 100% | ||
bai123 | 0 | 710,680,318 | 100% | ||
lazy001 | 0 | 4,437,399,151 | 100% | ||
onefapman | 0 | 362,309,006 | 100% | ||
lovefallen | 0 | 1,571,883,826 | 100% | ||
sunflor | 0 | 11,100,602,635 | 100% | ||
uddydan | 0 | 320,453,944 | 50% | ||
firstborn.pob | 0 | 794,423,321 | 50% | ||
adyiron | 0 | 2,967,692,276 | 100% | ||
hivefolks | 0 | 533,295,255,310 | 100% | ||
jeryco | 0 | 0 | 100% | ||
cosmic.paradise | 0 | 995,029,261 | 100% | ||
gormiot | 0 | 5,874,338,147 | 100% | ||
be-alysha | 0 | 5,496,667,163 | 25% | ||
hiveiq | 0 | 17,938,196,590 | 99% |
我好崇拜O神哥这样IT神,太厉害啦👍
author | adyiron |
---|---|
permlink | re-oflyhigh-202227t201546383z |
category | hive-105017 |
json_metadata | {"tags":["hive-105017","cn","life","blog"],"app":"ecency/3.0.23-mobile","format":"markdown+html"} |
created | 2022-02-07 12:15:48 |
last_update | 2022-02-07 12:15:48 |
depth | 1 |
children | 0 |
last_payout | 2022-02-14 12:15:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 18 |
author_reputation | 129,620,656,351,470 |
root_title | "错乱的记忆:Python 文件读写与曼德拉效应(The Mandela Effect)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 110,229,392 |
net_rshares | 0 |
这简直不是人类能懂的。O哥脑子是怎么长的,这么厉害。 我看得头大。
author | aellly |
---|---|
permlink | re-oflyhigh-202227t222631431z |
category | hive-105017 |
json_metadata | {"tags":["cn","life","blog"],"app":"ecency/3.0.21-vision","format":"markdown+html"} |
created | 2022-02-07 14:26:33 |
last_update | 2022-02-07 14:26:33 |
depth | 1 |
children | 0 |
last_payout | 2022-02-14 14:26:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 33 |
author_reputation | 878,584,760,626,708 |
root_title | "错乱的记忆:Python 文件读写与曼德拉效应(The Mandela Effect)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 110,232,629 |
net_rshares | 0 |
我一直以为曼德拉还活着😂
author | celeste413 |
---|---|
permlink | re-oflyhigh-202227t193953976z |
category | hive-105017 |
json_metadata | {"tags":["hive-105017","cn","life","blog"],"app":"ecency/3.0.19-mobile","format":"markdown+html"} |
created | 2022-02-07 11:39:54 |
last_update | 2022-02-07 11:39:54 |
depth | 1 |
children | 0 |
last_payout | 2022-02-14 11:39:54 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 12 |
author_reputation | 482,531,417,629,421 |
root_title | "错乱的记忆:Python 文件读写与曼德拉效应(The Mandela Effect)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 110,228,653 |
net_rshares | 0 |
👍
author | lovelingling |
---|---|
permlink | re-oflyhigh-202227t123810744z |
category | hive-105017 |
json_metadata | {"tags":["hive-105017","cn","life","blog"],"app":"ecency/3.0.19-mobile","format":"markdown+html"} |
created | 2022-02-07 04:38:09 |
last_update | 2022-02-07 04:38:09 |
depth | 1 |
children | 0 |
last_payout | 2022-02-14 04:38:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 1 |
author_reputation | 733,266,995,230,770 |
root_title | "错乱的记忆:Python 文件读写与曼德拉效应(The Mandela Effect)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 110,218,446 |
net_rshares | 0 |
之前是看过一个视频,到底是记忆出错还是真的事实被篡改,那个皮卡丘的尾巴上面是否有黑色条纹?真的有点玄乎!🤣🤣🤣
author | zhangyan-123 |
---|---|
permlink | re-oflyhigh-202227t214530z |
category | hive-105017 |
json_metadata | {"tags":["hive-105017","cn","life","blog"],"app":"ecency/3.0.19-mobile","format":"markdown+html"} |
created | 2022-02-07 13:04:06 |
last_update | 2022-02-07 13:04:06 |
depth | 1 |
children | 0 |
last_payout | 2022-02-14 13:04:06 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 55 |
author_reputation | 925,221,839,600,237 |
root_title | "错乱的记忆:Python 文件读写与曼德拉效应(The Mandela Effect)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 110,230,620 |
net_rshares | 0 |