goroot=/usr/local/go #gosetup
gopath=/home/gxl/go #gosetup
/usr/local/go/bin/go build -o /tmp/___go_build_study_array_test -gcflags "all=-n -l" study/array-test #gosetup
/usr/local/goland-2019.2.5/plugins/go/lib/dlv/linux/dlv --listen=localhost:35077 --headless=true --api-version=2 --check-go-version=false exec /tmp/___go_build_study_array_test -- #gosetup
api server listening at: 127.0.0.1:35077
unsupported architecture - only linux/amd64 is supported
debugger finished with exit code 1
and
# runtime/cgo
/usr/bin/ld: 當搜尋用於 /usr/lib/gcc/x86_64-linux-gnu/7/libgcc.a 時跳過不相容的 -lgcc
/usr/bin/ld: 找不到 -lgcc
/usr/bin/ld: 當搜尋用於 /usr/lib/gcc/x86_64-linux-gnu/7/libgcc.a 時跳過不相容的 -lgcc
/usr/bin/ld: 找不到 -lgcc
collect2: error: ld returned 1 exit status
go版本不對,32位機器要安裝32位版本的go,64位需要安裝64位版本的go才行。 pdfcrop不能使用
最近,用到了pdfcrop,用來去除pdf中空白的邊。但是使用pdfcrop margins 0 pdf 後,給出了錯誤 error pdfcrop cannot call ghostscript 但是我已經安裝了ctex,裡面已經包含ghostscript,所以就不知道什麼錯誤。在網上針對這個問題...
CGRect CGFloat 不能使用
筆者還在照著別人 敲東西的階段 汗顏哪 言歸正傳,今天敲 的時候發現只要是繼承nsobject的類 都不能使用cgrect cgfloat 會報 unknown type name cgrect did you mean rect or unknown type name cgfloat 糾結了一下...
oracle 不能使用for update
select from table name for update 造成oracle資料庫卡死 1 首先查詢出問題表的session id select session id from v locked object l join dba objects o on l.object id o.obj...