淘宝APP订单价格字体 AlibabaSans102-Bd
https://amap-aos-order-web.oss-cn-beijing.aliyuncs.com/img/channel_web/AlibabaSans102-Bd.ttf...
【discuz】第三方DIY模块拓展类的开发
内置PHP类扩展方式脚本目录source/class/block/[模块大分类目录] ,此目录需要自行创建必需的脚本source/class/block/[模块大分类目录]/blockclass.php, 此文件为该目录中必需存在的文件,其内容为:...
windows 开机后任务计划 微信通知 备注部分信息
ComputerBoot.bat@echo off color 1f title 开机警告 :aaa set str="0" curl -s 访问网址>check.txt set /p...
PHP 常用的header头部定义汇总
<?php header('HTTP/1.1 200 OK'); // ok 正常访问 header('HTTP/1.1 404 Not Found'); //通知浏览...
第一个PHP文件,载入史册
<?php ini_set("error_reporting","E_ALL & ~E_NOTICE");// echo "hello world!"; echo &qu...
discuz 二次开发数据库操作
<?php /* * 数据库测试 * */ // insert // DB::insert($tablename,$data,$flag) /* * $tab...