Oct
28
FTP信息代码全解
-----------------------------------
110 Restart marker reply. In this case, the text is exact and not left to the particular implementation; it must read: MARK yyyy = mmmm where yyyy is User-process data stream marker, and mmmm server's equivalent marker (note the spaces between markers and "=").
重新启动标志回应。这种情况下,信息是精确的并且不用特别的处理;可以这样看:标记 yyyy = mmm 中 yyyy是 用户进程数据流标记,mmmm是服务器端相应的标记(注意在标记和等号间的空格)
-----------------------------------
120 Service ready in nnn minutes.
-----------------------------------
110 Restart marker reply. In this case, the text is exact and not left to the particular implementation; it must read: MARK yyyy = mmmm where yyyy is User-process data stream marker, and mmmm server's equivalent marker (note the spaces between markers and "=").
重新启动标志回应。这种情况下,信息是精确的并且不用特别的处理;可以这样看:标记 yyyy = mmm 中 yyyy是 用户进程数据流标记,mmmm是服务器端相应的标记(注意在标记和等号间的空格)
-----------------------------------
120 Service ready in nnn minutes.
Oct
27
【乱码】提供一点乱码
Oct
20
【PHP】取得当前得页面url[转]
取得当前得页面URL
http://edudata.ccut.edu.cn/linux/linux%D3%C5%D0%E3%CE%C4%D5%C2/linux/linux1297.htm
用 $_SERVER[SERVER_NAME].$_SERVER[PHP_SELF] 参数和端口取不到
取得当前得页面URL
http://edudata.ccut.edu.cn/linux/linux%D3%C5%D0%E3%CE%C4%D5%C2/linux/linux1297.htm
用 $_SERVER[SERVER_NAME].$_SERVER[PHP_SELF] 参数和端口取不到
Oct
19
Oct
13
1 〔Ubuntu〕Apache+PHP+MySQL
Ubuntu7.04中,它们的安装变得相当简单:
Ubuntu7.04中,它们的安装变得相当简单:
Oct
12
$mail = new PHPMailer();
$mail->CharSet = "GB2312"; // 设置字符集编码
$mail->Encoding = "base64";//设置文本编码方式
就这么简单:)
$mail->CharSet = "GB2312"; // 设置字符集编码
$mail->Encoding = "base64";//设置文本编码方式
就这么简单:)
Oct
10
【Windows】Xcacls.vbs :cacls增强版
要设置和使用 Xcacls.vbs,请按照下列步骤操作:1. 从以下 Microsoft 网站获得 Xcacls.vbs 的最新版本:
要设置和使用 Xcacls.vbs,请按照下列步骤操作:1. 从以下 Microsoft 网站获得 Xcacls.vbs 的最新版本:
Oct
10
【Windows】cacls命令行修改NTFS文件系统权限
C:\Documents and Settings\Felix021>cacls
显示或者修改文件的访问控制表(ACL)
CACLS filename [/T] [/E] [/C] [/G user:perm] [/R user [...]]
C:\Documents and Settings\Felix021>cacls
显示或者修改文件的访问控制表(ACL)
CACLS filename [/T] [/E] [/C] [/G user:perm] [/R user [...]]