- Jun 15 Mon 2015 10:07
虛擬系統的網路卡卡號改變造成無法連線
- May 26 Tue 2015 12:25
excel 2007 "傳送命令給程式時發生錯誤"
當開啟Excel 2007的檔案時,發生了這個訊息
"傳送命令給程式時發生錯誤"
表示有不正常的Office 外掛造成,建議你從增益集去停用非微軟的 COM 或 xlam 之類,常見會導致此問題的外掛 Acrobat PDFMaker、Dr.Eye、防毒軟體等。
解決方案
- Mar 17 Tue 2015 12:03
Symantec Windows Installer & Safe Mode
Windows Installer will not work under Safe Mode, this means that programs cannot be installed or uninstalled in safe mode without giving a specific command using msiexec in command prompt.
To make Windows Installer work under safe mode, you need to create a registry entry for every type of safe mode you are logged in to.
- Safe Mode.
Type this in a command prompt:REG ADD "HKLM\SYSTEM\CurrentControlSet\Control\SafeBoot\Minimal\MSIServer" /VE /T REG_SZ /F /D "Service"
and then
net start msiserver
This will start the Windows Installer Service.
- Mar 17 Tue 2015 12:00
無法存取 Windows Installer 服務
「無法存取 Windows Installer 服務」的解決方法
有時,不知動到什麼,一碰到需要透過 Windows Installer 安裝的程式,都會出現
「無法存取 Windows Installer 服務」訊息。在安全模式下執行 Windows 或 Windows Installer 安裝不當時,可能出現這個問題。請洽支援人員。
- Mar 03 Tue 2015 18:08
新增一個擁有ROOT權限的使用者
- Feb 25 Wed 2015 12:52
vsftp 登入時的預設目錄
- Feb 12 Thu 2015 15:24
centos 使用 link 的方式將 /var/www/html 資料夾連結到 /home/user/web
底下使用 link 的方式將 /var/www/html 資料夾連結到 /home/user/web,這樣我們
就可以用 user 帳號透過 FTP 上傳網頁了
chmod 755 /home/user
- Dec 05 Fri 2014 16:28
Centos 設定IP
[root@BigData ~]# cd /etc/sysconfig/network-scripts
[root@BigData ~]# vi ifcfg-eth0
DEVICE=eth0
- Dec 05 Fri 2014 11:59
設定Centos SSH
- Dec 05 Fri 2014 11:51
centos 6 sudo 設定
