一.resolve 当a>0时,正常情况依次输出A.B.C console.log("A"); let result = await this.test(); console.log("C:",result); private test(){ return new Promise((resolve,reject)=>{ console.log("B"); let a = 3; if(a > 0){ resolve(a); }el
HPR_INT32 CCarManageDlg::DrawPic2UIForm(IUIFormObj* pUIForm,string& strPicName){//程序崩溃的地方 HPR_INT32 iReval=HPR_ERROR; char* buff=NULL; do { if (NULL == pUIForm||strPicName=="") { CLIENT_ERROR("DrawPic2UIForm into paras is wrong &qu
第一个问题:怎么也不能将自己本地仓库代码pull到GitHub网站上? git push origin master Warning: Permanently added 'github.com,192.30.255.112' (RSA) to the list of known hosts.To github.com:lanshanxiao/yunweather.git ! [rejected] master -> master (fetch first)error: failed to pu