Mediawiki支持中文搜索 Thursday, April 22, 2010
使用过mediawiki的人对mediawiki的中文搜索都有深切感受,实在是不好。好在mediawiki提供了好几种解决办法,通过对比我选择了SpinxSearch成功实现了中文搜索。
我的环境:
1> Mediawiki 1.15.1
2> XAMMP Lite 1.7.2
我的环境:
1> Mediawiki 1.15.1
2> XAMMP Lite 1.7.2
Posted by Unknown at 11:00 AM 0 comments
How to call the Subtotal function by VBA in excel Friday, April 9, 2010
How to call the Subtotal function by VBA in excel
If a formula on the active sheet, then perhaps like this:
Code:
With Worksheets("统计") Range("A3").Formula = _ "=Subtotal(109, " & .Range("A4", .Cells(LastRow, "A")).Address(, , , True) & ")" End WithIf a result, thenCode:
With Worksheets("统计") Range("A3").Value = _ Application.WorksheetFunction.Subtotal(109, .Range("A4", .Cells(LastRow, "A"))) End With
Posted by Unknown at 2:48 PM 0 comments
Dora.fm Wednesday, April 7, 2010
This site has been blocked in my company
Recommend a website to listen to music online. The link is Dora.fm.
Dora.fm is a mashup of Pandora, Twitter. The screenshot of home page is belowing
It's very very nice. PLs enjoy it.
Posted by Unknown at 3:42 PM 0 comments
Labels: Music
[FW]Static diagram of OpenCORE Player Engine Tuesday, April 6, 2010
Posted by Unknown at 4:54 PM 0 comments
Labels: Android, PacketVideo
Subscribe to:
Posts (Atom)