Share008資訊科技公司

我是資深的電腦資訊從業員,曾於 Motorola 及 Philips 等跨國大型公司管理層工作十多年,具各類ERP資源管理系統及其它應用系統經驗,如QAD之MFG/PRO、SAP、Ufida(用友)、Kingdee(金蝶)、Microsoft's Dynamic、Wonderware's In-Track (SFC)、Webplan (SCM)、Hyperion (business intelligence)、Informatics (Data Warehouse)...等等。另外,我精於廠房車間之電腦資訊運作,擁有 CISSP 及 ITIL 認證,能提供日常資訊運作之檢測及審查,以提高操作效率。 本人誠意為各類大中小型廠房提供資訊審計、支援及意見,歡迎聯絡,電郵為 au8788@gmail.com

「ERP資源管理系統」已是現今廠房管理必不可少的工具,提高它的效能,絕對能改善公司之盈利,請多多留意。

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

提供香港股票價位歷史數據

我想很多人會對"香港股票價位的歷史數據"有興趣,我已下載成Microsoft Access database version 2000 的文檔,資料由2008/1/1至2009/12/2,zip壓縮後也有11M,若索取請留你的PM我 。

祝願各瀏覽者股壇威威!

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

2010年7月19日

How to change the default 'country' in oscommerce

i) Change the default country in account creation:

Edit the file 'create_account.php' and replace the below line
... php echo tep_get_country_list('country','206') ...
by
... php echo tep_get_country_list('country','96') ...
(Note: code# 206 = Taiwan, code# 96 = Hong Kong)

ii) Change the default country for changing shipping address:

Edit the file 'includes/functions/html_output.php' at about line 299, and replace:
$countries_array = array(array('id' => '206', 'text' => 'Taiwan'));
by
$countries_array = array(array('id' => '96', 'text' => 'Hong Kong'));

沒有留言:

張貼留言