原创 java-去掉 JFrame上的最大化最小化和關閉按鈕

http://hi.baidu.com/whoown/item/ca2d255dfb9e723833e0a9f2

原创 Eclipse中JAVA項目的打包

出處:http://www.douban.com/group/topic/3450217/ 1.將項目打成jar:  1.1 要將項目打包成jar文件,方法很多,可以用Eclipse自帶的打包工具Ant打包,也可以用Eclipse的Exp

原创 探索無止境,解決問題纔是根本

語言各有優缺點,沒有哪種語言是用來統治世界的,也沒有哪種語言可以統治世界。 作爲程序員,要儘量多的去接觸語言,但是也精專一門。 每種語言,要多去看它的優點,爲它的缺點提供解決方案。這纔是程序員的職責。 每種語言都有它的閃光點。只有多去探

原创 Spring Ioc配置鍵值對類型

  <bean id="moreComplexObject" class="example.ComplexObject">   <!-- results in a setAdminEmails(java.util.Properties

原创 Java快速複製文件

FileInputStream fis = new FileInputStream(“D:/test.txt”); FileOutputStream

原创 好看的JS腳本案例

http://www.html5tricks.com/8-html5-css3-app-plugin.html http://www.csdn.net/article/2012-02-09/311621 點贊 收藏

原创 Java調用exe程序

示例下載:JavaJNA小例子+調用exe例子 public class HandleExe { public static void main(String[] args) {openWinExe("notepad");open

原创 mybatis中文文檔

參考文檔:http://mybatis.github.io/mybatis-3/zh/getting-started.html 點贊

原创 Java讀取不同編碼格式的文件

private static String getCharset(String fileName) throws IOException { BufferedInputStream bin = new BufferedInputStr

原创 一些簡單的編程練習題

原文地址:http://blog.jobbole.com/53039/ 本文由 伯樂在線 - 敏敏 翻譯自 Adrian Neumann。歡迎加入技術翻譯小組。轉載請參見文章末尾處的要求。 每當成爲入門CS課程(學生們學習編程語言的

原创 Spring MVC

http://elf8848.iteye.com/blog/875830/ 點贊 收藏 分享 文章舉報 emovie 發佈了30 篇原創文章 · 獲贊 7 · 訪問量 4萬+

原创 Java對多個合併的快速處理

/**文件類,記錄文件的各個屬性*/ public class TxtFile { public static void main(String[] args) { TxtFile txtFile = new TxtFile("E:

原创 java Process的waitFor()

http://lelglin.iteye.com/blog/1487351 點贊 收藏 分享 文章舉報 emovie 發佈了30 篇原創文章 · 獲贊 7 · 訪問量 4萬+

原创 Spring+SpringMVC+MyBatis+Maven框架實例

開發環境:STS+Tomcat+JDK6.0 資源太大了,分享下連接:http://download.csdn.net/detail/emovie/5579109 點贊 1 收藏 分享 文章舉報

原创 關於Java3D遊戲的個人探索一小結

http://blog.sina.com.cn/s/blog_560eea89010005rm.html http://iphone.tgbus.com/tutorial/use/201205/20120517115745.shtml