• 2024-09-14bustub使用简例
    要使用官方的bustub-web-shell,就需要安装vercle,但是它用上了一些新的语法糖,比如:if(typeofthis._dest?.[method]==="function"){(theme)=>theme?.style)store.hooksCleanup[index]?.();所以我希望在一个早上的时间部署完,而短时间内我没法在我的ubuntu20.04服务器上跑
  • 2024-08-13QT 控制台信号与槽简例
    要注意末尾的#include"main.moc"#include<QCoreApplication>#include<QDebug>classF:publicQObject{Q_OBJECTpublic:voidmyslot(intpara){qDebug()<<"myslot:"<<para<<endl;}