搜索内容

Joe.Ye 的文章
  • 提升WooCommerce商店的安全性

    使用良好的安全性插件 可以使用以下插件来提高WordPress电子商务网站的安全性。注意使用不同的安全性插件会导致严重问题,因此请确保选择一个并单独在您的网站……

    Joe.Ye 2023-03-25
    0 0
  • woocommerce plugin add_action always return -1

    Problem add_action( 'woocommerce_api_wc_gateway_test', 'check_response'); function check_response() { echo 'test';……

    Joe.Ye 2023-03-25
    0 0
  • WordPress插件开发注意事项

    Using CURL Instead of HTTP API WordPress comes with an extensive HTTP API that should be used instead of creating your own curl calls. It’s both fas……

    Joe.Ye 2023-03-25
    0 0
  • ZenCart类库payment.php解读实现原理

    路径:includes/classes/payment.php paypal:includes/modules/payment/paypal.php 参考:https://blog.csdn.net/yueyekonglong/category_9655974.html __con……

    Joe.Ye 2023-03-25
    0 0
  • ZenCart安装配置及二次开发记录

    官网:https://www.zen-cart.com/index.php 样例数据 When you installed, there was a checkbox that asked if you wanted to install the demo products. Yo……

    Joe.Ye 2023-03-25
    0 0
  • ZooKeeper Web控制台ZKUI

    A UI dashboard that allows CRUD operations on Zookeeper. GitHub:https://github.com/DeemOpen/zkui 部署步骤: mvn clean install Copy the config.cfg……

    Joe.Ye 2023-03-25
    0 0
  • Redis的web管理界面redis-manager

    Github:https://github.com/ngbdf/redis-manager 配置 tar -zxf redis-manager-2.3.2.2-RELEASE.tar.gz cd redis-manager/conf vim application.yml data……

    Joe.Ye 2023-03-25
    0 0
  • 基于Laravel的开源 Redis Web 管理工具

    对于 Mysql 来说,有最流行的 web 管理工具phpMyAdmin,但是 Redis 一直都没有找到合适好用的管理工具,redis-manager是一个 Laravel 扩展包,运行在 Laravel ……

    Joe.Ye 2023-03-25
    0 0
  • CentOS 7下源码部署phpLDAPadmin

    官网:http://phpldapadmin.sourceforge.net 源码 注:官方最新源码不兼容PHP 7,改造成本较大,推荐下载第三方代码 https://github.com/leenooks/phpLDAPad……

    Joe.Ye 2023-03-25
    0 0
  • CentOS 7下OpenLDAP编译安装及配置

    软件获取 OpenLDAP OpenLDAP官网下载:http://www.openldap.org/software/download/ OpenLDAP 2.4.50:https://www.openldap.org/software/download/OpenLDAP/……

    Joe.Ye 2023-03-25
    0 0
  • OpenLDAP + phpLDAPadmin

    基础设置 环境说明 Centos 7.5 openldap 2.4.44 关闭防火墙和selinux setenforce 0 sed -i 's/SELINUX=enforcing/SELINUX=disabled/g' /etc/selinu……

    Joe.Ye 2023-03-25
    0 0
  • PHP安装LDAP扩展

    安装LDAP扩展 # cd soft/php/php-7.3.11 # cd ext/ldap/ # phpize Configuring for: PHP Api Version: 20180731 Zend Module Api No: 20180731 ……

    Joe.Ye 2023-03-25
    0 0
  • CentOS下编译PHP 7.4报错Package requirements (libzip >= 0.11 libzip != 1.3.1 libzip != 1.7.0) were not met

    错误分析 错误日志: checking for zip archive read/write support... yes checking for libzip >= 0.11 libzip != 1.3.1 libzip != 1.7.0... no configur……

    Joe.Ye 2023-03-25
    0 0
  • PHP编译安装zip依赖

    官方:http://pecl.php.net/package/zip # wget http://pecl.php.net/get/zip-1.17.2.tgz # tar -zxf zip-1.17.2.tgz # cd zip-1.17.2/ # /data/server/php7/……

    Joe.Ye 2023-03-25
    0 0
  • Magento解决https反向代理后admin路径跳转到http问题

    修改core_config_data表 path: web/unsecure/base_url value: https://m2.yezhou.me/ # php bin/magento cache:clean

    Joe.Ye 2023-03-25
    0 0