PHP
howsoever
这个作者很懒,什么都没留下…
展开
-
10项最严重的 Web 应用程序安全风险
https://www.owasp.org/images/b/b7/OWASP_Top_10_2017_%E4%B8%AD%E6%96%87%E7%89%88v1.1.pdfVCG is an automated code security review tool for C++, C#, VB, PHP, Java and PL/SQL which is intended to drasti转载 2018-01-16 10:14:22 · 824 阅读 · 0 评论 -
ImageMagick
现在有很多朋友在使用安装ImageMagick imagick for php了,今天自己也想做但是不知道如何操作,下面我来给大家介绍Centos 安装ImageMagick imagick for php步骤,各位同学可参考。关于什么是ImageMagickImageMagick是一套软件系列,主要用于图片的创建、编辑以及转换等Centos 安装ImageMagick1. ...原创 2019-03-07 21:46:19 · 320 阅读 · 0 评论 -
Laravel undefined function openssl_encrypt()
H:\Apache24\conf\httpd.confLoadModule ssl_module modules/mod_ssl.so H:\php-7.2.8-Win32-VC15-x64extension=openssl原创 2018-07-19 14:13:10 · 637 阅读 · 0 评论 -
The json extension is missing. Install it or recompile php without --disable-json
yum install php72u-jsonyum install php72u-json原创 2018-07-06 15:20:00 · 4122 阅读 · 2 评论 -
opencart 插件 推荐商品
$part = array( 'featured', '28' ); if (isset($part[1])) { $setting_info = $this->model_setting_module->getModule($part[1]); print_r($setting_info);...原创 2018-06-15 15:18:17 · 1060 阅读 · 0 评论 -
小程序开发之坑
由于移动站加入了微信公众号,小程序和微信公众号开发公用的域名,导致小程序请求数据的时候总是跳转到微信的请在微信打开该页面,无法获取数据,最后采用小程序提交的时候带标识参数,在程序里面判断是来自于小程序,不按微信公众号的方式跳转E:\web\secake 正式\mobile\app\Modules\Base\Controllers\FrontendController.php public func...原创 2018-04-11 16:57:36 · 668 阅读 · 0 评论 -
Installation - Linux / Unix / OSX
Downloading the Composer Executable#Composer offers a convenient installer that you can execute directly from the commandline. Feel free to download this file or review it on GitHub if you wish to kno...转载 2018-02-10 10:47:40 · 261 阅读 · 0 评论 -
linux 安装php7.1
http://www.jb51.net/article/83466.htmPHP(超文本预处理器)是一种通用开源脚本语言。语法吸收了C语言、Java和Perl的特点,利于学习,使用广泛,主要适用于Web开发领域。PHP 独特的语法混合了C、Java、Perl以及PHP自创的语法。用PHP做出的动态页面与其他的编程语言相比,PHP是将程序嵌入到HTML(标准通用标记语言下的一个应用)文档中去执行,执...转载 2018-02-10 10:02:34 · 4961 阅读 · 0 评论 -
linux卸载低版本php
原创 2018-02-10 09:47:50 · 3058 阅读 · 0 评论 -
PHPCrawl webcrawler library/framework
http://phpcrawl.cuab.de/about.htmlAbout PHPCrawlPHPCrawl is a framework for crawling/spidering websites written in the programming language PHP, so just call it a webcrawler-library or crawler-engine ...原创 2018-02-09 16:59:06 · 786 阅读 · 0 评论 -
Centos下多种PHP拓展安装方法
https://my.oschina.net/u/2400083/blog/518195Centos下,PHP有多种方式来安装拓展, 主要有 包管理式的yum安装、pecl安装, 以及底层的源码编译安装。包管理式的安装卸载尤为方便,而源码编译式的安装则方便参数调优。一般的搭建本机开发环境推荐包管理式的安装,节约时间。而线上部署环境则推荐编译安装, 方便调优。...转载 2018-02-09 16:06:51 · 301 阅读 · 0 评论 -
phpbrew 版本管理
curl -L -O https://github.com/phpbrew/phpbrew/raw/master/phpbrewchmod +x phpbrewsudo mv phpbrew /usr/bin/phpbrewphpbrew install 5.6.30 +allPHPCrawl running with multi processes not supported in this...原创 2018-02-09 15:00:24 · 307 阅读 · 0 评论 -
yum install nginx
rpm -ivh http://nginx.org/packages/centos/7/noarch/RPMS/nginx-release-centos-7-0.el7.ngx.noarch.rpmyum install -y nginx原创 2019-08-14 17:22:30 · 153 阅读 · 0 评论