原创 Agile management - JIRA使用入門

ContentsIntroductionELementsProjectsTypes of AgileKanban AgileScrum AgileAgile TasksIssue TypeAgile Boards in the J

原创 NEO4J 操作入門

文章目錄Layout界面常用Cypher語句查詢語句數據導出學習資源收藏功能 NEO4J的查詢語句叫Cypher。Cypher是圖數據庫的通用查詢語句,就像SQL之於關係型數據庫,但是比起SQL更簡單易用。 本篇文章基於NEO4J

原创 Apache Log4j2 API官方使用指南(一) —— Marker類怎麼用

文章目錄Markers Markers One of the primary purpose of a logging framework is to provide the means to generate debugging

原创 java生成二維碼代碼

文章目錄codepom.xml code import com.alibaba.fastjson.JSONObject; import com.google.zxing.*; import com.google.zxing.cli

原创 idea: 不支持發行版本 5 11 12 13 compilation failed: internal java compiler error

文章目錄問題排錯與解決Step1、修改當前項目jdk版本Step2、配置並指定maven-compiler-plugin的jdk版本 問題 在idea運行項目的測試類的時候,報標題中的兩個錯誤: 排錯與解決 Step1、修改當

原创 Intellij IDEA常用快捷鍵一覽(macos)

MacBook Intellij Idea 快捷鍵 introduce local variable ➡️ option + enter

原创 Win10更新後Vmware安裝VM 與 Device Guard不兼容 、perating System not found 、不能選擇64位linux系統等問題的解決方案

目錄坑1:\color{red} {坑1:}坑1: 當前主機不支持該系統版本,客戶機不可用坑2:\color{red} {坑2 :}坑2: Operating system not found坑3:\color{red} {坑3:

原创 SoureTree & Github 克隆項目時報錯 Error: Permission denied (publickey)

目錄step1 你可以用下面的命令驗證你的連接是否正常step2 確保你有一個正在使用的keystep3 生成新的SSH keystep4 將你的SSH key加入到ssh-agent裏面 這種錯誤一般代表服務器拒絕了你的連接請求

原创 新版win10系統升級後刪除windows.old文件夾

C盤右擊,清理磁盤,以前是直接會有“以前的windows安裝文件”或者“舊版本的windows”。 新版本的windows10升級之後,並沒有這個勾選框。並且,手動刪除的時候,會要求你獲取各種權限,才能刪除。 其實,刪除的途徑同樣

原创 Package Manager for macos: homebrew安裝

copy the shell command below and paste it into your terminal, the press “Enter” to install homebrew. /bin/bash -c "

原创 Big O notation:算法的時間複雜度

目錄The Definition of Time ComplexityDefinitionBig O notationI. O(1) - Constant TimeDefinitionII. O(log^n^)e.g. binar

原创 (二)Amazon AWS IAM(Identity and Access Management)使用:在windows本地生成credentials文件,運行SQS標準隊列示例代碼

IAM是使用amazon aws的第一步,也就是你需要在你的賬號下面創建多個用戶,爲每個用戶分配不同的策略(policy,也就是權限)。這樣你才能在本地有用戶對應的credentials(linux、Mac OS:~/.aws/c

原创 NCL_CSC8113 雲計算小組作業——實現一個inline protocol的公平交易系統

contentsBackgroudI. Environment and Technologies Useda. Envb.technologies Backgroud 雲計算專業的一個group project,需要運用上學期學到

原创 Intellij IDEA 設置類和方法註釋(javadoc)

目錄一、設置類的註釋設置settings裏面的File and Code Templatesclass註釋模板粘貼效果二、設置方法的註釋模板設置settings裏面的Live Templates方法註釋模板粘貼 一、設置類的註釋

原创 小知識一、遞歸刪除路徑過深的文件夾(和文件)

使用場景 很多時候我們會遇到安裝開發工具,例如MyEclipse等開發工具,卸載或刪除時候某些文件夾會因爲路徑過深,不能使用windows自帶的右擊刪除。那麼就可以用遞歸來搞定了! 代碼如下 import java.io.Buffered