deno學習一 安裝試用 幾個問題解決

2021-09-07 18:37:40 字數 2363 閱讀 9650

基本的依賴可以參考github

我的環境是centos 7

需要golang 以及yarn安裝

這是官方的方式,實際可以變通下

cd ~

wget

unzip protoc-3.1.0-linux-x86_64.zip

export path=$home/bin:$path

protobuf **生成** 資源訪問

預設go get 已經有demo 了

./deno testdata/001_hello.js # 輸出 : hello world

ldd deno

輸出:linux-vdso.so.1 => (0x00007fff8146f000)

libpthread.so.0 => /lib64/libpthread.so.0 (0x00007fed1355c000)

libstdc++.so.6 => /lib64/libstdc++.so.6 (0x00007fed13255000)

libm.so.6 => /lib64/libm.so.6 (0x00007fed12f53000)

libgcc_s.so.1 => /lib64/libgcc_s.so.1 (0x00007fed12d3d000)

libc.so.6 => /lib64/libc.so.6 (0x00007fed12970000)

/lib64/ld-linux-x86-64.so.2 (0x00007fed13778000)

構建安裝之前最好 yum update -y 更新下系統,同時最好安裝 ccache

tar (child): lbzip2: cannot exec: no such file or directory  yum install lbzip2

package glib-2.0 was not found in the pkg-config search path. yum install glib2

error: 'queue' file not found yum install clang

error: unable to find library -lstdc++ 安裝 yum install -y libstdc++-static

error: cannot open /usr/lib64/libatomic.so.1.0.0: no such file or directory 安裝yum install libatomic-static

不好解決,最好合理上網解決,或者自己clone **

提示invalid flag in pkg-config --cflags:   可能是golang 版本問題 1.9.4 建議使用新版本(我使用go1.10.2)

提示 exec: "g++": executable file not found in $path

參考作者的pdf 文件

&& youtube

學習幾個問題

字串 5 w w 周,下同 知識點checklist 1 strlen 函式的返回值是什麼型別的?2 字串strlen 的值,是否和他佔據的記憶體空間相同?3 你是否知道strcpy 函式存在的潛在風險?如何避免?4 如果乙個字串沒有字串結束符,而呼叫str 開頭的庫函式,會發生什麼?5 strcp...

安裝bugzilla的幾個問題

bugzilla作為乙個開源的bug追蹤工具,還是相當好用的,大家不妨都試試哦。安裝bugzilla的幾個問題 1。開始安裝幾個包比較容易搞定,按照提示來就是了 2。設定mysql,apache等也比較容易搞定,修正bugzilla目錄下面的localconfig可以搞定一些,apache的cgi支...

關於深度學習的幾個問題(一)

1.關於deep learning 主要指cnn 調參的經驗?解析 深度學習整體上是越來越成熟的,不管是框架還是卷積神經網路,關於每個網路初始化引數和超引數的配置雖然有區別,但相似點似乎更多。1 啟用函式,首選relu。2 dropout 這個從alexnet延續至今,理由很簡單可有效防止過擬合。不...