文章加密

;

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卻有不屬於分支修改內容的不同
這時候確認線圖是相同內容就沒問題,那些不同就可以忽略

2021年9月30日 星期四

gitlab cicd ^^

 How to use GitLab CI/CD for Vue.js:

https://about.gitlab.com/blog/2017/09/12/vuejs-app-gitlab/


How to use GitLab CI to deploy to multiple environments:

https://about.gitlab.com/blog/2021/02/05/ci-deployment-and-environments/


目標:

  1. Runner 如何取得 Artifacts。
  2. Runner 如何將 Artifacts 上傳至目標 Server。

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

大概這部分讓kris用就好


須解決目標2

只針對我的branch執行該段yml code


Deployment | Vue CLI (vuejs.org)  本地run起build的檔案 & gitlab with vue cli



What does agnostic mean in tech?
This term is normally mentioned in the context of how software and devices interact with other tech solutions. Having a product that's agnostic means having a tech solution that's able to interact with any systems or any products in the same category.

containerization n 容器化

anatomy n 解剖學

Software as a Service,縮寫:SaaS


優化翻譯字的取得時間,在beforeRouter的時機,避免Cumulative Layout Shift

2021年9月28日 星期二

區別 location.reload() v.s. history.go(0)

 location.reload() 要重新连服务器以读得新的页面(虽然页面是一样的)

history.go(0) 除非有<%..%>等需在服务端解释才能生成的页面代码,否则直接读取缓存中的数据