上一页 1 ··· 4 5 6 7 8 9 下一页
摘要: <!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-30 04:54 onestopweb 阅读(35) 评论(0) 推荐(0)
摘要: <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"> <title>JS 特 阅读全文
posted @ 2024-05-30 02:14 onestopweb 阅读(47) 评论(0) 推荐(0)
摘要: pc模板 <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>测试</title> </head> <body> </body> </html> mb模板 <!DOCTYPE html> <html> <head> <meta ch 阅读全文
posted @ 2024-05-30 02:04 onestopweb 阅读(138) 评论(0) 推荐(0)
摘要: \begin{array}\ {\mathop{{a}}\nolimits^{{2}}+\mathop{{b}}\nolimits^{{2}}=\mathop{{c}}\nolimits^{{2}}} \end{array} 转义为: <math xmlns="http://www.w3.org/1 阅读全文
posted @ 2024-05-30 01:47 onestopweb 阅读(275) 评论(0) 推荐(0)
摘要: /* * -- 样式说明 -- * 最大优先实现法,全局能实现不用区域,区域能实现不用模板, * 模板能实现不用界面,界面能实现不用标签 * g - 全局 * t - 区域 * m - 模板 * ui - 界面 * lb - 标签 * 特殊标签 * j - 脚本 * fix - 浮窗 * is - 阅读全文
posted @ 2024-05-22 17:09 onestopweb 阅读(64) 评论(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 阅读(138) 评论(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 阅读(239) 评论(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 阅读(37) 评论(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 阅读(36) 评论(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 阅读(170) 评论(0) 推荐(0)
上一页 1 ··· 4 5 6 7 8 9 下一页