摘要: tag标签随机位置+js数组随机+js添加一段html代码段 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd 阅读全文
posted @ 2017-08-28 22:20 wujunbin 阅读(804) 评论(0) 推荐(0) 编辑
摘要: php在线手册配置 第一个是浏览器软件位置 第二个是php网站写法 第三个是工作路径 C:\Users\hasee\AppData\Local\Google\Chrome\Application\chrome.exe -a http://www.PHP.net/zh/function.$Select 阅读全文
posted @ 2017-08-28 21:51 wujunbin 阅读(282) 评论(0) 推荐(0) 编辑
摘要: mysql语句总结 -- 1,通过windows提供的服务管理来完成 -- services.msc -- 2,dos下的命令来完成 -- 停止 -- net stop mysql -- 启动 -- net start mysql -- mysql的bin目录下的mysqldLauren完成 --m 阅读全文
posted @ 2017-08-28 21:42 wujunbin 阅读(225) 评论(0) 推荐(0) 编辑
摘要: js php 基本数据类型 基本数据类型数值 整型int integer字符串 浮点型float布尔 字符型String 布尔型Boolean 复合数据类型 复合数据类型数组 数组Array函数 对象Object对象 特殊数据类型 特殊数据类型undefined nullnul l resource 阅读全文
posted @ 2017-08-28 21:36 wujunbin 阅读(230) 评论(0) 推荐(0) 编辑
摘要: 前端jq总结 选择器********************************************************************** 1,基本选择 器 #id .clss element dom元素 [selector1,selector2] * 2,层级选择器 ance 阅读全文
posted @ 2017-08-28 21:27 wujunbin 阅读(406) 评论(0) 推荐(0) 编辑
摘要: js中一切皆为对象 方法=函数 其实也是内建对象 函数都可以用,包括数组,函数 都可以获取 核心dom编程 -- dom d document文档 o 对象 1用户自定义对象, 2内建对象 如Array Math和Data 3宿主对象 浏览器提供的对象 m 模型 节点树 1,内嵌式可以放在任何位置( 阅读全文
posted @ 2017-08-28 21:25 wujunbin 阅读(452) 评论(0) 推荐(0) 编辑
摘要: 前端js总结 //getElementById函数 function $(id){ return document.getElementById(id); } //随机函数不包max //Math.floor(Math.random()*(max-min+1)+min);包含max和min func 阅读全文
posted @ 2017-08-28 21:20 wujunbin 阅读(395) 评论(1) 推荐(0) 编辑
摘要: czbk前端css总结 position:定位元素 默认是静态固定static fixed固定定位,以“浏览器”为窗口定位 配合top:left:right:bottom使用 relative相对定位,以原来的自己的位置定位 配合top:left:right:bottom使用 -100px; Abs 阅读全文
posted @ 2017-08-28 21:15 wujunbin 阅读(154) 评论(0) 推荐(0) 编辑
摘要: 主体结构标签 <html></html>双标签 <head></head> 里面包含的标签 <title></title> <meta></meta> <link/> <body></body> 文本样式标签 <b></b> 加粗 <i></i> 斜体 <u></u> 下划线 <sub></sub> 阅读全文
posted @ 2017-08-28 21:08 wujunbin 阅读(136) 评论(0) 推荐(0) 编辑