摘要: /* * -- 样式说明 -- * 最大优先实现法,全局能实现不用区域,区域能实现不用模板, * 模板能实现不用界面,界面能实现不用标签 * g - 全局 * t - 区域 * m - 模板 * ui - 界面 * lb - 标签 * 特殊标签 * j - 脚本 * fix - 浮窗 * is - 阅读全文
posted @ 2024-05-22 17:09 onestopweb 阅读(45) 评论(0) 推荐(0)
摘要: <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"> <title>后台首页 阅读全文
posted @ 2024-05-22 16:51 onestopweb 阅读(107) 评论(0) 推荐(0)
摘要: 官网下载 下载地址:http://editor.md.ipandao.com JS引入新建文件夹md,将下载好的文件引入过来, 新建方法视图文件 <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-C 阅读全文
posted @ 2024-05-22 16:38 onestopweb 阅读(200) 评论(0) 推荐(0)
摘要: <?php /* demo */ $tf = new TwentyFourCal(); $tf->calculate( array(4,8,8,8) ); $tf->calculate( array(10,10,4,4) ); $tf->calculate( array(4,4,4,4) ); $t 阅读全文
posted @ 2024-05-22 16:36 onestopweb 阅读(21) 评论(0) 推荐(0)
摘要: <?php header('Content-Type: text/html; charset=utf-8'); define ('ROOT', $_SERVER['DOCUMENT_ROOT']); include ROOT.'/assets/php/head.php'; /** * explode 阅读全文
posted @ 2024-05-22 16:32 onestopweb 阅读(18) 评论(0) 推荐(0)
摘要: 直角三角函数的定义: 正弦(sin)等于对边比斜边;sinA=a/c ; 余弦(cos)等于邻边比斜边;cosA=b/c ; 正切(tan)等于对边比邻边;tanA=a/b ; 余切(cot)等于邻边比对边;cotA=b/a; <?php header('Content-Type: text/htm 阅读全文
posted @ 2024-05-22 16:30 onestopweb 阅读(131) 评论(0) 推荐(0)
摘要: <?php header('Content-Type: text/html; charset=utf-8'); define ('ROOT', $_SERVER['DOCUMENT_ROOT']); include ROOT.'/assets/php/head.php'; //PHP 向数组插入元素 阅读全文
posted @ 2024-05-22 16:29 onestopweb 阅读(64) 评论(0) 推荐(0)
摘要: <?php header('Content-Type: text/html; charset=utf-8'); define ('ROOT', $_SERVER['DOCUMENT_ROOT']); include ROOT.'/assets/php/head.php'; //逻辑运算符 /** * 阅读全文
posted @ 2024-05-22 16:28 onestopweb 阅读(15) 评论(0) 推荐(0)
摘要: <?php header('Content-Type: text/html; charset=utf-8'); define ('ROOT', $_SERVER['DOCUMENT_ROOT']); include ROOT.'/assets/php/head.php'; //递增/递减运算符 /* 阅读全文
posted @ 2024-05-22 16:27 onestopweb 阅读(38) 评论(0) 推荐(0)
摘要: <?php header('Content-Type: text/html; charset=utf-8'); define ('ROOT', $_SERVER['DOCUMENT_ROOT']); include ROOT.'/assets/php/head.php'; //比较运算符 /** * 阅读全文
posted @ 2024-05-22 16:26 onestopweb 阅读(16) 评论(0) 推荐(0)
摘要: <?php header('Content-Type: text/html; charset=utf-8'); define ('ROOT', $_SERVER['DOCUMENT_ROOT']); include ROOT.'/assets/php/head.php'; //赋值运算符 /** * 阅读全文
posted @ 2024-05-22 16:25 onestopweb 阅读(20) 评论(0) 推荐(0)
摘要: <?php header('Content-Type: text/html; charset=utf-8'); define ('ROOT', $_SERVER['DOCUMENT_ROOT']); include ROOT.'/assets/php/head.php'; //算术运算符 /** * 阅读全文
posted @ 2024-05-22 16:24 onestopweb 阅读(17) 评论(0) 推荐(0)
摘要: <?php header('Content-Type: text/html; charset=utf-8'); define ('ROOT', $_SERVER['DOCUMENT_ROOT']); include ROOT.'/assets/php/head.php'; //类型 /** * Bo 阅读全文
posted @ 2024-05-22 16:22 onestopweb 阅读(19) 评论(0) 推荐(0)
摘要: <?php header('Content-Type: text/html; charset=utf-8'); define ('ROOT', $_SERVER['DOCUMENT_ROOT']); include ROOT.'/assets/php/head.php'; //Math 函数 /** 阅读全文
posted @ 2024-05-22 16:19 onestopweb 阅读(64) 评论(0) 推荐(0)
摘要: <?php header('Content-Type: text/html; charset=utf-8'); define ('ROOT', $_SERVER['DOCUMENT_ROOT']); include ROOT.'/assets/php/head.php'; //BC 数学函数 /** 阅读全文
posted @ 2024-05-22 16:17 onestopweb 阅读(574) 评论(0) 推荐(0)