Loading

03 2019 档案

摘要:function Descartes() { $t = func_get_args(); if (func_num_args() == 1) { return call_user_func_array(__FUNCTION__, $t[0]); } $a = array_shift($t); if (!is_array($a)) { ... 阅读全文
posted @ 2019-03-27 13:15 路闻man 阅读(550) 评论(0) 推荐(0)
摘要:下载地址:https://github.com/hidu/pproxy 一、下载后解压 二、打开pproxy.exe 三、手机连接wifi,设置wifi,代理改为手动,输入代理主机ip,代理主机端口。 四、在电脑浏览器中输入localhost:8080打开pproxy页面。 在client框中输入手 阅读全文
posted @ 2019-03-26 15:27 路闻man 阅读(843) 评论(0) 推荐(0)
摘要:test.php测试文件 Des.php TripleDES.php 阅读全文
posted @ 2019-03-26 14:47 路闻man 阅读(1029) 评论(0) 推荐(0)
摘要:$dir = dirname(__FILE__); $files = scandir($dir); foreach($files as $name){ if($name == '.' || $name == '..'){ continue; } $title = preg_replace("/Controller.*?php/",'',$name);... 阅读全文
posted @ 2019-03-06 13:19 路闻man 阅读(940) 评论(0) 推荐(0)