-
TP3.2生成静态文件
protected function buildHtml($htmlfile="",$htmlpath="",$templateFile="") {
$content = $this->fetch($templateFile);
$htmlpath = !empty($htmlpath) ? $htmlpath : HTML_PATH."/"; // 项目目录下的html目录
$htmlfile = $htmlpath.$htmlfile.".html";
$dir = dirname($htmlfile);
if(!is_dir($dir)){
mkdir($dir,0777,true);
}
if(file_put_contents($htmlfile,$content) === false) {
return false;
} else {
return true;
}
}
- 2022-03-11 14:42:41下载
- 积分:1
-
沈阳理工大学校务公开系统 无解压密码 管理帐号admin 密码1234...
沈阳理工大学校务公开系统 无解压密码 管理帐号admin 密码1234-Shenyang Polytechnic University Council closed system without extracting admin password management account passwords 1234
- 2022-01-31 06:25:53下载
- 积分:1
-
Free_AliYun_OSS_v1.3
PHP版本文件上传并返回下载链接源代码,
阿里云OSS上传下载源码。(OSSPHP version download link file upload and return to the source code, OSS uploading and downloading source)
- 2013-11-03 16:10:13下载
- 积分:1
-
通过 PHP 的快速验证码
要求
PHP 版本 4.3.2
GD 库 2.0.2
说明
PHP 的知识不是严格的要求,但当调整中 settings.php 以避免语法错误的参数可能很有帮助。
该窗体复制到您希望其出现在您的网站中的页本页中。
将剩余的文件放置到您所选择的文件夹。
使复制的表单指向 result.php 在您在步骤 2 中指定的位置。
调整中 settings.php 的参数。
- 2022-04-12 03:45:33下载
- 积分:1
-
multi-user-admin
for multi-user admin login, Php language
- 2019-05-11 00:33:48下载
- 积分:1
-
PHP
Information and concept about php
- 2016-01-29 14:23:27下载
- 积分:1
-
phpmobilizer_f886xyjp
二进制传到根目录运行h,参考833709的例子程序供学习参看">
- 2015-04-03 18:52:49下载
- 积分:1
-
这是java、jsp、mysql一起编写的网上商店管理程序。它的体协结构是面向对象的,分为商业层,数据层。编程模式使用很方便...
这是java、jsp、mysql一起编写的网上商店管理程序。它的体协结构是面向对象的,分为商业层,数据层。编程模式使用很方便-This is the java, jsp, mysql together to prepare the online store management procedures. The SF structure is object-oriented, combining commercial layer, data layer. Programming model is very convenient to use
- 2023-07-30 20:10:03下载
- 积分:1
-
This is what I do a message board in hopes of giving you points, inspiration, Oh...
这是我做的留言板,希望能给大家点启发,呵呵,谢谢你们的下载。-This is what I do a message board in hopes of giving you points, inspiration, Oh, thank you for your downloads.
- 2022-02-21 11:28:37下载
- 积分:1
-
苹果cmsV10采集插件
苹果CMSV10采集插件
支持断点采集
支持添加播放器自定义解析接口
支持批量修改播放器接口
支持全网搜索资源
支持一键配置定时任务
采集插件安装步骤
1、下载插件安装包,解压,将cjcj文件夹,上传至苹果cmsV10程序的 addons 文件夹内。
2、登陆网站后台,找到“应用”>>“应用市场”,会看到 苹果V10采集插件,点击“配置”,即可完成安装,也可以直接添加快捷菜单,在后台首页,右侧找到快捷菜单配置,添加一项:
采集插件,/addons/cjcj/cjv10.php
3、刷新后台页面,在后台首页,左侧找到“采集插件”的快捷菜单,点击即可进入资源列表!(MACCMSV10 Collection Plug-in
Supporting breakpoint acquisition
Support for adding player custom parsing interface
Support Batch Modification of Player Interface
Supporting Web-wide Search Resources
Supporting one-click configuration for timing tasks)
- 2020-06-16 10:20:01下载
- 积分:1