2016年9月28日
摘要: MYSQL中约束及修改数据表28:约束约束保证数据的完整性和一致性约束分为表级约束和列级约束约束类型包括: NOT NULL(非空约束) PRIMARY KEY(主键约束) UNIQUE KEY(唯一约束) DEFAULT(默认约束) FOREIGN KEY(外键约束)29:查看数据表的存储引擎SH 阅读全文
posted @ 2016-09-28 16:05 别先生 阅读(8085) 评论(0) 推荐(0) 编辑
摘要: 1:jQuery的API和jquery.js和jquery.min.js 链接:http://pan.baidu.com/s/1gf7GD83 密码:tbt1 2:虚拟机软件和frdora和ubuntu镜像 链接:http://pan.baidu.com/s/1cvF8fG 密码:lf4e 3:My 阅读全文
posted @ 2016-09-28 15:01 别先生 阅读(290) 评论(0) 推荐(0) 编辑
摘要: 1 <html> 2 <head> 3 <meta charset="utf-8"> 4 <title></title> 5 </head> 6 <body> 7 <hr> 8 <h1>2:使用window.open() 是一个广告?</h1> 9 <input type="submit" oncl 阅读全文
posted @ 2016-09-28 14:39 别先生 阅读(401) 评论(0) 推荐(0) 编辑
摘要: 1 <html> 2 <head> 3 <meta charset="utf-8"> 4 <title>javascript对象的学习</title> 5 </head> 6 <body> 7 <h1>1.使用JS创建person对象,里面有id,name,age,sex属性 ,有eat,run方法 阅读全文
posted @ 2016-09-28 14:35 别先生 阅读(381) 评论(0) 推荐(0) 编辑
摘要: 1 <html> 2 <head> 3 <meta charset="utf-8"> 4 <title>正则表达式的学习</title> 5 </head> 6 <body> 7 8 <script language="javascript"> 9 //创建正则表达式,RegExp是一个对象,tes 阅读全文
posted @ 2016-09-28 14:33 别先生 阅读(377) 评论(0) 推荐(0) 编辑
摘要: 1 <html> 2 <head> 3 <meta charset="utf-8"> 4 <title>Checkbox的练习</title> 5 <style type="text/css"> 6 *{margin:0px;padding:0px;} 7 table{width:100%;text 阅读全文
posted @ 2016-09-28 14:30 别先生 阅读(19648) 评论(0) 推荐(0) 编辑
摘要: 1 <html> 2 <head> 3 <meta charset="utf-8"> 4 <title>注册表单验证</title> 5 <script src="jquery.js"></script> 6 <style type="text/css"> 7 table{background-co 阅读全文
posted @ 2016-09-28 14:27 别先生 阅读(15755) 评论(0) 推荐(0) 编辑
摘要: 1 <html> 2 <head> 3 <meta charset="utf-8"> 4 <title>jQuery的练习</title> 5 <script src="jquery.js"></script> 6 7 <script language="javascript"> 8 $("docu 阅读全文
posted @ 2016-09-28 14:22 别先生 阅读(1563) 评论(0) 推荐(0) 编辑
摘要: 1 <html> 2 <head> 3 <meta charset="utf-8"> 4 <title>完成左移右移</title> 5 <script src="jquery.js"></script> 6 <style type="text/css"> 7 table{background-co 阅读全文
posted @ 2016-09-28 14:18 别先生 阅读(8320) 评论(0) 推荐(0) 编辑
摘要: 1 <html> 2 <head> 3 <meta charset="utf-8"> 4 <title>jQuery实现</title> 5 <script src="jquery.js"></script> 6 7 <style type="text/css"> 8 table{backgroun 阅读全文
posted @ 2016-09-28 14:15 别先生 阅读(3197) 评论(0) 推荐(0) 编辑