跳至主要內容
SDT 攻城獅區

SDT 攻城獅區

由Steven, Der, Ted 三位高級打字員所組成,是三位工程師(攻城獅)所維護的技術分享平台,或許偶爾會分享一些日常,有任何問題或是錯誤的部分,歡迎留言告訴我們!

  • Home
  • Programming
  • Software
  • System
  • WordPress
  • Other
  • About

月份: 2020 年 2 月

發佈於 2 月 28, 2020

ssh 登入 遠端電腦不用密碼

最近做jenkins CI/CD 要跨內部server發現登入ssh需要密碼,

真的滿麻煩,也不能在shellscript把密碼直接放入, 閱讀全文〈ssh 登入 遠端電腦不用密碼〉

發佈於 2 月 28, 2020

Git fatal: The current branch has no upstream branch.

使用git checkout <name>,

如果沒有會以當下的分支 create出新的分支, 閱讀全文〈Git fatal: The current branch has no upstream branch.〉

發佈於 2 月 28, 20202 月 28, 2020

Git 建立與刪除遠端分支方式

如果使用github, gitlab web GUI 應該都沒有什麼難事。

看到垃圾桶按鈕刪除即可… 閱讀全文〈Git 建立與刪除遠端分支方式〉

發佈於 2 月 28, 20202 月 28, 2020

解決 git merge 不同分支出現 fatal: refusing to merge unrelated histories

在做不同分支repository合併結果出現:

fatal: refusing to merge unrelated histories.

閱讀全文〈解決 git merge 不同分支出現 fatal: refusing to merge unrelated histories〉

發佈於 2 月 28, 20202 月 28, 2020

JAVA取得本機實際IP位置

先明確了解一些規則:

127.xxx.xxx.xxx 屬於”loopback” 地址,即只能你自己的本機可見,就是本機地址,比較常見的有127.0.0.1;

閱讀全文〈JAVA取得本機實際IP位置〉

發佈於 2 月 28, 20202 月 28, 2020

Jenkins war更新教學

jenkins download 閱讀全文〈Jenkins war更新教學〉

發佈於 2 月 27, 20202 月 27, 2020

解決 VS code lombok 提示錯誤問題

繼之前 VS Code 安裝 Java spring boot 環境 這篇,發現一些問題。

lom

閱讀全文〈解決 VS code lombok 提示錯誤問題〉

發佈於 2 月 23, 2020

NPM 檢查過期套件模組

對於前端開發者來說,相信 NPM (Node Package Manager) 大家一定都不陌生,它是一個線上 JavaScript 套件庫,使用者可以根據自己的需求,下載套件來使用。

閱讀全文〈NPM 檢查過期套件模組〉

發佈於 2 月 23, 20202 月 28, 2020

解決 Unable to access ‘git/attributes’

在Server端部署code時git clone跑出:

Unable to access ‘git/attributes’
閱讀全文〈解決 Unable to access ‘git/attributes’〉

發佈於 2 月 23, 20202 月 28, 2020

SpringBoot Maven跳過測試:skipTests VS maven.test.skip

在基於SpringBoot開發時有時只是為了build出Jar or War 但卻跑到測試,而測試又跟DB有關時,會造成很多困擾,所以可以使用<skipTests>true</skipTests>跟<maven.test.skip>true</maven.test.skip>跳過測試單元,可以使用以下方式

閱讀全文〈SpringBoot Maven跳過測試:skipTests VS maven.test.skip〉

文章導覽

上一頁 頁次 1 頁次 2 頁次 3 頁次 4 下一頁

近期文章

  • 安裝Python以及安裝編輯器VSCode
  • Windows 7 忘記系統管理員密碼與把使用者加入Administrators群組
  • Steven 網頁工程師心得分享
  • JAVA讀取及寫入TXT檔案
  • Webpack 打包移除warning及console.log的方式

時間軸

  • 2022 年 8 月 (1)
  • 2021 年 1 月 (1)
  • 2020 年 12 月 (1)
  • 2020 年 7 月 (1)
  • 2020 年 3 月 (1)
  • 2020 年 2 月 (33)
  • 2020 年 1 月 (13)
  • 2019 年 12 月 (43)
  • 2019 年 11 月 (7)

分類

  • Other (35)
  • Programming (36)
  • Software (7)
  • System (21)
  • WordPress (11)

Tag

  • Add User
  • allow
  • CI/CD
  • config
  • Cookie
  • CSS
  • CSS3
  • dd
  • deny
  • git
  • Grafana
  • IP
  • Java
  • JavaScript
  • Jenkins
  • Linux
  • ls
  • Mac
  • MariaDB
  • Maven
  • Module
  • MongoDB
  • mysql
  • Nginx
  • nginx-module-vts
  • Nginx_vts_exporter
  • nodejs
  • npm
  • OpenVPN
  • pi 4
  • PiVPN
  • Prometheus
  • pymongo
  • Python
  • Raspberry Pi
  • Raspbian
  • react
  • Spring-boot
  • ssh
  • Ubuntu
  • VS Code
  • WebPack
  • WordPress
  • 台中
  • 旅遊
2020 年 2 月
日 一 二 三 四 五 六
« 1 月   3 月 »
 1
2345678
9101112131415
16171819202122
23242526272829
本站採用 WordPress 建置