EClipse for PHP ÖÐÎÄÂÒÂëÎÊÌâ
EClipse for PHP ÖÐÎÄÂÒÂëÎÊÌâ
UTF-8 ¸ñʽµÄphp,ÖÐÎĶ¼ÊÇÂÒÂë.
Èç¹û´ËʱÔÚEClipseÖÐÊäÈëÖÐÎÄ»áÓÐ CP1252 ´íÎó( CP1252²»Ö§³Öxxxx )
½â¾ö·½·¨:
windows->preferences->general ´ò¿ªµã»÷workspace ´ËʱÓÒ²à³öÏÖtext file encoding¾ÍÊÇÎı¾±àÂë default cp1252 µã»÷other ÏÂÀ²Ëµ¥ Ñ¡ÔñUTF-8 Ñ¡Ôñ¼´¿É±àÒë³ÌÐò
from:
http://271788203.javaeye.com/blog/497413
ºóÐø:
Ôٴδò¿ªÎÊÌâÎļþ,ÖÐÎijöÏÖ,ÂÒÂëÏûʧ.
Ïà¹ØÎĵµ£º
ŪÁË°ëÌì, PHP ÖÕÓÚÄܵ÷ÓÃÎÒµÄC# dll ÁË.
¸ÃËÀµÄ,ÎÒ¶ÔC# COM×¢²áÒ»Ïò²»Á˽â, PHP ÎĵµÉÏÖ»¸øPHPÄDz¿·ÖÄÚÈÝ,û¸æËßÎÒÔõôŪdll
ÎÒ»¹ÉµÙâÙâµÄÓà Regsvr32 ×¢²áÄǸöc# dll.
±³¾°:
Windows xp sp3 ; apache 2.2.14 ; php 5.2.12 ;
VS2010 beta ;
ÓïÑÔ:
PHP5 , C#
C#²¿·Ö:
´´½¨Ò»¸ö C# Class Library . (dll) ......
how to install apache, PHP and MySQL on Linux
This tutorial explains the installation of Apache web server, bundled
with PHP and MySQL server on a Linux machine. The tutorial is primarily for SuSE
9.2, 9.3, 10.0 & 10.1, but most of the steps ought to be valid for all
Linux-like operating ......
Ò»¡¢¸½¼ÓÂëµÄ×÷ÓÃ
¡¡¡¡±¾ÎÄËùÊöµÄ¸½¼ÓÂë½öÖ¸ÔÚWEBÉÏʹÓõĶàÓÃÓÚÉí·ÝÑéÖ¤µÄ¸½¼ÓÂë¡£
¡¡¡¡¸½¼ÓÂëµÄÖ÷Òª×÷ÓÿÉÄÜÊÇ·ÀÖ¹±©Á¦·ÃÎÊ£¬ÀýÈ籩Á¦·½Ê½µÄÃÜÂëÆƽâºÍÐÅÏ¢·¢²¼¡£
¡¡¡¡¸½¼ÓÂëÔÚÓû§Éí·ÝÑéÖ¤·½ÃæµÄÓ¦ÓÃÄܹ»´ÓÒ»¶¨³Ì¶ÈÉÏ·ÀÖ¹¶ÔÓû ......
$file1 = 'F:/46.gif';
$file2 = 'F:/test.txt';
$file3 = 'F:/47.gif';
$size = filesize($file1);
echo 'Îļþ´óСΪ£º'.$size;
echo "\n<br>ת»¯Îª¶þ½øÖÆ ...";
$content = file_get_contents($file1);
$content = bstr2bin($content);
$fp = fopen($file2, 'w');
fwrite($fp, $content);
fclose($fp);
......