摘要: 今天我们学习了自应式布局,代码如下: <!DOCTYPE html> <html> <head lang="en"> <meta charset="UTF-8"> <title></title> <style> div{border: 1px solid inherit;margin: 8px;} 阅读全文
posted @ 2016-07-26 09:34 库洛里德 阅读(241) 评论(0) 推荐(0) 编辑
摘要: 首先,用代码编写字体图标之前新建文件夹pictonic然后添加以下几个文件(如下图所示) 添加后引用这个文件<link rel="stylesheet" href="pictonic/css/pictonic.css">,添加文件只需引用font和css就可以了 <!DOCTYPE html><ht 阅读全文
posted @ 2016-07-24 23:01 库洛里德 阅读(218) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html><head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>HTML5实现的拖拽效果</title> <style> #boxA, #boxB { float:l 阅读全文
posted @ 2016-07-21 21:22 库洛里德 阅读(5527) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html><html><head> <meta charset=utf-8> <title>CSS3绘制旋转八卦样式</title> <style> .square{ width:400px; height:400px; position:relative; transform: 阅读全文
posted @ 2016-07-16 21:21 库洛里德 阅读(534) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html><html><head lang="en"> <meta charset="UTF-8"> <title>邮箱框</title></head><body><form action="#"> <input type="email" name="email" placeho 阅读全文
posted @ 2016-07-12 12:04 库洛里德 阅读(199) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html><html><head lang="en"> <meta charset="UTF-8"> <title>选择音频自动播放</title></head><body><audio controls autoplay loop> <source src="music/莫斯科 阅读全文
posted @ 2016-07-12 12:03 库洛里德 阅读(162) 评论(0) 推荐(0) 编辑
摘要: 首先创建相关的有关的数据库:数据库的名字我用的是books表名用的是book(下面是完整的数据库,里面的img/img01.jpg是显示的图片的路径) CREATE DATABASE books DEFAULT CHARSET=utf8;USE books; CREATE TABLE book( b 阅读全文
posted @ 2016-06-24 22:54 库洛里德 阅读(675) 评论(0) 推荐(0) 编辑
摘要: <?php header('content-type:text/html;charset=utf-8'); class ZiXingChe{ protected $name;protected $gulu = 2;protected $chezuo = 1;protected $jiaodeng = 阅读全文
posted @ 2016-06-21 19:52 库洛里德 阅读(167) 评论(0) 推荐(0) 编辑
摘要: <?php header('content-type:text/html;charset=utf-8'); face Action{ public function level();public function stealing();public function hunting();public 阅读全文
posted @ 2016-06-21 19:50 库洛里德 阅读(139) 评论(0) 推荐(0) 编辑
摘要: <?phpheader("Content-Type:text/html;charset=utf-8");session_start();//设置验证码图片大小的函数$image = imagecreatetruecolor(300, 100);//设置验证码颜色 imagecolorallocate 阅读全文
posted @ 2016-05-18 17:45 库洛里德 阅读(1575) 评论(0) 推荐(0) 编辑