🚀 Hello! Good News!
🚀 We have opened Dex-Platfrom!
🚀 To celebrate the Binance DEX, we have committed a total of 5000 Bitcoin & 20000 Ethereum to give away to our fans worldwide.
✅ Participate
www.binance.org✅ Official group
t.me/joinchat/M0BwxlKj3cdJJ39uO0s6xA
交大資工程設的那個難度連我們管院仔都贏過他們 ==
我們是管院,水也歸我們管,我們當然有辦法讓水不弄濕西裝
有沒有人要陪我寫steam card trading bot啊
a = document.getElementsByClassName('badge_card_set_card')
for(i of a){
b = i.getElementsByClassName('game_card_ctn')
console.log(b[0].onclick.toString())
b = i.getElementsByClassName('badge_card_set_text_qty')
console.log(b[0].innerText)
}
為啥世界各國都在呼籲 WHA 要邀台灣,WHO 還是不理ㄚ
阿呀反正中國很強 可以在其他議題上一票否決 沒人敢跟他槓上
只有 UNSC 跟 GAP 的部份議案有 veto power
How about Africa & S. America countries
who loans money from China :D
在國際政治上,並不會因為兩國關係緊密就必然會同立場,反之亦然
就看美國跟蘇聯在多少案子上是持相同觀點的,法國也常常不支持美國
你看以前幫台灣說話ㄉ國家 跑去找中國都默默不說話ㄌ
如果當年電腦不是走向 Von Neumann Architecture
演算法講求的是 CPU 跟 Memory 最有效率的運用
那會不會假設當時走了一條完全不一樣的路, CS 就差很多了
`const rv = await fetch()`
沒 我剛剛發現是我上一層的function是一般function
問 我為什麼不能在async的await call裡面放await
這樣 return 就沒有 async 了啊,這只是為了用 await 而已吧?
就你 return 改 var obj = 然後在他後面 return obj
要看到最深的 callstack 才能知道是不是不好
for (i of complete_list){
console.log(await fetchcards('seadog007', i.gameid, i.is_foil).then(function(a){return a.filter(c => c.count > 0)}));
}@Haraguroicha 這要怎麼用一行寫完R
for (i of complete_list){
console.log(await fetchcards('seadog007', i.gameid, i.is_foil).then(function(a){return a.filter(c => c.count > 0)}));
}
function get_badge_level(doc){
if (doc.getElementsByClassName('badge_info_description')[0].getElementsByClassName('badge_info_title')[0].nextSibling.nextSibling.textContent.trim().search('Level') >= 0){
return parseInt(doc.getElementsByClassName('badge_info_description')[0].getElementsByClassName('badge_info_title')[0].nextSibling.nextSibling.textContent.trim().split(',')[0].replace('Level ',''))
}
}
complete_list.forEach(async (i) => await fetchcards('seadog007', i.gameid, i.is_foil).then(a => a.filter(c => c.count)))
(await Promise.all(
list.map(
i => fetchcards('seadog007', i.gameid, i.is_foil)
.then(a =>
a.filter(c => c.count > 0)
)
)
)).reduce((prev, next)=> prev.concat(next))
裡面的then應該能拉出來變map...不過管他的
filter完concat跟concat完filter結果根本一樣阿
有沒有人在Proxmox上裝過InfiniBand
求救 該裝的都裝了 就是不會動@@
你要用 fetchgameidlist().then(console.log) ㄅ
Promise.all 只要有一個大爆炸就會全部一起大爆炸欸
你可以試試看加個 nvme ssd 當 slog 或是關掉 zfs 的 write sync
現在我的 OS 是裝在 SSD 上,有可能在 SSD 上建個 part 給 ZFS 用嗎
zfs 自己本身支援把分區用 smb 或是 nfs 分享
你的 HDD 要 RAID 的話改回去用 mdadm
我沒用過 Windows Server 的 NFS Server 所以我不知道會不會雷,但我只能說建議遠離 Windows (O
Windows Server 2016/2019 應該有支援了啦,只是 Beta 而已 (#
你說WAN Port只有100Mbps的電競APㄇ
我想買 Oracle 伺服器但是 SPARC 處理器有點吃電