2009年10月9日

在putty 中用命令把A换成B

摘要: 在Linux,先进入命令模式 Shift+:。所用的命令:%s/A/B/g /g表示全局替换。 阅读全文

posted @ 2009-10-09 15:26 haven24 阅读(206) 评论(0) 推荐(0)

php 取小数点后面几位

摘要: string number_format ( float $number [, int $decimals ] )string number_format ( float $number , int $decimals , string $dec_point , string $thousands_sep )decimals :小数点后面2位dec_point :小数点用什么符号thousands... 阅读全文

posted @ 2009-10-09 10:53 haven24 阅读(7989) 评论(0) 推荐(0)

导航