DKAN Open Data Portal

DKAN DKAN - An Open Data Catalog built on Drupal 9/10 Documentation DKAN's documentation can be found at https://dkan.readthedocs.io/en/latest Features Harvesting of data from external catalogs that pr

The Laravel.io Community Porta

Laravel.io This is the repository for the Laravel.io community portal. The code is entirely open source and licensed under the MIT license. We welcome your contributions but we encourage you to read th

基于行块分布函数的通用网页正文(及图片)抽

简介 基于行块分布函数的通用网页正文抽取 - PHP 版本,去掉了处理图片部分。 Thanks 代码中的算法基于 哈尔滨工业大学 陈鑫 提出的《基于行块分布函数的

php仿tempim网页图片占位符

tempim 项目介绍 php仿tempim网页图片占位符 向网页占位符工具 temp.im 致敬 查看了 temp.im 的github,git克隆到本地竟然占用了1.1G想到php可以用gd库动态生成图片,

利用php、mysql打造的企业销售管理系统,主要有管

- 利用php、mysql打造的企业销售管理系统,主要有管理员、员工和用户的登录。数据库原理的大作业。 使用 sql.txt可以直接导入数据库,首先自己建立compa

基于PHP的手机销售系统的设计与实现

MobilePhoneShopping 基于PHP的手机销售系统的设计与实现 Apache+MySQL环境: XAMPP Control Panel v3.2.3编译器:PhpStorm可视化数据库:Navicat Premium 系统首先运行firstmain.p

强智教务系统API PHP封装

QZAPI 强智教务系统API PHP封装 根据GDUF-QZAPI列出的API封装的PHP类。由智校园APP抓包得出,兼容可使用智校园APP的其它学校的强智教务系统。 对教务系统周边的

Weixin Biz Dev Package(微信企业号开发

Weixin Biz Dev Package The MIT License (MIT) Copyright (c) 2014 Permission is hereby granted, free of charge, to any person obtaining a copyof this software and associated documentation files (the "Sof

微信(公众号,小程序,企业微信,第三方开放平台

介绍 微信服务端接口集成,支持公众号,小程序,企业微信,第三方开放平台支付宝接口集成,支持商户号银联支付接口集成,目前支持全渠道贝宝支付 环境 必要

快递小哥PHP接口

快递小哥后台接口程序 基于ThinkPHP5.0开发,后台数据库采用MySql,封装固定code message success data 固定格式JSON ThinkPHP服务器为Apache 3.0 服务器搭载软件为PHPSt

php查询快递的类

php快递查询API类 ####demo require("Express.class.php");$a = new Express();$result = $a-getorder("全一快递",111309582915);var_dump($result);