Html 視窗與位置 Get link Facebook X Pinterest Email Other Apps July 24, 2016 Html 視窗與位置 依此方法可以連到特定區域 <h1 id="t1target"> <a href="www.google.com#t1target"> 開新視窗 “` Get link Facebook X Pinterest Email Other Apps Comments
MEGA 暫存檔案刪除 February 23, 2016 MEGA常常會有佔據C磁碟,造成檔案空間不足的問題 只要在你的這個路徑下的檔案下把裡面的暫存檔刪除就可以釋放空間 C:\Users\Coding\AppData\Local\Google\Chrome\User Data\Default\File System 如果找不到可以試著使用搜尋功能尋找File System然後找佔用空間高達幾G的資料夾刪除內容 Read more
XAMPP 使用多PORT來執行不同網頁 January 21, 2016 XAMPP 使用多PORT來執行不同網頁 XAMPP 使用多PORT來執行不同網頁 XAMPP的預設值PORT是80 因為開啟 SKYPE或Internet Information Services(IIS) 導致PORT被占用 使用virtual host的方法來達成使用PORT 7777與7778來實作 httpd.conf Listen 80 Listen 7778 Listen 7777 httpd-vhosts.conf <VirtualHost *:80> DocumentRoot "C:/xampp/htdocs/Web1" ServerName localhost </VirtualHost> <VirtualHost *:7777> DocumentRoot "C:/xampp/htdocs/Web2" ServerName localhost </VirtualHost> <VirtualHost *:7778> DocumentRoot "C:/xampp/htdocs/Web3" ServerName localhost </VirtualHost> Read more
移除Blogger技術提供 February 22, 2015 只要在範本中</head>前面增加以下語法 <style> #Attribution1 { display: none; } </style> 即可達成移除 Blogger技術提供 的字樣 Read more
Comments
Post a Comment