10 2023 档案

摘要:dom-to-image.js 修改部分 /** * @param {Node} node - The DOM Node object to render * @param {Object} options - Rendering options, @see {@link toSvg} * @ret 阅读全文
posted @ 2023-10-30 23:26 海燕心海 阅读(584) 评论(0) 推荐(0)
摘要:安装命令 composer create-project yiisoft/yii2-app-basic basic 报错信息 (curl error 28 while downloading https://asset-packagist.org/p/provider-latest/xxx.json 阅读全文
posted @ 2023-10-26 19:36 海燕心海 阅读(237) 评论(0) 推荐(0)
摘要:第一步:接收微信发来的xml数据 有以下两种方式 $xml = $GLOBALS['HTTP_RAM_POST_DATA'];// php7 版本以上不能使用 $xml = file_get_contents('php://input'); 第二步:对接收过来的数据进行处理 libxml_disab 阅读全文
posted @ 2023-10-26 19:02 海燕心海 阅读(212) 评论(0) 推荐(0)