锘??xml version="1.0" encoding="utf-8" standalone="yes"?>www.久久爱.cn,一区二区三区的久久的视频,午夜国产精品影院在线观看http://www.aygfsteel.com/miaoyachun/category/50701.htmlzh-cnTue, 17 Jul 2012 20:43:24 GMTTue, 17 Jul 2012 20:43:24 GMT60PHP curl CURLOPT_SSL_VERIFYPEERhttp://www.aygfsteel.com/miaoyachun/archive/2012/07/17/383328.htmlMilo鐨勬搗鍩?/dc:creator>Milo鐨勬搗鍩?/author>Tue, 17 Jul 2012 09:39:00 GMThttp://www.aygfsteel.com/miaoyachun/archive/2012/07/17/383328.htmlhttp://www.aygfsteel.com/miaoyachun/comments/383328.htmlhttp://www.aygfsteel.com/miaoyachun/archive/2012/07/17/383328.html#Feedback0http://www.aygfsteel.com/miaoyachun/comments/commentRss/383328.htmlhttp://www.aygfsteel.com/miaoyachun/services/trackbacks/383328.html
ref: http://curl.haxx.se/docs/sslcerts.html

]]>
Regex quick referencehttp://www.aygfsteel.com/miaoyachun/archive/2012/06/13/380694.htmlMilo鐨勬搗鍩?/dc:creator>Milo鐨勬搗鍩?/author>Wed, 13 Jun 2012 08:06:00 GMThttp://www.aygfsteel.com/miaoyachun/archive/2012/06/13/380694.htmlhttp://www.aygfsteel.com/miaoyachun/comments/380694.htmlhttp://www.aygfsteel.com/miaoyachun/archive/2012/06/13/380694.html#Feedback0http://www.aygfsteel.com/miaoyachun/comments/commentRss/380694.htmlhttp://www.aygfsteel.com/miaoyachun/services/trackbacks/380694.html
[abc]     A single character: a, b or c
[^abc]     Any single character but a, b, or c
[a-z]     Any single character in the range a-z
[a-zA-Z]     Any single character in the range a-z or A-Z
^     Start of line
$     End of line
\A     Start of string
\z     End of string
.     Any single character
\s     Any whitespace character
\S     Any non-whitespace character
\d     Any digit
\D     Any non-digit
\w     Any word character (letter
, number, underscore)
\W     Any non-word character
\b     Any word boundary character
()     Capture everything enclosed
(a|b)     a or b
a?     Zero or one of a
a*     Zero or more of a
a+     One or more of a
a{
3}     Exactly 3 of a
a{
3,}     3 or more of a
a{
3,6}     Between 3 and 6 of a


]]>
Maven + PHP + Jettyhttp://www.aygfsteel.com/miaoyachun/archive/2012/04/11/373804.htmlMilo鐨勬搗鍩?/dc:creator>Milo鐨勬搗鍩?/author>Wed, 11 Apr 2012 06:32:00 GMThttp://www.aygfsteel.com/miaoyachun/archive/2012/04/11/373804.htmlhttp://www.aygfsteel.com/miaoyachun/comments/373804.htmlhttp://www.aygfsteel.com/miaoyachun/archive/2012/04/11/373804.html#Feedback0http://www.aygfsteel.com/miaoyachun/comments/commentRss/373804.htmlhttp://www.aygfsteel.com/miaoyachun/services/trackbacks/373804.htmlhttp://www.owengriffin.com/posts/2010/04/22/Writing_PHP_applications_with_Maven_and_Jetty.html
瀹為獙浜嗕笅錛屾槸鍙互鐨勩備笉榪囩敤鐨刴aven3

]]>
Use PHP var_export API to dump data to filehttp://www.aygfsteel.com/miaoyachun/archive/2012/04/10/373687.htmlMilo鐨勬搗鍩?/dc:creator>Milo鐨勬搗鍩?/author>Tue, 10 Apr 2012 02:54:00 GMThttp://www.aygfsteel.com/miaoyachun/archive/2012/04/10/373687.htmlhttp://www.aygfsteel.com/miaoyachun/comments/373687.htmlhttp://www.aygfsteel.com/miaoyachun/archive/2012/04/10/373687.html#Feedback0http://www.aygfsteel.com/miaoyachun/comments/commentRss/373687.htmlhttp://www.aygfsteel.com/miaoyachun/services/trackbacks/373687.html
<?php

$a = array('abc'=>"123");

# var dump
var_dump($a);

# var_export
echo var_export($a);

# export to file
$b = var_export($a, true);
error_log($b."\n", 3, "/tmp/ymiao.log");  

Result:
cat /tmp/ymiao.log
array (
  'abc' 
=> '123',
)



]]>
Profilling PHP by xdebughttp://www.aygfsteel.com/miaoyachun/archive/2012/02/17/370178.htmlMilo鐨勬搗鍩?/dc:creator>Milo鐨勬搗鍩?/author>Fri, 17 Feb 2012 04:58:00 GMThttp://www.aygfsteel.com/miaoyachun/archive/2012/02/17/370178.htmlhttp://www.aygfsteel.com/miaoyachun/comments/370178.htmlhttp://www.aygfsteel.com/miaoyachun/archive/2012/02/17/370178.html#Feedback0http://www.aygfsteel.com/miaoyachun/comments/commentRss/370178.htmlhttp://www.aygfsteel.com/miaoyachun/services/trackbacks/370178.htmlinstall xdebug
yum install php-pear
pecl install xdebug
find / -name 'xdebug.so'

config php.ini for xdebug extension
; load as zend ext
zend_extension=/usr/lib64/php/modules/xdebug.so
; make sure profiler_enable disable
xdebug.profiler_enable=off
; enable trigger
xdebug.profiler_enable_trigger=on
; make sure web server has write privilege on output dir
xdebug.profiler_output_dir=/tmp

restart httpd
send http request
curl 'http://10.1.74.51/admin/php/adapter.php?action=getSystemChartsData&XDEBUG_PROFILE'

get and analyze output log by kcachegrind







]]>
主站蜘蛛池模板: 始兴县| 龙门县| 六盘水市| 调兵山市| 舒兰市| 泾阳县| 肇庆市| 台湾省| 安溪县| 闽侯县| 岳阳县| 仁化县| 庆阳市| 汉源县| 辰溪县| 新安县| 于都县| 大石桥市| 江源县| 杂多县| 拉孜县| 吴旗县| 来凤县| 包头市| 太保市| 裕民县| 泸溪县| 鄂托克旗| 洪雅县| 珲春市| 巴青县| 上栗县| 鄂尔多斯市| 葫芦岛市| 邓州市| 吉木萨尔县| 桓台县| 凌云县| 百色市| 绥宁县| 阳春市|