摘要:
今天打开xshell6,发现不让用了,要继续使用此程序,您必须应用最新的更新或使用新版本,必须强制升级 1.找到安装目录的 `nslicense.dll`文件复制出来2. 下载c32asm3. 用c32asm以1... 阅读全文
摘要:
php artisan serve --host=你的局域网ip --prot=你想要的使用的端口之后就可以在局域网内其他主机上访问到该正在运行的laravel了 ... 阅读全文
摘要:
RPC的作用就是远程调用,也就是接口。需要准备的俩台虚拟机,主要用来测试不同ip的。也不是必须,只是便于理解。 俩台虚拟机都要有一份swoft。我们先使用swoft里的domo做讲解,然后再自己做一遍。此时虚拟机... 阅读全文
摘要:
swoole安装步骤 先安装如下依赖包yum install wget$ yum install -y gcc gcc-c++ make zlib zlib-devel pcre pcre-devel lib... 阅读全文
摘要:
'; preg_match_all('/(.*?)/s',$html,$match); $htm=$html; foreach($match[0] as $ma){ preg_match('//s',$ma... 阅读全文
摘要:
//输出图片list($width, $height, $type, $attr) = getimagesize($pic);$mime = image_type_to_extension($type, fals... 阅读全文
摘要:
$a",""; //把文件夹红名输出 list_file($a);//因为是文件夹所以再次调用自己这个函数,把这个文件夹下的文件遍历出来 ... 阅读全文
摘要:
src = $src; $this->percent = $percent; } /** 高清压缩图片 * @param string $saveName 提供图片名(可不带扩展... 阅读全文
摘要:
public function testagent(){ if(strpos($_SERVER['HTTP_USER_AGENT'], 'iPhone')||strpos($_SERVER['HTTP... 阅读全文