解決PHP輸入完「許功蓋」後,反回「許\功\蓋\」的處理方法。 
解決PHP輸入完「許功蓋」後,反回「許\功\蓋\」的處理方法。

e.g.
$word = "許\功\蓋\";
echo str_replace("\\\\","\\",$word);

[ 發表回應 ] ( 17預覽 )   |  常註連結  |   ( 3 / 1474 )
ZFS Demonstration Tutorial 
沒想到,Solaris 的 ZFS HDD 管理功能有這麼利害。
沒法用沒言語說明有多好,跟著說明書做一次實驗就知道。

ZFS Demonstration Tutorial Download

[ 發表回應 ] ( 13預覽 )   |  常註連結  |   ( 3 / 1434 )
如何設定Solaris用32Bit 或 64bit啟動? 
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 / 1625 )
php 編譯、安裝應該注意的事項 
安裝步驟: 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 / 1695 )
Windows Server Login Script example 

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...

[ 發表回應 ] ( 185預覽 )   |  常註連結  |   ( 3 / 1890 )

<< <前一頁 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 下一頁> >>