開發常用位址合集

2021-09-26 18:54:59 字數 1331 閱讀 3186

php - 官方手冊

medoo - 中文手冊

redis - 命令手冊

phpredis - 命令手冊

以太坊:

web3.js 1.0中文版手冊

web3.js 官方英文手冊

infura - 以太坊免費使用節點位址

block - 區塊鏈**資料介面文件

免費提供各類金融資料和區塊鏈資料**

位元幣交易網**api

中幣網

remix - ethereum ide

solidity - 開發文件中文版

solidity - 開發穩定英文版

以太坊區塊鏈瀏覽器

匯智網

智慧型合約api轉換器(開源要用到)

gatewayworker2.x 3.x 手冊

好單庫介面文件

express框架開發手冊

mac 常用位址

1.hosts 配置檔案位址 private etc hosts 2.apache 配置檔案位址 3.xcode 外掛程式位址 4.ssh 公鑰私鑰位址 公鑰 ssh id rsa.pub 私鑰 ssh id rsa 5.git 配置檔案位址 5.1.global gitconfig 5.2.sys...

引用位址小練習

var student function var bosn new student student.prototype.x 101 student.prototype console.log bosn.x 今天在網上看到了上面這個例子,認為console.log bosn.x 值為undefined...

指標引用位址的筆記

位址 在c 中,位址標號使用十六進製制表示。取乙個變數的位址使用 符號,只有變數 才存在記憶體位址,常量沒有位址 不包括const定義的偽常量 例如,對於數 字100,我們無法取出它的位址。取出的位址是一 個常量值,無法再對其取位址了。2.指標 指標的定義使用 type type 為資料型別,任何資...