码迷,mamicode.com
首页 >  
搜索关键字:content    ( 25703个结果
HTML 基础篇
本章内容: 简介 HTML定义 标签定义和属性 HTML5基本结构 HTML5字符集 <head>标签 <title> <base/> <link/>(rel、href、type) <meta/>(http-equiv、name、content) <body>标签 块级标签 & 内联标签 基本标签( ...
分类:Web程序   时间:2016-07-25 15:52:16    阅读次数:293
旺仔:查看手机分辨率
package com.hanqi.myintent; import android.content.Intent; import android.content.pm.PackageManager; import android.content.pm.ResolveInfo; import and ...
分类:移动开发   时间:2016-07-25 13:06:04    阅读次数:177
Div+CSS命名规范
(一)窗体 头:header 内容:content/container 尾:footer 导航:nav 侧栏:sidebar 栏目:column 页面外围控制整体布局宽度:wrapper 左右中:left right center 登录条:loginbar 标志:logo 广告:banner 页面主 ...
分类:Web程序   时间:2016-07-25 13:03:58    阅读次数:184
以写代学:python 添加用户设置密码并发邮件给root用户
#!/usr/bin/envpython#coding:utf8importosimportsysimportmkpasswd//这是之前写的,直接调用importstringcontent="""username:${user}password:${password}"""t=string.Template(content)defadduser(username,pwd):os.system("useradd%s"%username)os.system("echo%s|passwd--..
分类:编程语言   时间:2016-07-25 10:35:52    阅读次数:167
css3基础点
文本属性:color,font,text-decoration,text-align,vertical-align,white-space,content CSS3属性(内核前缀) Mozilla 内核 css前缀-moz; WebKit 内核 css前缀-webkit ;(谷歌已换用blink内核 ...
分类:Web程序   时间:2016-07-25 01:37:20    阅读次数:211
Css实战第二天小结
1.1 给父盒子设置一个高度; 1.2 Clear:both; 1.3 Overflow:hidden; 1.4 使用伪元素 .clearfix:before, .clearfix:after{ content:” ”; display:table; } Clearfix:after{ Clear: ...
分类:Web程序   时间:2016-07-25 00:12:52    阅读次数:163
ass3css
.header{ margin: 0 auto; text-align: left; width: 63%; font-size:40px;}.header span{ color:red;}.header strong{ color:blue;}.content{ margin: 0 auto; ...
分类:Web程序   时间:2016-07-24 23:49:19    阅读次数:617
Lync Server 2013 部署 _ 配置并发布Lync Server拓扑
===LyncServer安装的必备组件Add-WindowsFeatureRSAT-ADDS,Web-Server,Web-Static-Content,Web-Default-Doc,Web-Http-Errors,Web-Asp-Net,Web-Net-Ext,Web-ISAPI-Ext,Web-ISAPI-Filter,Web-Http-Logging,Web-Log-Libraries,Web-Request-Monitor,Web-Http-Tracing,Web-Basic-Aut..
分类:其他好文   时间:2016-07-24 21:00:18    阅读次数:232
图片轮播源代码
<!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <title></title> <script type="text/javascript" src ...
分类:其他好文   时间:2016-07-24 20:53:06    阅读次数:274
怎么让Eclipse对html和js代码自动提示
使用eclipse自带的插件,无需另外安装插件,具体步骤如下1.打开eclipse→Windows→Preferences→Java→Editor→Content Assist修改Auto Activation triggers for java的值为:zjava 点击apply按钮2.继续打开Ja ...
分类:Web程序   时间:2016-07-24 17:45:18    阅读次数:239
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!