某天因應同事的問題,不用去安裝任何輸入法,直接從內建的輸入法內容直接選簡體字就可以嘍....
步驟如下:
Med People規醫人 發表在 痞客邦 留言(0) 人氣(95)

ctrl+alt+p
就這麼簡單,拉一拉自己的框!!!
Med People規醫人 發表在 痞客邦 留言(0) 人氣(66)

最近在裝某軟體公司的產品-WEBEIP遇到問題!
每次從網頁登入都需要輸入AD的帳/密來驗證,只要在IIS上將匿名打開後!
就可以不用AD帳號驗證了!
Med People規醫人 發表在 痞客邦 留言(0) 人氣(915)
Windows環境下
因為要燒錄一張server光碟,現在2個iso鏡像檔 ,需要合併在一起燒錄,
先將檔案命名成a.iso跟b.iso
步驟:
執行cmd,進入存放iso鏡像檔的相應檔案目錄,輸入以下命令
copy /b a.iso+b.iso server2003.iso
等待合併完成即可。
Med People規醫人 發表在 痞客邦 留言(2) 人氣(6,869)
虚拟机安装centOS时出现“please use a kernel appropriate for your cpu”
This kernel requires the following features not present on the CPU:
pae
Unable to boot – please use a kernel appropriate for your CPU.
Med People規醫人 發表在 痞客邦 留言(0) 人氣(121)
<body>
<form>
<input onkeyup="value=value.replace(/[^\d]/g,'') " >
</form>
</body>
Med People規醫人 發表在 痞客邦 留言(0) 人氣(33,032)
1.先進phpmyadmin把DB匯出
2.copy現在的xoops網站到要置放的主機
3.修改路徑-以下以本機說明 mainfile.php
if (!defined("XOOPS_MAINFILE_INCLUDED")) {
define("XOOPS_MAINFILE_INCLUDED", 1);
// XOOPS Physical Paths
// Physical path to the XOOPS documents (served) directory WITHOUT trailing slash
define('XOOPS_ROOT_PATH', 'C:/AppServ/www/ds2');
// For forward compatibility
// Physical path to the XOOPS library directory WITHOUT trailing slash
define('XOOPS_PATH', 'C:/AppServ/www/ds2/xoops_lib');
// Physical path to the XOOPS datafiles (writable) directory WITHOUT trailing slash
define('XOOPS_VAR_PATH', 'C:/AppServ/www/ds2/xoops_data');
// Alias of XOOPS_PATH, for compatibility, temporary solution
define("XOOPS_TRUST_PATH", XOOPS_PATH);
// URL Association for SSL and Protocol Compatibility
$http = 'http://';
if (!empty($_SERVER['HTTPS'])) {
$http = ($_SERVER['HTTPS']=='on') ? 'https://' : 'http://';
}
define('XOOPS_PROT', $http);
// XOOPS Virtual Path (URL)
// Virtual path to your main XOOPS directory WITHOUT trailing slash
// Example: define('XOOPS_URL', 'http://10.1.60.22/ds2');
define('XOOPS_URL', 'http://10.1.60.22/ds2');
Med People規醫人 發表在 痞客邦 留言(0) 人氣(663)
一、安装所需編碼:
(1)命令:
sudo apt-get purge ffmpeg x264 libx264-dev
Med People規醫人 發表在 痞客邦 留言(0) 人氣(1,002)
CISCO Switch 2960 設定筆記
在印尼瞎攪和的假網管體驗
cisco 2960S
設定順序
1.先將機器長按至燈全亮
2.10.0.0.1進入web介面、預設密碼為cisco
3.設定網段並打開telnet,並修改密碼為XXXX(FXL廠為例)
4.telnet進去switch
en
conf t
vtp mode client
vtp domin fXl
vtp password fXl
回到機器在wr 寫入
conf t
int range fo/1-24
switch port mode access
switch poert access vlan 131(視樓層之VLAN設定,目前IF為131)
des 備註資料
show vtp status
exit
回到機器在wr 寫入
如果要確認設定的狀態,可用show run看一下設定!
Med People規醫人 發表在 痞客邦 留言(0) 人氣(10,037)