上一页 1 2 3 4 5 6 ··· 96 下一页
摘要: 目录结构: 静态模板代码: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <t 阅读全文
posted @ 2021-01-01 20:14 剑仙6 阅读(165) 评论(0) 推荐(0) 编辑
摘要: 测试代码: <?php /**1、echo 是语言结构,不是函数或者方法,使用的时候可以不加括号,多用于单行字符串的输出,效率高于print */ echo 'echo大家好<hr/>'; echo('echo大家好<hr/>'); /**2、print()主要用于打印字符串,也是单行输出,但他是函 阅读全文
posted @ 2021-01-01 18:14 剑仙6 阅读(335) 评论(0) 推荐(0) 编辑
摘要: 代码案例: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Doc 阅读全文
posted @ 2020-12-29 11:09 剑仙6 阅读(77) 评论(0) 推荐(0) 编辑
摘要: URL(统一资源定位符) URI(统一资源标识符) URI 和URL都是网址,但是URL带有了主机地址部份,而URI不带主机地址部份,例如: http://www.phpxy.com/abc.php?username=liwenkai 上面是一个URL(统一资源定位符),而URI是不带主机和(htt 阅读全文
posted @ 2020-12-29 10:51 剑仙6 阅读(237) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2020-12-04 20:12 剑仙6 阅读(703) 评论(0) 推荐(0) 编辑
摘要: 常见class关键词: 布局类:header, footer, container, main, content, aside, page, section 包裹类:wrap, inner 区块类:region, block, box 结构类:hd, bd, ft, top, bottom, lef 阅读全文
posted @ 2020-10-15 11:55 剑仙6 阅读(824) 评论(0) 推荐(0) 编辑
摘要: 方法1. 样式中加入!important,即:width: 100% !important; wxss代码示例 1 2 3 4 5 6 7 8 9 .login-btn { font-size: 16px; width: 100% !important; font-weight: 400; colo 阅读全文
posted @ 2020-10-09 16:11 剑仙6 阅读(2797) 评论(0) 推荐(2) 编辑
摘要: 这里分享下JS实现的九宫格抽奖案例,首先说明该版本抽奖过程中均为匀速转动。 具体步骤和原理十分简单,详解代码即可 代码: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" cont 阅读全文
posted @ 2020-09-28 20:23 剑仙6 阅读(1987) 评论(0) 推荐(0) 编辑
摘要: 问题:在用 cnpm 命令的时候,突然出现无响应的情况(光标一直在闪,但是没任何反应) 解决步骤:(1)删除 .npmrc 文件全局搜索 .npmrc 文件并删除(建议先备份文件) 注意.npmrc位置一般在C:\Users\Administrator下 (2)重装 cnpm 命令 npm inst 阅读全文
posted @ 2020-09-03 11:02 剑仙6 阅读(569) 评论(0) 推荐(0) 编辑
摘要: 打开visual studio code 创建.php文件时弹出如下提示框 1、点击打开设置 2、点击在settings.json中编辑 3、在引号内输入php安装目录/php.exe . 阅读全文
posted @ 2020-09-03 09:43 剑仙6 阅读(3773) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 96 下一页
欢迎访问个人网站www.qingchun.在线