摘要: [toc] javaScript的数据检测 1.typeof 1.1 第一题 检测数据类型的运算符 typeof 12;//'number' typeof "ss"//'string' ... typeof null;//object typeof new RegExp('');//object 检 阅读全文
posted @ 2018-06-18 06:36 BigSpinach 阅读(462) 评论(0) 推荐(0) 编辑
摘要: php连接MySQL数据库的两种编码方式 PHP连接MySQL数据库的方式 面向过程的编码风格 面相对象的编码风格 阅读全文
posted @ 2017-10-12 00:52 BigSpinach 阅读(52641) 评论(0) 推荐(0) 编辑
摘要: MySQL基础操作 MySQL基础操作--命令行操作 阅读全文
posted @ 2017-10-09 23:44 BigSpinach 阅读(318) 评论(0) 推荐(0) 编辑
摘要: 第一种:使用 parent.appendchild()方法 第二种:使用innerHTML="html代码段" 第三种:使用document.write("html代码段")的方法 页面会打印出 hello div3! 第四种:使用jQuery创建HTML元素 阅读全文
posted @ 2017-10-09 01:10 BigSpinach 阅读(926) 评论(0) 推荐(0) 编辑
摘要: MarkdownPad Document Markdown的使用技巧 一、标题 一个”#“表示H1、“##”表示H2... 二、列表 三、加粗、斜体、删除线 1.加粗 2.斜体 3.~~删除线~~ 四、代码 1.直接一个tab,开始一行代码 2.多行代码块 3.反引号括起来 Use the prin 阅读全文
posted @ 2017-10-07 04:13 BigSpinach 阅读(349) 评论(0) 推荐(0) 编辑