摘要: 2索引及查询优化三、配置优化1) max_connections2) back_log3) interactive_timeout4) key_buffer_size5) query_cache_size6) record_buffer_size7) read_rnd_buffer_size8) sort_buffer_size9) join_buffer_size10) table_cache11) max_heap_table_size12) tmp_table_size13) thread_cache_size14) thread_concu... 阅读全文
posted @ 2013-03-18 10:16 $一缕阳光 阅读(146) 评论(0) 推荐(0)
摘要: 1 function _xml2array($raw_xml) 2 { 3 $xml_parser = xml_parser_create(); 4 xml_parser_set_option($xml_parser, XML_OPTION_CASE_FOLDING, 0); 5 xml_parser_set_option($xml_parser, XML_OPTION_SKIP_WHITE, 1); 6 xml_parse_into_struct($xml_parser, $raw_xml, $vals); 7 xml_parser_free($xm... 阅读全文
posted @ 2012-04-06 11:13 $一缕阳光 阅读(283) 评论(0) 推荐(0)