摘要:
https://www.btcstudy.org/2021/12/08/schnorr-applications-threshold-signatures/ https://www.btcstudy.org/2021/12/06/schnorr-applications-batch-verifica 阅读全文
摘要:
https://www.cnblogs.com/alantu2018/p/8612722.html 阅读全文
摘要:
assume cs:codesg,ds:datas; str字符必须是13位,所以中间加了两个空格,网上很多代码也避开了这个问题,都是通过加空格,拼写错误,反正加个占位符; 否则会输出一堆乱码,实在想不明白是什么原因datas segmentstr db 'Hello World!','$' dat 阅读全文
摘要:
https://www.sysgeek.cn/ubuntu-wine/ winetricks cjkfonts winetricks riched20 riched30 winecfg sudo apt install winetricks winetricks vcrun2022 winetric 阅读全文
摘要:
https://datatracker.ietf.org/doc/draft-irtf-cfrg-bls-signature/ arch -x86_64 zsh set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wall -arch x86_64")i386arm64 阅读全文
摘要:
brew install solidity solc --abi --bin --evm-version=homestead --optimize a.sol The address of a block returned by malloc or realloc in GNU systems is 阅读全文
摘要:
https://pan.quark.cn/s/205c8ab28a13 https://www.rrdynb.com/dianshiju/2024/0608/42758.html 底男:初中毕业—出去打工—试着找对象—发现找不到对象—怪自己收入太低但是又无力改变现状—于是自暴自弃,变成三和大神。 底 阅读全文
摘要:
package mainimport ( "fmt" "io" "io/ioutil" "os" "os/exec" "path/filepath")func main() { args := os.Args[1:] if len(args) < 2 { fmt.Println( "usage: s 阅读全文
摘要:
https://zhuanlan.zhihu.com/p/88690488 https://zhuanlan.zhihu.com/p/414038240 https://en.bitcoin.it/wiki/Script https://docs.arbitrum.io/how-arbitrum-w 阅读全文
摘要:
CBD(Central Business District,中央商务区),具体指一个国家或大城市里主要商业活动的聚集区。 美加等地也称商业中心区为“Downtown”(城市商业区),因为过去的住宅区都在山上,而商店街都在山下。而日本和韩国称中心商务区为“都心”或“繁华街”。 CBD概念最早产生于19 阅读全文