Duran 的技術冶煉廠
Program / Fitness / Travel / Photography / Life
許多客戶在做 Java 持續整合時無法使用外部網路,即代表不能從外部 Maven Repository 下載套件並進行編譯,必須從開發環境下載需要的套件,並放置在 內部的套件管理伺服器 或 代理程式 (Agent or Runner) 內…
Read more »最近因為工作關係,經常接觸 Java 專案。今天簡單紀錄一下使用 Ant 執行 JUnit 過程中,如何印出 JUnit 詳細執行結果,方便開發人員找出錯誤根本原因。
Read more »這幾年工作比較專注於 .NET 解決方案,已經好幾年沒有撰寫 Java。近期因為工作關係,需要稍微接觸一些 Java 開發,趁這個機會將一些新手/基礎的操作紀錄下來,提供未來自己與有興趣的朋友參考。
Read more »前一篇文章我們簡單介紹 playwright for .NET,也提過這個好用的測試工具有 NodeJS、.NET、Java 與 Python 版本。在這篇文章,我們將透過 Java Maven 專案來介紹如何使用 playwrigh…
Read more »因為工作關係需要在 Eclipse 上進行開發,也需要做單元測試,有別於 IntelliJ,在 Eclipse 加入 JUnit 的方式有一些些不同,本篇文章簡單紀錄從新專案開始,如何加入 JUnit 套件與第一個 JUnit Test…
Read more »GroupLayout example: 在使用Group Layout的時候,必須去計算物件的水平與垂直相對位置, 以下圖為範例,有4個Jlabel與4個JTextField。 首先設定水平群組: 在同一個水平線上,我們…
Read more »Date:20130329 列印document內容 print documentcontent XMLOutputter xmlOutput = new XMLOutputter(Format.getPrettyForma…
Read more »1.錯誤訊息:Referenced file contains errors (http://java.sun.com/xml/ns/javaee/web-app_2_4.xsd) 解決方法:移除 xsi:schemaLocation…
Read more »import: import java.awt.Toolkit; import java.awt.datatransfer.Clipboard; import java.awt.datatransfer.StringSelection;…
Read more »JNLP : Java Network Launch Protocol (Java網路執行協定) 原來是使用NetBeans依據JAR檔案產生,也能透過使用者自行定義產生。 (說明參考資料出處:http://sofree.cc/jav…
Read more »DefaultTableModel 取出 JTable 的 TableModel //get table model DefaultTableModel tableModel = (DefaultTableModel) …
Read more »jar: org.apache.commons.logging-1.1.1.jar httpclient-4.2.2.jar httpcpre-4.2.2.jar download link: http://hc.apac…
Read more »從原先的 java project 轉換成為 dynamic web module step1:Right click project -> propertise. 步驟1:對專案點選右鍵,選擇propertise。…
Read more »
關注 Duran