摘要: 小子简单说明下Charles的破解方法: 1.打开dmg镜像,将“Charles.app”拖入应用程序中; 2.打开应用程序—右键“Charles.app”显示包内容—Contents—Java; 3.将dmg镜像包内的“charles.jar”替换覆盖到第二步的Java文件夹中; 4.打开“Cha 阅读全文
posted @ 2017-06-12 10:49 壊壊在梦游 阅读(160) 评论(0) 推荐(0) 编辑
摘要: 'abc'); $str=curl($url,$data,'POST'); echo $str; */ //模拟登陆 //登陆保存用户信息到cookie中 $url="http://www.ecshop.com/user.php"; $data=array('username'=>'ecshop','password'=>'ecshop','remember'=>'1','act'=>'act... 阅读全文
posted @ 2017-06-08 17:40 壊壊在梦游 阅读(182) 评论(0) 推荐(0) 编辑
摘要: server { listen 8080; server_name localhost_yaf; root /Users/wangfayong/SVN_local/yaf/public; # 该项要修改为你准备存放相关网页的路径 index index.php index.html index.ht 阅读全文
posted @ 2017-06-07 09:23 壊壊在梦游 阅读(130) 评论(0) 推荐(0) 编辑
摘要: brew安装 用法: 这里要注意的是-t后面的时间要带单位,s表示秒,如果不带,就是分钟,分钟的单位,还是挺长的,所以要注意一下。 阅读全文
posted @ 2017-06-06 10:08 壊壊在梦游 阅读(112) 评论(0) 推荐(0) 编辑
摘要: 优点 流程图 阅读全文
posted @ 2017-06-06 09:52 壊壊在梦游 阅读(212) 评论(0) 推荐(0) 编辑
摘要: 一、 找到当前安装目录里的nginx 如 /uer/local/opt/nginx/ 二、 kill进程 找到当前进程id然后杀死 kill id 阅读全文
posted @ 2017-06-05 11:46 壊壊在梦游 阅读(100) 评论(0) 推荐(0) 编辑
摘要: nginx连接fastcgi有两种模式:1. 用ip进行连接,例如 2. 用socket进行连接,例如 阅读全文
posted @ 2017-06-05 11:10 壊壊在梦游 阅读(471) 评论(0) 推荐(0) 编辑
摘要: 要求所有php版本都是由brew安装 使用brew安装php多版本方法 # brew install php56 # brew install php70 安装切换工具: # brew install php-version # source $(brew --prefix php-version) 阅读全文
posted @ 2017-06-01 17:28 壊壊在梦游 阅读(4837) 评论(0) 推荐(0) 编辑
摘要: xdebug 安装配置 [xdebug] ;基本调试配置 xdebug.auto_trace = on xdebug.collect_params = on xdebug.collect_return = on xdebug.profiler_enable = on xdebug.profiler_ 阅读全文
posted @ 2017-06-01 12:08 壊壊在梦游 阅读(656) 评论(0) 推荐(0) 编辑
摘要: brew install php70 --without-apache --with-fpm brew install php56 --without-apache --with-fpm The php.ini file can be found in: /usr/local/etc/php/7.0 阅读全文
posted @ 2017-05-31 14:11 壊壊在梦游 阅读(458) 评论(0) 推荐(0) 编辑