最近突发奇想,打算把cutehive.com的网站重新弄一下,之所以有这个想法,是因为我那个网站代码几乎全部手敲,维护起来太麻烦了。  (图源 :[pixabay](https://pixabay.com/photos/web-design-laptop-html-design-2038872/)) 在过去的几年里,许多建站技术、框架和建站工具都得到了广泛的应用,并被用于构建各种各样的网站。而我还停留在90年代的记事本(或者vi)手写代码的阶段,实在是Low爆了。 听说Vue.js 就是一个非常优秀开源的 JavaScript 框架,非常简单灵活,而且据说是国内的大神(E尤雨溪van You)创建的,我决定尝试学习一下。 首先,我找了一些vue教程来看,以及官方网站的Quick Start教程,可是看得我一头雾水,哎,算了,不如直接先实践一下。 想到以前学习各种语言,都先写一个`Hello World`代码,然后试着运行,通过这个来了解最基本的代码以及流程。 那么Vue版的`Hello World`应该是什么样子呢?我不想安装Vue,只想测试一下,所以通过CDN使用Vue暂时对我来讲是最好的选择。 我们可以在代码中插入如下script标签,来通过CDN使用Vue: >`<script src="https://unpkg.com/vue@3/dist/vue.global.js"></script>` 从Vue的网站上找到的最简单的Hello World例子(Hello Vue!)大概是这个样子: > 可是这玩意该如何执行啊?研究了半天,发现似乎据说大概是,可以写一个html文件,然后把这部分代码插入进去,就可以执行啦。 比如说这样一个最简单index.html文件: > 将上述代码,插入到`<body>`以及`</body>`之间,就可以啦,插完是这个样子: > 试着在浏览器中执行一下,咦,怎么什么都不显示?哪里出错了?找来找去才发现,原来是我插入新代码后没有保存😓。 将上述代码保存,然后再次在浏览器中执行,总算可以看到`Hello Vue!`的输出啦: > 突然想起半个世纪前,美国宇航员阿姆斯特朗登上月球时曾说过一句话:“这是我个人的一小步,却是人类迈出一大步”。我觉得成功执行Vue.js的`Hello Vue!`,看似非常非常简单的一步,但是却是我学习Vue.js以及重构cutehive.com的一大步。 当然,其实,运行起来这个例子也并非我上文中描述起来的这样简单。比如我起初找到的Vue代码,类似这个样子: > 然而这例子却死活不工作,通过浏览器的调试功能,发现如下错误: > `Uncaught ReferenceError: Vue is not defined` 后来Google搜索到的解决方案是,把上述CDN代码换成: >`<script src="https://cdn.jsdelivr.net/npm/vue@2.6.0"></script>` 这让我知道了Vue不同版本之前使用起来还是有很大诧异的。后来又在一篇文章中找到如下解释: >Straight off the bat, the way we bootstrap a new Vue app has changed. Rather than using new Vue(), we now need to import the new createApp method. 另外,我想把html和js分离开来,比如说用index.html以及app.js,同样,我没能让它正确工作。 所以,虽然迈出了一小步,但是距离我掌握如何使用Vue.js以及成功重构cutehive.com网站,任重而道远啊。 我突然有些感慨,我为啥要折腾呢?出去找朋友们喝酒,或者躺床上刷会抖音看美女不香嘛?哎! # 相关链接 * https://vuejs.org/guide/quick-start.html#using-vue-from-cdn * [Vue 3 Tutorial (for Vue 2 Users)](https://vuejsdevelopers.com/2020/03/16/vue-js-tutorial/)
author | oflyhigh |
---|---|
permlink | vue-js |
category | hive-105017 |
json_metadata | {"tags":["cn","life","blog","vue","html","js"],"image":["https://images.hive.blog/DQmNhqbpaLcPZ6XEMRqfejDwGvURYtRYjy1ZjusbMCMcnRk/image.png","https://images.hive.blog/DQmYr3ERLeQv9nTsuZ4vt57LKtnH9YVkGAPpEhhevyqZn4u/image.png","https://images.hive.blog/DQmQPpJzoV2mNne31mRMiraWqdG9cNAmG6hnuAhXzJYjxyr/image.png","https://images.hive.blog/DQmaDCLpNEfQmSE7Cyj1hkcJjMME4YzENWgRtGHooUsGCwN/1670667423524.png","https://images.hive.blog/DQmWCEt8NDowdxBk9eXcP2hh9LCYbJirPBobiArCaabhMqA/image.png","https://images.hive.blog/DQmTrvBFcjYxqMSovQWz32kuEA4D5Qdgza32sSsoc54B7GD/image.png"],"links":["https://pixabay.com/photos/web-design-laptop-html-design-2038872/"],"app":"hiveblog/0.1","format":"markdown"} |
created | 2022-12-10 10:43:27 |
last_update | 2022-12-10 10:43:27 |
depth | 0 |
children | 10 |
last_payout | 2022-12-17 10:43:27 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 26.086 HBD |
curator_payout_value | 26.056 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 2,383 |
author_reputation | 6,290,502,051,253,650 |
root_title | 每天进步一点点:学习Vue.js的一小步 |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 118,998,955 |
net_rshares | 115,523,977,753,385 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
abit | 0 | 26,934,761,016,176 | 100% | ||
adm | 0 | 23,520,141,350,281 | 100% | ||
deanliu | 0 | 3,849,109,197,735 | 100% | ||
andyjim | 0 | 492,851,867 | 100% | ||
joythewanderer | 0 | 45,400,531,289 | 100% | ||
lemooljiang | 0 | 9,733,977,744 | 100% | ||
ace108 | 0 | 1,075,615,346,299 | 25% | ||
logic | 0 | 179,906,715,912 | 100% | ||
magicmonk | 0 | 4,240,473,280,407 | 100% | ||
laoyao | 0 | 60,324,673,589 | 100% | ||
midnightoil | 0 | 212,513,238,609 | 100% | ||
xiaohui | 0 | 18,925,346,161 | 100% | ||
jphamer1 | 0 | 4,952,980,318,226 | 100% | ||
joele | 0 | 449,415,549,225 | 100% | ||
rivalhw | 0 | 2,511,771,419,669 | 100% | ||
nextgen622 | 0 | 826,618,800,167 | 100% | ||
helene | 0 | 1,221,367,375,027 | 100% | ||
ffcrossculture | 0 | 118,587,537,419 | 100% | ||
netaterra | 0 | 375,842,837,231 | 15% | ||
penguinpablo | 0 | 264,051,469,428 | 14% | ||
ivet | 0 | 90,514,181,423 | 100% | ||
cnfund | 0 | 93,455,779,015 | 50% | ||
funnyman | 0 | 1,363,021,630 | 5.6% | ||
steemcleaners | 0 | 1,612,236,437,054 | 55% | ||
btshuang | 0 | 746,785,498 | 50% | ||
azazqwe | 0 | 33,662,517,986 | 100% | ||
lucknie | 0 | 138,397,576 | 100% | ||
dumping | 0 | 105,276,819 | 100% | ||
bxt | 0 | 283,879,319,072 | 100% | ||
alexis555 | 0 | 4,265,812,556,640 | 42% | ||
trafalgar | 0 | 22,193,470,922,440 | 49% | ||
raindrop | 0 | 343,811,863,436 | 49% | ||
passion-fruit | 0 | 10,201,892,153 | 100% | ||
fortune-master | 0 | 10,071,141,156 | 100% | ||
drag33 | 0 | 42,710,302,152 | 100% | ||
nanosesame | 0 | 442,331,394,766 | 80% | ||
exec | 0 | 325,469,895,176 | 100% | ||
alphacore | 0 | 18,282,025,421 | 7.12% | ||
joeyarnoldvn | 0 | 596,362,350 | 1.76% | ||
geekgirl | 0 | 2,412,098,445,234 | 100% | ||
susanli3769 | 0 | 663,512,322,969 | 83.2% | ||
eturnerx | 0 | 13,028,904,878 | 0.7% | ||
mrpointp | 0 | 353,941,020,670 | 100% | ||
travelgirl | 0 | 206,013,179,638 | 100% | ||
mygod | 0 | 743,197,974 | 50% | ||
catwomanteresa | 0 | 360,968,949,187 | 100% | ||
dine77 | 0 | 52,500,167,654 | 70% | ||
ahlawat | 0 | 15,345,826,946 | 25.7% | ||
idx | 0 | 23,358,465,468 | 100% | ||
aafeng | 0 | 876,471,426,474 | 100% | ||
collinz | 0 | 45,455,864,823 | 100% | ||
cn-reader | 0 | 16,737,263,777 | 50% | ||
tvb | 0 | 4,135,944,418 | 30% | ||
santigs | 0 | 301,848,637,478 | 49% | ||
floatinglin | 0 | 6,828,932,424 | 100% | ||
mrspointm | 0 | 345,873,042,840 | 100% | ||
kimzwarch | 0 | 15,009,195,603 | 4% | ||
joshman | 0 | 183,945,829,930 | 25% | ||
chenlocus | 0 | 69,621,992,965 | 100% | ||
votehero | 0 | 14,527,466,600 | 3.3% | ||
minloulou | 0 | 5,036,431,089 | 70% | ||
msp-makeaminnow | 0 | 14,855,450,882 | 19.1% | ||
gtpjfoodbank | 0 | 17,945,069,304 | 90% | ||
metten | 0 | 131,629,242 | 100% | ||
japanguide | 0 | 1,036,031,701 | 100% | ||
jychbetter | 0 | 362,182,965,961 | 100% | ||
winniex | 0 | 417,891,660,835 | 100% | ||
cn-book | 0 | 393,311,698 | 100% | ||
cn-movie | 0 | 187,162,367 | 100% | ||
etherpunk | 0 | 885,362,597 | 50% | ||
traf | 0 | 1,870,250,143,311 | 49% | ||
ioioioioi | 0 | 1,370,024,143 | 100% | ||
itchyfeetdonica | 0 | 585,477,164,621 | 100% | ||
vivia | 0 | 710,815,404 | 100% | ||
breelikeatree | 0 | 157,564,842,467 | 100% | ||
cryptonized | 0 | 21,904,060,564 | 14% | ||
soufianechakrouf | 0 | 7,481,133,777 | 100% | ||
tryskele | 0 | 1,329,180,384 | 5% | ||
belemo | 0 | 77,195,196,283 | 100% | ||
mermaidvampire | 0 | 2,071,672,550 | 100% | ||
seikatsumkt | 0 | 5,188,016,284 | 75% | ||
xiaoli | 0 | 447,980,524 | 100% | ||
ikrahch | 0 | 203,264,069,872 | 50% | ||
emmali | 0 | 227,063,709,575 | 100% | ||
nostalgic1212 | 0 | 385,349,112,286 | 100% | ||
manniman | 0 | 54,001,288,162 | 11% | ||
aellly | 0 | 24,569,456,438 | 100% | ||
racibo | 0 | 1,904,083,233 | 5% | ||
augusto-cordova | 0 | 1,209,762,561 | 49% | ||
leomolina | 0 | 2,912,648,192 | 9% | ||
hmayak | 0 | 33,419,150,001 | 100% | ||
archisteem | 0 | 1,265,205,883 | 7.5% | ||
theluvbug | 0 | 5,329,848,362 | 25% | ||
dses | 0 | 53,544,768,484 | 80% | ||
digital.mine | 0 | 54,212,728,831 | 60% | ||
steemulant | 0 | 130,379,175 | 7.83% | ||
ambiguity | 0 | 40,144,177,551 | 100% | ||
iammegankylie | 0 | 1,249,671,914 | 100% | ||
smartvote | 0 | 68,272,025,823 | 2.7% | ||
julian2013 | 0 | 99,259,927,201 | 100% | ||
voxmortis | 0 | 36,223,943,844 | 20% | ||
pet.society | 0 | 14,232,487,360 | 6% | ||
pocketjs | 0 | 12,964,761 | 7.83% | ||
minminlou | 0 | 551,026,972 | 56% | ||
annepink | 0 | 296,898,872,213 | 100% | ||
rasalom | 0 | 17,127,599,642 | 100% | ||
jacuzzi | 0 | 2,384,624,799 | 1.4% | ||
lestrange | 0 | 14,197,351,121 | 100% | ||
fusion.lover | 0 | 34,921,331,578 | 100% | ||
hungrybear | 0 | 597,294,158 | 14% | ||
some-asshole | 0 | 946,488,614 | 12.5% | ||
lovelemon | 0 | 31,583,760,242 | 25% | ||
dailyke20 | 0 | 2,674,974,691 | 100% | ||
omnivori | 0 | 1,705,296,128 | 90% | ||
jimhawkins | 0 | 513,882,872 | 64% | ||
freedomring | 0 | 4,579,593,926 | 100% | ||
janaveda | 0 | 78,939,950,293 | 100% | ||
urun | 0 | 66,399,682,369 | 100% | ||
bilpcoinbot | 0 | 2,521,564,633 | 50% | ||
moleah | 0 | 666,034,382 | 100% | ||
vickyli | 0 | 18,032,479,253 | 100% | ||
marygong77777 | 0 | 12,494,050,187 | 100% | ||
bilpcoin.pay | 0 | 535,537,491 | 10% | ||
dbfoodbank | 0 | 5,233,401,330 | 76% | ||
lnakuma | 0 | 34,353,589,665 | 100% | ||
weddinggift | 0 | 6,195,712,924 | 100% | ||
starnote | 0 | 328,304,936 | 100% | ||
sharkthelion | 0 | 1,592,085,925 | 25% | ||
kgsupport | 0 | 2,449,560,165 | 50% | ||
moochain.net | 0 | 330,727,181 | 100% | ||
warmstill | 0 | 830,073,181 | 50% | ||
julesquirin | 0 | 1,847,871,509 | 9.8% | ||
lovequeen | 0 | 230,229,887,877 | 100% | ||
hivewatchers | 0 | 10,971,603,931 | 55% | ||
softworld | 0 | 236,657,562,173 | 53% | ||
jywahaha | 0 | 188,970,164,671 | 100% | ||
roberto58 | 0 | 9,675,194,850 | 100% | ||
olaunlimited | 0 | 20,078,795,080 | 22.05% | ||
hive-108278 | 0 | 884,524,463 | 50% | ||
evahe | 0 | 161,322,309,485 | 100% | ||
dragokazo | 0 | 24,173,536,128 | 100% | ||
blogstats | 0 | 243,440,484 | 100% | ||
yubaibai6 | 0 | 16,856,328,487 | 100% | ||
elbuhoaular | 0 | 4,571,509,900 | 100% | ||
philipmak | 0 | 1,555,009,967 | 50% | ||
kattycrochet | 0 | 23,676,027,243 | 24.5% | ||
cocaaladioxine | 0 | 1,798,026,257 | 100% | ||
belemo.leo | 0 | 2,678,670,233 | 100% | ||
sofs-su | 0 | 46,069,618,956 | 35.21% | ||
zdigital222 | 0 | 642,981,706 | 100% | ||
melcaya | 0 | 38,682,665,846 | 100% | ||
robertmendontza | 0 | 2,026,922,607 | 100% | ||
hive.friends | 0 | 836,775,755 | 50% | ||
tingjie | 0 | 32,021,481,233 | 100% | ||
nill2021 | 0 | 14,383,212,239 | 100% | ||
abundancelife | 0 | 49,104,702,695 | 100% | ||
cowboyzlegend27 | 0 | 22,905,757,777 | 100% | ||
lovelingling | 0 | 34,291,718,712 | 100% | ||
rimurutempest | 0 | 7,246,124,366 | 100% | ||
tina1219 | 0 | 31,643,251,444 | 100% | ||
irenicus30 | 0 | 1,604,475,905 | 100% | ||
linna188 | 0 | 4,107,286,657 | 100% | ||
zhangyan-123 | 0 | 87,275,165,914 | 100% | ||
pishio | 0 | 560,587,164,418 | 10% | ||
rauti | 0 | 3,207,573,647 | 100% | ||
alpha-omega | 0 | 13,717,509,029 | 50% | ||
bai123 | 0 | 2,197,136,840 | 100% | ||
lazy001 | 0 | 219,922,693 | 100% | ||
dsky | 0 | 799,465,669,373 | 100% | ||
ilark | 0 | 214,128,573,349 | 100% | ||
pappyelblanco | 0 | 1,303,784,828 | 50% | ||
cryptothesis | 0 | 234,623,172,847 | 100% | ||
realitavshaluan | 0 | 7,698,012,318 | 100% | ||
drexlord | 0 | 3,654,453,555 | 7.5% | ||
sunshineee | 0 | 699,817,749 | 20% | ||
rainbrella | 0 | 3,540,047,186 | 100% | ||
love5200 | 0 | 31,764,301,454 | 100% | ||
xiaoyaodidi | 0 | 19,658,915,370 | 100% | ||
franzpaulie | 0 | 35,694,084,790 | 100% | ||
haldirl | 0 | 7,117,135,498 | 100% | ||
xtrafalgar | 0 | -310,325,281 | -49% | ||
zitac0330 | 0 | 419,112,180 | 100% | ||
ottomu | 0 | 66,005,028,809 | 100% | ||
daje10 | 0 | 11,716,036,226 | 100% | ||
bgmoha | 0 | 1,943,229,258 | 70% | ||
queercoin | 0 | 23,809,193,699 | 100% | ||
artefactoestudio | 0 | 938,580,233 | 49% | ||
swkailing | 0 | 19,619,872,548 | 100% | ||
hivecluster | 0 | 6,923,039,323 | 100% | ||
hecates | 0 | 1,918,725,756 | 100% | ||
mul-mul | 0 | 1,688,549,482 | 100% | ||
cryptox300 | 0 | 22,507,855,905 | 100% | ||
cryptorator | 0 | 938,427,211 | 100% | ||
riv7 | 0 | 0 | 100% |
>我突然有些感慨,我为啥要折腾呢?出去找朋友们喝酒,或者躺床上刷会抖音看美女不香嘛?哎 看到后面这句才是重点。躺平,刷抖音。世事无常看金瓶梅才正常。
author | aellly |
---|---|
permlink | re-oflyhigh-20221210t195436787z |
category | hive-105017 |
json_metadata | {"tags":["cn","life","blog","vue","html","js"],"app":"ecency/3.0.30-vision","format":"markdown+html"} |
created | 2022-12-10 11:54:36 |
last_update | 2022-12-10 11:54:36 |
depth | 1 |
children | 0 |
last_payout | 2022-12-17 11:54:36 |
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 | 76 |
author_reputation | 858,251,241,711,680 |
root_title | 每天进步一点点:学习Vue.js的一小步 |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 119,000,033 |
net_rshares | 0 |
爱学习的O哥👍
author | love5200 |
---|---|
permlink | re-oflyhigh-20221211t23414180z |
category | hive-105017 |
json_metadata | {"tags":["cn","life","blog","vue","html","js"],"app":"ecency/3.0.30-vision","format":"markdown+html"} |
created | 2022-12-10 18:34:48 |
last_update | 2022-12-10 18:34:48 |
depth | 1 |
children | 0 |
last_payout | 2022-12-17 18:34: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 | 7 |
author_reputation | 537,458,395,149,458 |
root_title | 每天进步一点点:学习Vue.js的一小步 |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 119,007,953 |
net_rshares | 0 |
我对此话非常赞同,第一遍我看错了,以为是看着美女躺在床上。额,真的是看错了。对不起,O哥,我不应该想的这么庸俗。 >出去找朋友们喝酒,或者躺床上刷会抖音看美女不香嘛?
author | lovelingling |
---|---|
permlink | re-oflyhigh-20221210t191354736z |
category | hive-105017 |
json_metadata | {"tags":["hive-105017","cn","life","blog","vue","html","js"],"app":"ecency/3.0.19-mobile","format":"markdown+html"} |
created | 2022-12-10 11:13:57 |
last_update | 2022-12-10 11:13:57 |
depth | 1 |
children | 0 |
last_payout | 2022-12-17 11:13:57 |
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 | 85 |
author_reputation | 719,696,982,836,210 |
root_title | 每天进步一点点:学习Vue.js的一小步 |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 118,999,449 |
net_rshares | 0 |
太棒了
author | magicmonk |
---|---|
permlink | re-oflyhigh-rmq9me |
category | hive-105017 |
json_metadata | {"tags":["hive-105017"],"app":"peakd/2022.11.2"} |
created | 2022-12-11 13:03:48 |
last_update | 2022-12-11 13:03:48 |
depth | 1 |
children | 0 |
last_payout | 2022-12-18 13:03: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 | 3 |
author_reputation | 1,099,988,396,950,062 |
root_title | 每天进步一点点:学习Vue.js的一小步 |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 119,027,828 |
net_rshares | 0 |
👍👍
author | marygong77777 |
---|---|
permlink | re-oflyhigh-20221210t204514499z |
category | hive-105017 |
json_metadata | {"tags":["hive-105017","cn","life","blog","vue","html","js"],"app":"ecency/3.0.35-mobile","format":"markdown+html"} |
created | 2022-12-10 12:45:15 |
last_update | 2022-12-10 12:45:15 |
depth | 1 |
children | 0 |
last_payout | 2022-12-17 12:45:15 |
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 | 2 |
author_reputation | 401,979,691,185,907 |
root_title | 每天进步一点点:学习Vue.js的一小步 |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 119,000,930 |
net_rshares | 0 |
这种代码类的我觉得好难😂😂
author | swkailing |
---|---|
permlink | re-oflyhigh-20221210t19648521z |
category | hive-105017 |
json_metadata | {"tags":["hive-105017","cn","life","blog","vue","html","js"],"app":"ecency/3.0.25-mobile","format":"markdown+html"} |
created | 2022-12-10 11:06:48 |
last_update | 2022-12-10 11:06:48 |
depth | 1 |
children | 0 |
last_payout | 2022-12-17 11:06: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 | 13 |
author_reputation | 42,698,332,715,916 |
root_title | 每天进步一点点:学习Vue.js的一小步 |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 118,999,361 |
net_rshares | 0 |
我也想学,但我实在没时间,羡慕O哥
author | tvb |
---|---|
permlink | rmoj0y |
category | hive-105017 |
json_metadata | {"app":"hiveblog/0.1"} |
created | 2022-12-10 14:31:51 |
last_update | 2022-12-10 14:31:51 |
depth | 1 |
children | 2 |
last_payout | 2022-12-17 14:31:51 |
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 | 17 |
author_reputation | 35,098,102,223,749 |
root_title | 每天进步一点点:学习Vue.js的一小步 |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 119,002,939 |
net_rshares | 0 |
时间都去哪啦?
author | oflyhigh |
---|---|
permlink | rmphgt |
category | hive-105017 |
json_metadata | {"app":"hiveblog/0.1"} |
created | 2022-12-11 02:55:45 |
last_update | 2022-12-11 02:55:45 |
depth | 2 |
children | 1 |
last_payout | 2022-12-18 02:55:45 |
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 | 7 |
author_reputation | 6,290,502,051,253,650 |
root_title | 每天进步一点点:学习Vue.js的一小步 |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 119,018,722 |
net_rshares | 0 |
我微信和你说
author | tvb |
---|---|
permlink | rmpja4 |
category | hive-105017 |
json_metadata | {"app":"hiveblog/0.1"} |
created | 2022-12-11 03:34:54 |
last_update | 2022-12-11 03:34:54 |
depth | 3 |
children | 0 |
last_payout | 2022-12-18 03:34: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 | 6 |
author_reputation | 35,098,102,223,749 |
root_title | 每天进步一点点:学习Vue.js的一小步 |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 119,019,167 |
net_rshares | 0 |
小时候最喜欢看的节目就是探索和发现 对于未知的事物我很好奇→_→
author | xiaoyaodidi |
---|---|
permlink | re-oflyhigh-20221210t185738596z |
category | hive-105017 |
json_metadata | {"tags":["hive-105017","cn","life","blog","vue","html","js"],"app":"ecency/3.0.35-mobile","format":"markdown+html"} |
created | 2022-12-10 10:57:45 |
last_update | 2022-12-10 10:57:45 |
depth | 1 |
children | 0 |
last_payout | 2022-12-17 10:57:45 |
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 | 420,068,217,197,428 |
root_title | 每天进步一点点:学习Vue.js的一小步 |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 118,999,232 |
net_rshares | 0 |