2007年12月7日 星期五
Some Mediawiki Plug-in
為Mediawiki增加Google AdSense
http://www.allwiki.com/wiki/Mediawiki%E5%A2%9E%E5%8A%A0Google_AdSense
http://www.opentutorial.com/Create_adsense_ads_for_mediawiki#.21.21WARNING.21.21
為MediawikiMediaWiki安装RSS
http://www.jamesqi.com/%E4%B8%BAMediaWiki%E5%AE%89%E8%A3%85RSS%E6%89%A9%E5%B1%95
DynamicPageList
http://www.mediawiki.org/wiki/Extension:DynamicPageList
2007年11月15日 星期四
Learning about Android
Google發表了一套以開放原始碼技術為基礎的行動電話軟體Android,並已取得全球無線產業數家公司(HTC、Samsung、LG)的支持。但Nokia、Apple、Palm 和 Microsoft 不在這個 33 間公司的名單中。
今天我找到一些關於Android Architecture的information:
Androidology - Part 1 of 3 - Architecture Overview
Androidology - Part 2 of 3 - Application Lifecycle
Androidology - Part 3 of 3 - APIs
A first hand look at building an Android application
2007年11月1日 星期四
Cannon in D
這首曲對我們來說很有意思.
我們拍拖前老婆第一次借給我看的電影"Classic" (假如愛有天意) 開頭是用George Winston専輯"December"中的改編自"Canon in D"的"Variations on the Kanon by Pachelbel".
我們的婚禮亦採用這歌曲作為我倆的進場曲.
我們度蜜月時在Keukenhof一片花海的河邊也聽到這首曲的小提琴版本=)
但什麼是"Cannon"(Kanon)? 這天在Wikipeida找到了它的原意.
它指的是復調音樂的一種寫作技法: 一個聲部的曲調自始至終追逐著另一聲部,直到最后...... 最后的一個小結,最后的一個和弦, 它們會融合在一起,永不分離, 是纏綿極至的音樂, 就像兩個人生死相隨......
願我和老婆也像這首樂曲一樣纏綿,永不分離...
2007年10月23日 星期二
威力棒VII
打著更低廉的價格,全方位的遊戲體驗, 支天堂(Chintendo)的最新體感遊戲機"威力棒VII"出場了.
真的很佩服大陸抄襲的能力…
http://chinese.engadget.com/2007/10/23/engadget-vii-wii/
http://cn.engadget.com/2007/10/13/exclusive-vii-game-first-live-video/
http://game.people.com.cn/GB/48602/48968/6328015.html
冒仿是創新的第一步, 希望大陸未來會行自己的路…
未來的桌子
這桌子真的很cyber,很cool,而且也很實用, 我很喜歡從相機load相的方法,很方便 =)
http://www.popularmechanics.com/technology/industry/4217348.html
2007年10月15日 星期一
由Oracle向BEA提出收購說起
上星期五(2007-10-12) Oracle向BEA提出收購, 作價$17, 比市價高出25%. 其實BEA的主要産品BEA Weblogic Server和Oracle現有産品Oracle Application Server功能上重疊, 我估計是次收講主要是買客.
Oracle和Sun一直在J2EE的市埸的市佔率不高, 在受到開源Application Server(如: JBoss, Geronimo, GlassFish, JOnAS…) 的沖激下, 他們只有兩條路: 一是開源; 一是和其他商業J2EE Server合併. Sun選擇了前者, Oracle大慨選擇了後者.
BEA Weblogic原本是這個市埸的一哥, 可是2006年頭已被IBM Websphere和JBoss趕上了. Oracle和BEA合併後的市佔率相信會躍升回第一位, 足可和IBM和JBoss抗衡, 而相信合併後Oracle在J2EE的影響力亦可提昇不少.
在J2EE市場天下三分(Oracle+BEA, IBM, JBoss)的情況下, 可以預期未來Sun在J2EE的生存空間將會更少.
雖然J2EE standard是由JCP訂立, 可是由Sun一直有使用其影響力去影響Java的發展. 不過由一個沒有什麼生存空間的公司去帶領JCP, 實在可笑. 長遠來說對J2EE發展也不健康. 舉例來說Java世界已有很多不是"JCP標準"的"defacto標準" 他們正是因爲補充JCP的不足而出現, 好像Struts, Spring. 雖然很多Programmer都用它, 但Sun的J2EE Tutorial 從不提它們. 有時JCP會因為利益關係而不用defacto standard, 反而另訂的個新API (好像Log4J vs Java 1.4 logging API, Hibernate vs JPA 等), 這令Java界的使用者不知跟隨誰, 不但苦了初學者, 也苦了使用J2EE的公司, 不利J2EE發展.
2007年10月5日 星期五
Free Book On Building Great Web Sites
The Microsoft Office Live team has created a free book entitled "Build a Web site That Sells" that may be useful in web design classes. The book "includes tips, techniques, and tools to help you design an effective and engaging Web site, generate more Web site traffic, maximize search engine results, provide a more secure online experience, and much more."
It's designed in part for customers of the Windows Office Live program which offers both free and paid services for business professionals but includes a lot of information that is useful for anyone who wants to create a professional or professional looking web site. Just the sort of supplemental material for a web design course. And of course the price (FREE) makes it the kind of tool schools can afford.
Download the book from here.
I copied this entry from Free Book On Building Great Web Sites (Alfred Thompson)
2007年10月2日 星期二
為什麼用java.math.BigDecimal
public class Test{
public static void
main(String args[]){
System.out.println(0.05+0.01);
System.out.println(1.0-0.42);
System.out.println(4.015*100);
System.out.println(123.3/100);
}
};
你沒有看錯!結果確實是
0.060000000000000005
0.5800000000000001
401.49999999999994
1.2329999999999999
Java中的簡單浮點數類型float和double不能夠進行運算。不光是Java,在其它很多編程語言中也有這樣的問題。在大多數情況下,計算的結果是准確的,但是多試幾次(可以做一個循環)就可以試出類似上面的錯誤。現在終於理解為什麼要有BCD碼了。
這個問題相當嚴重,如果你有9.999999999999元,你的計算機是不會認為你可以購買10元的商品的。
在有的編程語言中提供了專門的貨幣類型來處理這種情況,但是Java沒有。現在讓我們看看如何解決這個問題。
四舍五入
我們的第一個反應是做四舍五入。Math類中的round方法不能設置保留幾位小數,我們隻能象這樣(保留兩位):
public double round(double value){
return Math.round(value*100)/100.0;
}
非常不幸,上面的代碼並不能正常工作,給這個方法傳入4.015它將返回4.01而不是4.02,如我們在上面看到的
4.015*100=401.49999999999994
因此如果我們要做到精確的四舍五入,不能利用簡單類型做任何運算
java.text.DecimalFormat也不能解決這個問題:
System.out.println(new java.text.DecimalFormat(\"0.00\").format(4.025));輸出是4.02
BigDecimal
在《Effective Java》這本書中也提到這個原則,float和double隻能用來做科學計算或者是工程計算,在商業計算中我們要用java.math.BigDecimal。BigDecimal一共有4個夠造方法,我們不關心用BigInteger來夠造的那兩個,那麼還有兩個,它們是:
BigDecimal(double val)
Translates a double into a BigDecimal.
BigDecimal(String val)
Translates the String repre sentation of a BigDecimal into a BigDecimal.
上面的API簡要描述相當的明確,而且通常情況下,上面的那一個使用起來要方便一些。我們可能想都不想就用上了,會有什麼問題呢?等到出了問題的時候,才發現上面哪個夠造方法的詳細說明中有這麼一段:
Note: the results of this constructor can be somewhat unpredictable. One might assume that new BigDecimal(.1) is exactly equal to .1, but it is actually equal to .1000000000000000055511151231257827021181583404541015625. This is so because .1 cannot be represented exactly as a double (or, for that matter, as a binary fraction of any finite length). Thus, the long value that is being passed in to the constructor is not exactly equal to .1, appearances nonwithstanding.
The (String) constructor, on the other hand, is perfectly predictable: new BigDecimal(\".1\") is exactly equal to .1, as one would expect. Therefore, it is generally recommended that the (String) constructor be used in preference to this one.
原來我們如果需要精確計算,非要用String來夠造BigDecimal不可!在《Effective Java》一書中的例子是用String來夠造BigDecimal的,但是書上卻沒有強調這一點,這也許是一個小小的失誤吧。
解決方案
現在我們已經可以解決這個問題了,原則是使用BigDecimal並且一定要用String來夠造。
但是想像一下吧,如果我們要做一個加法運算,需要先將兩個浮點數轉為String,然后夠造成BigDecimal,在其中一個上調用add方法,傳入另一個作為參數,然后把運算的結果(BigDecimal)再轉換為浮點數。你能夠忍受這麼煩瑣的過程嗎?下面我們提供一個工具類Arith來簡化操作。它提供以下靜態方法,包括加減乘除和四舍五入:
public static double add(double v1,double v2)
public static double sub(double v1,double v2)
public static double mul(double v1,double v2)
public static double div(double v1,double v2)
public static double div(double v1,double v2,int scale)
public static double round(double v,int scale)
附錄
源文件Arith.java:
import java.math.BigDecimal;
/**
*
由於Java的簡單類型不能夠精確的對浮點數進行運算,這個工具類提供精
* 確的浮點數運算,包括加減乘除和四舍五入。
*/
public class Arith{
//默認除法運算精度
private static final int
DEF_DIV_SCALE = 10;
//這個類不能實例化
private Arith(){
}
/**
* 提供精確的加法運算。
* @param v1 被加數
*
@param v2 加數
* @return 兩個參數的和
*/
public static double
add(double v1,double v2){
BigDecimal b1 = new
BigDecimal(Double.toString(v1));
BigDecimal b2 = new
BigDecimal(Double.toString(v2));
return b1.add(b2).doubleValue();
}
/**
* 提供精確的減法運算。
* @param v1 被減數
*
@param v2 減數
* @return 兩個參數的差
*/
public static double
sub(double v1,double v2){
BigDecimal b1 = new
BigDecimal(Double.toString(v1));
BigDecimal b2 = new
BigDecimal(Double.toString(v2));
return b1.subtract(b2).doubleValue();
}
/**
* 提供精確的乘法運算。
* @param v1 被乘數
*
@param v2 乘數
* @return 兩個參數的積
*/
public static double
mul(double v1,double v2){
BigDecimal b1 = new
BigDecimal(Double.toString(v1));
BigDecimal b2 = new
BigDecimal(Double.toString(v2));
return b1.multiply(b2).doubleValue();
}
/**
* 提供(相對)精確的除法運算,當發生除不盡的情況時,精確到
*
小數點以后10位,以后的數字四舍五入。
* @param v1 被除數
* @param v2 除數
*
@return 兩個參數的商
*/
public static double div(double v1,double v2){
return div(v1,v2,DEF_DIV_SCALE);
}
/**
*
提供(相對)精確的除法運算。當發生除不盡的情況時,由scale參數指
* 定精度,以后的數字四舍五入。
* @param v1
被除數
* @param v2 除數
* @param scale 表示表示需要精確到小數點以后幾位。
*
@return 兩個參數的商
*/
public static double div(double v1,double
v2,int scale){
if(scale<0){
throw new
IllegalArgumentException(
\"The scale must be a positive integer or
zero\");
}
BigDecimal b1 = new BigDecimal(Double.toString(v1));
BigDecimal b2 = new BigDecimal(Double.toString(v2));
return
b1.divide(b2,scale,BigDecimal.ROUND_HALF_UP).doubleValue();
}
/**
* 提供精確的小數位四舍五入處理。
* @param v 需要四舍五入的數字
* @param scale 小數點后保留幾位
* @return 四舍五入后的結果
*/
public static double round(double v,int scale){
if(scale<0){
throw new IllegalArgumentException(
\"The scale must be a
positive integer or zero\");
}
BigDecimal b = new
BigDecimal(Double.toString(v));
BigDecimal one = new BigDecimal(\"1\");
return b.divide(one,scale,BigDecimal.ROUND_HALF_UP).doubleValue();
}
};
自己看看j2se的doc吧,裡面很詳細的說
2007年9月25日 星期二
2007年9月13日 星期四
Microsoft Office Addin for Saving Files to Google Docs
I think the idea of Google Docs is good and it has a big advantage for collaboration on same document.
However, since Google Docs is a web application, no matter how to improve
I think this is the reason why Google Pack include Star Office. I guess goggle may put some effort to integrate Google Doc with Star Office / Open Office.
Today, I have an idea to write a plugin for Microsoft Office, so that I can save the MS Word document directly to google docs or directly open a document from google doc.
After doing some research I found it is possible because Google release some API
http://code.google.com/apis/documents/developers_guide_protocol.html#UploadingDocs
Unfortunately, it did not provide .NET API. May be I need to implement one by myself…
I also found some article which tell me how to build an addin for Microsoft Office using .NET
http://www.codeproject.com/csharp/addin_office_using_csharp.asp
All API is ready, it is time to implement it la….
2007年9月7日 星期五
Anders Hejlsberg的信念
今天看到一篇他的interview "A Conversation with Anders Hejlsberg - The C# Design Process",當提到Checked Excpetion的versionability and scalability issues 討論時,他的一個信念:
"I'm a strong believer that if you don't have anything right to say, or anything that moves the art forward, then you'd better just be completely silent and neutral, as opposed to trying to lay out a framework."真的十分認同!
(如果你對該問題不具有發言權,也沒辦法推進其解決進程,那麼最好保持沉默和中立,而不應該擺出一個非此即彼的架勢。)
如果大部份人也用這種做法, 開會也許會有效率得多 =)
2007年8月27日 星期一
活著吧, 如同今日是末日一樣...
Work like you don’t need the money;
Dance like nobody’s watching;
Sing like nobody’s listening;
Love like you’ve never been hurt;
Live life every day as if it were your last.
工作吧, 如同不需要金錢一樣
跳舞吧, 如同沒有任何人注視你一樣
唱歌吧, 如同沒有任何人聆听一樣
去愛吧, 如同從來沒有受過傷害一樣
活著吧, 如同今日是末日一樣
2007年8月19日 星期日
Struts 2.0 和 Spring 2.0
我認為他們在2.0版真的有不少進步, 尤其是在簡化deployment和減少coding方面.
以下是我喜愛的改進:
我喜愛Struts 2.0 的改進:
- POJO Forms and Actions - 主要是來自WebWork 2.0的特色, 減少很多不必要的coding和程式的可讀性. 我個人認為這是一個必要的改進, 否則就Ruby on Rail給比下去.
- Zero Configuration - 不一定要用xml, 簡化少型程式的development time
- HTTP independant - 令Unit test 方便不少
- Themes and Templates - 如果運用洽當,可以很有用 (很多年前我也寫了個十分相似的libary比ASP)
- Ajax support - 但我覺得還做得不夠好, 希望將來有其它plugin
- 簡化了的XML configuration
- SimpleJdbcTemplate - 它利用了Java 5的一些語言特性(如Varargs和Autoboxing), 令使用 Querries方便了(不過我還是喜歡JDBC 4.0的annotation-based queries多些, 原本included in Java6, 現在不過不知幾時才release)
2007年8月18日 星期六
堅持到底 - 阿杜
曲名:堅持到底
歌手:阿杜, 曲︰吳劍泓, 詞︰林怡鳳, 編︰GOH KHENG LONG
在水里 在火裡
我的愛不偏不倚
就算時光倒回去
我也追到石器世紀
在風裡 在雨裡
你的雨傘吹翻過去
我絕對毫不猶豫
為你披上我的外衣
是你讓我看透生命這東西
四個字 堅持到底
如果沒有你 我的生活回到一片狼藉
是你讓我翻破愛情的秘笈
四個字 堅持到底
不管有多苦 我會全心全力愛你到底
當你看進我的眼裡
我的心顫抖不已
請讓溫柔的說一句
感覺累的時候讓我抱緊
是你讓我看透生命這東西
四個字 堅持到底
如果沒有你 我的生活回到一片狼藉
是你讓我翻破愛情的秘笈
四個字 堅持到底
不管有多苦 我會全心全力堅持到底