摘要:
在CSS中关于定位的内容是: position:relative | absolute | static | fixed static(静态) 没有特别的设定,遵循基本的定位规定,不能通过z-index进行层次分级,这是默认值。 relative(相对定位) 对象不可层叠、不脱离文档流,参考自身静态
阅读全文
posted @ 2016-07-05 11:09
Jacklovely
阅读(2384)
推荐(0)
编辑
摘要:
HTML5的video虽然可用controls来展示控件,并进行控制播放暂停等,但是不同的浏览器显示的效果可能不一样,所以很多时候我们需要使用Dom来进行自定义的一些操作和控制。下面是一个小例子。 当然效果不是很美观,若想好看的可以自己设置css样式等。 复制代码 代码如下: 复制代码 <div i
阅读全文
posted @ 2016-07-04 23:03
Jacklovely
阅读(3761)
推荐(0)
编辑
摘要:
html5标签video(播放器)学习笔记(二)-基本操作 subying 发布时间: 2014/12/01 23:59 阅读: 13008 收藏: 21 点赞: 3 评论: 0 html5标签video(播放器)学习笔记(二)-基本操作 subying subying 发布时间: 2014/12/
阅读全文
posted @ 2016-07-04 23:01
Jacklovely
阅读(3576)
推荐(0)
编辑
摘要:
1 using System; 2 using System.Collections.Generic; 3 using System.ComponentModel; 4 using System.Data; 5 using System.Drawing; 6 using System.Linq; 7 using System.Text; 8 using System.Thre...
阅读全文
posted @ 2016-07-04 00:27
Jacklovely
阅读(305)
推荐(0)
编辑
摘要:
1 using System; 2 using System.Collections.Generic; 3 using System.ComponentModel; 4 using System.Data; 5 using System.Drawing; 6 using System.Linq; 7 using System.Text; 8 using System.Thre...
阅读全文
posted @ 2016-07-03 22:59
Jacklovely
阅读(227)
推荐(0)
编辑
摘要:
1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 using System.Threading.Tasks; 6 using System.Data.SqlClient; 7 8 namespace sql插入数据 9 { 10 ...
阅读全文
posted @ 2016-07-03 21:48
Jacklovely
阅读(196)
推荐(0)
编辑
摘要:
1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 using System.Windows; 6 using System.Windows.Controls; 7 using System.Windows.Data; 8 using S...
阅读全文
posted @ 2016-07-01 16:27
Jacklovely
阅读(182)
推荐(0)
编辑
摘要:
八、ASP.Net ASP.Net是.Net中用来开发动态Web应用程序的技术,ASP.Net主要分ASP.Net WebForm(以后简称WebForm)和ASP.Net MVC两种技术,大部分人说ASP.Net都是指的ASP.Net WebForm,而ASP.Net MVC则是微软最近推出的一门
阅读全文
posted @ 2016-06-29 10:12
Jacklovely
阅读(141)
推荐(0)
编辑
摘要:
更新时间:2012年06月05日18时26分 来源:传智播客.Net 接上篇【我来解惑】.Net应该学什么怎么学(二)七、HTML、JavaScript、Dom HTML是对网页长什么样子的一个描述,也就是“这里显示一个超链接、那里显示一个按钮”都是通过HTML来进行描述的。HTML做出来的页面是静
阅读全文
posted @ 2016-06-29 10:11
Jacklovely
阅读(189)
推荐(0)
编辑
摘要:
更新时间:2012年06月05日18时21分 来源:传智播客.Net 上篇《学了.Net做什么开发》中我讲到了目前.Net开发主要方向是Web开发,因此在本篇中我将主要讲解做Web开发要学哪些东西,怎么学,由于内容比较多,我将分几次发。下图是我推荐的学习内容和学习顺序(除了这里列出的内容,要走向高手
阅读全文
posted @ 2016-06-29 10:10
Jacklovely
阅读(176)
推荐(0)
编辑