摘要:
编译安装wget http://pecl.php.net/get/xhprof-0.9.2.tgztar zxf xhprof-0.9.2.tgzcd xhprof-0.9.2/extension/phpize ./configure --with-php-config=/usr/local/php/bin/php-configmakemake install配置 php.ini在php.ini里加入[xhprof]extension=xhprof.so;; directory used by default implementation of the iXHProfRuns; interfa 阅读全文
摘要:
jQuery UI很强大,其中的日期选择插件Datepicker是一个配置灵活的插件,我们可以自定义其展示方式,包括日期格式、语言、限制选择日期范围、添加相关按钮以及其它导航等。官方地址:http://docs.jquery.com/UI/Datepicker,官方示例: http://jqueryui.com/demos/datepicker/。一个不错的地址,用来DIY jQuery UI界面效果的站点http://jqueryui.com/themeroller/DatePicker基本使用方法: 1 <!DOCTYPE html> 2 <html> 3 < 阅读全文