-
WordPress4.3.1火车头采集发布模块
WordPress免登录发布接口,支持最新Wordpress4.24版本。最新验证支持Wordpress4.24最后更新2015-08-18 适用于火车头采集器等任意采集器或脚本程序进行日志发布。(WordPress free login release interface to support the latest Wordpress4.24 version. The latest validation supports Wordpress 4.24 last update 2015-08-18 for any collector or script program such as locomotive collector to publish logs.)
- 2018-08-22 15:21:49下载
- 积分:1
-
PHP医院预约系统(源码+数据库脚本)
PHP医院预约系统(源码+数据库脚本)
- 2021-05-06下载
- 积分:1
-
PHP的交易
对于股市交易网站,商业网站
- 2023-05-11 02:35:03下载
- 积分:1
-
HMS
一个安装和使用简单的医院管理系统。
- 2022-02-03 10:36:29下载
- 积分:1
-
CodeIgnitor with Bootstrap
Codeignitor framework with customized Bootstrap, a lightweight css framework to create simple and beautiful website
- 2023-08-26 12:00:04下载
- 积分:1
-
好看的APP下载页html单页源码
APP下载简,麻烦开通一下,嘻嘻嘻嘻嘻嘻嘻(fyrthhuhhfhvhvjbjfnvjvubj)
- 2020-06-25 14:20:02下载
- 积分:1
-
Zend_Console_Getopt 实例下载
Zend_Console_Getopt相关实例
- 2012-12-17下载
- 积分:1
-
houjinzhe_v4.0
自带主题后台选项面板
自带IE6访客浏览器升级提示
兼容IE6+、Firefox、Opera及Webkit内核的主流浏览器
1. 后台可自定义导航菜单
2. 后台可自定义添加公告
3. 可自定义添加顶部图片
4. 可自定义添加侧边栏
5. 可自由添加统计代码
6. 友情链接均属自觉行为,作者无强制版权意愿
7. 安装之后请进入后台“外观-主题”选择主题才能正常使用。
8. 安装出错或意见反应:http://www.houjinzhe.com/website/houjinzhe.html(Background options panel
Comes with IE6 browser upgrade tips
Compatible with IE6+, Firefox, Opera and Webkit kernel of the mainstream browser
1 background can customize the navigation menu
2 background can be customized to add a notice
3 can be customized to add the top picture
4 can add custom sidebar
5 free to add statistical code
6 link is a conscious behavior, the author has no mandatory copyright
7 after installation, please enter the background appearance- theme to choose the theme of the normal use of.
8 installation errors or comments: http://www.houjinzhe.com/website/houjinzhe.html)
- 2016-04-09 10:04:38下载
- 积分:1
-
css_flyout_menu_1-3-9b
头部一个下拉功能 兼容各个流量器 根据JS 去调用的(A pull-down function compatible head unit under various traffic JS to call the)
- 2013-07-16 08:58:25下载
- 积分:1
-
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