e.g.
$word = "許\功\蓋\";
echo str_replace("\\\\","\\",$word);
[ 發表回應 ] ( 17預覽 ) | 常註連結 | ( 3 / 1504 )
沒想到,Solaris 的 ZFS HDD 管理功能有這麼利害。
沒法用沒言語說明有多好,跟著說明書做一次實驗就知道。
ZFS Demonstration Tutorial Download
[ 發表回應 ] ( 13預覽 ) | 常註連結 | ( 3 / 1482 )
Boot a 64-bit kernel
# /usr/sbin/eeprom boot-file=""
# reboot
Boot a 32-bit kernel
# /usr/sbin/eeprom boot-file="kernel/unix"
# reboot
[ 發表回應 ] ( 9預覽 ) | 常註連結 | ( 3 / 1665 )
安裝步驟: Apache > MySQL > Php
Php 其它程式需求:
GNU Autoconf
GNU automake
GNU sed
gcc
GNU Make
flex
Bison
Perl
GNU Tar
libxml2
Apache
MySQL
Php Install Script :
./configure --with-apxs2=/usr/local/apache2/bin/apxs --with-mysql=/usr/local/mysql/ --enable-dbase --with-libxml-dir=/usr/local/include --with-gd --with-jpeg-dir=/usr/local/include --with-png-dir=/usr/local/include --with-zlib --enable-mbstring
./configure --with-apxs2=/usr/apache2/bin/apxs --with-mysql=/usr/local/mysql/ --enable-dbase --with-libxml-dir=/usr/local/include --with-gd=/usr/local --with-jpeg-dir=/usr/local/include --with-png-dir=/usr/local/include --with-zlib --with-freetype-dir=/usr/local/include/freetype2 --with-xpm-dir=/usr/local/include --enable-mbstring
[ 發表回應 ] ( 14預覽 ) | 常註連結 | ( 3 / 1721 )
Introduction
Whenever a Windows client, be it a Windows NT Server, Workstation, or Windows 9x, logs onto a Windows NT domain, the machine will check to see if the user logging on has a login script specified in their profile. As an administrator, you assign the executable file (usually a DOS-style batch file) that the user will use as a login script in the User Manager For Domains - select a user and click the 'profile' button. If a login script is specified, it will be run immediately after the user has been authenticated.
More...[ 發表回應 ] ( 187預覽 ) | 常註連結 | ( 3 / 1918 )