bestlong 怕失憶筆記

當健忘由隨機逐漸趨向常態時,作筆記是非常必要的

Entries for the ‘程式設計’ Category

Spring4D – Delphi 版的 Spring Framework

只要是 Java 的開發者不管有沒有使用應該都會知道 Spring Framework 這個程式開發框架。
發現原來有人在用 Delphi 來打造了,最棒就是他是個 Open Source 的程式庫,可惜要 Delphi 2010+ 版本才可以用。

Spring Framework for Delphi (Spring4D) is an open-source code library for Embarcadero Delphi 2010+ platforms. It consists of a number of different modules, including a Dependency Injection Framework and a Base Class Library (Common Types, Collections Framework, Reflection, Logging).

http://www.spring4d.org

https://bitbucket.org/sglienke/spring4d

Copyright (c) 2009-2013 Spring4D Team

Leave a Comment

使用 netbeans 開發網站要如何產生 war 檔?

其實,用 netbeans IDE 開發 jsp 網站,只需要做 Build Project 就可以產生 WAR (Web Application Archive) 檔了。

首先我們來看一下剛建立好的 Java Web Application 專案結構,如下圖:

2014-03-23 16_41_09-NetBeans IDE 7.3.1

然後切換到 Files 頁籤來看一下實際有哪些檔案:

2014-03-23 16_42_58-WebApplication1 - NetBeans IDE 7.3.1

在來回到 Projects 頁籤後選擇專案後,滑鼠右鍵看到 Build 就點下去,如下圖:

2014-03-23 16_43_45-WebApplication1 - NetBeans IDE 7.3.1

若沒有出現任何錯誤的話,經過幾秒鐘後再次切換到 Files 頁籤就可以看到完成 Build 之後有多出一個 dist 目錄,裡面就有打包好的 war 檔了,如下圖:

2014-03-23 16_44_38-WebApplication1 - NetBeans IDE 7.3.1

真的非常簡單與方便。

Leave a Comment

JSbooks – free javascript books

JSbooks – free javascript books

http://jsbooks.revolunet.com/

JSbooks - free javascript books

Leave a Comment

PythonBooks – Learn Python the easy way

PythonBooks – Learn Python the easy way

http://pythonbooks.revolunet.com/

PythonBooks - Learn Python the easy way !

Leave a Comment

寫程式用 git 做程式碼版本管理需要做適當的忽略列表設定

程式設計無論是單打獨鬥或多人協同,引入 version control system 進行管理都是不可少的要件。

但每一種程式語言都有自己的特性,在不同的作業階段也會額外產生很多特別的檔案。

不過對新手來說想要弄清楚哪些檔案需要列入版本庫,可沒那麼容易的。

有開始使用 git 的朋友,在下列網址有提供超過80種程式語言或框架所適用的忽略列表範本,可供參考:

https://github.com/github/gitignore

真是佛心來的。

Leave a Comment

  • 工商服務

    廣告讀取中...
  • 近期留言

  • 標籤

  • 彙整