文章加密
2022年3月30日 星期三
2021年12月19日 星期日
2021年12月15日 星期三
傻眼!父元素和子元素第一個都設margin時會造成margin重疊,建議父元素改padding或其他解法(在連結裡)
https://github.com/marshal604/blog/issues/6
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日 星期二
global language code 對照表
https://www.alchemysoftware.com/livedocs/ezscript/Topics/Catalyst/Language.htm
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卻有不屬於分支修改內容的不同
這時候確認線圖是相同內容就沒問題,那些不同就可以忽略