文章加密

;

2022年3月30日 星期三

讓網頁不被google search 找到

 

https://developers.google.com/search/docs/advanced/robots/robots_meta_tag?hl=zh-tw
讓網頁不被google search 找到

2021年11月1日 星期一

web3.js - Ethereum JavaScript API, DApp

 https://ethereum.org/en/developers/docs/apis/javascript/


https://web3js.readthedocs.io/en/v1.5.2/getting-started.html


https://ithelp.ithome.com.tw/articles/10202409


https://ethereum.org/zh/developers/docs/intro-to-ethereum/  介紹   看到我们把这些被上传至网络并由网络执行的程序称为智能合约。

2021年10月21日 星期四

bazaavoice

 https://developer.bazaarvoice.com/conversations-api/reference/v5.4-prr/statistics/statistics-display

2021年10月19日 星期二

2021年10月14日 星期四

cicd相關,實作上遇到的案例(少部分git merge相關)

1. 這種錯誤訊息是他重載package失敗, 之後可以隔一段時間retry看看 

Error CS0234: The type or namespace name 'Security' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?)


2.master/ develop都是同樣的內容,但第三分支在gitlab merge diff show in web卻有不屬於分支修改內容的不同
這時候確認線圖是相同內容就沒問題,那些不同就可以忽略