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年6月12日

安裝"購物籃"功能於我的寵物用品店網站

這個月,我研究過幾個"購物籃"軟件,如'Shopsite', 'Microsoft .net的 small business suit', 及 'OScommerce',最後,因為功能和簡易的考慮,我選了'OScommerce' 來用。現時,我已增加了"購物籃"功能於我的寵物用品店網站。

另外,我把'OScommerce'的安裝步驟在下文列出,希望對各位有用('OsCommerce' Installation Procedure is as below):

I installed a free online shop system using open source 'oscommerce' application. You can download this software coding from a Taiwan web site 'www.kmd.com.tw', and then following the following procedure to install:
1. Upload the 'catalog' folder which includes the admin folder to your document root;
2. Create your new database using the MySQL database manager in your web site (I used Bluehost as service provider, so I can use its 'Cpanel' feature to create the database;
3. Create a new MySQL user;
4. Attach your new MySQL user to your new MySQL database, and grant read/right permittion;
5. Open your web browser and go to http://yourserver/catalog/install/ and click on the Install button;
6. Enter the database server information (enter "localhost" for the first field that is asked to you)
7. Follow the rest of the steps give to you by the setup wizard
8. Now your setup should be complete, delete the /install folder from your directory (or rename its directory name);
9. Change the permissions on /includes/configure.php from 644 to 444 ((if you are still getting the warning message at the top set configure.php to 444 which is read only - this happens on some servers that have been updated for security reasons). You need to chmod it from a FTP client. If you don't want to do that, maybe your hosting company will do it for you?)
10. Set the permissions on /catalog/images directory to 777.
11. Set the permissions on /catalog/admin/images/graphs directory to 777.
12. Create the directory '/catalog/admin/backups' and set the permissions to 777.
13. To change the copyright declaration from the file './includes/modules/sts_inc/sts_footer.php'
to comment out the line -> /* $sts->template['footer_text']= FOOTER_TEXT_BODY; */
14. Disable the error message in the top of panel from the file includes/applicaiton_top.php
15. Edit the first home page message from the files:
"includes/languages/tchinese/index.php"
"includes/languages/schinese/index.php"
"includes/languages/english/index.php"
(do not delete the line "define('TEXT_MAIN','');
16. Edit the several term and condition messages from the files contact_us.php, shipping.php, conditions.php from directories: "includes/languages/tchinese/"
"includes/languages/schinese/"
"includes/languages/english/"

Solution to Several Error:
Error 1.
Error Message: "FATAL ERROR: register_globals is disabled in php.ini, please enable it!"
Solution: made the changes on php.ini --> Register_Globals=On
Error 2.
I was hanging on the New Install screen, step 2. Wasn't getting errors, would just loop back to the same screen, which was caused by using php 5.1.4,
Solution: you should use php4.x.x; or 2) made the changes on php.ini --> Long_Arrays=On.
Error 3.
Cannot re-assign $this in ../catalog/admin/includes/classes/upload.php on line 31
Solution: This problem was caused by using php5, comment out $this on line 31 of upload.php
Error 4.
Cannot display Chinese Char.
Solution: Edit 'includes/languages/tchinese.php' with line --> define('CHARSET', 'utf-8');
Edit 'php.ini' to include the line --> default charset = 'UTF-8'

沒有留言:

張貼留言