火狐 Firefox 提示 您的连接并不安全 解决办法
1、在地址栏键入"about:config" 点击“我了解此风险”。2、在下方任意位置右键,选择新建布尔值。3、输入首选项名称为“security.enterprise_roots.enabled”并把值设置为true,重启浏览器,HTTPS 网站即可正常访问。
PHP通用查询系统
在github找到的这个源码 PHP查询txt数据 可以把excel 转换成txt 文本进行查询比如你拿到某个成绩表,拿到某个产品批量表格,拿到某个电话本等等,电脑,手机上随时查询下载链接: https://github.com/zhengyong100/chaxun链接: https://pan.baidu.com/s/1isT9g-dWyZ5UhkDarpUuig提取码: aiwn
Typecho 添加 加载时间
在 functions.php 中加入以下代码:···/**
* 加载时间
* @return bool
*/
function timer_start() {
global $timestart;
$mtime = explode( ' ', microtime() );
$timestart = $mtime[1] + $mtime[0];
自建评论系统 Cool comments ajax system
之前给大家推荐了一个:自建评论系统 HashOver今天给大家推荐的 Cool comments ajax system 这个更简单。Cool comments ajax system是一款类似畅言、多说之类的网站,可以为多个网站提供评论服务。使用Ajax添加注释Ajax分页回复评论Facebook唱歌Google的Recaptcha坏词筛选Gravatar虚拟人物支持管理和评论响应验证码安全检查
给UCMS 添加sitemap
后台新建个 sitemap栏目把sitemap.php文件当成模版sitemap模版文件内容如下:<?php echo'<?xml version="1.0" encoding="utf-8"?>'; ?>
<?php echo'<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">';