6 月 23, 2016 | PHP/MySQL 數據庫
你可以登入 phpMyAdmin ,透過以下 SQL 去修改現時 MySQL 已登入用戶密碼 SET PASSWORD = PASSWORD( ‘?????????????’ ) 記得取代 ????????????? 為你的密碼。 ref.:...
11 月 18, 2015 | PHP/MySQL 數據庫, 網站程式
Magento 是其中一套流行開源的網上商店軟體 Magento 官方網站會不定期發送 custom patch 去修補一些程式上的漏洞 https://www.magentocommerce.com/download 若客人需要運行這些程式, 客人可以透過 php passthru 功能去執行 例如, 建立一個 aa4212.php (或其他名稱) , 內容有 – 之後在你的瀏覽器裡執行 http://www.xxxxxxx.com/aa4212.php , 就可以了 記得刪除之前建立的 aa4212.php 另外,...
8 月 23, 2014 | 網頁寄存, 網頁製作
根據 Google 近日官方網誌,網站有安裝 SSL certificate 可能對 SEO 有所得益。 根據 Google 網誌 We’ve also seen more and more webmasters adopting HTTPS (also known as HTTP over TLS, or Transport Layer Security), on their website, which is encouraging. For these reasons, over the past few months...
8 月 23, 2014 | PHP/MySQL 數據庫, 網頁製作
Google 提供一些有關搜索引擎優化 (Search Engine Optimization, SEO) 指南,有興趣用戶可以下載閱讀。 For references – Google’s SEO Starter Guide: https://webmasters.googleblog.com/2008/11/googles-seo-starter-guide.html Guide in English::...