Aplikasi tabungan siswa berbas

tabungansiswa Deskripsi Aplikasi Aplikasi tabungan siswa berbasis web ini dibuat menggunakan php 7.3 dan MySQL 5.7. Diperlukan kemampuan html dan css untuk membuatnya Fitur yang ada Input dan delete da

支付宝服务端 php SDK

Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION 1. Definitions. "License" shall mean the terms and conditions for u

支付宝app支付 php服务端

alipay-app-php 支付宝app支付 php服务端 demo.php AlipayTradeAppPayRequest方法,PHP服务端SDK生成APP支付订单信息示例。 AlipayTradeAppPayNotify方法,PHP服务端验证异步通知

Linux(CentOS) + Apache2.4 + PH

LAMP-autoinstall CentOS + Apache2.4 + PHP7 + MySQL8 + phpMyAdmin 一键安装整个安装流程有较酷炫的效果,适合装逼 安装指南: 使用root连接服务器 cd ~yum install -y gitgit c

CentOS + Nginx + PHP7 + MySQL8

LNMP CentOS + Nginx + PHP7 + MySQL8 + phpMyAdmin 一键安装整个安装流程有较酷炫的效果,适合装逼 安装指南: 使用root连接服务器 yum install -y gitgit clone https://github.

简单的微信公众号项目,使用cake php书写

简单的微信公众号项目,使用cake php书写 微信项目教程: http://www.cnblogs.com/txw1958/p/wechat-tutorial.htmlhttp://mp.weixin.qq.com/wiki/6/ae98ac4a7219405153cedc9dddccacca.html php教程

使用php调取微信公众号接口

使用php开发微信jssdk php开发,我是从未接触过的,只因公司需求,才接手前人的项目开发里面部分代码是从网上扒的 jsapi_ticket和access_token必须做全局存储,

php对微信公众号的API的调用

php对微信公众号的API的调用 需自定义一个类并继承 RadishWeChatWeChat 自定义CaChe抽象方法 public function cacheGet($key = 'access_token', $default = false); public function cach

基于PHP的验证码识别类(仿)

CAPTCHA_Reader 来源 https://github.com/Kuri-su/CAPTCHA_Reader 兼容PHP低版本 7.0以上完全兼容5.6兼容 去掉 PretreatmentTrait CuttingTrait string 形参类型,修改training/AddSamples/A

轻量级的php框架,适合高并发。(目前处在开发

ulphp 框架初衷,因为其他框架太过于笨重,附加的内容比较多。 为了适应秒杀系统专门参考tp文档开发的简易框架。 仅作为学习使用,请勿用于商业项目中

php实现的验证码程序

verifycodephp php实现的验证码程序##程序实现方法 实现验证码的程序主要是通过随机生成5位只包含a-z以及0-9的验证码,并通过php的生成图像函数进行图像生成