码迷,mamicode.com
首页 >  
搜索关键字:head    ( 28286个结果
防止网页中的背景图片被另存为
防止网页中的背景图片被另存为,可以用下述办法:先建A层,在样式里为A层设好背景图,然后在A层里设B层,并且把B层大小和A层设成一样,这样A层的背景就不能被另存为。<!doctypehtml><html><head><metahttp-equiv="Content-Type"content="text/html;charse..
分类:Web程序   时间:2014-10-21 10:30:02    阅读次数:172
[Leetcode] Remove Nth Node From End of List
Given a linked list, remove thenthnode from the end of list and return its head.For example, Given linked list: 1->2->3->4->5, and n = 2. After re...
分类:其他好文   时间:2014-10-21 03:34:24    阅读次数:197
javascript-动态添加表单
<!DOCTYPEhtml><htmlxmlns="http://www.w3.org/1999/xhtml"><head><metahttp-equiv="Content-Type"content="text/html;charset=utf-8"/><title></title><scripttype="text/javascript">window.onload=function(){varbtn=document.ge..
分类:编程语言   时间:2014-10-21 02:27:53    阅读次数:199
[Leetcode] Swap Nodes in Pairs
Given a linked list, swap every two adjacent nodes and return its head.For example,Given1->2->3->4, you should return the list as2->1->4->3.Your algor...
分类:其他好文   时间:2014-10-21 02:14:37    阅读次数:266
Linux 查看文件内容的命令
Linux 查看文件内容的命令 观看档案内容 : cat, tac, more, less, head, tail, nl, 刚刚我们提到的都只是在于显示档案的外观,或者是移动与复制一个档案或目录而已,那么如果我们要视察一个档案的内容时,该如何...
分类:系统相关   时间:2014-10-21 01:08:18    阅读次数:330
移动客户端HTTP head中增加内容
在之前的开发中遇到一个需求 需要像http head 中增加客户端的类型 和版本号,下面就说说怎么加及 需要注意的一些细节: 1 +(NSMutableURLRequest*)addHTTPRequestHeaderInfo:(NSURL*)requestUrl 2 { 3 NSMu...
分类:移动开发   时间:2014-10-20 20:58:13    阅读次数:191
代码评审脚本
编写脚本review.sh: #!/bin/bash VERSION=`svn?log?-v?--stop-on-copy?$1?|?grep?-B4?"svn?copy"?|?head?-1?|?awk?‘{print?substr($1,2)}‘` svn?di?-r?${VERSION}:head?$1 用法脚本后跟分支...
分类:其他好文   时间:2014-10-20 19:44:34    阅读次数:194
easy-pie-chart和excanvas的兼容性问题
之前多次调节IE的canvas兼容性,总结如下: <!doctype html> <html lang="en"> <head> <meta charset="UTF-8"/> <title>jQuery</title> <meta name="viewport" content="width=device-width"/> <link rel="st...
分类:其他好文   时间:2014-10-20 15:30:36    阅读次数:189
JavaScript 原生态幻灯片切换
<!doctype html> <html> <head> ?? ?<title> ?? ??? ?幻灯片效果联系 ?? ?</title> ?? ?<style type="text/css"> ?? ??? ?body{background-color: #373737;} ?? ??? ?body, ul, li, a...
分类:编程语言   时间:2014-10-20 15:29:57    阅读次数:189
web前端实习记-02-wap-meta
一、 //编码META标签是HTML语言HEAD区的一个辅助性标签,它位于HTML文档头部的标记和 标题 注意: 该META标签定义了HTML页面所使用的字符集为GB2132,就是国标汉字码。如果将其中的"charset=GB2312"替换成"BIG5",则该页面所用的字符集就是繁体中文Big5码。...
分类:Web程序   时间:2014-10-20 13:23:15    阅读次数:316
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!