June 2008 Archives

Windows Mobile上最佳的Browser

| No Comments


在看到HTC鑽石機後,對那可以完整呈現網頁的
Opera Mobile 9.5著迷不已,因Windows Mobile上的IE只能顯示裁切過的網頁,或是對PDA訂製的網頁,畫面都與常在使用的PC Browser不相同。
但是Opera Mobile 9.5,卻可在PDA上完整呈現跟PC Browser相同的Layout,安裝後,就不會想回頭再使用IE了。

PHP如何讀取Excel檔

| No Comments

投資權證已經三年多了,原本參考的日盛證券網站資料,早改以Excel提供所有權證的資料。
但是每次都要自行下載後,再人工過濾出有價值的權證,實在是非常費時。想要透過Web App將那Excel檔中的權證自動過濾,而較熟悉的Script語言是PHP。
在網路上找到讓PHP可以讀取Excel檔的Library,PHP-ExcelReader,可惜只有讀取,並無法寫入,但已達到需求目的,過濾後的結果使用網頁呈現,最新權証列表,再透過Excel抓取此網頁,以便再分析資料。且此Excel檔只要按下資料更新,便會抓取當天Excel檔案,更新檔案內容。
這樣便達到節省時間的目的,且資料還可以再自行加工分析,方便許多。

SWT Standalone

| No Comments

MANIFEST.MF
Main-Class: com.ibm.example.swt.SWTTest
Class-Path: org.eclipse.swt.win32.win32.x86_3.2.1.v3235.jar

java -Djava.library.path=c:\ c:\swt.jar
dll檔要放入-Djava.library.path目錄中


NFS.jpg

1. Install "Microsoft Services for NFS" in Windows 2003.
2. In Administrative Tools, click Local Security Policy. In Security Settings, double-click Local Policies, and then click Security Options. Right-click "Network access: Let Everyone permissions apply to anonymous users", and Enable. How to Allow Anonymous Logon in NFS and in Windows Server 2003 or in Windows Storage Server 2003 (NAS).
3. Right-click your disk or folder in Win2003, and then click Properties. Select NFS Sharing tab, enable "Allow anonymous access". Click "Permissions", select "Read/Write". Don't forget, add "everyone " authority in "Security" tab.
4. In Linux, type "mount -t nfs 192.168.2.X:/ShareFolder /home/ShareFolder".

Finally, your Linux OS can Read/Write the Windows Server Disk.

Reference:
Windows Server 2003 R2 整合異質性檔案系統
Introduction and installation of Services for NFS on R2

October 2008

Sun Mon Tue Wed Thu Fri Sat
      1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31  

Archives

Pages

Powered by Movable Type 4.21-en

About this Archive

This page is an archive of entries from June 2008 listed from newest to oldest.

March 2008 is the previous archive.

August 2008 is the next archive.

Find recent content on the main index or look in the archives to find all content.