2023-11-29 20:30:37
destoon去掉字段或者编辑器代码会自动转码功能在include/fields.func.php文件中大约17行注释掉: //$mv = $v['html'] == 'editor' ? dsafe($mv) : dhtmlspecialchars(trim($mv));
2023-10-31 18:45:20
使用outline.js为文章H标签自动生成导航目录(Table of Contents)方法参考链接:1、https://github.com/yaohaixiao/outline.js 2、https://yaohaixiao.github.io/outline.js/relative.html 3、https://yaohaixiao.github.io/outline.js/flex.html 4、https://yaohaixiao.github.io/outline.js/ 引用的资
2023-10-27 01:35:56
参考链接:https://blog.csdn.net/zhang01457/article/details/1039709952、https://blog.csdn.net/qq_34034975/article/details/129162625 <!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv
2023-10-06 23:54:04
php截取“###”符号或者特定字符前的字符在php中可以使用正则表达式和preg_split函数来截取"###"符号前面的字符。下面是一个示例代码:$str = "Hello###World";
$result = preg_split("/###/", $str);
$firstPart = $result[0]
2023-10-03 15:16:27
写入高可以通过这几个文章的方法进行排查。1、https://blog.51cto.com/u_15162069/2735716 2、https://blog.csdn.net/fengsheng5210/article/details/123634920 3、https://blog.51cto.com/u_15075507/4093830
2023-09-18 02:41:09
js代码:function deleted() {
var query = location.href.split('?')[1];
if (query && query.match(/nobp/)) {
return;
}
function ajax(type, url, data, success, failed
2023-09-09 04:27:50
自动把网站被搜索引擎抓取的日志单独存放一个文件方便查看。 location ~ .* {
if ($http_user_agent ~* "spider" ) {
access_log /www/wwwlogs/www.1.log;
2023-05-06 16:27:16
<div class="question-imilar side-li">
 
2023-04-25 19:38:52
destoon后台文章列表页改文章链接方式由linkurl变为itemid/module/article/admin/template/index.tpl.php由原代码<td align="left"> <a href="<?php echo $v['linkurl'];?>" target="_blank"><
2023-04-10 15:51:44
destoon后台百科文章列表标题后添加可修改描述功能需要修改的文件:module/article/admin/index.inc.phpmodule/article/admin/template/index.tpl.php1、index.inc.php case 'from':
$condition = &