PlanetoidNotes

From LemonWiki共筆
Revision as of 14:14, 21 June 2009 by WikiSysop (talk | contribs) (16個修訂)
Jump to navigation Jump to search

todo

tag: MediaWiki, RSS

add rss to wiki template

<link rel="alternate" type="application/rss+xml" title="本站 RSS 新聞" href="http://wiki.planetoid.info/index.php?title=Special:Recentchanges&feed=rss">
<link rel="alternate" type="application/x.atom+xml" title="本站 ATOM 新聞" href="http://wiki.planetoid.info/index.php?title=Special:Recentchanges&feed=atom"> 

參考:RSS 推廣專案 - MoztwWiki

  • Ultimate Boot CD -> Antivirus Tools -> McAfee Antivirus Scanner -> can not find disk c

tag: LiveCD

perl

ActivePerl安裝到c:\usr目錄下

Apache

修改Apache 設定檔 httpd.conf

DocumentRoot "C:/Program Files/Apache Group/Apache2/htdocs" 改到另一顆硬碟

首頁編碼更改 [htdoc]/index.html.var index.html.en index.html.zh-tw.big5 -> index.html.zh-tw.utf8

php

DirectoryIndex index.html index.html.var index.htm index.php
ScriptAlias /php/ "c:/php/"
AddType application/x-httpd-php .php
Action application/x-httpd-php "/php/php.exe"

PHP

c:\windows\php.ini

extension_dir = "./"
-> extension_dir = "/PHP/extensions"

MS Office

MicroSoft 方程式編輯器(microsoft equation editor)

C:\Program Files\Common Files\Microsoft Shared\EQUATION\EQNEDT32.EXE

黑師傅

訂購專線: 02-2992-2348


瀏覽器網頁一直發出重整網頁的音效

< ErrError

  1. 輸入帳號密碼登入無線網路後,出現的網頁一直在重整網頁,出現煩人的音效
  2. 登出電腦使用者帳號(注意:不是登出無線網路帳號,會造成網路斷線)
  3. 登入電腦使用者帳號
  4. 檢驗是否仍然維持網路連線


其他方式

  • 使用擋住廣告視窗的程式
  • 關閉電腦音效

WinRAR 差異性備份

"C:\Program Files\WinRAR\Rar.exe" a -s -rr3p C:\backup\backup_diff -ag_YYYYMMMDD_HHMM -dh -m5 -r -v700M -ilog -tn1d @whitelist.txt [email protected]

WinRAR 全備份 From China XiaMen

FOR /F %%i IN ('dir /a:d /b "D:\data"') DO ( "C:\Program Files\WinRAR\rar.exe" a -IBCK -r D:\backup\%%i D:\data\%%i )