码迷,mamicode.com
首页 >  
搜索关键字:margin    ( 11204个结果
navDemo
<!DOCTYPE html><html> <head> <meta charset="UTF-8"> <title></title> <style> *{ margin: 0; padding: 0; } html,body{ width: 100%; height: 100%; font-siz ...
分类:其他好文   时间:2016-11-16 02:26:10    阅读次数:181
自动播放选项卡
<!doctype html><html><head><meta charset="utf-8"><title>无标题文档</title><style>#box { width: 300px; height: 300px; border: black 1px solid; margin: 50px ...
分类:其他好文   时间:2016-11-15 22:52:25    阅读次数:310
Angular表单验证
Angular表单验证 ...
分类:其他好文   时间:2016-11-15 19:47:01    阅读次数:206
专题:Qemu/KVM
目标:构造 *nix 高速虚拟机平台 特点:KVM支持、大页内存、内存预分配、virtio存储设备、桥接网卡(或VFIO直接分配物理网卡) USE/Gentoo:vhost-net -nls -iscsi -nfs -opengl -jpeg -png -usb -usbredir -curl -s ...
分类:其他好文   时间:2016-11-15 19:38:52    阅读次数:430
css3--loading效果
<!DOCTYPE html><html> <head> <meta charset="UTF-8"> <title>loading</title> <style> .loading{ width: 80px; height: 40px; margin: 0 auto; margin-top:100 ...
分类:Web程序   时间:2016-11-15 19:38:09    阅读次数:206
第7章 函数
学习要点: 1.函数声明 2.return返回值 3.arguments对象 函数是定义一次但却可以调用或执行任意多次的一段JS代码。函数有时会有参数,即函数被调用时指定了值的局部变量。函数常常使用这些参数来计算一个返回值,这个值也成为函数调用表达式的值。 一.函数声明 函数对任何语言来说都是一个核 ...
分类:其他好文   时间:2016-11-15 16:41:36    阅读次数:159
js自定义弹出框
js自定义弹出框: 代码如下 <html> <head><title>自定义弹出对话框</title> <style type ="text/css" > .layout { width:2000px; height:400px; border:solid 1px red; text-align:c ...
分类:Web程序   时间:2016-11-15 13:39:36    阅读次数:499
1115 视频的阅读数目 更改
NSString *readStr=[NSString stringWithFormat:@"%@", [newsLIST objectForKey:@"readnum"]]; NSString *readDa = readStr; if (readStr.length>=5) { NSIntege ...
分类:其他好文   时间:2016-11-15 11:07:36    阅读次数:135
collection item 中的数据类型
"create_date" = "2016-11-14 10:39:27"; imgpath = "book/pdf/2016/20161114103925.png"; name = "李四肝胆讲座"; path = "html/video/67cb1ac88dce4eab8d7f8ef985e63 ...
分类:其他好文   时间:2016-11-15 11:06:37    阅读次数:119
implement "slam_karto" package in Stage simulation
slam_karto ROS Wiki: http://wiki.ros.org/slam_karto Source: https://github.com/ros-perception/slam_karto Reliance: open_karto - https://github.com/ros ...
分类:其他好文   时间:2016-11-15 08:17:32    阅读次数:685
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!